Class TimeToCollisionConditionTarget
- Applied Stereotypes:
-
XSDcomplexType,
union
Target position used in the TimeToCollisionCondition. Can be defined as either an explicit position, or the position of a reference entity.
- Used in:
-
TimeToCollisionCondition
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
position |
Position |
1..1 |
xor,
XSDelement
|
Position. |
|
entityRef |
EntityRef |
1..1 |
xor,
XSDelement
|
Reference entity. |
|
XSD 1.3 Representation |
<xsd:complexType name="TimeToCollisionConditionTarget">
<xsd:choice>
<xsd:element name="Position" type="Position"/>
<xsd:element name="EntityRef" type="EntityRef"/>
</xsd:choice>
</xsd:complexType>
|
|
Change log from version 1.2 |
- Property 'position'. Lower cardinality changed.
- Property 'entityRef'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property position
- XSDelement [position: "1"]
- Property entityRef
- XSDelement [position: "2"]
|
To XSD