Definition Type Element
Name contractType
Type string
Abstract False
Content Type Restriction
Facets  
MaxLength 14
Enumerations C+F , CIF , Delivered , FOB , FOR , FOT , Ex-Docks , Ex-Warehouse , Spot
Documentation IncoTerms for the Contract. e.g. - FOB, CNF, etc
XSD Schema .\DeliveryOrder_NCA_V1R1.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="contractType" >
  <xs:annotation>
    <xs:documentation>IncoTerms for the Contract. e.g. - FOB, CNF, etc</xs:documentation>
  </xs:annotation>

  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="14"/>
      <xs:enumeration value="C+F"/>
      <xs:enumeration value="CIF"/>
      <xs:enumeration value="Delivered"/>
      <xs:enumeration value="FOB"/>
      <xs:enumeration value="FOR"/>
      <xs:enumeration value="FOT"/>
      <xs:enumeration value="Ex-Docks"/>
      <xs:enumeration value="Ex-Warehouse"/>
      <xs:enumeration value="Spot"/>
    </xs:restriction>

  </xs:simpleType>

</xs:element>
Derivation Tree
[No Sub Types]
contractType
    contractType
References
contractType
Generated using Liquid XML Studio by Liquid Technologies Ltd