2.3.4.2.94 StyleSheet_Type

Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core

Referenced by: StyleSheets_Type

A complex type that specifies a style sheet.

Child Elements:

Cell: A Cell_Type element that specifies a single property.

Trigger: A Trigger_Type element that specifies the existence of an update trigger associated with the sheet.

Section: A Section_Type element that specifies a collection of related properties.

Attributes:

ID: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the index of the style sheet. It MUST be unique amongst all the StyleSheet_Type child elements of the containing StyleSheets_Type.

Name: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the language-dependent name of a style sheet.

NameU: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the language-independent name of a style sheet.

IsCustomName: An xsd:boolean ([XMLSCHEMA2] section 3.2.2) attribute that is unused and MUST be ignored.

IsCustomNameU: An xsd:boolean ([XMLSCHEMA2] section 3.2.2) attribute that is unused and MUST be ignored.

LineStyle: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the identifier of the style sheet from which to inherit line formatting. It MUST be the value of the ID attribute associated with a StyleSheet_Type in the web drawing.

FillStyle: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the identifier of the style sheet from which to inherit fill formatting. It MUST be the value of the ID attribute associated with a StyleSheet_Type in the web drawing.

TextStyle: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the identifier of the style sheet from which to inherit text formatting. It MUST be the value of the ID attribute associated with a StyleSheet_Type in the web drawing.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="StyleSheet_Type">
   <xsd:complexContent>
     <xsd:extension base="Sheet_Type">
       <xsd:attribute name="ID" type="xsd:unsignedInt" use="required"/>
       <xsd:attribute name="Name" type="xsd:string"/>
       <xsd:attribute name="NameU" type="xsd:string"/>
       <xsd:attribute name="IsCustomName" type="xsd:boolean"/>
       <xsd:attribute name="IsCustomNameU" type="xsd:boolean"/>
     </xsd:extension>
   </xsd:complexContent>
 </xsd:complexType>