Documentation for UsiXML 1.8.0

Element: output

[Table of contents]

Name output
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:output
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]"
outputContent=" ipo:stringAndURI [0..1]"/>
Diagram
Schema Component Representation
<xs:element name="output">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" ipo:facetType ">
<xs:attribute name="outputContent" type=" ipo:stringAndURI "/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>