diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | extension of plm:OccurrenceType | ||
properties |
|
||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:Transform plm:Representation plm:VariantCondition plm:Reference plm:PropertyGroup plm:EntityPropertyGroup plm:Material plm:EntityMaterial plm:AssociatedAttachment plm:AttributeContext plm:Marker | ||
used by |
|
||
attributes | |||
annotation |
|
||
source | <xsd:complexType name="MechanismOccurrenceType"> <xsd:annotation> <xsd:documentation> An Occurrence of a MechanismRevisionView. A MechanismOccurrence represents an occurrence of a Mechanism object. A MechanismOccurrence may reference geometry in the Product Structure via Reference elements. A Reference may reference an Occurrence in the Product Structure via its occurrenceRef attribute. A MechanismOccurrence may correspond to different Occurrence elements for different purposes by using more than one Reference. In this case, each Reference has a different value for its type attribute. Attributes: id: Inherited from Occurrence. name: Inherited from Occurrence. instanceRefs: Inherited from Occurrence. References a list of MechanismInstances, which define a particular Mechanism object. propertyRefs: Inherited from Occurrence. 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 Occurrence. Represents the bounding in which the Mechanism object lies. See Section 5.4.2 of the PLM XML Schema Functional Description. PropertyGroup: Inherited from Occurrence. 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. Marker: The Markers on the Mechanism object. Reference: Inherited from Occurrence. The occurrenceRef attribute of a Reference element references an Occurrence in the Product Structure. See the "Representing Feature Semantics" Chapter of the PLM XML Schema Functional Description. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:OccurrenceType"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element ref="plm:Marker"/> </xsd:choice> </xsd:extension> </xsd:complexContent> </xsd:complexType> |