diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | extension of plm:StructureRevisionBase | ||
properties |
|
||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:VariantDefault plm:VariantRuleCheck plm:PropertyGroup plm:FixedCostInfo | ||
used by |
|
||
attributes | |||
annotation |
|
||
source | <xsd:complexType name="ScheduleRevisionType"> <xsd:annotation> <xsd:documentation> Represents a revision of a schedule. Attributes: isBaseline: Whether the ScheduleRevision is a baseline. baselineCostRef: If the ScheduleRevision is a baseline, baselineCostRef references a Money representing the baseline cost of the ScheduleRevision. Deprecated. summaryTaskRef: A reference to the ScheduleTaskRevision that represents a revision of the top-level summary task for this ScheduleRevision. isTemplate: Whether the ScheduleRevision is a template. Template ScheduleRevision elements cannot be published or executed. progress: The progress of the ScheduleRevision. priority: The priority of the ScheduleRevision. isPublished: Whether the ScheduleMember elements assigned to the ScheduleRevision have access to it. isPublic: Whether ScheduleMember elements that are not assigned to the ScheduleRevision have read access to it. The default value is the value of the isPublished attribute. linksAllowed: Whether the ScheduleTaskRevision elements of another ScheduleRevision can be dependent on the ScheduleTaskRevision elements of this ScheduleRevision. progressLinked: Whether the fraction complete is linked to the actual work. schedulingInfoRequiresRecalc: Whether the scheduling information of the ScheduleRevision requires recalculation. executionInfoRequiresRecalc: Whether the execution information of the ScheduleRevision requires recalculation. masterSubInfoRequiresRecalc: Whether the master and sub information of the ScheduleRevision requires recalculation. rightsMask: Whether the ScheduleMember elements referenced by scheduleMemberRefs can modify the ScheduleTaskRevision referenced by the summaryTaskRef attribute. scheduledEndDate: When a ScheduleTaskRevision is completed, its end attribute is set to its scheduled end date if scheduledEndDate is true and to the system date if scheduledEndDate is false. start: The date and time of the start of the ScheduleRevision. end: The date and time of the end of the ScheduleRevision. deliverableRefs: A list of references to the Deliverable elements for this ScheduleRevision. scheduleMemberRefs: A list of references to the ScheduleMember elements for this ScheduleRevision. notificationsEnabled: Whether notifications on the ScheduleRevision are enabled. archiveNotifications: Whether the notifications are archived when the ScheduleRevision is completed. latestStart: The date and time of the latest allowable start of the ScheduleRevision. The start date and time is not allowed to be later even if a sub-schedule starts later. earliestEnd: The date and time of the earliest allowable end of the ScheduleRevision. The end date and time is not allowed to be earlier even if a sub-schedule ends earlier. wBSFormat: The format of the work breakdown structure identifier as a string. wBSValue: The value of the work breakdown structure identifier as a string. useEnd: Whether to use the date and time of the end of the ScheduleRevision, given in the end attribute, for scheduling. The default value is false, which means that the date and time of the start of the ScheduleRevision, given in the start attribute, should be used for scheduling. type: The type of the schedule. masterScheduleRef: Reference a Schedule, which represents the master schedule when this Schedule/ScheduleRevision set represents a sub-schedule. finalStatus: The customizable status of the schedule. proxyTaskRefs: References the proxy tasks. calendarRef: References the related calendar. allowExecUpdate: Whether execution information of tasks in the schedule may be updated after they have been closed, completed or aborted. Sub-elements: FixedCostInfo: Any number of FixedCostInfo sub-elements hold additional information about the fixed costs associated with the ScheduleRevision. Deprecated. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:StructureRevisionBase"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element name="FixedCostInfo" type="plm:FixedCostInfoType" plm:deprecated="true"/> </xsd:choice> <xsd:attribute name="isBaseline" type="xsd:boolean" default="false"/> <xsd:attribute name="baselineCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money" plm:deprecated="true"/> <xsd:attribute name="summaryTaskRef" type="plm:anyURIType" use="optional" plm:refType="plm:ScheduleTaskRevision"/> <xsd:attribute name="isTemplate" type="xsd:boolean" default="false"/> <xsd:attribute name="progress" type="plm:ScheduleProgressEnum" default="notStarted"/> <xsd:attribute name="priority" type="plm:SchedulePriorityEnum" default="medium"/> <xsd:attribute name="isPublished" type="xsd:boolean" default="true"/> <xsd:attribute name="isPublic" type="xsd:boolean" use="optional"/> <xsd:attribute name="linksAllowed" type="xsd:boolean" default="true"/> <xsd:attribute name="progressLinked" type="xsd:boolean" default="false"/> <xsd:attribute name="schedulingInfoRequiresRecalc" type="xsd:boolean" default="false"/> <xsd:attribute name="executionInfoRequiresRecalc" type="xsd:boolean" default="false"/> <xsd:attribute name="masterSubInfoRequiresRecalc" type="xsd:boolean" default="false"/> <xsd:attribute name="rightsMask" type="xsd:boolean" default="false"/> <xsd:attribute name="scheduledEndDate" type="xsd:boolean" default="false"/> <xsd:attribute name="start" type="xsd:dateTime" use="optional"/> <xsd:attribute name="end" type="xsd:dateTime" use="optional"/> <xsd:attribute name="deliverableRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ScheduleDeliverable"/> <xsd:attribute name="scheduleMemberRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ScheduleMember"/> <xsd:attribute name="notificationsEnabled" type="xsd:boolean" default="false"/> <xsd:attribute name="archiveNotifications" type="xsd:boolean" default="false"/> <xsd:attribute name="latestStart" type="xsd:dateTime" use="optional"/> <xsd:attribute name="earliestEnd" type="xsd:dateTime" use="optional"/> <xsd:attribute name="wBSFormat" type="xsd:string" use="optional"/> <xsd:attribute name="wBSValue" type="xsd:string" use="optional"/> <xsd:attribute name="useEnd" type="xsd:boolean" default="false"/> <xsd:attribute name="type" type="plm:ScheduleEnum" default="normal"/> <xsd:attribute name="masterScheduleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Schedule"/> <xsd:attribute name="finalStatus" type="xsd:string" use="optional"/> <xsd:attribute name="proxyTaskRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ScheduleTask plm:ProxyTask"/> <xsd:attribute name="calendarRef" type="plm:anyURIType" use="optional" plm:refType="plm:Calendar"/> <xsd:attribute name="allowExecUpdate" type="xsd:boolean" default="false"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="isBaseline" type="xsd:boolean" default="false"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="baselineCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money" plm:deprecated="true"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="summaryTaskRef" type="plm:anyURIType" use="optional" plm:refType="plm:ScheduleTaskRevision"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="isTemplate" type="xsd:boolean" default="false"/> |
type | plm:ScheduleProgressEnum | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
source | <xsd:attribute name="progress" type="plm:ScheduleProgressEnum" default="notStarted"/> |
type | plm:SchedulePriorityEnum | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
source | <xsd:attribute name="priority" type="plm:SchedulePriorityEnum" default="medium"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="isPublished" type="xsd:boolean" default="true"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="isPublic" type="xsd:boolean" use="optional"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="linksAllowed" type="xsd:boolean" default="true"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="progressLinked" type="xsd:boolean" default="false"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="schedulingInfoRequiresRecalc" type="xsd:boolean" default="false"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="executionInfoRequiresRecalc" type="xsd:boolean" default="false"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="masterSubInfoRequiresRecalc" type="xsd:boolean" default="false"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="rightsMask" type="xsd:boolean" default="false"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="scheduledEndDate" type="xsd:boolean" default="false"/> |
type | xsd:dateTime | ||
properties |
|
||
source | <xsd:attribute name="start" type="xsd:dateTime" use="optional"/> |
type | xsd:dateTime | ||
properties |
|
||
source | <xsd:attribute name="end" type="xsd:dateTime" use="optional"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="deliverableRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ScheduleDeliverable"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="scheduleMemberRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ScheduleMember"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="notificationsEnabled" type="xsd:boolean" default="false"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="archiveNotifications" type="xsd:boolean" default="false"/> |
type | xsd:dateTime | ||
properties |
|
||
source | <xsd:attribute name="latestStart" type="xsd:dateTime" use="optional"/> |
type | xsd:dateTime | ||
properties |
|
||
source | <xsd:attribute name="earliestEnd" type="xsd:dateTime" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="wBSFormat" type="xsd:string" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="wBSValue" type="xsd:string" use="optional"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="useEnd" type="xsd:boolean" default="false"/> |
type | plm:ScheduleEnum | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xsd:attribute name="type" type="plm:ScheduleEnum" default="normal"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="masterScheduleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Schedule"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="finalStatus" type="xsd:string" use="optional"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="proxyTaskRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ScheduleTask plm:ProxyTask"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="calendarRef" type="plm:anyURIType" use="optional" plm:refType="plm:Calendar"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="allowExecUpdate" type="xsd:boolean" default="false"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:FixedCostInfoType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="FixedCostInfo" type="plm:FixedCostInfoType" plm:deprecated="true"/> |