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 0..1 xor, XSDelement Position.
entityRef EntityRef 0..1 xor, XSDelement Reference entity.

XSD 1.1 Representation


<xsd:complexType name="TimeToCollisionConditionTarget">
<xsd:choice>
<xsd:element name="Position" type="Position" minOccurs="0"/>
<xsd:element name="EntityRef" type="EntityRef" minOccurs="0"/>
</xsd:choice>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property position
    • xor
    • XSDelement [position: "1"]
  • Property entityRef
    • xor
    • XSDelement [position: "2"]

To XSD To XSD Tree