Class ScenarioObjectTemplate
- Applied Stereotypes:
-
XSDcomplexType
- Implements Interfaces:
-
Entity
An entity profile that shall appear in an entity group.
- Used in:
-
EntityDistributionEntry
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
entitiyObject |
EntityObject |
1..1 |
XSDelement
|
The EntityObject (either instance of type Vehicle/Pedestrian or CatalogReference to them; no MiscObject or ExternalObjectReference). |
| |
objectController |
ObjectController |
0..* |
XSDelement
|
Controller(s) of the EntityObject instance. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="ScenarioObjectTemplate">
<xsd:sequence>
<xsd:group ref="EntityObject"/>
<xsd:element name="ObjectController" type="ObjectController" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
|
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property entitiyObject
-
Property objectController
|
To XSD