nc:ConveyanceType
complexType ConveyanceType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a means of transport from place to place.
Diagram
XML Schema
<xs:complexType name="ConveyanceType">
<xs:annotation>
<xs:documentation>
A data type for a means of transport from place to place.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:ItemType">
<xs:sequence>
<xs:element ref="nc:ConveyanceCargoText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ConveyanceEngineQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ConveyanceMotorizedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ConveyanceTowedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ConveyanceUseAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ConveyanceAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>