ShapeSheet_Type complexType (XML de Visio)
- Artículo
-
-
|
Valor |
Namespace
|
http://schemas.microsoft.com/office/visio/2011/1/core
|
Archivo de esquema
|
VisioSchema15-2012-06-05.xsd
|
Base de extensión
|
Sheet_Type
|
Definición
<xs:complexType name="ShapeSheet_Type">
<xs:complexContent>
<xs:extension base="Sheet_Type">
<xs:sequence>
<xs:element name="Shapes" type="Shapes_Type"
minOccurs="0"
maxOccurs="1"
>
</xs:element>
<xs:element name="Text" type="Text_Type"
minOccurs="0"
maxOccurs="1"
>
</xs:element>
<xs:element name="Data1" type="Data_Type"
minOccurs="0"
maxOccurs="1"
>
</xs:element>
<xs:element name="Data2" type="Data_Type"
minOccurs="0"
maxOccurs="1"
>
</xs:element>
<xs:element name="Data3" type="Data_Type"
minOccurs="0"
maxOccurs="1"
>
</xs:element>
<xs:element name="ForeignData" type="ForeignData_Type"
minOccurs="0"
maxOccurs="1"
>
</xs:element>
</xs:sequence>
<xs:attribute name="ID"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="OriginalID"
type="xsd:unsignedInt"
/>
<xs:attribute name="Del"
type="xsd:boolean"
/>
<xs:attribute name="MasterShape"
type="xsd:unsignedInt"
/>
<xs:attribute name="UniqueID"
type="xsd:string"
/>
<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="Master"
type="xsd:unsignedInt"
/>
<xs:attribute name="Type"
type="xsd:token"
/>
</xs:extension>
</xs:complexContent>
</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
Atributos
Atributo |
Tipo |
Obligatorio |
Descripción |
Posibles valores |
Del
|
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. |
Master
|
xsd:unsignedInt
|
opcional
|
|
Valores del tipo xsd:unsignedInt. |
MasterShape
|
xsd:unsignedInt
|
opcional
|
|
Valores del tipo xsd:unsignedInt. |
Nombre
|
xsd:string
|
opcional
|
|
Valores del tipo xsd:string. |
NameU
|
xsd:string
|
opcional
|
|
Valores del tipo xsd:string. |
OriginalID
|
xsd:unsignedInt
|
opcional
|
|
Valores del tipo xsd:unsignedInt. |
Tipo
|
xsd:token
|
opcional
|
|
Valores del tipo xsd:token. |
UniqueID
|
xsd:string
|
opcional
|
|
Valores del tipo xsd:string. |