element Transport
diagram FCS2_p77.png
properties
content complex
children ExportationCountry TransporterName AddressLine1 AddressLine2 City Province PostalCode TransportViaSea TransportViaAir TransportViaTruck TransportViaRail TransportViaOther Containers
used by
elements CatchCertificateSimplified CatchCertificateStandard
annotation
documentation
Details Transport information
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>

element Transport/ExportationCountry
diagram FCS2_p78.png
type clams:Country
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Country of Export
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>

element Transport/TransporterName
diagram FCS2_p79.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Transporter Name
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>

element Transport/AddressLine1
diagram FCS2_p80.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 60
annotation
documentation
Transporter Location detail
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>

element Transport/AddressLine2
diagram FCS2_p81.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 60
annotation
documentation
Transporter Location detail
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>

element Transport/City
diagram FCS2_p82.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Transporter Location detail
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>

element Transport/Province
diagram FCS2_p83.png
type clams:Province
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Transporter Location detail
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>

element Transport/PostalCode
diagram FCS2_p84.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 12
annotation
documentation
Transporter Location detail
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>

element Transport/TransportViaSea
diagram FCS2_p85.png
properties
isRef 0
content complex
children DeparturePort VesselName VesselFlag
annotation
documentation
Transport by Sea Detail
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>

element Transport/TransportViaSea/DeparturePort
diagram FCS2_p86.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Departure Port
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>

element Transport/TransportViaSea/VesselName
diagram FCS2_p87.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Vessel Name
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>

element Transport/TransportViaSea/VesselFlag
diagram FCS2_p88.png
type clams:Country
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Vessel Flag
source <xs:element name="VesselFlag" type="clams:Country" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Vessel Flag</xs:documentation>
 
</xs:annotation>
</xs:element>

element Transport/TransportViaAir
diagram FCS2_p89.png
properties
isRef 0
content complex
children DepartureAirport FlightNumber AirwayBillNumber
annotation
documentation
Transport by Air Detail
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>

element Transport/TransportViaAir/DepartureAirport
diagram FCS2_p90.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Departure Airport
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>

element Transport/TransportViaAir/FlightNumber
diagram FCS2_p91.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Flight Number
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>

element Transport/TransportViaAir/AirwayBillNumber
diagram FCS2_p92.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Airway Bill Bumber
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>

element Transport/TransportViaTruck
diagram FCS2_p93.png
properties
isRef 0
content complex
children TruckNationality TruckRegistrationNumber
annotation
documentation
Transport by Truck Detail
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>

element Transport/TransportViaTruck/TruckNationality
diagram FCS2_p94.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Truck Nationality
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>

element Transport/TransportViaTruck/TruckRegistrationNumber
diagram FCS2_p95.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Truck Registration Number
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>

element Transport/TransportViaRail
diagram FCS2_p96.png
properties
isRef 0
content complex
children RailwayBillNumber
annotation
documentation
Transport by Rail Detail
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>

element Transport/TransportViaRail/RailwayBillNumber
diagram FCS2_p97.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Railway Bill Number
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>

element Transport/TransportViaOther
diagram FCS2_p98.png
properties
isRef 0
content complex
children DeparturePoint TransportDescription TransportDocument
annotation
documentation
Transport by Other Detail
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>

element Transport/TransportViaOther/DeparturePoint
diagram FCS2_p99.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Departure Point
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>

element Transport/TransportViaOther/TransportDescription
diagram FCS2_p100.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Transport Description
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>

element Transport/TransportViaOther/TransportDocument
diagram FCS2_p101.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Transport Document
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>

element Transport/Containers
diagram FCS2_p102.png
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children ContainerNumber
annotation
documentation
List of Transported Containers
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>

element Transport/Containers/ContainerNumber
diagram FCS2_p103.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Container Number
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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy