You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xsd/netex-nl-basic.xsd
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,12 @@
47
47
<xsd:simpleTypename="DistanceType">
48
48
<xsd:restrictionbase="xsd:decimal"/>
49
49
</xsd:simpleType>
50
+
<xsd:simpleTypename="SpeedType">
51
+
<xsd:annotation>
52
+
<xsd:documentation>Speed type for velocity. System for units can be specified on frame. Normal default is metres per second as defined by http://www.ordnancesurvey.co.uk/xml/resource/units.xml#metres.</xsd:documentation>
53
+
</xsd:annotation>
54
+
<xsd:restrictionbase="xsd:decimal"/>
55
+
</xsd:simpleType>
50
56
<xsd:simpleTypename="WeightType">
51
57
<xsd:restrictionbase="xsd:decimal"/>
52
58
</xsd:simpleType>
@@ -123,6 +129,19 @@
123
129
</xsd:pattern>
124
130
</xsd:restriction>
125
131
</xsd:simpleType>
132
+
<xsd:simpleTypename="PropulsionTypeEnumeration">
133
+
<xsd:annotation>
134
+
<xsd:documentation>Allowed values for type of power +v1/2/2</xsd:documentation>
0 commit comments