Class Trailer
- Applied Stereotypes:
-
XSDcomplexType
Definition of a trailer to be towed. The included or referred ScenarioObject must include an EntityObject of type Vehicle. The Vehicle must have a trailerCoupler in order for the connection to be complete.
- Used in:
-
Vehicle
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
trailerRef |
EntityRef |
1..1 |
xor,
XSDelement
|
Name of the trailer vehicle. |
| |
trailer |
ScenarioObject |
1..1 |
xor,
XSDelement
|
Definition of a trailer vehicle (inline or catalog reference). |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="Trailer">
<xsd:choice>
<xsd:element name="Trailer" type="ScenarioObject"/>
<xsd:element name="TrailerRef" type="EntityRef"/>
</xsd:choice>
</xsd:complexType>
|
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
-
Property trailerRef
-
Property trailer
|
To XSD