it:CustomsDocumentType
complexType CustomsDocumentType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/
Definition
A data type for a document category that facilitates implementation of a system of tolls, tariffs, taxes, and regulation of international trade.
Diagram
XML Schema
<xs:complexType name="CustomsDocumentType">
<xs:annotation>
<xs:documentation>
A data type for a document category that facilitates implementation of a system of tolls, tariffs, taxes, and regulation of international trade.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:DocumentType">
<xs:sequence>
<xs:element ref="it:CustomsDocumentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>