simpleType ScheduleTaskDeliverableSubmitEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute ScheduleTaskDeliverableType/@submit
facets
Kind Value Annotation
enumeration target
enumeration reference
enumeration none
annotation
documentation

      target:         The deliverable is submitted as a target for an
                      associated workflow.
      reference:      The deliverable is submitted as a reference for an
                      associated workflow.
      none:           The deliverable is not submitted to any associated
                      workflow.
     
source <xsd:simpleType name="ScheduleTaskDeliverableSubmitEnum">
 
<xsd:annotation>
   
<xsd:documentation>
      target:         The deliverable is submitted as a target for an
                      associated workflow.
      reference:      The deliverable is submitted as a reference for an
                      associated workflow.
      none:           The deliverable is not submitted to any associated
                      workflow.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="target"/>
   
<xsd:enumeration value="reference"/>
   
<xsd:enumeration value="none"/>
 
</xsd:restriction>
</xsd:simpleType>


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