Class RelativeObjectPosition

Applied Stereotypes:
XSDcomplexType

Defines a position derived from coordinates (dx, dy and dz) relative to a reference entity. The coordinate system for the relative coordinates is the reference entity's coordinate system (taking the orientation of the entity into account).

Used in:
Position
Properties
Name Type Cardinality AppliedStereotypes Description
dx double 1..1 XSDattribute Relative position in the x axis, using the coordinate system of the reference entity.
dy double 1..1 XSDattribute Relative position in the y axis, using the coordinate system of the reference entity.
dz double 0..1 XSDattribute Relative position in the z axis, using the coordinate system of the reference entity. Missing value is interpreted as 0.
entityRef Entity 1..1 nameRef, XSDattribute Reference entity.
orientation Orientation 0..1 XSDelement Orientation. The relative reference context refers to the orientation of the reference entity. Missing value is interpreted as (heading=0, pitch=0, roll=0, type='absolute').

XSD 1.1 Representation


<xsd:complexType name="RelativeObjectPosition">
<xsd:all>
<xsd:element name="Orientation" type="Orientation" minOccurs="0"/>
</xsd:all>
<xsd:attribute name="entityRef" type="String" use="required"/>
<xsd:attribute name="dx" type="Double" use="required"/>
<xsd:attribute name="dy" type="Double" use="required"/>
<xsd:attribute name="dz" type="Double"/>
</xsd:complexType>

Change log from version 1.0
  • Property 'dz'. Annotation changed.
    • New Value
      Relative position in the z axis, using the coordinate system of the reference entity. Missing value is interpreted as 0.
      From 1.0.0
      Relative position in the z axis, using the coordinate system of the reference entity.
  • Property 'orientation'. Annotation changed.
    • New Value
      Orientation. The relative reference context refers to the orientation of the reference entity. Missing value is interpreted as (heading=0, pitch=0, roll=0, type='absolute').
      From 1.0.0
      Orientation. The relative reference context refers to the orientation of the reference entity.

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property dx
    • XSDattribute
  • Property dy
    • XSDattribute
  • Property dz
    • XSDattribute
  • Property entityRef
    • nameRef [xsdType: "string"]
    • XSDattribute
  • Property orientation
    • XSDelement [position: "2"]

To XSD To XSD Tree