cbrn:ConveyanceRelatorType

complexType ConveyanceRelatorType in namespace http://release.niem.gov/niem/domains/cbrn/4.1/

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: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>