Skip to content

Commit

Permalink
updates CoveredEnumeration with a true and false
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Apr 11, 2024
1 parent 23230a8 commit 0f2fee9
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,16 @@ Rail transport, Roads and Road transport
<xsd:enumeration value="covered"/>
<xsd:enumeration value="mixed"/>
<xsd:enumeration value="unknown"/>
<xsd:enumeration value="true">
<xsd:annotation>
<xsd:documentation>Value to be used, if covered is used as a "boolean". Equals covered. +v2.0</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="false">
<xsd:annotation>
<xsd:documentation>Value to be used, if covered is used as a "boolean". Equals outdoors. +v2.0</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="GatedEnumeration">
Expand Down

0 comments on commit 0f2fee9

Please sign in to comment.