Class Center

Applied Stereotypes:
XSDcomplexType

Represents the geometrical center of the bounding box expressed in coordinates that refer to the coordinate system of the entity (e.g. the vehicle coordinate system).

Used in:
BoundingBox
Properties
Name Type Cardinality AppliedStereotypes Description
x double 1..1 XSDattribute Center offset in x direction.
y double 1..1 XSDattribute Center offset in y direction.
z double 1..1 XSDattribute Center offset in z direction.

Migration Information from XSD 0.9.1
Derived From:
OSCBoundingBox.Center
Property Name XSD Type XSD 0.9.1 Name Migration
x Attribute x
y Attribute y
z Attribute z

XSD 1.0 Representation


<xsd:complexType name="Center">
<xsd:attribute name="x" type="Double" use="required"/>
<xsd:attribute name="y" type="Double" use="required"/>
<xsd:attribute name="z" type="Double" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree