Class RelativeWorldPosition
- Applied Stereotypes:
-
XSDcomplexType
Position defined in terms of delta x, y, (z) relative to a reference entity's position. Optionally, an orientation can be defined in either absolute or relative values.
- Used in:
-
Position
Properties |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
entityRef |
Entity |
1..1 |
XSDattribute
nameRef
|
Reference entity from which the relative world position is measured.
|
dx |
double |
1..1 |
XSDattribute
|
Relative x coordinate in the world coordinate system.
|
dy |
double |
1..1 |
XSDattribute
|
Relative y coordinate in the world coordinate system.
|
dz |
double |
0..1 |
XSDattribute
|
Relative z coordinate in the world coordinate system.
|
orientation |
Orientation |
0..1 |
|
Orientation. The relative reference context refers to the reference entity's orientation.
|
|
Migration Information from XSD 0.9.1 |
- Derived From:
- OSCPosition.RelativeWorld
|
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="RelativeWorldPosition">
<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