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
  entityRef EntityRef 1..1 xor, XSDelement Reference entity.
  position Position 1..1 xor, XSDelement Position.
XSD 1.4 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.3
  • Property 'entityRef'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'position'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property entityRef
    • xor
    • XSDelement
  • Property position
    • xor
    • XSDelement

To XSD