namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||||||||||||||||||||||||||
type | restriction of xsd:NMTOKEN | |||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||
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> |