it:UNDGContactType

complexType UNDGContactType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.0/

Definition

A data type representing the Name [and address] of dangerous goods contact person or party who can provide detailed information concerning the dangerous goods shipment

Diagram

XML Schema

<xs:complexType name="UNDGContactType">
<xs:annotation>
<xs:documentation>
A data type representing the Name [and address] of dangerous goods contact person or party who can provide detailed information concerning the dangerous goods shipment
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="it:UNDGContactIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:UNDGContactIDCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:RoleOfParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:UNDGContactAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>