StyleSheet element (StyleSheets_Type complexType) (Visio XML)
- Article
-
-
Represents a style defined in a document.
|
Value |
Element type
|
StyleSheet_Type
|
Namespace
|
http://schemas.microsoft.com/office/visio/2012/main
|
Schema file
|
VisioSchema15.xsd
|
Document parts
|
document.xml
|
Definition
< xs:element name="StyleSheet" Type="StyleSheet_Type" minOccurs="0" maxOccurs="unbounded" ></xs:element >
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
Child elements
Attributes
Attribute |
Type |
Required |
Description |
Possible values |
FillStyle
|
xsd:unsignedInt
|
optional
|
The ID of the StyleSheet element from which this style inherits fill formatting. |
Values of the xsd:unsignedInt type. |
ID
|
xsd:unsignedInt
|
required
|
The unique ID of the element within its parent element. |
Values of the xsd:unsignedInt type. |
IsCustomName
|
xsd:boolean
|
optional
|
Indicates whether the name has been customized by the user. |
Values of the xsd:boolean type. |
IsCustomNameU
|
xsd:boolean
|
optional
|
Indicates whether the universal name has been customized by the user. |
Values of the xsd:boolean type. |
LineStyle
|
xsd:unsignedInt
|
optional
|
The ID of the StyleSheet element from which this style inherits line formatting. |
Values of the xsd:unsignedInt type. |
Name
|
xsd:string
|
optional
|
The name of the element. |
Values of the xsd:string type. |
NameU
|
xsd:string
|
optional
|
The universal name of the element. |
Values of the xsd:string type. |
TextStyle
|
xsd:unsignedInt
|
optional
|
The ID of the StyleSheet element from which this style inherits text formatting. |
Values of the xsd:unsignedInt type. |