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="ResourcePoolType"> <xsd:annotation> <xsd:documentation> This is a class of people/users within an organisation, e.g. all people in Company A with role 'programmer'. As such it references an organisation and a role. It can be used as a resource without specifying a particular person. Attributes: organisationRef: The Organisation. roleRef: The Role. allMembers: Whether all the members of the ResourcePool are applicable to the referencing element. The default value is false meaning only one of the members is applicable. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:attribute name="organisationRef" type="plm:anyURIType" use="optional" plm:refType="plm:Organisation"/> <xsd:attribute name="roleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Role"/> <xsd:attribute name="allMembers" type="xsd:boolean" default="false"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="organisationRef" type="plm:anyURIType" use="optional" plm:refType="plm:Organisation"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="roleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Role"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="allMembers" type="xsd:boolean" default="false"/> |