Class EntityObject

Applied Stereotypes:
union, XSDgroup

A vehicle type, pedestrian type or miscellaneous object type.

Used in:
ScenarioObject
Properties
Name Type Cardinality AppliedStereotypes Description
catalogReference CatalogReference 0..1 xor Reference to a catalog entry of type MiscObject, Vehicle or Pedestrian.
vehicle Vehicle 0..1 xor Vehicle definition.
pedestrian Pedestrian 0..1 xor Pedestrian definition.
miscObject MiscObject 0..1 xor Definition of a MiscObject.

Migration Information from XSD 0.9.1
Derived From:
OpenSCENARIO.xsd/OpenSCENARIO.Entities.Object.(anonymous choice)
Property Name XSD Type XSD 0.9.1 Name Migration
catalogReference Element CatalogReference
vehicle Element Vehicle
pedestrian Element Pedestrian
miscObject Element MiscObject

XSD 1.0 Representation


<xsd:group name="EntityObject">
<xsd:choice>
<xsd:element name="CatalogReference" type="CatalogReference"/>
<xsd:element name="Vehicle" type="Vehicle"/>
<xsd:element name="Pedestrian" type="Pedestrian"/>
<xsd:element name="MiscObject" type="MiscObject"/>
</xsd:choice>
</xsd:group>

To XSD To XSLT To XSD Tree