EventItem element (EventList_Type complexType) (Visio XML)
Encapsulates an event code.
Element information
Value | |
---|---|
Element type |
EventItem_Type |
Namespace |
http://schemas.microsoft.com/office/visio/2012/main |
Schema file |
VisioSchema15.xsd |
Document parts |
document.xml |
Definition
< xs:element name="EventItem" type="EventItem_Type" minOccurs="0" maxOccurs="unbounded" >
</xs:element >
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
Element | Type | Description |
---|---|---|
EventList |
EventList_Type |
Contains an EventItem element for each event to which an object should respond. |
Child elements
None.
Attributes
Attribute | Type | Required | Description | Possible values |
---|---|---|---|---|
Action |
xsd:unsignedShort |
required |
Specifies the action code of the parent EventItem element. | Values of the xsd:unsignedShort type. |
Enabled |
xsd:boolean |
optional |
Represents a flag indicating if the event is enabled or disabled. | Values of the xsd:boolean type. |
EventCode |
xsd:unsignedShort |
required |
A code indicating the event that triggers the add-on. | Values of the xsd:unsignedShort type. |
ID |
xsd:unsignedInt |
required |
The ID of the event. | Values of the xsd:unsignedInt type. |
Target |
xsd:string |
required |
Specifies the target of an event. | Values of the xsd:string type. |
TargetArgs |
xsd:string |
required |
Specifies a string containing arguments to be sent to the target of an event. | Values of the xsd:string type. |