Class ComponentAnimation
- Applied Stereotypes:
-
XSDcomplexType,
union
Defines an animation of a component along or around one axis. Field animationState in AnimationAction is required.
- Used in:
-
AnimationType
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
userDefinedComponent |
UserDefinedComponent |
1..1 |
xor,
XSDelement
|
The component type is not covered by the above options and is therefore user defined. |
| |
vehicleComponent |
VehicleComponent |
1..1 |
xor,
XSDelement
|
Available components attached to a vehicle. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="ComponentAnimation">
<xsd:choice>
<xsd:element name="VehicleComponent" type="VehicleComponent"/>
<xsd:element name="UserDefinedComponent" type="UserDefinedComponent"/>
</xsd:choice>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'userDefinedComponent'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'vehicleComponent'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
-
Property userDefinedComponent
-
Property vehicleComponent
|
To XSD