Definition Type Element
Name freightType
Type string
Abstract False
MinOccurs 0
MaxOccurs (1)
Content Type Restriction
Facets  
Enumerations Container , Break Bulk
Documentation Type of Freight- can be Container, Break Bulk
XSD Schema .\DeliveryOrder_NCA_V1R1.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="freightType" >
  <xs:annotation>
    <xs:documentation>Type of Freight- can be Container, Break Bulk</xs:documentation>
  </xs:annotation>

  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Container"/>
      <xs:enumeration value="Break Bulk"/>
    </xs:restriction>

  </xs:simpleType>

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