EventItem_Type complexType (Visio XML)
Type information
Value | |
---|---|
Namespace |
http://schemas.microsoft.com/office/visio/2011/1/core |
Schema file |
VisioSchema15-2012-06-05.xsd |
Extension base |
None |
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>
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
None.
Attributes
Attribute | Type | Required | Description | Possible values |
---|---|---|---|---|
Action |
xsd:unsignedShort |
required |
Values of the xsd:unsignedShort type. | |
Enabled |
xsd:boolean |
optional |
Values of the xsd:boolean type. | |
EventCode |
xsd:unsignedShort |
required |
Values of the xsd:unsignedShort type. | |
ID |
xsd:unsignedInt |
required |
Values of the xsd:unsignedInt type. | |
Target |
xsd:string |
required |
Values of the xsd:string type. | |
TargetArgs |
xsd:string |
required |
Values of the xsd:string type. |