Compartir a través de


MasterShortcut_Type complexType (XML de Visio)

Información de tipos

Valor
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Archivo de esquema
VisioSchema15-2012-06-05.xsd
Base de extensión
Ninguno

Definición

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

Si el esquema define requisitos específicos, como sequence, minOccurs, maxOccurs y choice, consulte la sección de definición.

Elementos secundarios

Elemento Tipo Descripción
Icon
Icon_Type

Atributos

Atributo Tipo Obligatorio Descripción Posibles valores
AlignName
xsd:unsignedShort
opcional
Valores del tipo xsd:unsignedShort.
IconSize
xsd:unsignedShort
opcional
Valores del tipo xsd:unsignedShort.
Id.
xsd:unsignedInt
necesario
Valores del tipo xsd:unsignedInt.
IsCustomName
xsd:boolean
opcional
Valores del tipo xsd:boolean.
IsCustomNameU
xsd:boolean
opcional
Valores del tipo xsd:boolean.
MasterType
xsd:unsignedShort
opcional
Valores del tipo xsd:unsignedShort.
Nombre
xsd:string
opcional
Valores del tipo xsd:string.
NameU
xsd:string
opcional
Valores del tipo xsd:string.
PatternFlags
xsd:unsignedShort
opcional
Valores del tipo xsd:unsignedShort.
Prompt
xsd:string
opcional
Valores del tipo xsd:string.
ShortcutHelp
xsd:string
opcional
Valores del tipo xsd:string.
ShortcutURL
xsd:string
opcional
Valores del tipo xsd:string.