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
  vehicleComponent VehicleComponent 1..1 xor, XSDelement Available components attached to a vehicle.
  userDefinedComponent UserDefinedComponent 1..1 xor, XSDelement The component type is not covered by the above options and is therefore user defined.
XSD 1.3 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.2
  • Stereotype <<XSDcomplexType>>. Tagged value 'modelGroup' changed.
    • New Value
      choice
      From 1.2.0
      sequence
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property vehicleComponent
    • xor
    • XSDelement [position: "1"]
  • Property userDefinedComponent
    • xor
    • XSDelement [position: "2"]

To XSD