Class EntityObject
- Applied Stereotypes:
-
XSDgroup,
union
A vehicle type, pedestrian type or miscellaneous object type.
- Used in:
-
ScenarioObject ,
ScenarioObjectTemplate
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
catalogReference |
CatalogReference |
1..1 |
xor,
XSDelement
|
Reference to a catalog entry of type MiscObject, Vehicle or Pedestrian. |
| |
pedestrian |
Pedestrian |
1..1 |
xor,
XSDelement
|
Pedestrian definition. |
| |
miscObject |
MiscObject |
1..1 |
xor,
XSDelement
|
Definition of a MiscObject. |
| |
vehicle |
Vehicle |
1..1 |
xor,
XSDelement
|
Vehicle definition. |
| |
externalObjectReference |
ExternalObjectReference |
1..1 |
xor,
XSDelement
|
An reference to an external object that is defined outside of a scenario or catalog (e.g. in the road network) |
|
|
XSD 1.4 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:element name="ExternalObjectReference" type="ExternalObjectReference"/>
</xsd:choice>
</xsd:group>
|
|
|
Change log from version 1.3
|
- Property 'catalogReference'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'pedestrian'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'miscObject'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'vehicle'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'externalObjectReference'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDgroup [modelGroup: "choice"]
-
Property catalogReference
-
Property pedestrian
-
Property miscObject
-
Property vehicle
-
Property externalObjectReference
|
To XSD