complexType ClosureRuleType
diagram plmxml_diagrams/plmxml_p1415.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:Clause
used by
element ClosureRule
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      
scope  plm:ClosureRuleScopeType        
annotation
documentation

      ClosureRule is used to define what type of associated data gets exported. It consists
      of a sequence of clauses, each one defining a primary class, a secondary class,
      a relation, and an action. It is used to drive a traversal process.
     
      Attributes:
     
      scope:       PLMXML or application
     
      Sub-Elements:
     
      Clause:      Closure rule clause in string form, e.g.
                   "CLASS.*:CLASS.*:ATTRIBUTE.*:TRAVERSE_AND_PROCESS"
     
source <xsd:complexType name="ClosureRuleType">
 
<xsd:annotation>
   
<xsd:documentation>
      ClosureRule is used to define what type of associated data gets exported. It consists
      of a sequence of clauses, each one defining a primary class, a secondary class,
      a relation, and an action. It is used to drive a traversal process.
     
      Attributes:
     
      scope:       PLMXML or application
     
      Sub-Elements:
     
      Clause:      Closure rule clause in string form, e.g.
                   "CLASS.*:CLASS.*:ATTRIBUTE.*:TRAVERSE_AND_PROCESS"
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ConfigRuleBase">
     
<xsd:sequence>
       
<xsd:element name="Clause" type="plm:ClosureRuleClauseType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="scope" type="plm:ClosureRuleScopeType"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ClosureRuleType/@scope
type plm:ClosureRuleScopeType
facets
Kind Value Annotation
enumeration TCENG
enumeration PLMXML
enumeration application
source <xsd:attribute name="scope" type="plm:ClosureRuleScopeType"/>

element ClosureRuleType/Clause
diagram plmxml_diagrams/plmxml_p1416.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:ClosureRuleClauseType
properties
minOcc 0
maxOcc unbounded
content complex
source <xsd:element name="Clause" type="plm:ClosureRuleClauseType" minOccurs="0" maxOccurs="unbounded"/>


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