Documentation for UsiXML 1.8.0

Element: action

[Table of contents]

Name action
Used by (from the same schema document) Element behavior , Complex Type nacLhsRhsType
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h20686850 h-268239545
XML Instance Representation
<ipo:action
description=" xs:string [1]"
id=" xs:ID [0..1]"
name=" xs:string [0..1]">
Start Choice [0..*]
<ipo:methodCall> ... </ipo:methodCall> [1]
<ipo:uiChange> ... </ipo:uiChange> [1]
End Choice
</ipo:action>
Diagram
h20686850 h-268239545
Schema Component Representation
<xs:element name="action">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref=" ipo:methodCall "/>
<xs:element ref=" ipo:uiChange "/>
</xs:choice>
<xs:attribute name="description" type=" xs:string " use="required"/>
<xs:attribute name="id" type=" xs:ID " use="optional"/>
<xs:attribute name="name" type=" xs:string " use="optional"/>
</xs:complexType>
</xs:element>