Class AnimationFile

Applied Stereotypes:
XSDcomplexType

Reference to a file which contains an animation / motion definition (e.g. an fbx file containing a motion from motion capturing).

Used in:
AnimationType
Properties
  Name Type Cardinality AppliedStereotypes Description
  timeOffset double 0..1 XSDattribute Time offset from beginning of animation. Unit: [s]. Range: [0..inf[. Default, if omitted is 0 (start from beginning of animation).
  file File 1..1 XSDelement Filepath of the animation / motion file.
XSD 1.4 Representation


<xsd:complexType name="AnimationFile">
<xsd:sequence>
<xsd:element name="File" type="File"/>
</xsd:sequence>
<xsd:attribute name="timeOffset" type="Double"/>
</xsd:complexType>

Change log from version 1.3
  • Property 'file'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property timeOffset
    • XSDattribute
  • Property file
    • XSDelement

To XSD