Enumeration MiscObjectCategory

Categories for entity objects which are not pedestrians or vehicles.

Used in:
MiscObject
Enumeration Literals
Name Description
none None, other
obstacle Not further defined obstacle
pole A pole
tree A tree
vegetation Not further defined vegetation.
barrier A barrier.
building A building.
parkingSpace A parking space.
patch A patch.
railing A railing or guard rail.
trafficIsland A traffic island.
crosswalk A crosswalk.
streetLamp A street lamp.
gantry A gantry.
soundBarrier A sound barrier.
wind Wind.
roadMark Not further defined road mark.

Migration Information from XSD 0.9.1
Derived From:
Enum_MiscObject_category
Property Name XSD Type XSD 0.9.1 Name Migration
none Attribute none
obstacle Attribute obstacle
pole Attribute pole
tree Attribute tree
vegetation Attribute vegetation
barrier Attribute barrier
building Attribute building
parkingSpace Attribute parkingSpace
patch Attribute patch
railing Attribute railing
trafficIsland Attribute trafficIsland
crosswalk Attribute crosswalk
streetLamp Attribute streetLamp
gantry Attribute gantry
soundBarrier Attribute soundBarrier
wind Attribute wind
roadMark Attribute roadMark

XSD 1.0 Representation


<xsd:simpleType name="MiscObjectCategory">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="none"/>
<xsd:enumeration value="obstacle"/>
<xsd:enumeration value="pole"/>
<xsd:enumeration value="tree"/>
<xsd:enumeration value="vegetation"/>
<xsd:enumeration value="barrier"/>
<xsd:enumeration value="building"/>
<xsd:enumeration value="parkingSpace"/>
<xsd:enumeration value="patch"/>
<xsd:enumeration value="railing"/>
<xsd:enumeration value="trafficIsland"/>
<xsd:enumeration value="crosswalk"/>
<xsd:enumeration value="streetLamp"/>
<xsd:enumeration value="gantry"/>
<xsd:enumeration value="soundBarrier"/>
<xsd:enumeration value="wind"/>
<xsd:enumeration value="roadMark"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

To XSD To XSLT