Class ObjectController

Applied Stereotypes:
union, XSDcomplexType

Definition of a controller for a scenario object. Either an inline definition or a catalog reference to a controller.

Used in:
ScenarioObject
Properties
Name Type Cardinality AppliedStereotypes Description
catalogReference CatalogReference 0..1 xor Catalog reference to a controller.
controller Controller 0..1 xor Controller type definition.

Migration Information from XSD 0.9.1
Derived From:
OpenSCENARIO.xsd/OpenSCENARIO.Entities.Object.Controller
Property Name XSD Type XSD 0.9.1 Name Migration
catalogReference Element CatalogReference
controller Element Driver Renamed
Element PedestrianController Migrated to Controller.

XSD 1.0 Representation


<xsd:complexType name="ObjectController">
<xsd:choice>
<xsd:element name="CatalogReference" type="CatalogReference"/>
<xsd:element name="Controller" type="Controller"/>
</xsd:choice>
</xsd:complexType>

To XSD To XSLT To XSD Tree