diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:RuleEntryBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:anyURIType |
source | <xsd:attribute name="userRef" type="plm:anyURIType" plm:refType="plm:Owner"/> |
type | plm:anyURIType |
source | <xsd:attribute name="groupRef" type="plm:anyURIType" plm:refType="plm:Owner"/> |
type | xsd:boolean |
source | <xsd:attribute name="isCurrentUser" type="xsd:boolean"/> |
type | xsd:boolean |
source | <xsd:attribute name="isCurrentGroup" type="xsd:boolean"/> |