complexType (EventList_Type) (Visio XML) 的 EventItem 元素
封裝事件程序代碼。
元素資訊
值 | |
---|---|
項目類型 |
EventItem_Type |
Namespace |
http://schemas.microsoft.com/office/visio/2012/main |
架構檔案 |
VisioSchema15.xsd |
檔元件 |
document.xml |
定義
< xs:element name="EventItem" type="EventItem_Type" minOccurs="0" maxOccurs="unbounded" >
</xs:element >
項目和屬性
如果架構定義特定需求,例如 sequence、 minOccurs、 maxOccurs 和 choice,請參閱定義一節。
父元素
元素 | 類型 | 描述 |
---|---|---|
EventList |
EventList_Type |
針對對象應該回應的每個事件,包含 EventItem 專案。 |
子元素
無。
屬性
屬性 | 類型 | Required | 描述 | 可能值 |
---|---|---|---|---|
動作 |
xsd:unsignedShort |
必要 |
指定父 EventItem 元素的動作程序代碼。 | xsd:unsignedShort 類型的值。 |
Enabled |
xsd:boolean |
選用 |
表示旗標,指出事件是否已啟用或停用。 | xsd:boolean 類型的值。 |
EventCode |
xsd:unsignedShort |
必要 |
指出觸發附加元件之事件的程序代碼。 | xsd:unsignedShort 類型的值。 |
識別碼 |
xsd:unsignedInt |
必要 |
事件的標識碼。 | xsd:unsignedInt 類型的值。 |
Target |
xsd:string |
必要 |
指定事件的目標。 | xsd:string 類型的值。 |
TargetArgs |
xsd:string |
必要 |
指定字串,其中包含要傳送至事件目標的自變數。 | xsd:string 類型的值。 |