simpleType CountryIdentISO
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
base xs:string
used by
elements WagonPerformanceMessage/PerformanceData/Country CountryCodeISO ITU_Details/DepartureCountry RollingStockDataset/DesignDataSet/LoadTable/LoadTableCountry RollingStockDataset/AdministrativeDataSet/MulitlateralAuthorisationCountries OriginCountry RollingStockDataset/AdministrativeDataSet/RegistrationCountry UltimateDestinationCountry
facets
Kind Value Annotation
minLength 2
maxLength 2
annotation
documentation
ISO 3166-1 alpha code (2 positions)
source <xs:simpleType name="CountryIdentISO">
 
<xs:annotation>
   
<xs:documentation>ISO 3166-1 alpha code (2 positions)</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="2"/>
   
<xs:maxLength value="2"/>
 
</xs:restriction>
</xs:simpleType>


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