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.
XSD 1.3 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>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property x
    • XSDattribute
  • Property y
    • XSDattribute
  • Property z
    • XSDattribute

To XSD