Enumeration LateralDisplacement

A displacement relative to an entity along a lateral axis (e.g. the y axis of the entity coordinate system)

Used in:
LateralDistanceAction
Enumeration Literals
  Name Applied Stereotypes Description
  any Either left or right to the entity along the lateral dimension.
  leftToReferencedEntity Left to the entity along the lateral dimension.
  rightToReferencedEntity Right to the entity along the lateral dimension.
XSD 1.3 Representation


<xsd:simpleType name="LateralDisplacement">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="any"/>
<xsd:enumeration value="leftToReferencedEntity"/>
<xsd:enumeration value="rightToReferencedEntity"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

To XSD