complexType ParticipantType
diagram plmxml_diagrams/plmxml_p1439.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 Participant
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      
type  plm:ParticipantEnum  required      
assigneeRef  plm:anyURIType  optional      
userDefinedType  xsd:string  optional      
annotation
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.
     
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>

attribute ParticipantType/@type
type plm:ParticipantEnum
properties
use required
facets
Kind Value Annotation
enumeration proposedResponsibleParty
enumeration proposedReviewer
enumeration changeAnalyst
enumeration changeRequestor
enumeration changeAdministrator1
enumeration changeAdministrator2
enumeration changeAdministrator3
enumeration changeImplementationBoard
enumeration changeReviewBoard
enumeration userDefined
source <xsd:attribute name="type" type="plm:ParticipantEnum" use="required"/>

attribute ParticipantType/@assigneeRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="assigneeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Owner plm:ResourcePool"/>

attribute ParticipantType/@userDefinedType
type xsd:string
properties
use optional
source <xsd:attribute name="userDefinedType" type="xsd:string" use="optional"/>


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