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
entityRef Entity 1..1 XSDattribute nameRef Reference entity.
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.
orientation Orientation 0..1 Orientation. The relative reference context refers to the orientation of the reference entity.

Migration Information from XSD 0.9.1
Derived From:
OSCPosition.RelativeObject
Property Name XSD Type XSD 0.9.1 Name Migration
entityRef Attribute object
dx Attribute dx
dy Attribute dy
dz Attribute dz
orientation Element Orientation

XSD 1.0 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" use="optional"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree