| diagram | ![]() |
||
| properties |
|
||
| children | ExportationCountry TransporterName AddressLine1 AddressLine2 City Province PostalCode TransportViaSea TransportViaAir TransportViaTruck TransportViaRail TransportViaOther Containers | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:element name="Transport"> <xs:annotation> <xs:documentation>Details Transport information</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="ExportationCountry" type="clams:Country" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Country of Export</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TransporterName" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transporter Name</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="AddressLine1" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transporter Location detail</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="60"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="AddressLine2" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transporter Location detail</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="60"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="City" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transporter Location detail</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Province" type="clams:Province" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transporter Location detail</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PostalCode" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transporter Location detail</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="12"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="TransportViaSea"> <xs:annotation> <xs:documentation>Transport by Sea Detail</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="DeparturePort" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Departure Port</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="VesselName" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Vessel Name</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="VesselFlag" type="clams:Country" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Vessel Flag</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="TransportViaAir"> <xs:annotation> <xs:documentation>Transport by Air Detail</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="DepartureAirport" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Departure Airport</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="FlightNumber" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Flight Number</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="AirwayBillNumber" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Airway Bill Bumber</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="TransportViaTruck"> <xs:annotation> <xs:documentation>Transport by Truck Detail</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="TruckNationality" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Truck Nationality</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TruckRegistrationNumber" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Truck Registration Number</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="TransportViaRail"> <xs:annotation> <xs:documentation>Transport by Rail Detail</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="RailwayBillNumber" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Railway Bill Number</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="TransportViaOther"> <xs:annotation> <xs:documentation>Transport by Other Detail</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="DeparturePoint" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Departure Point</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TransportDescription" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transport Description</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TransportDocument" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transport Document</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> <xs:element name="Containers" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>List of Transported Containers</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="ContainerNumber" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Container Number</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |||||||||||
| type | clams:Country | ||||||||||
| properties |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="ExportationCountry" type="clams:Country" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Country of Export</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="TransporterName" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transporter Name</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="AddressLine1" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transporter Location detail</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="60"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="AddressLine2" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transporter Location detail</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="60"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="City" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transporter Location detail</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | |||||||||||
| type | clams:Province | ||||||||||
| properties |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="Province" type="clams:Province" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transporter Location detail</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="PostalCode" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transporter Location detail</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="12"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | ![]() |
||||
| properties |
|
||||
| children | DeparturePort VesselName VesselFlag | ||||
| annotation |
|
||||
| source | <xs:element name="TransportViaSea"> <xs:annotation> <xs:documentation>Transport by Sea Detail</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="DeparturePort" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Departure Port</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="VesselName" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Vessel Name</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="VesselFlag" type="clams:Country" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Vessel Flag</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="DeparturePort" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Departure Port</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="VesselName" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Vessel Name</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | |||||||||||
| type | clams:Country | ||||||||||
| properties |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="VesselFlag" type="clams:Country" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Vessel Flag</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| properties |
|
||||
| children | DepartureAirport FlightNumber AirwayBillNumber | ||||
| annotation |
|
||||
| source | <xs:element name="TransportViaAir"> <xs:annotation> <xs:documentation>Transport by Air Detail</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="DepartureAirport" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Departure Airport</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="FlightNumber" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Flight Number</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="AirwayBillNumber" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Airway Bill Bumber</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="DepartureAirport" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Departure Airport</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="FlightNumber" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Flight Number</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="AirwayBillNumber" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Airway Bill Bumber</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | ![]() |
||||
| properties |
|
||||
| children | TruckNationality TruckRegistrationNumber | ||||
| annotation |
|
||||
| source | <xs:element name="TransportViaTruck"> <xs:annotation> <xs:documentation>Transport by Truck Detail</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="TruckNationality" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Truck Nationality</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TruckRegistrationNumber" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Truck Registration Number</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="TruckNationality" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Truck Nationality</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="TruckRegistrationNumber" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Truck Registration Number</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | |||||
| properties |
|
||||
| children | RailwayBillNumber | ||||
| annotation |
|
||||
| source | <xs:element name="TransportViaRail"> <xs:annotation> <xs:documentation>Transport by Rail Detail</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="RailwayBillNumber" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Railway Bill Number</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="RailwayBillNumber" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Railway Bill Number</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | ![]() |
||||
| properties |
|
||||
| children | DeparturePoint TransportDescription TransportDocument | ||||
| annotation |
|
||||
| source | <xs:element name="TransportViaOther"> <xs:annotation> <xs:documentation>Transport by Other Detail</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="DeparturePoint" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Departure Point</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TransportDescription" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transport Description</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TransportDocument" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transport Document</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="DeparturePoint" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Departure Point</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="TransportDescription" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transport Description</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="TransportDocument" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Transport Document</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | ![]() |
||||||||
| properties |
|
||||||||
| children | ContainerNumber | ||||||||
| annotation |
|
||||||||
| source | <xs:element name="Containers" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>List of Transported Containers</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="ContainerNumber" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Container Number</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |||||||||||
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| annotation |
|
||||||||||
| source | <xs:element name="ContainerNumber" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>Container Number</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> |