Master_Type complexType (Visio XML)

Type information

Value
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Schema file
VisioSchema15-2012-06-05.xsd
Extension base
None

Definition

          <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>
      

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Child elements

Element Type Description
Icon
Icon_Type
PageSheet
PageSheet_Type
Rel
Rel_Type

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.