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="ScheduleTaskDependencyType"> <xsd:annotation> <xsd:documentation> Represents the dependency between two ScheduleTaskRevision elements. Attributes: dependency: The dependency between the two ScheduleTaskRevision elements. lag: The amount of time between the start or end of one ScheduleTaskRevision and the start or end of the other. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:GeneralRelationType"> <xsd:attribute name="dependency" type="plm:ScheduleTaskDependencyEnum" default="endToStart"/> <xsd:attribute name="lag" type="xsd:duration" default="PT0S"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:ScheduleTaskDependencyEnum | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
source | <xsd:attribute name="dependency" type="plm:ScheduleTaskDependencyEnum" default="endToStart"/> |
type | xsd:duration | ||
properties |
|
||
source | <xsd:attribute name="lag" type="xsd:duration" default="PT0S"/> |