Class TrailerHitch

Applied Stereotypes:
XSDcomplexType

Definition of the mounting point for connecting a trailer to the vehicle.

Used in:
Vehicle
Properties
  Name Type Cardinality AppliedStereotypes Description
  dx double 1..1 XSDattribute Relative position in the x axis, using the coordinate system of the vehicle.
  dz double 0..1 XSDattribute Relative position in the z axis, using the coordinate system of the vehicle. If omitted, z of the trailer's coupler will be applied. If neither hitch nor coupler has a z value, a 2D connection will be applied, constrained to rotation in the XY-plane.
XSD 1.3 Representation


<xsd:complexType name="TrailerHitch">
<xsd:attribute name="dx" type="Double" use="required"/>
<xsd:attribute name="dz" type="Double"/>
</xsd:complexType>

Change log from version 1.2
  • Class created.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property dx
    • XSDattribute
  • Property dz
    • XSDattribute

To XSD