complexType RevisionRuleType
diagram plmxml_diagrams/plmxml_p1447.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ConfigRuleBase
properties
base plm:ConfigRuleBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:RuleEntry
used by
element RevisionRule
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      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
annotation
documentation

      A Revision Rule is a rule specifying which Revisions of Structures should be
      configured.
     
      Sub-elements:
     
      RuleEntry:    the clauses (entries) in the Rule. They are applied sequentially.
     
source <xsd:complexType name="RevisionRuleType">
 
<xsd:annotation>
   
<xsd:documentation>
      A Revision Rule is a rule specifying which Revisions of Structures should be
      configured.
     
      Sub-elements:
     
      RuleEntry:    the clauses (entries) in the Rule. They are applied sequentially.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ConfigRuleBase">
     
<xsd:sequence>
       
<xsd:element ref="plm:RuleEntry" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>


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