Sheet_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="Sheet_Type" abstract="true">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="Cell" type="Cell_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs:element name="Trigger" type="Trigger_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs:element name="Section" type="Section_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs: name="" >
</xs:>
</xs:sequence>
<xs:attribute name="LineStyle"
type="xsd:unsignedInt"
/>
<xs:attribute name="FillStyle"
type="xsd:unsignedInt"
/>
<xs:attribute name="TextStyle"
type="xsd:unsignedInt"
/>
</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 |
FillStyle
|
xsd:unsignedInt
|
opcional
|
|
Valores do tipo xsd:unsignedInt. |
LineStyle
|
xsd:unsignedInt
|
opcional
|
|
Valores do tipo xsd:unsignedInt. |
TextStyle
|
xsd:unsignedInt
|
opcional
|
|
Valores do tipo xsd:unsignedInt. |