diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:GeneralRelationType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="workingTimeFraction" type="xsd:double" default="1.0"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="disciplineRef" type="plm:anyURIType" use="optional" plm:refType="plm:Discipline"/> |