Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element IncotermInfoRecord / IncotermCode
Namespace No namespace
Annotations
Code identifying the incoterm delivery rule
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_IncotermCodeType.tmp#IncotermCodeType
Type IncotermCodeType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern (\c+) & ((CFR)|(CIF)|(CIP)|(CPT)|(DAP)|(DDP)|(DPU)|(EXW)|(FAS)|(FCA)|(FOB))
Source
<xs:element minOccurs="0" maxOccurs="1" name="IncotermCode" type="IncotermCodeType">
  <xs:annotation>
    <xs:documentation>Code identifying the incoterm delivery rule</xs:documentation>
  </xs:annotation>
</xs:element>
Element IncotermInfoRecord / IncotermCodeLocation
Namespace No namespace
Annotations
Delivery destination
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="IncotermCodeLocation" type="ShortTextType">
  <xs:annotation>
    <xs:documentation>Delivery destination</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type IncotermInfoRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_IncotermInfoRecord.tmp#IncotermInfoRecord_IncotermCodee-document-3_1_10_xsd_Complex_Type_IncotermInfoRecord.tmp#IncotermInfoRecord_IncotermCodeLocation
Used by
Model
Children IncotermCode, IncotermCodeLocation
Source
<xs:complexType name="IncotermInfoRecord">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="IncotermCode" type="IncotermCodeType">
      <xs:annotation>
        <xs:documentation>Code identifying the incoterm delivery rule</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="IncotermCodeLocation" type="ShortTextType">
      <xs:annotation>
        <xs:documentation>Delivery destination</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>