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
  • Class created.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
  • Property trailer
    • xor
    • XSDelement [position: "1"]
  • Property trailerRef
    • xor
    • XSDelement [position: "2"]

To XSD