2.3.4.2.95 StyleSheets_Type

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

Referenced by: VisioDocument_Type

A complex type that specifies a collection of style sheets in the web drawing.

Child Elements:

StyleSheet: A StyleSheet_Type element that specifies a style sheet.

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

 <xsd:complexType name="StyleSheets_Type">
   <xsd:sequence>
     <xsd:element name="StyleSheet" type="StyleSheet_Type" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>