diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:ConfigRuleBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:Clause | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:ClosureRuleScopeType | ||||||||||||
facets |
|
||||||||||||
source | <xsd:attribute name="scope" type="plm:ClosureRuleScopeType"/> |
diagram | |||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||
type | plm:ClosureRuleClauseType | ||||||
properties |
|
||||||
source | <xsd:element name="Clause" type="plm:ClosureRuleClauseType" minOccurs="0" maxOccurs="unbounded"/> |