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 0..1 xor, XSDelement Name of a specific entity.
byType ByObjectType 0..1 xor, XSDelement Entities of this type can trigger the condition when collide.

XSD 1.1 Representation


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

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

To XSD To XSD Tree