j:ConveyancePartType
complexType ConveyancePartType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for a part or component of a conveyance.
Diagram
XML Schema
<xs:complexType name="ConveyancePartType">
<xs:annotation>
<xs:documentation>
A data type for a part or component of a conveyance.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:ItemType">
<xs:sequence>
<xs:element ref="j:ConveyancePartID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ConveyancePartBrandAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ConveyancePartCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ConveyancePartDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ConveyancePartAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>