element Routing
diagram taf_cat_complete_sector_p494.png
namespace http://taf-jsg.info/schemes
properties
content complex
children RouteSection
used by
element ConsignmentOrderMessage/COMS/COM
annotation
documentation
Sequential information about the complete routing of the consignment, the LeadRu  decides wether to provide this information or not
source <xs:element name="Routing">
 
<xs:annotation>
   
<xs:documentation>Sequential information about the complete routing of the consignment, the LeadRu  decides wether to provide this information or not</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="RouteSection" maxOccurs="30">
       
<xs:annotation>
         
<xs:documentation>Route sequence</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="SequenceID" type="xs:int">
             
<xs:annotation>
               
<xs:documentation>Position of the route section in transport chain. Used to determine the exact way of the transport for customs purposes.</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:sequence>
             
<xs:element name="RouteCode">
               
<xs:annotation>
                 
<xs:documentation>Route code (International RouteCode)</xs:documentation>
               
</xs:annotation>
               
<xs:simpleType>
                 
<xs:restriction base="xs:string">
                   
<xs:length value="5"/>
                   
<xs:pattern value="\d*[1-9]\d*0"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:element>
             
<xs:element name="RouteText" minOccurs="0">
               
<xs:annotation>
                 
<xs:documentation>Description of the specific route section</xs:documentation>
               
</xs:annotation>
               
<xs:simpleType>
                 
<xs:restriction base="xs:string">
                   
<xs:minLength value="1"/>
                   
<xs:maxLength value="80"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:element>
           
</xs:sequence>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Routing/RouteSection
diagram taf_cat_complete_sector_p495.png
namespace http://taf-jsg.info/schemes
properties
minOcc 1
maxOcc 30
content complex
children SequenceID RouteCode RouteText
annotation
documentation
Route sequence
source <xs:element name="RouteSection" maxOccurs="30">
 
<xs:annotation>
   
<xs:documentation>Route sequence</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="SequenceID" type="xs:int">
       
<xs:annotation>
         
<xs:documentation>Position of the route section in transport chain. Used to determine the exact way of the transport for customs purposes.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:sequence>
       
<xs:element name="RouteCode">
         
<xs:annotation>
           
<xs:documentation>Route code (International RouteCode)</xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:string">
             
<xs:length value="5"/>
             
<xs:pattern value="\d*[1-9]\d*0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:element>
       
<xs:element name="RouteText" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Description of the specific route section</xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:string">
             
<xs:minLength value="1"/>
             
<xs:maxLength value="80"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:element>
     
</xs:sequence>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Routing/RouteSection/SequenceID
diagram taf_cat_complete_sector_p496.png
namespace http://taf-jsg.info/schemes
type xs:int
properties
content simple
annotation
documentation
Position of the route section in transport chain. Used to determine the exact way of the transport for customs purposes.
source <xs:element name="SequenceID" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>Position of the route section in transport chain. Used to determine the exact way of the transport for customs purposes.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Routing/RouteSection/RouteCode
diagram taf_cat_complete_sector_p497.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
length 5
pattern \d*[1-9]\d*0
annotation
documentation
Route code (International RouteCode)
source <xs:element name="RouteCode">
 
<xs:annotation>
   
<xs:documentation>Route code (International RouteCode)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:length value="5"/>
     
<xs:pattern value="\d*[1-9]\d*0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Routing/RouteSection/RouteText
diagram taf_cat_complete_sector_p498.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 80
annotation
documentation
Description of the specific route section
source <xs:element name="RouteText" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Description of the specific route section</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="80"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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