Connect_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="Connect_Type">
<xs:attribute name="FromSheet"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="FromCell"
type="xsd:string"
/>
<xs:attribute name="FromPart"
type="xsd:int"
/>
<xs:attribute name="ToSheet"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="ToCell"
type="xsd:string"
/>
<xs:attribute name="ToPart"
type="xsd:int"
/>
</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 |
---|---|---|---|---|
FromCell |
xsd :string |
facultatif |
Valeurs du type xsd :string. | |
FromPart |
xsd :int |
facultatif |
Valeurs du type xsd :int. | |
FromSheet |
xsd :unsignedInt |
obligatoire |
Valeurs du type xsd :unsignedInt. | |
ToCell |
xsd :string |
facultatif |
Valeurs du type xsd :string. | |
ToPart |
xsd :int |
facultatif |
Valeurs du type xsd :int. | |
ToSheet |
xsd :unsignedInt |
obligatoire |
Valeurs du type xsd :unsignedInt. |