Enumeration ObjectType

Types of entity objects available in a scenario.

Used in:
ByObjectType , ByType
Enumeration Literals
Name Applied Stereotypes Description
miscellaneous Miscellaneous object.
pedestrian A Pedestrian.
vehicle A Vehicle.
external An external object reference.

XSD 1.1 Representation


<xsd:simpleType name="ObjectType">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="miscellaneous"/>
<xsd:enumeration value="pedestrian"/>
<xsd:enumeration value="vehicle"/>
<xsd:enumeration value="external"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

Change log from version 1.0
  • Enumeration literal 'external' created.
  • Enumeration literal 'vehicle' changed. Annotation changed.
    • New Value
      A Vehicle.
      From 1.0.0
      Ac Vehicle.

To XSD