complexType MechanismViewType
diagram plmxml_diagrams/plmxml_p903.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ConfigurationViewType
properties
base plm:ConfigurationViewType
children plm:Description plm:ApplicationRef plm:Attribute plm:AssociatedAttachment plm:MechanismOccurrence plm:ConstraintOccurrence
used by
element MechanismView
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
ruleRefs  plm:uriReferenceListType  optional      
attachmentRefs  plm:uriReferenceListType  optional      
rootRefs  plm:uriReferenceListType  optional      
definition  plm:ProductViewDefinitionType  optional      
usage  plm:ProductViewUsageType  optional      
annotation
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.
         
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>

attribute MechanismViewType/@rootRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="rootRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Managed"/>

attribute MechanismViewType/@definition
type plm:ProductViewDefinitionType
properties
use optional
facets
Kind Value Annotation
enumeration select
enumeration overlay
source <xsd:attribute name="definition" type="plm:ProductViewDefinitionType" use="optional"/>

attribute MechanismViewType/@usage
type plm:ProductViewUsageType
properties
use optional
facets
Kind Value Annotation
enumeration visual
enumeration arrangement
enumeration variant
enumeration modelView
enumeration pose
source <xsd:attribute name="usage" type="plm:ProductViewUsageType" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy