element Seals
diagram taf_cat_complete_sector_p504.png
namespace http://taf-jsg.info/schemes
properties
content complex
children NumberOfSeals SealsDescription
used by
elements ITU_Details Wagons/WagonDetails
annotation
documentation
Describes the seals used for the consignment
source <xs:element name="Seals">
 
<xs:annotation>
   
<xs:documentation>Describes the seals used for the consignment</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="NumberOfSeals">
       
<xs:annotation>
         
<xs:documentation>Number of the seals attached by the original consignor.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="0"/>
           
<xs:totalDigits value="2"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="SealsDescription" minOccurs="0" maxOccurs="10">
       
<xs:annotation>
         
<xs:documentation>Additional information of the original consignor regarding the attached seals.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="10"/>
           
<xs:minLength value="1"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Seals/NumberOfSeals
diagram taf_cat_complete_sector_p505.png
namespace http://taf-jsg.info/schemes
type restriction of xs:int
properties
content simple
facets
Kind Value Annotation
minInclusive 0
totalDigits 2
annotation
documentation
Number of the seals attached by the original consignor.
source <xs:element name="NumberOfSeals">
 
<xs:annotation>
   
<xs:documentation>Number of the seals attached by the original consignor.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:totalDigits value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Seals/SealsDescription
diagram taf_cat_complete_sector_p506.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
minOcc 0
maxOcc 10
content simple
facets
Kind Value Annotation
minLength 1
maxLength 10
annotation
documentation
Additional information of the original consignor regarding the attached seals.
source <xs:element name="SealsDescription" minOccurs="0" maxOccurs="10">
 
<xs:annotation>
   
<xs:documentation>Additional information of the original consignor regarding the attached seals.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="10"/>
     
<xs:minLength value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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