ShapeSheet_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
|
Sheet_Type
|
Definição
<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 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 |
Del
|
xsd:boolean
|
opcional
|
|
Valores do tipo xsd:boolean. |
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. |
Mestre
|
xsd:unsignedInt
|
opcional
|
|
Valores do tipo xsd:unsignedInt. |
MasterShape
|
xsd:unsignedInt
|
opcional
|
|
Valores do tipo xsd:unsignedInt. |
Nome
|
xsd:string
|
opcional
|
|
Valores do tipo xsd:string. |
NameU
|
xsd:string
|
opcional
|
|
Valores do tipo xsd:string. |
Originalid
|
xsd:unsignedInt
|
opcional
|
|
Valores do tipo xsd:unsignedInt. |
Tipo
|
xsd:token
|
opcional
|
|
Valores do tipo xsd:token. |
UniqueID
|
xsd:string
|
opcional
|
|
Valores do tipo xsd:string. |