Enumeration ObjectType

Types of entity objects available in a scenario.

Used in:
ByType , ByObjectType
Enumeration Literals
Name Description
pedestrian A Pedestrian.
vehicle Ac Vehicle.
miscellaneous Miscellaneous object.

Migration Information from XSD 0.9.1
Derived From:
OSCObjectType
Property Name XSD Type XSD 0.9.1 Name Migration
pedestrian Attribute pedestrian
vehicle Attribute vehicle
miscellaneous Attribute miscellaneous

XSD 1.0 Representation


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

To XSD To XSLT