EventItem_Type complexType (Visio XML)
Informationen zum Typ
Wert | |
---|---|
Namespace |
http://schemas.microsoft.com/office/visio/2011/1/core |
Schemadatei |
VisioSchema15-2012-06-05.xsd |
Erweiterungsbasis |
Keine |
Definition
<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>
Elemente und Attribute
Wenn das Schema bestimmte Anforderungen definiert, z. B. sequence, minOccurs, maxOccurs und choice, lesen Sie den Abschnitt definition.
Untergeordnete Elemente
Keine.
Attribute
Attribut | Typ | Erforderlich | Beschreibung | Mögliche Werte |
---|---|---|---|---|
Aktion |
xsd:unsignedShort |
erforderlich |
Werte des xsd:unsignedShort-Typs. | |
Aktiviert |
xsd:boolean |
Optional |
Werte des Typs xsd:boolean. | |
EventCode |
xsd:unsignedShort |
Erforderlich |
Werte des xsd:unsignedShort-Typs. | |
ID |
xsd:unsignedInt |
erforderlich |
Werte des xsd:unsignedInt-Typs. | |
Ziel |
xsd:string |
erforderlich |
Werte des xsd:string-Typs. | |
TargetArgs |
xsd:string |
erforderlich |
Werte des xsd:string-Typs. |