Class CollisionCondition

Applied Stereotypes:
XSDcomplexType, union

Condition becomes true when the triggering entity/entities collide with another given entity or any entity of a specific type.

Used in:
EntityCondition
Properties
  Name Type Cardinality AppliedStereotypes Description
  entityRef EntityRef 1..1 xor, XSDelement Name of a specific entity.
  byType ByObjectType 1..1 xor, XSDelement Entities of this type can trigger the condition when collide.
XSD 1.3 Representation


<xsd:complexType name="CollisionCondition">
<xsd:choice>
<xsd:element name="EntityRef" type="EntityRef"/>
<xsd:element name="ByType" type="ByObjectType"/>
</xsd:choice>
</xsd:complexType>

Change log from version 1.2
  • Property 'entityRef'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'byType'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property entityRef
    • xor
    • XSDelement [position: "1"]
  • Property byType
    • xor
    • XSDelement [position: "2"]

To XSD