complexType WorkflowSignoffProfileType
diagram plmxml_diagrams/plmxml_p1481.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element WorkflowSignoffProfile
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
roleRef  plm:anyURIType        
groupRef  plm:anyURIType        
allowSubgroups  xsd:boolean  required      
numberOfSignoffs  xsd:integer  required      
signoffQuorum  xsd:integer  required      
templateRef  plm:anyURIType        
annotation
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.
     
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>

attribute WorkflowSignoffProfileType/@roleRef
type plm:anyURIType
source <xsd:attribute name="roleRef" type="plm:anyURIType" plm:refType="plm:Role"/>

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

attribute WorkflowSignoffProfileType/@allowSubgroups
type xsd:boolean
properties
use required
source <xsd:attribute name="allowSubgroups" type="xsd:boolean" use="required"/>

attribute WorkflowSignoffProfileType/@numberOfSignoffs
type xsd:integer
properties
use required
source <xsd:attribute name="numberOfSignoffs" type="xsd:integer" use="required"/>

attribute WorkflowSignoffProfileType/@signoffQuorum
type xsd:integer
properties
use required
source <xsd:attribute name="signoffQuorum" type="xsd:integer" use="required"/>

attribute WorkflowSignoffProfileType/@templateRef
type plm:anyURIType
source <xsd:attribute name="templateRef" type="plm:anyURIType" plm:refType="plm:WorkflowTemplate"/>


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