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).
<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 XSD Tree