MasterShortcut_Type complexType (Visio XML)
- Artigo
-
-
|
Valor |
Namespace
|
http://schemas.microsoft.com/office/visio/2011/1/core
|
Arquivo de esquema
|
VisioSchema15-2012-06-05.xsd
|
Base da extensão
|
Nenhum
|
Definição
<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>
Elementos e atributos
Se o esquema definir requisitos específicos, como sequence, minOccurs,maxOccurs e choice, confira a seção de definição.
Elementos filho
Atributos
Atributo |
Tipo |
Obrigatório |
Descrição |
Valores possíveis |
AlignName
|
xsd:unsignedShort
|
opcional
|
|
Valores do tipo xsd:unsignedShort. |
IconSize
|
xsd:unsignedShort
|
opcional
|
|
Valores do tipo xsd:unsignedShort. |
ID
|
xsd:unsignedInt
|
obrigatório
|
|
Valores do tipo xsd:unsignedInt. |
IsCustomName
|
xsd:boolean
|
opcional
|
|
Valores do tipo xsd:boolean. |
IsCustomNameU
|
xsd:boolean
|
opcional
|
|
Valores do tipo xsd:boolean. |
Mastertype
|
xsd:unsignedShort
|
opcional
|
|
Valores do tipo xsd:unsignedShort. |
Nome
|
xsd:string
|
opcional
|
|
Valores do tipo xsd:string. |
NameU
|
xsd:string
|
opcional
|
|
Valores do tipo xsd:string. |
PatternFlags
|
xsd:unsignedShort
|
opcional
|
|
Valores do tipo xsd:unsignedShort. |
Prompt
|
xsd:string
|
opcional
|
|
Valores do tipo xsd:string. |
AtalhoHelp
|
xsd:string
|
opcional
|
|
Valores do tipo xsd:string. |
AtalhoURL
|
xsd:string
|
opcional
|
|
Valores do tipo xsd:string. |