Master_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="Master_Type">
<xs:all>
<xs:element name="PageSheet" type="PageSheet_Type"
minOccurs="0"
maxOccurs="1"
>
</xs:element>
<xs:element name="Rel" type="Rel_Type"
minOccurs="1"
maxOccurs="1"
>
</xs:element>
<xs:element name="Icon" type="Icon_Type"
minOccurs="0"
maxOccurs="1"
>
</xs:element>
</xs:all>
<xs:attribute name="ID"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="BaseID"
type="xsd:string"
/>
<xs:attribute name="UniqueID"
type="xsd:string"
/>
<xs:attribute name="MatchByName"
type="xsd:boolean"
/>
<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:attribute name="IconSize"
type="xsd:unsignedShort"
/>
<xs:attribute name="PatternFlags"
type="xsd:unsignedShort"
/>
<xs:attribute name="Prompt"
type="xsd:string"
/>
<xs:attribute name="Hidden"
type="xsd:boolean"
/>
<xs:attribute name="IconUpdate"
type="xsd:boolean"
/>
<xs:attribute name="AlignName"
type="xsd:unsignedShort"
/>
<xs:attribute name="MasterType"
type="xsd:unsignedShort"
/>
</xs:complexType>
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
AlignName |
xsd:unsignedShort |
optional |
|
Values of the xsd:unsignedShort type. |
|
BaseID |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
Hidden |
xsd:boolean |
optional |
|
Values of the xsd:boolean type. |
|
IconSize |
xsd:unsignedShort |
optional |
|
Values of the xsd:unsignedShort type. |
|
IconUpdate |
xsd:boolean |
optional |
|
Values of the xsd:boolean type. |
|
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. |
|
MasterType |
xsd:unsignedShort |
optional |
|
Values of the xsd:unsignedShort type. |
|
MatchByName |
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. |
|
PatternFlags |
xsd:unsignedShort |
optional |
|
Values of the xsd:unsignedShort type. |
|
Prompt |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
UniqueID |
xsd:string |
optional |
|
Values of the xsd:string type. |