Documentation for UsiXML 1.8.0

Element: auditoryContainer

[Table of contents]

Name auditoryContainer
Used by (from the same schema document) Element uiModel , Element auditoryCio , Element auditoryContainer , Complex Type nacLhsRhsType
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<ipo:auditoryContainer
tooltip=" ipo:hrefURI [0..1]"
defaultTooltip=" xs:string [0..1]"
icon=" ipo:hrefURI [0..1]"
defaultIcon=" xs:string [0..1]"
currentValue=" xs:string [0..1]"
content=" ipo:hrefURI [0..1]"
defaultContent=" xs:string [0..1]"
defaultHelp=" xs:anyURI [0..1]"
help=" xs:string [0..1]"
error=" xs:string [0..1]"
feedback=" xs:string [0..1]"
isMandatory=" xs:boolean [0..1]"
id=" xs:ID [0..1]"
name=" xs:string [0..1]"
loop=" xs:nonNegativeInteger [0..1]">
<ipo:annotation
annotationType=" xs:string [0..1]"
file=" xs:string [0..1]"> [0..*]
xs:string
</ipo:annotation>
<ipo:behavior> ... </ipo:behavior> [0..*]
<ipo:initiation> [0..*]
<ipo:event> ... </ipo:event> [1..*]
</ipo:initiation>
<ipo:termination> [0..*]
<ipo:event> ... </ipo:event> [1..*]
</ipo:termination>
Start Choice [0..*]
<ipo:auditoryContainer> ... </ipo:auditoryContainer> [1]
<ipo:auditoryIndividualComponent> ... </ipo:auditoryIndividualComponent> [1]
<ipo:auditoryInput> ... </ipo:auditoryInput> [1]
<ipo:auditoryOutput> ... </ipo:auditoryOutput> [1]
End Choice
</ipo:auditoryContainer>
Diagram
Schema Component Representation
<xs:element name="auditoryContainer">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" ipo:auditoryContainerType ">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref=" ipo:auditoryContainer "/>
<xs:element ref=" ipo:auditoryIndividualComponent "/>
<xs:element ref=" ipo:auditoryInput "/>
<xs:element ref=" ipo:auditoryOutput "/>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>