XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace None
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema elementFormDefault="qualified">
<xs:include schemaLocation="commonDefinitions.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: ACCOUNT

Name ACCOUNT
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<ACCOUNT> xs:string </ACCOUNT>
Schema Component Representation
<xs:element name="ACCOUNT" type="xs:string"/>
top

Element: ACCOUNTCOUNTRY

Name ACCOUNTCOUNTRY
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<ACCOUNTCOUNTRY> xs:string </ACCOUNTCOUNTRY>
Schema Component Representation
<xs:element name="ACCOUNTCOUNTRY" type="xs:string"/>
top

Element: ACTIVITY

Name ACTIVITY
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<ACTIVITY>
Start Sequence [0..1]
<CREATE> ... </CREATE> [1]
End Sequence
Start Sequence [0..1]
<RATE> ... </RATE> [1]
End Sequence
Start Sequence [0..1]
<BOOK> ... </BOOK> [1]
End Sequence
Start Sequence [0..1]
<SHIP> ... </SHIP> [1]
End Sequence
Start Sequence [0..1]
<PRINT> ... </PRINT> [1]
End Sequence
Start Sequence [0..1]
<SHOW_GROUPCODE> ... </SHOW_GROUPCODE> [1]
End Sequence
</ACTIVITY>
Schema Component Representation
<xs:element name="ACTIVITY">
<xs:complexType>
<xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="CREATE"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="RATE"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="BOOK"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="SHIP"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="PRINT"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="SHOW_GROUPCODE"/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: ALTCOLLECTTIME

Name ALTCOLLECTTIME
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<ALTCOLLECTTIME>
<FROM> ... </FROM> [1]
<TO> ... </TO> [1]
</ALTCOLLECTTIME>
Schema Component Representation
<xs:element name="ALTCOLLECTTIME">
<xs:complexType>
<xs:sequence>
<xs:element ref="FROM"/>
<xs:element ref="TO"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: APPID

Name APPID
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<APPID> xs:string </APPID>
Schema Component Representation
<xs:element name="APPID" type="xs:string"/>
top

Element: APPVERSION

Name APPVERSION
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<APPVERSION> xs:string </APPVERSION>
Schema Component Representation
<xs:element name="APPVERSION" type="xs:string"/>
top

Element: ARTICLE

Name ARTICLE
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<ARTICLE>
<ITEMS> ... </ITEMS> [1]
<DESCRIPTION> ... </DESCRIPTION> [1]
<WEIGHT> ... </WEIGHT> [1]
<INVOICEVALUE> ... </INVOICEVALUE> [1]
<INVOICEDESC> ... </INVOICEDESC> [1]
<HTS> ... </HTS> [1]
<COUNTRY> ... </COUNTRY> [1]
Start Sequence [0..1]
<EMRN> ... </EMRN> [1]
End Sequence
</ARTICLE>
Schema Component Representation
<xs:element name="ARTICLE">
<xs:complexType>
<xs:sequence>
<xs:element ref="ITEMS"/>
<xs:element ref="DESCRIPTION"/>
<xs:element ref="WEIGHT"/>
<xs:element ref="INVOICEVALUE"/>
<xs:element ref="INVOICEDESC"/>
<xs:element ref="HTS"/>
<xs:element ref="COUNTRY"/>
<xs:sequence minOccurs="0">
<xs:element ref="EMRN"/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: BOOK

Name BOOK
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<BOOK
EMAILREQD="xs:string [0..1]"
ShowBookingRef="xs:string [0..1]" >
Start Choice [1]
<GROUPCODE> ... </GROUPCODE> [1]
Start Sequence [0..*]
<CONREF> ... </CONREF> [1]
End Sequence
Start Sequence [0..*]
<CONNUMBER> ... </CONNUMBER> [1]
End Sequence
End Choice
</BOOK>
Schema Component Representation
<xs:element name="BOOK">
<xs:complexType>
<xs:choice>
<GROUPCODE> ... </GROUPCODE> [1]
<xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONREF> ... </CONREF> [1]
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONNUMBER> ... </CONNUMBER> [1]
</xs:sequence>
</xs:sequence>
</xs:choice>
<xs:attribute name="EMAILREQD" type="xs:string"/>
<xs:attribute name="ShowBookingRef" type="xs:string"/>
</xs:complexType>
</xs:element>
top

Element: CITY

Name CITY
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<CITY> xs:string </CITY>
Schema Component Representation
<xs:element name="CITY" type="xs:string"/>
top

Element: EMAILREQD

Name EMAILREQD
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<EMAILREQD> xs:string </EMAILREQD>
Schema Component Representation
<xs:element name="EMAILREQD" type="xs:string"/>
top

Element: ShowBookingRef

Name ShowBookingRef
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<ShowBookingRef> xs:string </ShowBookingRef>
Schema Component Representation
<xs:element name="CITY" type="xs:string"/>
top

Element: CONREF

Name CONREF
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<CONREF> xs:string </CONREF>
Schema Component Representation
<xs:element name="CONREF" type="xs:string"/>
top

Element: CONNUMBER

Name CONNUMBER
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<CONNUMBER> xs:string </CONNUMBER>
Schema Component Representation
<xs:element name="CONNUMBER" type="xs:string"/>
top

Element: COLLECTION

Name COLLECTION
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<COLLECTION>
Start Sequence [0..1]
<COLLECTIONADDRESS> ... </COLLECTIONADDRESS> [1]
End Sequence
<SHIPDATE> ... </SHIPDATE> [1]
<PREFCOLLECTTIME> ... </PREFCOLLECTTIME> [1]
Start Sequence [0..1]
<ALTCOLLECTTIME> ... </ALTCOLLECTTIME> [1]
End Sequence
<COLLINSTRUCTIONS> ... </COLLINSTRUCTIONS> [1]
Start Sequence [0..1]
<CONFIRMATIONEMAILADDRESS> ... </CONFIRMATIONEMAILADDRESS> [1]
End Sequence
</COLLECTION>
Schema Component Representation
<xs:element name="COLLECTION">
<xs:complexType>
<xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="COLLECTIONADDRESS"/>
</xs:sequence>
<xs:element ref="SHIPDATE"/>
<xs:element ref="PREFCOLLECTTIME"/>
<xs:sequence minOccurs="0">
<xs:element ref="ALTCOLLECTTIME"/>
</xs:sequence>
<xs:element ref="COLLINSTRUCTIONS"/>
<xs:sequence minOccurs="0">
<xs:element ref="CONFIRMATIONEMAILADDRESS"/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: COLLECTIONADDRESS

Name COLLECTIONADDRESS
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<COLLECTIONADDRESS>
<COMPANYNAME> ... </COMPANYNAME> [1]
<STREETADDRESS1> ... </STREETADDRESS1> [1]
Start Sequence [0..1]
<STREETADDRESS2> ... </STREETADDRESS2> [1]
End Sequence
Start Sequence [0..1]
<STREETADDRESS3> ... </STREETADDRESS3> [1]
End Sequence
<CITY> ... </CITY> [1]
Start Sequence [0..1]
<PROVINCE> ... </PROVINCE> [1]
End Sequence
<POSTCODE> ... </POSTCODE> [1]
<COUNTRY> ... </COUNTRY> [1]
Start Sequence [0..1]
<VAT> ... </VAT> [1]
End Sequence
<CONTACTNAME> ... </CONTACTNAME> [1]
<CONTACTDIALCODE> ... </CONTACTDIALCODE> [1]
<CONTACTTELEPHONE> ... </CONTACTTELEPHONE> [1]
Start Sequence [0..1]
<CONTACTEMAIL> ... </CONTACTEMAIL> [1]
End Sequence
</COLLECTIONADDRESS>
Schema Component Representation
<xs:element name="COLLECTIONADDRESS">
<xs:complexType>
<xs:sequence>
<xs:element ref="COMPANYNAME"/>
<xs:element ref="STREETADDRESS1"/>
<xs:sequence minOccurs="0">
<xs:element ref="STREETADDRESS2"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="STREETADDRESS3"/>
</xs:sequence>
<xs:element ref="CITY"/>
<xs:sequence minOccurs="0">
<xs:element ref="PROVINCE"/>
</xs:sequence>
<xs:element ref="POSTCODE"/>
<xs:element ref="COUNTRY"/>
<xs:sequence minOccurs="0">
<xs:element ref="VAT"/>
</xs:sequence>
<xs:element ref="CONTACTNAME"/>
<xs:element ref="CONTACTDIALCODE"/>
<xs:element ref="CONTACTTELEPHONE"/>
<xs:sequence minOccurs="0">
<xs:element ref="CONTACTEMAIL"/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: COLLINSTRUCTIONS

Name COLLINSTRUCTIONS
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<COLLINSTRUCTIONS> xs:string </COLLINSTRUCTIONS>
Schema Component Representation
<xs:element name="COLLINSTRUCTIONS" type="xs:string"/>
top

Element: COMPANY

Name COMPANY
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<COMPANY> xs:string </COMPANY>
Schema Component Representation
<xs:element name="COMPANY" type="xs:string"/>
top

Element: COMPANYNAME

Name COMPANYNAME
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<COMPANYNAME> xs:string </COMPANYNAME>
Schema Component Representation
<xs:element name="COMPANYNAME" type="xs:string"/>
top

Element: CONFIRMATIONEMAILADDRESS

Name CONFIRMATIONEMAILADDRESS
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<CONFIRMATIONEMAILADDRESS> xs:string </CONFIRMATIONEMAILADDRESS>
Schema Component Representation
<xs:element name="CONFIRMATIONEMAILADDRESS" type="xs:string"/>
top

Element: CONNOTE

Name CONNOTE
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<CONNOTE>
Start Sequence [0..*]
<CONREF> ... </CONREF> [1]
End Sequence
Start Sequence [0..*]
<CONNUMBER> ... </CONNUMBER> [1]
End Sequence
</CONNOTE>
Schema Component Representation
<xs:element name="CONNOTE">
<xs:complexType>
<xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONREF> ... </CONREF> [1]
</xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONNUMBER> ... </CONNUMBER> [1]
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: GROUPCODE

Name GROUPCODE
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<GROUPCODE>
Start Sequence [0..*]
<CONREF> ... </CONREF> [1]
End Sequence
Start Sequence [0..*]
<CONNUMBER> ... </CONNUMBER> [1]
End Sequence
</CONNOTE>
Schema Component Representation
<xs:element name="GROUPCODE">
<xs:complexType>
<xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONREF> ... </CONREF> [1]
</xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONNUMBER> ... </CONNUMBER> [1]
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: CONSIGNMENT

Name CONSIGNMENT
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<CONSIGNMENT>
<CONREF> ... </CONREF> [1]
Start Choice [1]
<DETAILS> ... </DETAILS> [1]
<CONNUMBER> ... </CONNUMBER> [1]
End Choice
</CONSIGNMENT>
Schema Component Representation
<xs:element name="CONSIGNMENT">
<xs:complexType>
<xs:sequence>
<CONREF> ... </CONREF> [1]
<xs:choice>
<xs:element ref="DETAILS"/>
<CONNUMBER> ... </CONNUMBER> [1]
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: CONSIGNMENTBATCH

Name CONSIGNMENTBATCH
Type Locally-defined complex type
Nillable no
Abstract no
Documentation SR 7855 CONSIGNMEN is now optional, as the input document may be used purely to print a summary manifest or book a whole group
Diagram
XML Instance Representation
<CONSIGNMENTBATCH>
Start Sequence [0..1]
<GROUPCODE> ... </GROUPCODE> [1]
End Sequence
<SENDER> ... </SENDER> [1]
Start Sequence [0..*]
<CONSIGNMENT> ... </CONSIGNMENT> [1]
End Sequence
</CONSIGNMENTBATCH>
Schema Component Representation
<xs:element name="CONSIGNMENTBATCH">
<xs:complexType>
<xs:sequence>
<xs:sequence minOccurs="0">
<GROUPCODE> ... </GROUPCODE> [1]
</xs:sequence>
<xs:element ref="SENDER"/>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element ref="CONSIGNMENT"/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: CONTACTDIALCODE

Name CONTACTDIALCODE
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<CONTACTDIALCODE> xs:string </CONTACTDIALCODE>
Schema Component Representation
<xs:element name="CONTACTDIALCODE" type="xs:string"/>
top

Element: CONTACTEMAIL

Name CONTACTEMAIL
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<CONTACTEMAIL> xs:string </CONTACTEMAIL>
Schema Component Representation
<xs:element name="CONTACTEMAIL" type="xs:string"/>
top

Element: CONTACTNAME

Name CONTACTNAME
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<CONTACTNAME> xs:string </CONTACTNAME>
Schema Component Representation
<xs:element name="CONTACTNAME" type="xs:string"/>
top

Element: CONTACTTELEPHONE

Name CONTACTTELEPHONE
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<CONTACTTELEPHONE> xs:string </CONTACTTELEPHONE>
Schema Component Representation
<xs:element name="CONTACTTELEPHONE" type="xs:string"/>
top

Element: CONTYPE

Name CONTYPE
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<CONTYPE> xs:string </CONTYPE>
Schema Component Representation
<xs:element name="CONTYPE" type="xs:string"/>
top

Element: COUNTRY

Name COUNTRY
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<COUNTRY> xs:string </COUNTRY>
Schema Component Representation
<xs:element name="COUNTRY" type="xs:string"/>
top

Element: CREATE

Name CREATE
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<CREATE>
Start Sequence [1..*]
<CONREF> ... </CONREF> [1]
End Sequence
</CREATE>
Schema Component Representation
<xs:element name="CREATE">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<CONREF> ... </CONREF> [1]
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: CUSTOMCONTROLIN

Name CUSTOMCONTROLIN
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<CUSTOMCONTROLIN> xs:string </CUSTOMCONTROLIN>
Schema Component Representation
<xs:element name="CUSTOMCONTROLIN" type="xs:string"/>
top

Element: CUSTOMERREF

Name CUSTOMERREF
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<CUSTOMERREF> xs:string </CUSTOMERREF>
Schema Component Representation
<xs:element name="CUSTOMERREF" type="xs:string"/>
top

Element: DELIVERY

Name DELIVERY
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<DELIVERY>
<COMPANYNAME> ... </COMPANYNAME> [1]
<STREETADDRESS1> ... </STREETADDRESS1> [1]
Start Sequence [0..1]
<STREETADDRESS2> ... </STREETADDRESS2> [1]
End Sequence
Start Sequence [0..1]
<STREETADDRESS3> ... </STREETADDRESS3> [1]
End Sequence
<CITY> ... </CITY> [1]
Start Sequence [0..1]
<PROVINCE> ... </PROVINCE> [1]
End Sequence
<POSTCODE> ... </POSTCODE> [1]
<COUNTRY> ... </COUNTRY> [1]
Start Sequence [0..1]
<VAT> ... </VAT> [1]
End Sequence
<CONTACTNAME> ... </CONTACTNAME> [1]
<CONTACTDIALCODE> ... </CONTACTDIALCODE> [1]
<CONTACTTELEPHONE> ... </CONTACTTELEPHONE> [1]
Start Sequence [0..1]
<CONTACTEMAIL> ... </CONTACTEMAIL> [1]
End Sequence
</DELIVERY>
Schema Component Representation
<xs:element name="DELIVERY">
<xs:complexType>
<xs:sequence>
<xs:element ref="COMPANYNAME"/>
<xs:element ref="STREETADDRESS1"/>
<xs:sequence minOccurs="0">
<xs:element ref="STREETADDRESS2"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="STREETADDRESS3"/>
</xs:sequence>
<xs:element ref="CITY"/>
<xs:sequence minOccurs="0">
<xs:element ref="PROVINCE"/>
</xs:sequence>
<xs:element ref="POSTCODE"/>
<xs:element ref="COUNTRY"/>
<xs:sequence minOccurs="0">
<xs:element ref="VAT"/>
</xs:sequence>
<xs:element ref="CONTACTNAME"/>
<xs:element ref="CONTACTDIALCODE"/>
<xs:element ref="CONTACTTELEPHONE"/>
<xs:sequence minOccurs="0">
<xs:element ref="CONTACTEMAIL"/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: DELIVERYINST

Name DELIVERYINST
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<DELIVERYINST> xs:string </DELIVERYINST>
Schema Component Representation
<xs:element name="DELIVERYINST" type="xs:string"/>
top

Element: DESCRIPTION

Name DESCRIPTION
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<DESCRIPTION> xs:string </DESCRIPTION>
Schema Component Representation
<xs:element name="DESCRIPTION" type="xs:string"/>
top

Element: DETAILS

Name DETAILS
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<DETAILS>
< RECEIVER> ... </ RECEIVER> [1]
Start Sequence [0..1]
<DELIVERY> ... </ DELIVERY> [1]
End Sequence
Start Sequence [0..1]
<CONTYPE> ... </CONTYPE> [1]
End Sequence
<CONNUMBER> ... </CONNUMBER> [1]
<CONTYPE> ... </CONTYPE> [1]
<PAYMENTIND> ... </PAYMENTIND> [1]
<ITEMS> ... </ITEMS> [1]
<TOTALWEIGHT> ... </TOTALWEIGHT> [1]
<TOTALVOLUME> ... </TOTALVOLUME> [1]
Start Sequence [0..1]
<CURRENCY> ... </CURRENCY> [1]
End Sequence
Start Sequence [0..1]
<GOODSVALUE> ... </GOODSVALUE> [1]
End Sequence
Start Sequence [0..1]
<INSURANCEVALUE> ... </INSURANCEVALUE> [1]
End Sequence
Start Sequence [0..1]
<INSURANCECURRENCY> ... </INSURANCECURRENCY> [1]
End Sequence
Start Sequence [0..1]
<DIVISION> ... </DIVISION> [1]
End Sequence
<SERVICE> ... </SERVICE> [1]
Start Sequence [0..*]
<OPTION> ... </OPTION> [1]
End Sequence
<DESCRIPTION> ... </DESCRIPTION> [1]
<DELIVERYINST> ... </DELIVERYINST> [1]
Start Sequence [0..1]
<CUSTOMCONTROLIN> ... </CUSTOMCONTROLIN> [1]
End Sequence
Start Sequence [0..1]
<HAZARDOUS> ... </HAZARDOUS> [1]
End Sequence
Start Sequence [0..1]
<UNNUMBER> ... </UNNUMBER> [1]
End Sequence
Start Sequence [0..1]
<PACKINGGROUP> ... </PACKINGGROUP> [1]
End Sequence
Start Sequence [0..*]
<PACKAGE> ... </PACKAGE> [1]
End Sequence
</DETAILS>
Schema Component Representation
<xs:element name="DETAILS">
<xs:complexType>
<xs:sequence>
<xs:element ref="RECEIVER"/>
<xs:sequence minOccurs="0">
<xs:element ref="DELIVERY"/>
</xs:sequence>
<CONNUMBER> ... </CONNUMBER> [1]
<xs:element ref="CUSTOMERREF"/>
<xs:element ref="CONTYPE"/>
<xs:element ref="PAYMENTIND"/>
<xs:element ref="ITEMS"/>
<xs:element ref="TOTALWEIGHT"/>
<xs:element ref="TOTALVOLUME"/>
<xs:sequence minOccurs="0">
<xs:element ref="CURRENCY"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="GOODSVALUE"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="INSURANCEVALUE"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="INSURANCECURRENCY"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="DIVISION"/>
</xs:sequence>
<xs:element ref="SERVICE"/>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element ref="OPTION"/>
</xs:sequence>
<xs:element ref="DESCRIPTION"/>
<xs:element ref="DELIVERYINST"/>
<xs:sequence minOccurs="0">
<xs:element ref="CUSTOMCONTROLIN"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="HAZARDOUS"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="UNNUMBER"/>
</xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element ref="PACKINGGROUP"/>
</xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element ref="PACKAGE"/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: EMAILFROM

Name EMAILFROM
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<EMAILFROM> xs:string </EMAILFROM>
Schema Component Representation
<xs:element name="EMAILFROM" type="xs:string"/>
top

Element: EMAILTO

Name EMAILTO
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<EMAILTO
type="xs:string [0..1]" >
xs:string
</EMAILTO>
Schema Component Representation
<xs:element name="EMAILTO">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="type" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
top

Element: EMRN

Name EMRN
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<EMRN> xs:string </EMRN>
Schema Component Representation
<xs:element name="EMRN" type="xs:string"/>
top

Element: ESHIPPER

Name ESHIPPER
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Generated by XML Authority
Diagram
XML Instance Representation
<ESHIPPER>
<LOGIN> ... </LOGIN> [1]
<CONSIGNMENTBATCH> ... </CONSIGNMENTBATCH> [1]
<ACTIVITY> ... </ACTIVITY> [1]
</ESHIPPER>
Schema Component Representation
<xs:element name="ESHIPPER">
<xs:complexType>
<xs:sequence>
<xs:element ref="LOGIN"/>
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element ref="CONSIGNMENTBATCH"/>
</xs:sequence>
<xs:element ref="ACTIVITY"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: FROM

Name FROM
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<FROM> xs:string </FROM>
Schema Component Representation
<xs:element name="FROM" type="xs:string"/>
top

Element: GOODSVALUE

Name GOODSVALUE
Type doubleThreeDecimalPlaces
Nillable no
Abstract no
Diagram
XML Instance Representation
<GOODSVALUE> doubleThreeDecimalPlaces </GOODSVALUE>
Schema Component Representation
<xs:element name="GOODSVALUE" type="doubleThreeDecimalPlaces"/>
top

Element: HAZARDOUS

Name HAZARDOUS
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<HAZARDOUS> xs:string </HAZARDOUS>
Schema Component Representation
<xs:element name="HAZARDOUS" type="xs:string"/>
top

Element: HEIGHT

Name HEIGHT
Type doubleThreeDecimalPlaces
Nillable no
Abstract no
Diagram
XML Instance Representation
<HEIGHT> doubleThreeDecimalPlaces </HEIGHT>
Schema Component Representation
<xs:element name="HEIGHT" type="doubleThreeDecimalPlaces"/>
top

Element: HTS

Name HTS
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<HTS> xs:string </HTS>
Schema Component Representation
<xs:element name="HTS" type="xs:string"/>
top

Element: INSURANCECURRENCY

Name INSURANCECURRENCY
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<INSURANCECURRENCY> xs:string </INSURANCECURRENCY>
Schema Component Representation
<xs:element name="INSURANCECURRENCY" type="xs:string"/>
top

Element: INSURANCEVALUE

Name INSURANCEVALUE
Type doubleThreeDecimalPlaces
Nillable no
Abstract no
Diagram
XML Instance Representation
<INSURANCEVALUE> doubleThreeDecimalPlaces </INSURANCEVALUE>
Schema Component Representation
<xs:element name="INSURANCEVALUE" type="doubleThreeDecimalPlaces"/>
top

Element: INVOICE

Name INVOICE
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<INVOICE>
Start Sequence [0..*]
<CONREF> ... </CONREF> [1]
End Sequence
Start Sequence [0..*]
<CONNUMBER> ... </CONNUMBER> [1]
End Sequence
</INVOICE>
Schema Component Representation
<xs:element name="INVOICE">
<xs:complexType>
<xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONREF> ... </CONREF> [1]
</xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONNUMBER> ... </CONNUMBER> [1]
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: INVOICEDESC

Name INVOICEDESC
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<INVOICEDESC> xs:string </INVOICEDESC>
Schema Component Representation
<xs:element name="INVOICEDESC" type="xs:string"/>
top

Element: INVOICEVALUE

Name INVOICEVALUE
Type doubleTwoDecimalPlaces
Nillable no
Abstract no
Diagram
XML Instance Representation
<INVOICEVALUE> doubleTwoDecimalPlaces </INVOICEVALUE>
Schema Component Representation
<xs:element name="INVOICEVALUE" type="doubleTwoDecimalPlaces"/>
top

Element: ITEMS

Name ITEMS
Type xs:integer
Nillable no
Abstract no
Diagram
XML Instance Representation
<ITEMS> xs:integer </ITEMS>
Schema Component Representation
<xs:element name="ITEMS" type="xs:integer"/>
top

Element: LABEL

Name LABEL
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<LABEL>
Start Sequence [0..*]
<CONREF> ... </CONREF> [1]
End Sequence
Start Sequence [0..*]
<CONNUMBER> ... </CONNUMBER> [1]
End Sequence
</LABEL>
Schema Component Representation
<xs:element name="LABEL">
<xs:complexType>
<xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONREF> ... </CONREF> [1]
</xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONNUMBER> ... </CONNUMBER> [1]
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: LENGTH

Name LENGTH
Type doubleThreeDecimalPlaces
Nillable no
Abstract no
Diagram
XML Instance Representation
<LENGTH> doubleThreeDecimalPlaces </LENGTH>
Schema Component Representation
<xs:element name="LENGTH" type="doubleThreeDecimalPlaces"/>
top

Element: LOGIN

Name LOGIN
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<LOGIN>
<COMPANY> ... </COMPANY> [1]
<PASSWORD> ... </PASSWORD> [1]
<APPID> ... </APPID> [1]
Start Sequence [0..1]
<APPVERSION> ... </APPVERSION> [1]
End Sequence
</LOGIN>
Schema Component Representation
<xs:element name="LOGIN">
<xs:complexType>
<xs:sequence>
<xs:element ref="COMPANY"/>
<xs:element ref="PASSWORD"/>
<xs:element ref="APPID"/>
<xs:sequence minOccurs="0">
<xs:element ref="APPVERSION"/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: MANIFEST

Name MANIFEST
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<MANIFEST>
Start Choice [1]
<GROUPCODE> ... </GROUPCODE> [1]
Start Sequence [0..*]
<CONREF> ... </CONREF> [1]
End Sequence
Start Sequence [0..*]
<CONNUMBER> ... </CONNUMBER> [1]
End Sequence
End Choice
</MANIFEST>
Schema Component Representation
<xs:element name="MANIFEST">
<xs:complexType>
<xs:choice>
<GROUPCODE> ... </GROUPCODE> [1]
<xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONREF> ... </CONREF> [1]
</xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONNUMBER> ... </CONNUMBER> [1]
</xs:sequence>
</xs:sequence>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: PACKAGE

Name PACKAGE
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<PACKAGE>
<ITEMS> ... </ITEMS> [1]
<DESCRIPTION> ... </DESCRIPTION> [1]
<LENGTH> ... </LENGTH> [1]
<HEIGHT> ... </HEIGHT> [1]
<WIDTH> ... </WIDTH> [1]
<WEIGHT> ... </WEIGHT> [1]
Start Sequence [0..*]
<ARTICLE> ... </ARTICLE> [1]
End Sequence
</PACKAGE>
Schema Component Representation
<xs:element name="PACKAGE">
<xs:complexType>
<xs:sequence>
<xs:element ref="ITEMS"/>
<xs:element ref="DESCRIPTION"/>
<xs:element ref="LENGTH"/>
<xs:element ref="HEIGHT"/>
<xs:element ref="WIDTH"/>
<xs:element ref="WEIGHT"/>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element ref="ARTICLE"/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: PASSWORD

Name PASSWORD
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<PASSWORD> xs:string </PASSWORD>
Schema Component Representation
<xs:element name="PASSWORD" type="xs:string"/>
top

Element: PAYMENTIND

Name PAYMENTIND
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<PAYMENTIND> xs:string </PAYMENTIND>
Schema Component Representation
<xs:element name="PAYMENTIND" type="xs:string"/>
top

Element: POSTCODE

Name POSTCODE
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<POSTCODE> xs:string </POSTCODE>
Schema Component Representation
<xs:element name="POSTCODE" type="xs:string"/>
top

Element: PREFCOLLECTTIME

Name PREFCOLLECTTIME
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<PREFCOLLECTTIME>
<FROM> ... </FROM> [1]
<TO> ... </TO> [1]
</PREFCOLLECTTIME>
Schema Component Representation
<xs:element name="PREFCOLLECTTIME">
<xs:complexType>
<xs:sequence>
<xs:element ref="FROM"/>
<xs:element ref="TO"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: PRINT

Name PRINT
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<PRINT>
Start Sequence [0..1]
<REQUIRED> ... </REQUIRED> [1]
End Sequence
Start Sequence [0..1]
<CONNOTE> ... </CONNOTE> [1]
End Sequence
Start Sequence [0..1]
<LABEL> ... </LABEL> [1]
End Sequence
Start Sequence [0..1]
<MANIFEST> ... </MANIFEST> [1]
End Sequence
Start Sequence [0..1]
<INVOICE> ... </INVOICE> [1]
End Sequence
Start Sequence [0..1]
<EMAILTO> ... </EMAILTO> [1]
End Sequence
Start Sequence [0..1]
<EMAILFROM> ... </EMAILFROM> [1]
End Sequence
</PRINT>
Schema Component Representation
<xs:element name="PRINT">
<xs:complexType>
<xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="REQUIRED"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="CONNOTE"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="LABEL"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="MANIFEST"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="INVOICE"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="EMAILTO"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="EMAILFROM"/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: PROVINCE

Name PROVINCE
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<PROVINCE> xs:string </PROVINCE>
Schema Component Representation
<xs:element name="PROVINCE" type="xs:string"/>
top

Element: RATE

Name RATE
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<RATE>
Start Sequence [0..*]
<CONREF> ... </CONREF> [1]
End Sequence
Start Sequence [0..*]
<CONNUMBER> ... </CONNUMBER> [1]
End Sequence
</RATE>
Schema Component Representation
<xs:element name="RATE">
<xs:complexType>
<xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONREF> ... </CONREF> [1]
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONNUMBER> ... </CONNUMBER> [1]
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: RECEIVER

Name RECEIVER
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<RECEIVER>
<COMPANYNAME> ... </COMPANYNAME> [1]
Start Sequence [0..1]
End Sequence
Start Sequence [0..1]
End Sequence
<CITY> ... </CITY> [1]
Start Sequence [0..1]
<PROVINCE> ... </PROVINCE> [1]
End Sequence
<POSTCODE> ... </POSTCODE> [1]
<COUNTRY> ... </COUNTRY> [1]
Start Sequence [0..1]
<VAT> ... </VAT> [1]
End Sequence
<CONTACTNAME> ... </CONTACTNAME> [1]
Start Sequence [0..1]
<CONTACTEMAIL> ... </CONTACTEMAIL> [1]
End Sequence
Start Sequence [0..1]
<ACCOUNT> ... </ACCOUNT> [1]
End Sequence
Start Sequence [0..1]
End Sequence
</RECEIVER>
Schema Component Representation
<xs:element name="RECEIVER">
<xs:complexType>
<xs:sequence>
<xs:element ref="COMPANYNAME"/>
<xs:element ref="STREETADDRESS1"/>
<xs:sequence minOccurs="0">
<xs:element ref="STREETADDRESS2"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="STREETADDRESS3"/>
</xs:sequence>
<xs:element ref="CITY"/>
<xs:sequence minOccurs="0">
<xs:element ref="PROVINCE"/>
</xs:sequence>
<xs:element ref="POSTCODE"/>
<xs:element ref="COUNTRY"/>
<xs:sequence minOccurs="0">
<xs:element ref="VAT"/>
</xs:sequence>
<xs:element ref="CONTACTNAME"/>
<xs:element ref="CONTACTDIALCODE"/>
<xs:element ref="CONTACTTELEPHONE"/>
<xs:sequence minOccurs="0">
<xs:element ref="CONTACTEMAIL"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="ACCOUNT"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="ACCOUNTCOUNTRY"/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: REQUIRED

Name REQUIRED
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<REQUIRED>
Start Sequence [0..*]
<CONREF> ... </CONREF> [1]
End Sequence
Start Sequence [0..*]
<CONNUMBER> ... </CONNUMBER> [1]
End Sequence
</REQUIRED>
Schema Component Representation
<xs:element name="REQUIRED">
<xs:complexType>
<xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONREF> ... </CONREF> [1]
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONNUMBER> ... </CONNUMBER> [1]
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: SENDER

Name SENDER
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<SENDER>
<COMPANYNAME> ... </COMPANYNAME> [1]
Start Sequence [0..1]
End Sequence
Start Sequence [0..1]
End Sequence
<CITY> ... </CITY> [1]
Start Sequence [0..1]
<PROVINCE> ... </PROVINCE> [1]
End Sequence
<POSTCODE> ... </POSTCODE> [1]
<COUNTRY> ... </COUNTRY> [1]
<ACCOUNT> ... </ACCOUNT> [1]
Start Sequence [0..1]
<VAT> ... </VAT> [1]
End Sequence
<CONTACTNAME> ... </CONTACTNAME> [1]
Start Sequence [0..1]
<CONTACTEMAIL> ... </CONTACTEMAIL> [1]
End Sequence
<COLLECTION> ... </COLLECTION> [1]
</SENDER>
Schema Component Representation
<xs:element name="SENDER">
<xs:complexType>
<xs:sequence>
<xs:element ref="COMPANYNAME"/>
<xs:element ref="STREETADDRESS1"/>
<xs:sequence minOccurs="0">
<xs:element ref="STREETADDRESS2"/>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="STREETADDRESS3"/>
</xs:sequence>
<xs:element ref="CITY"/>
<xs:sequence minOccurs="0">
<xs:element ref="PROVINCE"/>
</xs:sequence>
<xs:element ref="POSTCODE"/>
<xs:element ref="COUNTRY"/>
<xs:element ref="ACCOUNT"/>
<xs:sequence minOccurs="0">
<xs:element ref="VAT"/>
</xs:sequence>
<xs:element ref="CONTACTNAME"/>
<xs:element ref="CONTACTDIALCODE"/>
<xs:element ref="CONTACTTELEPHONE"/>
<xs:sequence minOccurs="0">
<xs:element ref="CONTACTEMAIL"/>
</xs:sequence>
<xs:element ref="COLLECTION"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: SHIP

Name SHIP
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<SHIP>
Start Choice [1]
<GROUPCODE> ... </GROUPCODE> [1]
Start Sequence [0..*]
<CONREF> ... </CONREF> [1]
End Sequence
Start Sequence [0..*]
<CONNUMBER> ... </CONNUMBER> [1]
End Sequence
End Choice
</SHIP>
Schema Component Representation
<xs:element name="SHIP">
<xs:complexType>
<xs:choice>
<GROUPCODE> ... </GROUPCODE> [1]
<xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONREF> ... </CONREF> [1]
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<CONNUMBER> ... </CONNUMBER> [1]
</xs:sequence>
</xs:sequence>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: SHIPDATE

Name SHIPDATE
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<SHIPDATE> xs:string </SHIPDATE>
Schema Component Representation
<xs:element name="SHIPDATE" type="xs:string"/>
top

Element: SHOW_GROUPCODE

Name SHOW_GROUPCODE
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<SHOW_GROUPCODE/>
Schema Component Representation
<xs:element name="SHOW_GROUPCODE">
<xs:complexType/>
</xs:element>
top

Element: STREETADDRESS1

Name STREETADDRESS1
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<STREETADDRESS1> xs:string </STREETADDRESS1>
Schema Component Representation
<xs:element name="STREETADDRESS1" type="xs:string"/>
top

Element: STREETADDRESS2

Name STREETADDRESS2
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<STREETADDRESS2> xs:string </STREETADDRESS2>
Schema Component Representation
<xs:element name="STREETADDRESS2" type="xs:string"/>
top

Element: STREETADDRESS3

Name STREETADDRESS3
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<STREETADDRESS3> xs:string </STREETADDRESS3>
Schema Component Representation
<xs:element name="STREETADDRESS3" type="xs:string"/>
top

Element: TO

Name TO
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<TO> xs:string </TO>
Schema Component Representation
<xs:element name="TO" type="xs:string"/>
top

Element: TOTALVOLUME

Name TOTALVOLUME
Type doubleThreeDecimalPlaces
Nillable no
Abstract no
Diagram
XML Instance Representation
<TOTALVOLUME> doubleThreeDecimalPlaces </TOTALVOLUME>
Schema Component Representation
<xs:element name="TOTALVOLUME" type="doubleThreeDecimalPlaces"/>
top

Element: TOTALWEIGHT

Name TOTALWEIGHT
Type doubleThreeDecimalPlaces
Nillable no
Abstract no
Diagram
XML Instance Representation
<TOTALWEIGHT> doubleThreeDecimalPlaces </TOTALWEIGHT>
Schema Component Representation
<xs:element name="TOTALWEIGHT" type="doubleThreeDecimalPlaces"/>
top

Element: UNNUMBER

Name UNNUMBER
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<UNNUMBER> xs:string </UNNUMBER>
Schema Component Representation
<xs:element name="UNNUMBER" type="xs:string"/>
top

Element: PACKINGGROUP

Name PACKINGGROUP
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<PACKINGGROUP> xs:string </PACKINGGROUP>
Schema Component Representation
<xs:element name="PACKINGGROUP" type="xs:string"/>
top

Element: DIVISION

Name DIVISION
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<DIVISION> xs:string </DIVISION>
Schema Component Representation
<xs:element name="DIVISION" type="xs:string"/>
top

Element: VAT

Name VAT
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<VAT> xs:string </VAT>
Schema Component Representation
<xs:element name="VAT" type="xs:string"/>
top

Element: WEIGHT

Name WEIGHT
Type doubleThreeDecimalPlaces
Nillable no
Abstract no
Diagram
XML Instance Representation
<WEIGHT> doubleThreeDecimalPlaces </WEIGHT>
Schema Component Representation
<xs:element name="WEIGHT" type="doubleThreeDecimalPlaces"/>
top

Element: WIDTH

Name WIDTH
Type doubleThreeDecimalPlaces
Nillable no
Abstract no
Diagram
XML Instance Representation
<WIDTH> doubleThreeDecimalPlaces </WIDTH>
Schema Component Representation
<xs:element name="WIDTH" type="doubleThreeDecimalPlaces"/>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

  • The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].
  • Model group information are shown in gray, e.g. Start Choice ... End Choice.
  • For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in bold.
  • If an element/attribute has a fixed value, the fixed value is shown in green, e.g. country="Australia".
  • Otherwise, the type of the element/attribute is displayed.
    • If the element/attribute's type is in the schema, a link is provided to it.
    • For local simple type definitions, the constraints are displayed in angle brackets, e.g. <<pattern = [1-9][0-9]{3}>>.
  • If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked, e.g. <postcode>.
Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base="Address">
<sequence>
<element name="state" type="AusStates"/>
<element name="postcode">
<simpleType>
<restriction base="string">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type="string" fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top