Class BoundingBox

Applied Stereotypes:
XSDcomplexType

Defines geometric properties of the entities as a simplified three dimensional bounding box.

Used in:
Vehicle , MiscObject , Pedestrian , Fog
Properties
Name Type Cardinality AppliedStereotypes Description
center Center 1..1 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).
dimensions Dimensions 1..1 Width, length and height of the bounding box.

Migration Information from XSD 0.9.1
Derived From:
OSCBoundingBox
Property Name XSD Type XSD 0.9.1 Name Migration
center Element Center
dimensions Element Dimension Renamed

XSD 1.0 Representation


<xsd:complexType name="BoundingBox">
<xsd:all>
<xsd:element name="Center" type="Center"/>
<xsd:element name="Dimensions" type="Dimensions"/>
</xsd:all>
</xsd:complexType>

To XSD To XSLT To XSD Tree