element SpecialTreatments
diagram taf_cat_complete_sector_p516.png
namespace http://taf-jsg.info/schemes
properties
content complex
children RU_Partner SpecialTreatmentCode SpecialTreatmentInformation Location
used by
elements ConsignmentOrderMessage/COMS/COM WIMO_Dataset/ConsignmentLevelData
annotation
documentation
Special treatment
source <xs:element name="SpecialTreatments">
 
<xs:annotation>
   
<xs:documentation>Special treatment</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="RU_Partner" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Railway Undertaking dedicated to fulfill the special treatment</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="SpecialTreatmentCode">
       
<xs:annotation>
         
<xs:documentation>Special Treatment code</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:length value="2"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="SpecialTreatmentInformation" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Additional Text for codes with free text</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="1"/>
           
<xs:maxLength value="40"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element ref="Location" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element SpecialTreatments/SpecialTreatmentCode
diagram taf_cat_complete_sector_p517.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
length 2
annotation
documentation
Special Treatment code
source <xs:element name="SpecialTreatmentCode">
 
<xs:annotation>
   
<xs:documentation>Special Treatment code</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:length value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element SpecialTreatments/SpecialTreatmentInformation
diagram taf_cat_complete_sector_p518.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 40
annotation
documentation
Additional Text for codes with free text
source <xs:element name="SpecialTreatmentInformation" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Additional Text for codes with free text</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="40"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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