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.
    • New Value
      1
      From 1.2.0
      0
  • Property 'entityRef'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property position
    • xor
    • XSDelement [position: "1"]
  • Property entityRef
    • xor
    • XSDelement [position: "2"]

To XSD