Enumeration PedestrianCategory
Categories for entity objects of type pedestrian.
- Used in:
-
Pedestrian
Enumeration Literals |
|
Name |
Applied Stereotypes |
Description |
|
animal |
|
An animal. |
|
pedestrian |
|
A pedestrian. |
|
wheelchair |
|
A wheelchair. |
|
XSD 1.3 Representation |
<xsd:simpleType name="PedestrianCategory">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="animal"/>
<xsd:enumeration value="pedestrian"/>
<xsd:enumeration value="wheelchair"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
|
|
To XSD