complexType ScheduleDeliverableType
diagram plmxml_diagrams/plmxml_p1511.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 ScheduleDeliverable
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      
type  xsd:string  optional      
deliverableRef  plm:anyURIType  optional      
annotation
documentation

      Represents a deliverable of a ScheduleRevision.

      Attributes:

      type:           The type of the deliverable.
      name:           Inherited from AttribOwnerBase.
      deliverableRef: A reference to the deliverable object.
     
source <xsd:complexType name="ScheduleDeliverableType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents a deliverable of a ScheduleRevision.

      Attributes:

      type:           The type of the deliverable.
      name:           Inherited from AttribOwnerBase.
      deliverableRef: A reference to the deliverable object.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="type" type="xsd:string" use="optional"/>
     
<xsd:attribute name="deliverableRef" type="plm:anyURIType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ScheduleDeliverableType/@type
type xsd:string
properties
use optional
source <xsd:attribute name="type" type="xsd:string" use="optional"/>

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


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