| diagram | ![]() |
|||||||||||||||
| namespace | http://taf-jsg.info/schemes | |||||||||||||||
| type | restriction of xs:string | |||||||||||||||
| properties |
|
|||||||||||||||
| used by |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| source | <xs:element name="TypeOfHeating"> <xs:annotation> <xs:documentation>Type of heating system in a passenger vehicle or trainset</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:annotation> <xs:documentation>Electrical</xs:documentation> <xs:documentation>Autonomous heating</xs:documentation> <xs:documentation>Steam</xs:documentation> </xs:annotation> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="3"/> <xs:enumeration value="4 Other or not known"/> </xs:restriction> </xs:simpleType> </xs:element> |