diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:MotionEntityRef | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:FrameTypeEnum | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:attribute name="type" type="plm:FrameTypeEnum" default="simple"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="duration" type="xsd:double" use="optional"/> |