diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | extension of plm:StructureRevisionViewBase | ||
properties |
|
||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:Occurrence plm:PropertyGroup plm:RepresentationEntity plm:EntityPropertyGroup plm:SymbolicOccurrence plm:MechanismParameters plm:Marker | ||
used by |
|
||
attributes | |||
annotation |
|
||
source | <xsd:complexType name="MechanismRevisionViewType"> <xsd:annotation> <xsd:documentation> A view of a revision of a Mechanism, analogous to a ProductRevisionView in the Product Structure. MechanismRevisionView elements are used together with MechanismInstance elements in an instance graph. At the leaf nodes, they represent conceptual rigid bodies, which may be implemented by ProductRevisionView elements. At other levels, they represent sub-assemblies of conceptual rigid bodies, known as sub-mechanisms, and at the top level, they represent the mechanism definition. Attributes: id: Inherited from StructureRevisionView. name: Inherited from StructureRevisionView. instanceRefs: Inherited from StructureRevisionView. References MechanismInstance elements, which represent Mechanism objects. gdeInstanceRefs: Inherited from StructureRevisionView. References JointInstance elements. propertyRefs: Inherited from StructureRevisionView. A list of references to elements representing properties such as mass or initial velocity. See also the PropertyGroup sub-element. See the "Defining Mass and Material Properties" Chapter of the PLM XML Schema Functional Description. Sub-elements: Bound: Inherited from StructureRevisionView. Represents the bounding box in which the Mechanism object lies. See Section 5.4.2 of the PLM XML Schema Functional Description. PropertyGroup: Inherited from StructureRevisionView. May have sub-elements representing properties such as mass or initial velocity. See also the propertyRefs attribute. See the "Defining Mass and Material Properties" Chapter of the PLM XML Schema Functional Description. MechanismParameters: The parameters for a Mechanism solution. Marker: The Markers on the Mechanism object. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:StructureRevisionViewBase"> <xsd:sequence> <xsd:element ref="plm:MechanismParameters" minOccurs="0" maxOccurs="1"/> <xsd:element ref="plm:Marker" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |