EventItem_Type complexType ('Visio XML')
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Type information
Definition
Elements and attributes
<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>
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. |