Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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="Master_Type">
<xs:all>
<xs:element name="PageSheet" type="PageSheet_Type"
minOccurs="0"
maxOccurs="1"
>
</xs:element>
<xs:element name="Rel" type="Rel_Type"
minOccurs="1"
maxOccurs="1"
>
</xs:element>
<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="BaseID"
type="xsd:string"
/>
<xs:attribute name="UniqueID"
type="xsd:string"
/>
<xs:attribute name="MatchByName"
type="xsd:boolean"
/>
<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="Hidden"
type="xsd:boolean"
/>
<xs:attribute name="IconUpdate"
type="xsd:boolean"
/>
<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 |
|
|
PageSheet |
PageSheet_Type |
|
|
Rel |
Rel_Type |
Atributos
| Atributo | Tipo | Obligatorio | Descripción | Posibles valores |
|---|---|---|---|---|
| AlignName |
xsd:unsignedShort |
opcional |
Valores del tipo xsd:unsignedShort. | |
| BaseID |
xsd:string |
opcional |
Valores del tipo xsd:string. | |
| Hidden |
xsd:boolean |
opcional |
Valores del tipo xsd:boolean. | |
| IconSize |
xsd:unsignedShort |
opcional |
Valores del tipo xsd:unsignedShort. | |
| IconUpdate |
xsd:boolean |
opcional |
Valores del tipo xsd:boolean. | |
| 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. | |
| MatchByName |
xsd:boolean |
opcional |
Valores del tipo xsd:boolean. | |
| 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. | |
| UniqueID |
xsd:string |
opcional |
Valores del tipo xsd:string. |