nc:ItemEntityAssociationType

complexType ItemEntityAssociationType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for an association between an item and an entity.

Diagram

XML Schema

<xs:complexType name="ItemEntityAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between an item and an entity.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:Entity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Item" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ItemEntityAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>