j:ConveyancePartAssociationType

complexType ConveyancePartAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/7.0/

Definition

A data type for an association between a conveyance and a part of a conveyance.

Diagram

XML Schema

<xs:complexType name="ConveyancePartAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a conveyance and a part of a conveyance.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:ConveyancePart" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Conveyance" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ConveyancePartAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>