complexType ConfigurationViewType
diagram plmxml_diagrams/plmxml_p265.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:AssociatedAttachment
used by
element ConfigurationView
complexTypes MechanismViewType PlantViewType ProcessViewType ProductViewType
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      
annotation
documentation

      This represents a configured structure.

      Attributes:
   
      ruleRefs:       references to configuration rules (derived from ConfigRuleBase)
      attachmentRefs: references to root attachments.
     
      Elements:

      AssociatedAttachment: These elements specify the elements attached to the
                      ConfigurationView.
     
source <xsd:complexType name="ConfigurationViewType">
 
<xsd:annotation>
   
<xsd:documentation>
      This represents a configured structure.

      Attributes:
   
      ruleRefs:       references to configuration rules (derived from ConfigRuleBase)
      attachmentRefs: references to root attachments.
     
      Elements:

      AssociatedAttachment: These elements specify the elements attached to the
                      ConfigurationView.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="plm:AssociatedAttachment"/>
     
</xsd:choice>
     
<xsd:attribute name="ruleRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ConfigRule"/>
     
<xsd:attribute name="attachmentRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:AssociatedAttachment"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ConfigurationViewType/@ruleRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="ruleRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ConfigRule"/>

attribute ConfigurationViewType/@attachmentRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="attachmentRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:AssociatedAttachment"/>


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