Documentation for UsiXML 1.8.0

Element: abstractIndividualComponent

[Table of contents]

Name abstractIndividualComponent
Used by (from the same schema document) Element abstractContainer , Complex Type nacLhsRhsType
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h-601994572 h-598823737 h-1205312604 h-947294438 h-1688122569
XML Instance Representation
<ipo:abstractIndividualComponent
id=" xs:ID [0..1]"
name=" xs:string [0..1]">
Start Choice [0..*]
<ipo:facet> ... </ipo:facet> [1]
<ipo:input> ... </ipo:input> [1]
<ipo:output> ... </ipo:output> [1]
<ipo:control> ... </ipo:control> [1]
<ipo:navigation> ... </ipo:navigation> [1]
End Choice
</ipo:abstractIndividualComponent>
Diagram
Schema Component Representation
<xs:element name="abstractIndividualComponent">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" ipo:abstractIndividualComponentType ">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref=" ipo:facet "/>
<xs:element ref=" ipo:input "/>
<xs:element ref=" ipo:output "/>
<xs:element ref=" ipo:control "/>
<xs:element ref=" ipo:navigation "/>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>