Enumeration PedestrianCategory

Categories for entity objects of type pedestrian.

Used in:
Pedestrian
Enumeration Literals
Name Description
pedestrian A pedestrian.
wheelchair A wheelchair.
animal An animal.

Migration Information from XSD 0.9.1
Derived From:
Enum_Pedestrian_category
Property Name XSD Type XSD 0.9.1 Name Migration
pedestrian Attribute pedestrian
wheelchair Attribute wheelchair
animal Attribute animal

XSD 1.0 Representation


<xsd:simpleType name="PedestrianCategory">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="pedestrian"/>
<xsd:enumeration value="wheelchair"/>
<xsd:enumeration value="animal"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

To XSD To XSLT