Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element ImportClassificationDetailRecord / ImportClassificationTypeCode
Namespace No namespace
Annotations
Classification code to determine appropriate duties and tariffs.
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ImportClassificationType.tmp#ImportClassificationType
Type ImportClassificationType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern (\c+) & ((CTCURBK)|(CUSTOMS_TARIFF_NUMBER)|(EU_EXCISE_PRODUCT_CODE)|(FEACNRF)|(HARMONIZED_COMMODITY_DESCRIPTION_AND_CODING_SYSTEM)|(HARMONIZED_TARIFF_SCHEDULE_OF_THE_US)|(INTRASTAT)|(INTRASTAT_COMBINED_NOMENCLATURE)|(MERCOSUR)|(NETHERLANDS)|(NOMENCLATURE_GENERALE_DES_PRODUITS)|(TARIF_INTEGRE_DE_LA_COMMUNAUTE)|(TN_VED))
Source
<xs:element minOccurs="1" maxOccurs="1" name="ImportClassificationTypeCode" type="ImportClassificationType">
  <xs:annotation>
    <xs:documentation>Classification code to determine appropriate duties and tariffs.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ImportClassificationDetailRecord / ImportClassificationValue
Namespace No namespace
Annotations
The value for an associated import classification type.
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 50
Source
<xs:element minOccurs="0" maxOccurs="1" name="ImportClassificationValue" type="ShortTextType">
  <xs:annotation>
    <xs:documentation>The value for an associated import classification type.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type ImportClassificationDetailRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_ImportClassificationDetailRecord.tmp#ImportClassificationDetailRecord_ImportClassificationTypeCodee-document-3_1_10_xsd_Complex_Type_ImportClassificationDetailRecord.tmp#ImportClassificationDetailRecord_ImportClassificationValue
Used by
Model
Children ImportClassificationTypeCode, ImportClassificationValue
Source
<xs:complexType name="ImportClassificationDetailRecord">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="ImportClassificationTypeCode" type="ImportClassificationType">
      <xs:annotation>
        <xs:documentation>Classification code to determine appropriate duties and tariffs.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="ImportClassificationValue" type="ShortTextType">
      <xs:annotation>
        <xs:documentation>The value for an associated import classification type.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>