EventItem_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="EventItem_Type">
<xs:attribute name="ID"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="Action"
type="xsd:unsignedShort"
use="required"
/>
<xs:attribute name="EventCode"
type="xsd:unsignedShort"
use="required"
/>
<xs:attribute name="Enabled"
type="xsd:boolean"
/>
<xs:attribute name="Target"
type="xsd:string"
use="required"
/>
<xs:attribute name="TargetArgs"
type="xsd:string"
use="required"
/>
</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 |
---|---|---|---|---|
Action |
xsd :unsignedShort |
obligatoire |
Valeurs du type xsd :unsignedShort. | |
Activé |
xsd :boolean |
facultatif |
Valeurs du type xsd :boolean. | |
EventCode |
xsd :unsignedShort |
obligatoire |
Valeurs du type xsd :unsignedShort. | |
ID |
xsd :unsignedInt |
obligatoire |
Valeurs du type xsd :unsignedInt. | |
Target |
xsd :string |
obligatoire |
Valeurs du type xsd :string. | |
TargetArgs |
xsd :string |
obligatoire |
Valeurs du type xsd :string. |