Attribute | rail:aSpeed/@vMax |
<xs:simpleType name="tVMax"> <xs:union> <xs:simpleType> <xs:restriction base="rail:tSpeedKmPerHour"/> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="end"> <xs:annotation> <xs:documentation>The value 'end' should be used for marking the end of temporary speed restrictions, otherwise define the next speed aspect.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |