complexType ResourcePoolType
diagram plmxml_diagrams/plmxml_p481.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 ResourcePool
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      
organisationRef  plm:anyURIType  optional      
roleRef  plm:anyURIType  optional      
allMembers  xsd:boolean    false    
annotation
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.
     
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>

attribute ResourcePoolType/@organisationRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="organisationRef" type="plm:anyURIType" use="optional" plm:refType="plm:Organisation"/>

attribute ResourcePoolType/@roleRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="roleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Role"/>

attribute ResourcePoolType/@allMembers
type xsd:boolean
properties
default false
source <xsd:attribute name="allMembers" type="xsd:boolean" default="false"/>


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