diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:ScheduleTaskDeliverableSubmitEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xsd:attribute name="submit" type="plm:ScheduleTaskDeliverableSubmitEnum" default="target"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="deliverableRef" type="plm:anyURIType" use="optional" plm:refType="plm:ScheduleDeliverable"/> |