complexType FrameSequenceType
diagram plmxml_diagrams/plmxml_p1065.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:Frame
used by
element FrameSequence
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      
frameRate  xsd:double  optional      
timeStamp  xsd:double  optional      
annotation
documentation

            A sequence of Frames that defines Motion results definition.
            FrameSequences are independent.
           
            Attributes:
           
            frameRate:      The frame rate in frames per second (SI units).
            timeStamp:      The time in seconds (SI units) of the first Frame in
                            the sequence with respect to some external datum.
             
            Sub-elements:
           
            Frame:          The Frames in the sequence.
         
source <xsd:complexType name="FrameSequenceType">
 
<xsd:annotation>
   
<xsd:documentation>
            A sequence of Frames that defines Motion results definition.
            FrameSequences are independent.
           
            Attributes:
           
            frameRate:      The frame rate in frames per second (SI units).
            timeStamp:      The time in seconds (SI units) of the first Frame in
                            the sequence with respect to some external datum.
             
            Sub-elements:
           
            Frame:          The Frames in the sequence.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="plm:Frame"/>
     
</xsd:choice>
     
<xsd:attribute name="frameRate" type="xsd:double" use="optional"/>
     
<xsd:attribute name="timeStamp" type="xsd:double" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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


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