CellDef_Type complexType (Visio XML)
Informations sur le type
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="CellDef_Type">
<xs:attribute name="N"
type="xsd:string"
use="required"
/>
<xs:attribute name="T"
type="xsd:token"
use="required"
/>
<xs:attribute name="F"
type="xsd:string"
/>
<xs:attribute name="IX"
type="xsd:unsignedByte"
/>
<xs:attribute name="S"
type="xsd:unsignedByte"
/>
</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
Aucun.
Attributs
Attribut | Type | Obligatoire | Description | Valeurs possibles |
---|---|---|---|---|
F |
xsd :string |
facultatif |
Valeurs du type xsd :string. | |
IX |
xsd :unsignedByte |
facultatif |
Valeurs du type xsd :unsignedByte. | |
N |
xsd :string |
obligatoire |
Valeurs du type xsd :string. | |
S |
xsd :unsignedByte |
facultatif |
Valeurs du type xsd :unsignedByte. | |
T |
xsd :token |
obligatoire |
Valeurs du type xsd :token. |