element Customers
diagram taf_cat_complete_sector_p130.png
namespace http://taf-jsg.info/schemes
properties
content complex
children CustomerType CustomerNumber AdministrativeContactInformation LeadRU
used by
elements ConsignmentOrderMessage/COMS/COM WagonDeliveryNoticeMessage WagonDepartureNoticeMessage WagonReleaseNoticeMessage
annotation
documentation
Information about the consignor and consignee
source <xs:element name="Customers">
 
<xs:annotation>
   
<xs:documentation>Information about the consignor and consignee</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="CustomerType">
       
<xs:annotation>
         
<xs:documentation>Type of participation CR: Consignor  CE: Consignee  </xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="CR"/>
           
<xs:enumeration value="CE"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:sequence>
       
<xs:element ref="CustomerNumber" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>CustomerNumber</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element ref="AdministrativeContactInformation"/>
       
<xs:element ref="LeadRU"/>
     
</xs:sequence>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Customers/CustomerType
diagram taf_cat_complete_sector_p131.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration CR
enumeration CE
annotation
documentation
Type of participation CR: Consignor  CE: Consignee 
source <xs:element name="CustomerType">
 
<xs:annotation>
   
<xs:documentation>Type of participation CR: Consignor  CE: Consignee  </xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="CR"/>
     
<xs:enumeration value="CE"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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