nc:ItemContainerAssociationType
complexType ItemContainerAssociationType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for an association between an item and something in which it is held.
Diagram
XML Schema
<xs:complexType name="ItemContainerAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between an item and something in which it is held.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="nc:Item" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Container" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ItemContainerAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>