2.3.4.2.64 MasterShortcut_Type

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

Referenced by: Masters_Type

A complex type that specifies an unused master format.

Child Elements:

Icon: An Icon_Type element that is unused and MUST be ignored.

Attributes:

ID: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the unique one-based index of the master. It MUST be equal to or greater than one. It MUST be unique amongst all the Master_Type and MasterShortcut_Type child elements of the containing Masters_Type.

Name: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that is unused and MUST be ignored.

NameU: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that is unused and MUST be ignored.

IsCustomName: An xsd:boolean ([XMLSCHEMA2] section 3.2.2) attribute that is unused and MUST be ignored.

IsCustomNameU: An xsd:boolean ([XMLSCHEMA2] section 3.2.2) attribute that is unused and MUST be ignored.

IconSize: An xsd:unsignedShort ([XMLSCHEMA2] section 3.3.23) attribute that is unused and MUST be ignored.

PatternFlags: An xsd:unsignedShort ([XMLSCHEMA2] section 3.3.23) attribute that is unused and MUST be ignored.

Prompt: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that is unused and MUST be ignored.

ShortcutURL: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that is unused and MUST be ignored.

ShortcutHelp: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that is unused and MUST be ignored.

AlignName: An xsd:unsignedShort ([XMLSCHEMA2] section 3.3.23) attribute that is unused and MUST be ignored.

MasterType: An xsd:unsignedShort ([XMLSCHEMA2] section 3.3.23) attribute that specifies that is unused and MUST be ignored.

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

 <xsd:complexType name="MasterShortcut_Type">
   <xsd:all>
     <xsd:element name="Icon" type="Icon_Type" minOccurs="0" maxOccurs="1"/>
   </xsd:all>
   <xsd:attribute name="ID" type="xsd:unsignedInt" use="required"/>
   <xsd:attribute name="Name" type="xsd:string"/>
   <xsd:attribute name="NameU" type="xsd:string"/>
   <xsd:attribute name="IsCustomName" type="xsd:boolean"/>
   <xsd:attribute name="IsCustomNameU" type="xsd:boolean"/>
   <xsd:attribute name="IconSize" type="xsd:unsignedShort"/>
   <xsd:attribute name="PatternFlags" type="xsd:unsignedShort"/>
   <xsd:attribute name="Prompt" type="xsd:string"/>
   <xsd:attribute name="ShortcutURL" type="xsd:string"/>
   <xsd:attribute name="ShortcutHelp" type="xsd:string"/>
   <xsd:attribute name="AlignName" type="xsd:unsignedShort"/>
   <xsd:attribute name="MasterType" type="xsd:unsignedShort"/>
 </xsd:complexType>