diagram | ![]() |
||||||||||||
namespace | http://taf-jsg.info/schemes | ||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="EuropeanVehicleNumber"> <xs:annotation> <xs:documentation>Number on 12 digits allocated to each rail vehicle to uniquely identify it from any other rail vehicle</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="12"/> <xs:minLength value="12"/> <xs:pattern value="[0-9]{12}"/> </xs:restriction> </xs:simpleType> </xs:element> |