diagram | |||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||
type | extension of plm:RuleEntryBase | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:AllowedType plm:RuleEntry | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xsd:complexType name="GroupByTypeRuleEntryType"> <xsd:annotation> <xsd:documentation> This RuleEntry contains subordinate RuleEntries, and only applies to Structures with 'subType' attribute corresponding to one of a specified set of allowed types. The RuleEntry sub-elements are processed sequentially. SubElements: AllowedType: Each sub-element specifies an allowed 'subType' RuleEntry: Each sub-element is a subordinate RuleEntry. Note that these subordinate RuleEntries cannot be of type GroupByTypeRuleEntry. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:RuleEntryBase"> <xsd:sequence> <xsd:element name="AllowedType" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="plm:RuleEntry" maxOccurs="unbounded"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
diagram | |||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||
type | xsd:string | ||||||
properties |
|
||||||
source | <xsd:element name="AllowedType" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/> |