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
Fixing typos and definition. No longer allowing other types. (#187)
* Fixing typos and definition. No longer allowing other types.
If somebody invents warp-drive we should reconsider.
* Lint and update documentation tables
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
<p class="tableblock anno-text">Distance (metres) as defined by http://www.ordnancesurvey.co.uk/xml/resource/units.xml#metres. ALternative units may be specifed by context.</p>
249980
+
<p class="tableblock anno-text">Distance (in metres) as defined by http://www.ordnancesurvey.co.uk/xml/resource/units.xml#metres.</p>
249981
249981
</td>
249982
249982
</tr>
249983
249983
<tr>
@@ -250037,7 +250037,7 @@ <h3>45.1. Simple type definitions</h3>
<xsd:documentation>Distance (metres) as defined by http://www.ordnancesurvey.co.uk/xml/resource/units.xml#metres. ALternative units may be specifed by context.</xsd:documentation>
255
+
<xsd:documentation>Distance (in metres) as defined by http://www.ordnancesurvey.co.uk/xml/resource/units.xml#metres.</xsd:documentation>
256
256
</xsd:annotation>
257
257
<xsd:restrictionbase="xsd:nonNegativeInteger"/>
258
258
</xsd:simpleType>
259
259
<xsd:simpleTypename="VelocityType">
260
260
<xsd:annotation>
261
-
<xsd:documentation>Distance (metres per second) ALternative unist may be specifed by context.</xsd:documentation>
261
+
<xsd:documentation>Velocity (in metres per second).</xsd:documentation>
0 commit comments