diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:ConfigurationViewType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:AssociatedAttachment plm:MechanismOccurrence plm:ConstraintOccurrence | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="MechanismViewType"> <xsd:annotation> <xsd:documentation> A View of a Mechanism Structure. Attributes: id: Inherited from ConfigurationView. name: Inherited from ConfigurationView. rootRefs: References the MechanismOccurrences and ConstraintOccurrences that are not children of other MechanismOccurrences or ConstraintOccurrences in the MechanismView. definition: Specifies how the MechanismView is defined as a ProductViewDefinitionType. usage: The usage for the MechanismView as a ProductViewUsageType. Sub-elements: MechanismOccurrence: The MechanismOccurrences of the MechanismView. ConstraintOccurrence: The ConstraintOccurrences of the MechanismView. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:ConfigurationViewType"> <xsd:sequence> <xsd:element ref="plm:MechanismOccurrence" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="plm:ConstraintOccurrence" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="rootRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Managed"/> <xsd:attribute name="definition" type="plm:ProductViewDefinitionType" use="optional"/> <xsd:attribute name="usage" type="plm:ProductViewUsageType" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="rootRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Managed"/> |
type | plm:ProductViewDefinitionType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:attribute name="definition" type="plm:ProductViewDefinitionType" use="optional"/> |
type | plm:ProductViewUsageType | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
source | <xsd:attribute name="usage" type="plm:ProductViewUsageType" use="optional"/> |