diagram | ![]() |
||
namespace | http://taf-jsg.info/schemes | ||
properties |
|
||
children | RouteSection | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||
namespace | http://taf-jsg.info/schemes | ||||||
properties |
|
||||||
children | SequenceID RouteCode RouteText | ||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||
namespace | http://taf-jsg.info/schemes | ||
type | xs:int | ||
properties |
|
||
annotation |
|
||
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> |
diagram | ![]() |
|||||||||
namespace | http://taf-jsg.info/schemes | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ![]() |
|||||||||
namespace | http://taf-jsg.info/schemes | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |