diagram | |||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:FrameSequenceInstance | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="MotionAssemblyType"> <xsd:annotation> <xsd:documentation> The container element for a sequence of FrameSequenceInstance elements. Sub-elements: FrameSequenceInstance: The instances of the FrameSequences in the sequence. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element ref="plm:FrameSequenceInstance"/> </xsd:choice> </xsd:extension> </xsd:complexContent> </xsd:complexType> |