diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="WorkflowSignoffProfileType"> <xsd:annotation> <xsd:documentation> A WorkflowSignoffProfile is used in a workflow review task template to define which a user will comply with to assign review responsibilities to other Users. A signoff profile consists of a group and a role for a user, while the group object should be of type plm:OrganisationType, and the role object should be of type plm:RoleType. The signoff profile object also has a back pointer to its related task template. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:attribute name="roleRef" type="plm:anyURIType" plm:refType="plm:Role"/> <xsd:attribute name="groupRef" type="plm:anyURIType" plm:refType="plm:Owner"/> <xsd:attribute name="allowSubgroups" type="xsd:boolean" use="required"/> <xsd:attribute name="numberOfSignoffs" type="xsd:integer" use="required"/> <xsd:attribute name="signoffQuorum" type="xsd:integer" use="required"/> <xsd:attribute name="templateRef" type="plm:anyURIType" plm:refType="plm:WorkflowTemplate"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:anyURIType |
source | <xsd:attribute name="roleRef" type="plm:anyURIType" plm:refType="plm:Role"/> |
type | plm:anyURIType |
source | <xsd:attribute name="groupRef" type="plm:anyURIType" plm:refType="plm:Owner"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="allowSubgroups" type="xsd:boolean" use="required"/> |
type | xsd:integer | ||
properties |
|
||
source | <xsd:attribute name="numberOfSignoffs" type="xsd:integer" use="required"/> |
type | xsd:integer | ||
properties |
|
||
source | <xsd:attribute name="signoffQuorum" type="xsd:integer" use="required"/> |
type | plm:anyURIType |
source | <xsd:attribute name="templateRef" type="plm:anyURIType" plm:refType="plm:WorkflowTemplate"/> |