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="ParticipantType"> <xsd:annotation> <xsd:documentation> A workflow dynamic participant in the CMII process from the Institute of Configuration Management. It is used in workflow and change management. Other elements can be related to Participants via GeneralRelations with their subType attributes set to HasParticipant. WorkflowHandlers in WorkflowTemplates can be configured so that when a WorkflowProcess is initiated on the element, the related Participants are used. Attributes: type: The type or role of the workflow dynamic participant. When type is userDefined, the type or role is obtained from userDefinedType. assigneeRef: References an OrganisationMember or a ResourcePool. userDefinedType: The type or role of a custom participant. userDefinedType is ignored when type is not userDefined. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:attribute name="type" type="plm:ParticipantEnum" use="required"/> <xsd:attribute name="assigneeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Owner plm:ResourcePool"/> <xsd:attribute name="userDefinedType" type="xsd:string" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:ParticipantEnum | |||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||
source | <xsd:attribute name="type" type="plm:ParticipantEnum" use="required"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="assigneeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Owner plm:ResourcePool"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="userDefinedType" type="xsd:string" use="optional"/> |