<xsd:complexType name="MasterShortcut_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Icon" type="Icon_Type" minOccurs="0" />
</xsd:choice>
<xsd:attribute name="ID" type="xsd:unsignedLong" />
<xsd:attribute name="Name" type="xsd:string" />
<xsd:attribute name="NameU" type="xsd:string" />
<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:complexType>
|