MasterShortcut_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="MasterShortcut_Type">
<xs:all>
<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="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="ShortcutURL"
type="xsd:string"
/>
<xs:attribute name="ShortcutHelp"
type="xsd:string"
/>
<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. |
|
IconSize |
xsd:unsignedShort |
optional |
|
Values of the xsd:unsignedShort 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. |
|
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. |
|
ShortcutHelp |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
ShortcutURL |
xsd:string |
optional |
|
Values of the xsd:string type. |