complexType ScheduleMemberType
diagram plmxml_diagrams/plmxml_p1512.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 ScheduleMember
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      
calendarRef  plm:anyURIType  optional      
resourceRef  plm:anyURIType  optional      
privilege  plm:ScheduleMemberPrivilegeEnum    observer    
moneyRef  plm:anyURIType  optional      
scheduleRef  plm:anyURIType  optional      
annotation
documentation

      Represents a User, Organisation or Discipline that is assigned to a
      ScheduleTaskRevision.

      Attributes:

      calendarRef:    A reference to the Calendar of the ScheduleMember.
      resourceRef:    A reference to the User, Organisation, Discipline, Role or
                      ResourcePool that constitutes the ScheduleMember.
      privilege:      The privilege of the ScheduleMember.
      moneyRef:       A reference to the Money element that represents the
                      rate of pay of the ScheduleMember per day.
      scheduleRef:    If the ScheduleMember is a member of a schedule by proxy,
                      scheduleRef references the master schedule.
     
source <xsd:complexType name="ScheduleMemberType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents a User, Organisation or Discipline that is assigned to a
      ScheduleTaskRevision.

      Attributes:

      calendarRef:    A reference to the Calendar of the ScheduleMember.
      resourceRef:    A reference to the User, Organisation, Discipline, Role or
                      ResourcePool that constitutes the ScheduleMember.
      privilege:      The privilege of the ScheduleMember.
      moneyRef:       A reference to the Money element that represents the
                      rate of pay of the ScheduleMember per day.
      scheduleRef:    If the ScheduleMember is a member of a schedule by proxy,
                      scheduleRef references the master schedule.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="calendarRef" type="plm:anyURIType" use="optional" plm:refType="plm:Calendar"/>
     
<xsd:attribute name="resourceRef" type="plm:anyURIType" use="optional" plm:refType="plm:User plm:Organisation plm:Discipline plm:Role plm:ResourcePool"/>
     
<xsd:attribute name="privilege" type="plm:ScheduleMemberPrivilegeEnum" default="observer"/>
     
<xsd:attribute name="moneyRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/>
     
<xsd:attribute name="scheduleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Schedule"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ScheduleMemberType/@calendarRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="calendarRef" type="plm:anyURIType" use="optional" plm:refType="plm:Calendar"/>

attribute ScheduleMemberType/@resourceRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="resourceRef" type="plm:anyURIType" use="optional" plm:refType="plm:User plm:Organisation plm:Discipline plm:Role plm:ResourcePool"/>

attribute ScheduleMemberType/@privilege
type plm:ScheduleMemberPrivilegeEnum
properties
default observer
facets
Kind Value Annotation
enumeration observer
enumeration participant
enumeration coordinator
enumeration proxy
source <xsd:attribute name="privilege" type="plm:ScheduleMemberPrivilegeEnum" default="observer"/>

attribute ScheduleMemberType/@moneyRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="moneyRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/>

attribute ScheduleMemberType/@scheduleRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="scheduleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Schedule"/>


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