Target position used in the TimeToCollisionCondition. Can be defined as either an explicit position, or the position of a reference entity.
<xsd:complexType name="TimeToCollisionConditionTarget"> <xsd:choice> <xsd:element name="Position" type="Position" minOccurs="0"/> <xsd:element name="EntityRef" type="EntityRef" minOccurs="0"/> </xsd:choice> </xsd:complexType>
To XSD To XSD Tree