Class TrailerCoupler
- Applied Stereotypes:
-
XSDcomplexType
Definition of the mounting point for connecting the trailer to a towing vehicle.
- Used in:
-
Vehicle
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
dx |
double |
1..1 |
XSDattribute
|
Relative position of the trailerCoupler 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 towing vehicle's hitch 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="TrailerCoupler">
<xsd:attribute name="dx" type="Double" use="required"/>
<xsd:attribute name="dz" type="Double"/>
</xsd:complexType>
|
|
Change log from version 1.2 |
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property dx
- Property dz
|
To XSD