2.3.4.2.63 Masters_Type

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

Referenced by: Masters

A complex type that specifies a collection of masters in a web drawing.

Child Elements:

Master: A Master_Type element that specifies a master.

MasterShortcut: A MasterShortcut_Type element that specifies an unused master format.

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

 <xsd:complexType name="Masters_Type">
   <xsd:sequence>
     <xsd:element name="Master" type="Master_Type" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="MasterShortcut" type="MasterShortcut_Type" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>