Section_Type complexType (Visio XML)
- Article
-
-
|
Valeur |
Namespace
|
http://schemas.microsoft.com/office/visio/2011/1/core
|
Fichier de schéma
|
VisioSchema15-2012-06-05.xsd
|
Base d’extension
|
Aucun
|
Définition
<xs:complexType name="Section_Type">
<xs:sequence>
<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="Row" type="Row_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
</xs:sequence>
<xs:attribute name="N"
type="xsd:string"
use="required"
/>
<xs:attribute name="Del"
type="xsd:boolean"
/>
<xs:attribute name="IX"
type="xsd:unsignedInt"
/>
</xs:complexType>
Éléments et attributs
Si le schéma définit des exigences spécifiques, telles que sequence, minOccurs, maxOccurs et choice, consultez la section définition.
Éléments enfants
Attributs
Attribut |
Type |
Obligatoire |
Description |
Valeurs possibles |
Del
|
xsd :boolean
|
facultatif
|
|
Valeurs du type xsd :boolean. |
IX
|
xsd :unsignedInt
|
facultatif
|
|
Valeurs du type xsd :unsignedInt. |
N
|
xsd :string
|
obligatoire
|
|
Valeurs du type xsd :string. |