complexType ConfigurationRuleType
diagram plmxml_diagrams/plmxml_p1418.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element ConfigurationRule
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      
closureRuleRef  plm:anyURIType        
variantRuleRef  plm:anyURIType        
revisionRuleRef  plm:anyURIType        
annotation
documentation

      This element defines a configuration rule by referencing closure rule,
      variant rule and revision rule.
     
      Attributes:
     
      closureRuleRef:    reference to a ClosureRule
      variantRuleRef:    reference to a VariantRule
      revisionRuleRef:   reference to a RevisionRule
     
source <xsd:complexType name="ConfigurationRuleType">
 
<xsd:annotation>
   
<xsd:documentation>
      This element defines a configuration rule by referencing closure rule,
      variant rule and revision rule.
     
      Attributes:
     
      closureRuleRef:    reference to a ClosureRule
      variantRuleRef:    reference to a VariantRule
      revisionRuleRef:   reference to a RevisionRule
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="closureRuleRef" type="plm:anyURIType" plm:refType="plm:ClosureRule"/>
     
<xsd:attribute name="variantRuleRef" type="plm:anyURIType" plm:refType="plm:VariantRule"/>
     
<xsd:attribute name="revisionRuleRef" type="plm:anyURIType" plm:refType="plm:RevisionRule"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ConfigurationRuleType/@closureRuleRef
type plm:anyURIType
source <xsd:attribute name="closureRuleRef" type="plm:anyURIType" plm:refType="plm:ClosureRule"/>

attribute ConfigurationRuleType/@variantRuleRef
type plm:anyURIType
source <xsd:attribute name="variantRuleRef" type="plm:anyURIType" plm:refType="plm:VariantRule"/>

attribute ConfigurationRuleType/@revisionRuleRef
type plm:anyURIType
source <xsd:attribute name="revisionRuleRef" type="plm:anyURIType" plm:refType="plm:RevisionRule"/>


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