Enumeration PedestrianCategory

Categories for entity objects of type pedestrian.
The enum literals have been harmonized between ASAM OpenX standards. The latest details about the harmonization can be found under https://publications.pages.asam.net/standards/ASAM_TrafficParticipants_Specification/ASAM_TrafficParticipants_Specification/latest/specification/index.html.

Used in:
Pedestrian
Enumeration Literals
  Name Applied Stereotypes Description
  animal An animal.
  pedestrian A pedestrian.
D wheelchair deprecated A wheelchair.
DEPRECATED: use a 'Vehicle' of the category 'wheelchair' instead.
Deprecation
  • Enumeration literal wheelchair deprecated.
XSD 1.4 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: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.3
  • Annotation changed
    • New Value
      Categories for entity objects of type pedestrian. The enum literals have been harmonized between ASAM OpenX standards. The latest details about the harmonization can be found under https://publications.pages.asam.net/standards/ASAM_TrafficParticipants_Specification/ASAM_TrafficParticipants_Specification/latest/specification/index.html.
      From 1.3.0
      Categories for entity objects of type pedestrian.
  • Enumeration literal 'wheelchair' changed. Annotation changed.
    • New Value
      A wheelchair. DEPRECATED: use a 'Vehicle' of the category 'wheelchair' instead.
      From 1.3.0
      A wheelchair.
  • Enumeration literal 'wheelchair'. Stereotype <<deprecated>> applied.
Stereotype Details Information
  • Enumeration literal wheelchair
    • deprecated

To XSD