StyleSheet_Type complexType ('Visio XML')
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Type information
Definition
Elements and attributes
<xs:complexType name="StyleSheet_Type">
<xs:complexContent>
<xs:extension base="Sheet_Type">
<xs:attribute name="ID"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="Name"
type="xsd:string"
/>
<xs:attribute name="NameU"
type="xsd:string"
/>
<xs:attribute name="IsCustomName"
type="xsd:boolean"
/>
<xs:attribute name="IsCustomNameU"
type="xsd:boolean"
/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
None.
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
ID |
xsd:unsignedInt |
required |
|
Values of the xsd:unsignedInt type. |
|
IsCustomName |
xsd:boolean |
optional |
|
Values of the xsd:boolean type. |
|
IsCustomNameU |
xsd:boolean |
optional |
|
Values of the xsd:boolean type. |
|
Name |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
NameU |
xsd:string |
optional |
|
Values of the xsd:string type. |