<xs:element name="Predecessor"><xs:annotation><xs:documentation>A reference to a predecessor task</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:IDREF"/></xs:complexType></xs:element>
<xs:element name="Successor"><xs:annotation><xs:documentation>A reference to a successor task</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:IDREF"/></xs:complexType></xs:element>
<xs:element name="Type" type="tps:dependencyModeType"><xs:annotation><xs:documentation>The relationship between the specified predecessor and successor tasks</xs:documentation></xs:annotation></xs:element>
The minimum allowed delay (or lag) of the successor in relation to the predecessor
Diagram
Type
xs:dayTimeDuration
Properties
content
simple
minOccurs
0
Source
<xs:element minOccurs="0" name="MinDelay" type="xs:dayTimeDuration"><xs:annotation><xs:documentation>The minimum allowed delay (or lag) of the successor in relation to the predecessor</xs:documentation></xs:annotation></xs:element>
The maximum allowed delay (or lag) of the successor in relation to the predecessor
Diagram
Type
xs:dayTimeDuration
Properties
content
simple
minOccurs
0
Source
<xs:element minOccurs="0" name="MaxDelay" type="xs:dayTimeDuration"><xs:annotation><xs:documentation>The maximum allowed delay (or lag) of the successor in relation to the predecessor</xs:documentation></xs:annotation></xs:element>
Complex Type tps:dependencyType
Namespace
tps
Annotations
The Dependency type describes the relationship between two tasks: a predecessor and a successor
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:complexType name="dependencyType"><xs:annotation><xs:documentation>The Dependency type describes the relationship between two tasks: a predecessor and a successor</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:actionObjectType"><xs:sequence><xs:element name="Predecessor"><xs:annotation><xs:documentation>A reference to a predecessor task</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:IDREF"/></xs:complexType></xs:element><xs:element name="Successor"><xs:annotation><xs:documentation>A reference to a successor task</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:IDREF"/></xs:complexType></xs:element><xs:element name="Type" type="tps:dependencyModeType"><xs:annotation><xs:documentation>The relationship between the specified predecessor and successor tasks</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="MinDelay" type="xs:dayTimeDuration"><xs:annotation><xs:documentation>The minimum allowed delay (or lag) of the successor in relation to the predecessor</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="MaxDelay" type="xs:dayTimeDuration"><xs:annotation><xs:documentation>The maximum allowed delay (or lag) of the successor in relation to the predecessor</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>