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 |
| |
byType |
ByObjectType |
1..1 |
xor,
XSDelement
|
Entities of this type can trigger the condition when collide. |
| |
entityRef |
EntityRef |
1..1 |
xor,
XSDelement
|
Name of a specific entity. |
|
|
XSD 1.4 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.3
|
- Property 'byType'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'entityRef'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
-
Property byType
-
Property entityRef
|
To XSD