complexType GroupByTypeRuleEntryType
diagram plmxml_diagrams/plmxml_p1425.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:RuleEntryBase
properties
base plm:RuleEntryBase
children plm:Description plm:ApplicationRef plm:AllowedType plm:RuleEntry
used by
element GroupByTypeRuleEntry
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
annotation
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.
     
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>

element GroupByTypeRuleEntryType/AllowedType
diagram plmxml_diagrams/plmxml_p1426.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type xsd:string
properties
minOcc 0
maxOcc unbounded
content simple
source <xsd:element name="AllowedType" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>


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