complexType CustomerCode
diagram taf_cat_complete_sector_p716.png
namespace http://taf-jsg.info/schemes
children CountryCodeISO PrimaryCode AdditionalCode
used by
element Customer
annotation
documentation
Identifies the railway customer
source <xs:complexType name="CustomerCode">
 
<xs:annotation>
   
<xs:documentation>Identifies the railway customer</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element ref="CountryCodeISO"/>
   
<xs:element name="PrimaryCode" type="String1-14"/>
   
<xs:element name="AdditionalCode" type="String1-7" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element CustomerCode/PrimaryCode
diagram taf_cat_complete_sector_p717.png
namespace http://taf-jsg.info/schemes
type String1-14
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 14
source <xs:element name="PrimaryCode" type="String1-14"/>

element CustomerCode/AdditionalCode
diagram taf_cat_complete_sector_p718.png
namespace http://taf-jsg.info/schemes
type String1-7
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 7
source <xs:element name="AdditionalCode" type="String1-7" minOccurs="0"/>


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