StyleSheet element (StyleSheets_Type complexType) (Visio XML)

Represents a style defined in a document.

Element information

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

Element Type Description
StyleSheets
StyleSheets_Type
Contains a collection of StyleSheet elements for the document.

Child elements

Element Type Description
Cell
Cell_Type
Specifies a single property.
Section
Section_Type
Specifies a collection of related properties.

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.