scr:VehicleAugmentationType
complexType VehicleAugmentationType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for additional information about a conveyance.
Diagram
XML Schema
<xs:complexType name="VehicleAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a conveyance.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:AugmentationType">
<xs:sequence>
<xs:element ref="scr:ConveyanceIdentificationCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:VehicleCategoryCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:ConveyanceCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:VehicleSubjectCategoryCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:ConveyanceIDIssuingJurisdictionAbstract" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>