Class TrailerAction
- Applied Stereotypes:
-
XSDcomplexType
Action to connect or disconnect trailer. Applied to the towing vehicle.
- Used in:
-
PrivateAction
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
connectTrailerAction |
ConnectTrailerAction |
1..1 |
xor,
XSDelement
|
Connect a trailer to a vehicle. Any other already connected trailer will be disconnected. |
| |
disconnectTrailerAction |
DisconnectTrailerAction |
1..1 |
xor,
XSDelement
|
Disconnect any connected trailer from a vehicle. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="TrailerAction">
<xsd:choice>
<xsd:element name="ConnectTrailerAction" type="ConnectTrailerAction"/>
<xsd:element name="DisconnectTrailerAction" type="DisconnectTrailerAction"/>
</xsd:choice>
</xsd:complexType>
|
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
-
Property connectTrailerAction
-
Property disconnectTrailerAction
|
To XSD