element Goods
diagram taf_cat_complete_sector_p193.png
namespace http://taf-jsg.info/schemes
properties
content complex
children NoGoodsOfClassX RID Packing NHM_Code PreviousLoadedGood GoodsDescription AdditionalGoodInformation GrossWeight HS_Code EWC_Key
used by
elements WIMO_Dataset/ConsignmentLevelData ITU RollingRoadUnit Wagons
annotation
documentation
Describes the goods inside the means of transport
source <xs:element name="Goods">
 
<xs:annotation>
   
<xs:documentation>Describes the goods inside the means of transport</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="NoGoodsOfClassX" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Element has to be filled with the class of the dangerous goods which are mentioned in Table 3.2 RID but are not dangerous according to chapter 2 (5.4.1.5 RID)</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="1"/>
           
<xs:maxLength value="4"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element ref="RID" minOccurs="0"/>
     
<xs:element name="Packing" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Packing information</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="NatureOfPacking" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Nature of packing according to the UN/ECE Recommandation No 21</xs:documentation>
               
<xs:documentation>CODE: UN/ECE-Recommendation No. 21</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:maxLength value="2"/>
                 
<xs:minLength value="1"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="NumberOfPackages" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Number of packages.</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:int">
                 
<xs:minInclusive value="1"/>
                 
<xs:maxInclusive value="99999"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="PackageIdentification" minOccurs="0" maxOccurs="99">
             
<xs:annotation>
               
<xs:documentation>Particular marks and numbers to identify less than wagon load assignments.</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:maxLength value="35"/>
                 
<xs:minLength value="1"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element ref="NHM_Code" minOccurs="0"/>
     
<xs:element name="PreviousLoadedGood" type="NHMCodeType" minOccurs="0"/>
     
<xs:element ref="GoodsDescription" minOccurs="0"/>
     
<xs:element name="AdditionalGoodInformation" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Additional information regarding the loaded good, given by the customer.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="1"/>
           
<xs:maxLength value="350"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element ref="GrossWeight"/>
     
<xs:element name="HS_Code" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>HS-Code for sensible goods (appendix 44c of ccip) 10 digits are needed, if a good code was already assigned for 'Zollanmeldung'. In this case this good code has to be taken. These good codes may have more than 6 digits.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="6"/>
           
<xs:maxLength value="10"/>
           
<xs:pattern value="\d*[1-9]\d*"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="EWC_Key" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Numeric key according to the European Waste Catalogue</xs:documentation>
         
<xs:documentation>CODE: European waste catalogue (EWC) 2000/532/EC</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="2"/>
           
<xs:maxLength value="6"/>
           
<xs:pattern value="\d*"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Goods/NoGoodsOfClassX
diagram taf_cat_complete_sector_p194.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 4
annotation
documentation
Element has to be filled with the class of the dangerous goods which are mentioned in Table 3.2 RID but are not dangerous according to chapter 2 (5.4.1.5 RID)
source <xs:element name="NoGoodsOfClassX" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Element has to be filled with the class of the dangerous goods which are mentioned in Table 3.2 RID but are not dangerous according to chapter 2 (5.4.1.5 RID)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="4"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Goods/Packing
diagram taf_cat_complete_sector_p195.png
namespace http://taf-jsg.info/schemes
properties
minOcc 0
maxOcc 1
content complex
children NatureOfPacking NumberOfPackages PackageIdentification
annotation
documentation
Packing information
source <xs:element name="Packing" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Packing information</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="NatureOfPacking" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Nature of packing according to the UN/ECE Recommandation No 21</xs:documentation>
         
<xs:documentation>CODE: UN/ECE-Recommendation No. 21</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="2"/>
           
<xs:minLength value="1"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="NumberOfPackages" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Number of packages.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="1"/>
           
<xs:maxInclusive value="99999"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="PackageIdentification" minOccurs="0" maxOccurs="99">
       
<xs:annotation>
         
<xs:documentation>Particular marks and numbers to identify less than wagon load assignments.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="35"/>
           
<xs:minLength value="1"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Goods/Packing/NatureOfPacking
diagram taf_cat_complete_sector_p196.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 2
annotation
documentation
Nature of packing according to the UN/ECE Recommandation No 21
documentation
CODE: UN/ECE-Recommendation No. 21
source <xs:element name="NatureOfPacking" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Nature of packing according to the UN/ECE Recommandation No 21</xs:documentation>
   
<xs:documentation>CODE: UN/ECE-Recommendation No. 21</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="2"/>
     
<xs:minLength value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Goods/Packing/NumberOfPackages
diagram taf_cat_complete_sector_p197.png
namespace http://taf-jsg.info/schemes
type restriction of xs:int
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 1
maxInclusive 99999
annotation
documentation
Number of packages.
source <xs:element name="NumberOfPackages" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Number of packages.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="99999"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Goods/Packing/PackageIdentification
diagram taf_cat_complete_sector_p198.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
minOcc 0
maxOcc 99
content simple
facets
Kind Value Annotation
minLength 1
maxLength 35
annotation
documentation
Particular marks and numbers to identify less than wagon load assignments.
source <xs:element name="PackageIdentification" minOccurs="0" maxOccurs="99">
 
<xs:annotation>
   
<xs:documentation>Particular marks and numbers to identify less than wagon load assignments.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="35"/>
     
<xs:minLength value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Goods/PreviousLoadedGood
diagram taf_cat_complete_sector_p199.png
namespace http://taf-jsg.info/schemes
type NHMCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
length 6
pattern \d*[1-9]\d*
source <xs:element name="PreviousLoadedGood" type="NHMCodeType" minOccurs="0"/>

element Goods/AdditionalGoodInformation
diagram taf_cat_complete_sector_p200.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 350
annotation
documentation
Additional information regarding the loaded good, given by the customer.
source <xs:element name="AdditionalGoodInformation" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Additional information regarding the loaded good, given by the customer.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="350"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Goods/HS_Code
diagram taf_cat_complete_sector_p201.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 6
maxLength 10
pattern \d*[1-9]\d*
annotation
documentation
HS-Code for sensible goods (appendix 44c of ccip) 10 digits are needed, if a good code was already assigned for 'Zollanmeldung'. In this case this good code has to be taken. These good codes may have more than 6 digits.
source <xs:element name="HS_Code" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>HS-Code for sensible goods (appendix 44c of ccip) 10 digits are needed, if a good code was already assigned for 'Zollanmeldung'. In this case this good code has to be taken. These good codes may have more than 6 digits.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="6"/>
     
<xs:maxLength value="10"/>
     
<xs:pattern value="\d*[1-9]\d*"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Goods/EWC_Key
diagram taf_cat_complete_sector_p202.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 2
maxLength 6
pattern \d*
annotation
documentation
Numeric key according to the European Waste Catalogue
documentation
CODE: European waste catalogue (EWC) 2000/532/EC
source <xs:element name="EWC_Key" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Numeric key according to the European Waste Catalogue</xs:documentation>
   
<xs:documentation>CODE: European waste catalogue (EWC) 2000/532/EC</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="2"/>
     
<xs:maxLength value="6"/>
     
<xs:pattern value="\d*"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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