complexType WorkingRuleEntryType
diagram plmxml_diagrams/plmxml_p1486.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:RuleEntryBase
properties
base plm:RuleEntryBase
children plm:Description plm:ApplicationRef
used by
element WorkingRuleEntry
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
userRef  plm:anyURIType        
groupRef  plm:anyURIType        
isCurrentUser  xsd:boolean        
isCurrentGroup  xsd:boolean        
annotation
documentation

      Working Rule Entry - i.e. no Release Status, selecting by user or group.
     
      Attributes:
     
      userRef:         reference to User
      groupRef:       
     
      isCurrentUser:   if 'true', then select by the current user
      isCurrentGroup:  if 'true', then select by the current group.
     
source <xsd:complexType name="WorkingRuleEntryType">
 
<xsd:annotation>
   
<xsd:documentation>
      Working Rule Entry - i.e. no Release Status, selecting by user or group.
     
      Attributes:
     
      userRef:         reference to User
      groupRef:       
     
      isCurrentUser:   if 'true', then select by the current user
      isCurrentGroup:  if 'true', then select by the current group.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:RuleEntryBase">
     
<xsd:attribute name="userRef" type="plm:anyURIType" plm:refType="plm:Owner"/>
     
<xsd:attribute name="groupRef" type="plm:anyURIType" plm:refType="plm:Owner"/>
     
<xsd:attribute name="isCurrentUser" type="xsd:boolean"/>
     
<xsd:attribute name="isCurrentGroup" type="xsd:boolean"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute WorkingRuleEntryType/@userRef
type plm:anyURIType
source <xsd:attribute name="userRef" type="plm:anyURIType" plm:refType="plm:Owner"/>

attribute WorkingRuleEntryType/@groupRef
type plm:anyURIType
source <xsd:attribute name="groupRef" type="plm:anyURIType" plm:refType="plm:Owner"/>

attribute WorkingRuleEntryType/@isCurrentUser
type xsd:boolean
source <xsd:attribute name="isCurrentUser" type="xsd:boolean"/>

attribute WorkingRuleEntryType/@isCurrentGroup
type xsd:boolean
source <xsd:attribute name="isCurrentGroup" type="xsd:boolean"/>


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