cbrn:ConveyanceRelatorType
complexType ConveyanceRelatorType in namespace http://release.niem.gov/niem/domains/cbrn/4.2/
Definition
A data type for an identifier that can be used to identify a conveyance.
Diagram
XML Schema
<xs:complexType name="ConveyanceRelatorType">
<xs:annotation>
<xs:documentation>
A data type for an identifier that can be used to identify a conveyance.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="nc:IdentificationID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ItemSerialIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ConveyanceRelatorAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>