j:ItemTitleAssociationType

complexType ItemTitleAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for an association between a property item, documents pertaining to its ownership, and an entity to whom the title is issued.

Diagram

XML Schema

<xs:complexType name="ItemTitleAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a property item, documents pertaining to its ownership, and an entity to whom the title is issued.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:Title" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Item" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:TitleHolder" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ItemTitleAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>