complexType FrameType
diagram plmxml_diagrams/plmxml_p1066.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:MotionEntityRef
used by
element Frame
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
type  plm:FrameTypeEnum    simple    
duration  xsd:double  optional      
annotation
documentation

            A Frame of type simple represents a single Frame at the time of the
            previous frame plus the reciprocal of the frame rate in seconds (SI
            units). A Frame of type key represents a key Frame that is linearly
            interpolated at the frame rate up to the time of the previous frame
            plus the duration in seconds (SI units).
           
            Attributes:
           
            type:           The type of a Frame, either simple (the default) or
                            key.
            duration:       The time in seconds (SI units) of a Frame relative
                            to the previous frame.
           
            Sub-elements:
           
            MotionEntityRef: The references to the MotionEntity elements, which
                            represent the conceptual motion entities or bodies.
         
source <xsd:complexType name="FrameType">
 
<xsd:annotation>
   
<xsd:documentation>
            A Frame of type simple represents a single Frame at the time of the
            previous frame plus the reciprocal of the frame rate in seconds (SI
            units). A Frame of type key represents a key Frame that is linearly
            interpolated at the frame rate up to the time of the previous frame
            plus the duration in seconds (SI units).
           
            Attributes:
           
            type:           The type of a Frame, either simple (the default) or
                            key.
            duration:       The time in seconds (SI units) of a Frame relative
                            to the previous frame.
           
            Sub-elements:
           
            MotionEntityRef: The references to the MotionEntity elements, which
                            represent the conceptual motion entities or bodies.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="plm:MotionEntityRef"/>
     
</xsd:choice>
     
<xsd:attribute name="type" type="plm:FrameTypeEnum" default="simple"/>
     
<xsd:attribute name="duration" type="xsd:double" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute FrameType/@type
type plm:FrameTypeEnum
properties
default simple
facets
Kind Value Annotation
enumeration simple
enumeration key
source <xsd:attribute name="type" type="plm:FrameTypeEnum" default="simple"/>

attribute FrameType/@duration
type xsd:double
properties
use optional
source <xsd:attribute name="duration" type="xsd:double" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy