complexType ScheduleTaskDeliverableType
diagram plmxml_diagrams/plmxml_p1515.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element ScheduleTaskDeliverable
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      
submit  plm:ScheduleTaskDeliverableSubmitEnum    target    
deliverableRef  plm:anyURIType  optional      
annotation
documentation

      Represents a deliverable of a ScheduleTaskRevision.

      Attributes:

      submit:         The type of the deliverable.
      deliverableRef: A reference to the parent ScheduleDeliverable.
     
source <xsd:complexType name="ScheduleTaskDeliverableType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents a deliverable of a ScheduleTaskRevision.

      Attributes:

      submit:         The type of the deliverable.
      deliverableRef: A reference to the parent ScheduleDeliverable.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="submit" type="plm:ScheduleTaskDeliverableSubmitEnum" default="target"/>
     
<xsd:attribute name="deliverableRef" type="plm:anyURIType" use="optional" plm:refType="plm:ScheduleDeliverable"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ScheduleTaskDeliverableType/@submit
type plm:ScheduleTaskDeliverableSubmitEnum
properties
default target
facets
Kind Value Annotation
enumeration target
enumeration reference
enumeration none
source <xsd:attribute name="submit" type="plm:ScheduleTaskDeliverableSubmitEnum" default="target"/>

attribute ScheduleTaskDeliverableType/@deliverableRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="deliverableRef" type="plm:anyURIType" use="optional" plm:refType="plm:ScheduleDeliverable"/>


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