Documentation for UsiXML 1.8.0

Element: control

[Table of contents]

Name control
Used by (from the same schema document) Element abstractIndividualComponent , Element abstractContainer , Complex Type nacLhsRhsType
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<ipo:control
id=" xs:ID [0..1]"
name=" xs:string [0..1]"
actionType=" xs:string (value comes from list: {'start/go'|'stop/exit'|'select'|'create'|'delete'|'modify'|'move'|'duplicate'|'toggle'|'view'|'monitor'|'convey'}) [0..1]"
actionItem=" xs:string (value comes from list: {'operation'|'container'|'collection_of_elements'|'element'|'collection_of_containers'}) [0..1]"
action=" xs:string [0..1]"
event=" xs:string [0..1]"
initiative=" xs:string (value comes from list: {'system'|'user'}) [0..1]"
controlPriority=" ipo:oneToFive [0..1]"
terminationValue=" xs:string [0..1]"/>
Diagram
Schema Component Representation
<xs:element name="control">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" ipo:facetType ">
<xs:attribute name="action" type=" xs:string "/>
<xs:attribute name="event" type=" xs:string "/>
<xs:attribute name="initiative">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="system"/>
<xs:enumeration value="user"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="controlPriority" type=" ipo:oneToFive "/>
<xs:attribute name="terminationValue" type=" xs:string "/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>