Class CollisionCondition

Applied Stereotypes:
union, XSDcomplexType

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

Migration Information from XSD 0.9.1
Derived From:
OSCCondition.ByEntity.EntityCondition.Collision
Property Name XSD Type XSD 0.9.1 Name Migration
entityRef Element ByEntity Renamed
byType Element ByType Renamed

XSD 1.0 Representation


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

To XSD To XSLT To XSD Tree