element Ship
diagram taf_cat_complete_sector_p512.png
namespace http://taf-jsg.info/schemes
properties
content complex
children VesselIndication HarbourName ShipOwner
used by
elements ITU_Details Wagons/WagonDetails
annotation
documentation
Additional information for transports, which shall be handed over to a ship
source <xs:element name="Ship">
 
<xs:annotation>
   
<xs:documentation>Additional information for transports, which shall be handed over to a ship</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="VesselIndication"/>
     
<xs:element name="HarbourName" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Name of harbour, where the transport will be handed over to a ship.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="1"/>
           
<xs:maxLength value="35"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="ShipOwner" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Name of ship owner.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="1"/>
           
<xs:maxLength value="35"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Ship/HarbourName
diagram taf_cat_complete_sector_p513.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 35
annotation
documentation
Name of harbour, where the transport will be handed over to a ship.
source <xs:element name="HarbourName" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Name of harbour, where the transport will be handed over to a ship.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="35"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Ship/ShipOwner
diagram taf_cat_complete_sector_p514.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 35
annotation
documentation
Name of ship owner.
source <xs:element name="ShipOwner" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Name of ship owner.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="35"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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