complexType FrameSequenceInstanceType
diagram plmxml_diagrams/plmxml_p1064.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element FrameSequenceInstance
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      
frameSequenceRef  plm:anyURIType  optional      
timeStamp  xsd:double  optional      
annotation
documentation

            An instance of a FrameSequence.
           
            Attributes:
           
            frameSequenceRef: References a FrameSequence.
            timeStamp:      The time in seconds (SI units) of the start of the
                            FrameSequence with respect to some external datum.
                            This overrides the timeStamp attribute on the
                            FrameSequence.
         
source <xsd:complexType name="FrameSequenceInstanceType">
 
<xsd:annotation>
   
<xsd:documentation>
            An instance of a FrameSequence.
           
            Attributes:
           
            frameSequenceRef: References a FrameSequence.
            timeStamp:      The time in seconds (SI units) of the start of the
                            FrameSequence with respect to some external datum.
                            This overrides the timeStamp attribute on the
                            FrameSequence.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="frameSequenceRef" type="plm:anyURIType" use="optional" plm:refType="plm:FrameSequence"/>
     
<xsd:attribute name="timeStamp" type="xsd:double" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute FrameSequenceInstanceType/@frameSequenceRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="frameSequenceRef" type="plm:anyURIType" use="optional" plm:refType="plm:FrameSequence"/>

attribute FrameSequenceInstanceType/@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