namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
type | restriction of xsd:NMTOKEN | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |