simpleType ParticipantEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute ParticipantType/@type
facets
Kind Value Annotation
enumeration proposedResponsibleParty
enumeration proposedReviewer
enumeration changeAnalyst
enumeration changeRequestor
enumeration changeAdministrator1
enumeration changeAdministrator2
enumeration changeAdministrator3
enumeration changeImplementationBoard
enumeration changeReviewBoard
enumeration userDefined
annotation
documentation

      They represent types of workflow dynamic participants.
      proposedResponsibleParty is used by the WorkflowHandlers to determine who
      to assign tasks to. proposedReviewer is used to determine who should be
      added as reviewers and notifiers of tasks. The rest are in the CMII
      process from the Institute of Configuration Management.
     
source <xsd:simpleType name="ParticipantEnum">
 
<xsd:annotation>
   
<xsd:documentation>
      They represent types of workflow dynamic participants.
      proposedResponsibleParty is used by the WorkflowHandlers to determine who
      to assign tasks to. proposedReviewer is used to determine who should be
      added as reviewers and notifiers of tasks. The rest are in the CMII
      process from the Institute of Configuration Management.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="proposedResponsibleParty"/>
   
<xsd:enumeration value="proposedReviewer"/>
   
<xsd:enumeration value="changeAnalyst"/>
   
<xsd:enumeration value="changeRequestor"/>
   
<xsd:enumeration value="changeAdministrator1"/>
   
<xsd:enumeration value="changeAdministrator2"/>
   
<xsd:enumeration value="changeAdministrator3"/>
   
<xsd:enumeration value="changeImplementationBoard"/>
   
<xsd:enumeration value="changeReviewBoard"/>
   
<xsd:enumeration value="userDefined"/>
 
</xsd:restriction>
</xsd:simpleType>


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