complexType ResourceAssignmentType
diagram plmxml_diagrams/plmxml_p1510.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:GeneralRelationType
properties
base plm:GeneralRelationType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element ResourceAssignment
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      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
relatedRefs  plm:uriReferenceListType  optional      
workingTimeFraction  xsd:double    1.0    
disciplineRef  plm:anyURIType  optional      
annotation
documentation

      Represents the assignment of a User, Organisation or Discipline to a
      ScheduleTaskRevision.

      Attributes:

      workingTimeFraction: The fraction of the working time according to its
                      Calendar that the ScheduleMember commits to the
                      ScheduleTaskRevision.
      disciplineRef:  A reference to the Discipline that the
                      ScheduleTaskRevision is assigned to.
     
source <xsd:complexType name="ResourceAssignmentType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents the assignment of a User, Organisation or Discipline to a
      ScheduleTaskRevision.

      Attributes:

      workingTimeFraction: The fraction of the working time according to its
                      Calendar that the ScheduleMember commits to the
                      ScheduleTaskRevision.
      disciplineRef:  A reference to the Discipline that the
                      ScheduleTaskRevision is assigned to.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GeneralRelationType">
     
<xsd:attribute name="workingTimeFraction" type="xsd:double" default="1.0"/>
     
<xsd:attribute name="disciplineRef" type="plm:anyURIType" use="optional" plm:refType="plm:Discipline"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ResourceAssignmentType/@workingTimeFraction
type xsd:double
properties
default 1.0
source <xsd:attribute name="workingTimeFraction" type="xsd:double" default="1.0"/>

attribute ResourceAssignmentType/@disciplineRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="disciplineRef" type="plm:anyURIType" use="optional" plm:refType="plm:Discipline"/>


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