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.
- Property 'byType'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property entityRef
- XSDelement [position: "1"]
- Property byType
- XSDelement [position: "2"]
|
To XSD