complexType ScheduleTaskDependencyType
diagram plmxml_diagrams/plmxml_p1516.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 ScheduleTaskDependency
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      
dependency  plm:ScheduleTaskDependencyEnum    endToStart    
lag  xsd:duration    PT0S    
annotation
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.
     
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>

attribute ScheduleTaskDependencyType/@dependency
type plm:ScheduleTaskDependencyEnum
properties
default endToStart
facets
Kind Value Annotation
enumeration endToStart
enumeration endToEnd
enumeration startToStart
enumeration startToEnd
enumeration phaseGate
source <xsd:attribute name="dependency" type="plm:ScheduleTaskDependencyEnum" default="endToStart"/>

attribute ScheduleTaskDependencyType/@lag
type xsd:duration
properties
default PT0S
source <xsd:attribute name="lag" type="xsd:duration" default="PT0S"/>


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