Enumeration MiscObjectCategory

Categories for entity objects which are not pedestrians or vehicles.

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

Deprecation
  • Enumeration literal wind deprecated. With version 1.1. Use instead XSDcomplexeType "Wind" in "Weather"..

XSD 1.1 Representation


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

Change log from version 1.0
  • Enumeration literal 'wind'. Stereotype <<deprecated>> applied.

Stereotype Details Information
  • Enumeration literal wind
    • deprecated [withVersion: "1.1"; comment: "Use instead XSDcomplexeType "Wind" in "Weather"."]

To XSD