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 |
|
trailer |
ScenarioObject |
1..1 |
xor,
XSDelement
|
Definition of a trailer vehicle (inline or catalog reference). |
|
trailerRef |
EntityRef |
1..1 |
xor,
XSDelement
|
Name of the trailer vehicle. |
|
XSD 1.3 Representation |
<xsd:complexType name="Trailer">
<xsd:choice>
<xsd:element name="Trailer" type="ScenarioObject"/>
<xsd:element name="TrailerRef" type="EntityRef"/>
</xsd:choice>
</xsd:complexType>
|
|
Change log from version 1.2 |
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property trailer
- XSDelement [position: "1"]
- Property trailerRef
- XSDelement [position: "2"]
|
To XSD