simpleType WorkflowTemplateClassificationEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute WorkflowTemplateType/@templateClassification
facets
Kind Value Annotation
enumeration process
enumeration task
annotation
documentation

      Workflow template classification's enumeration values. There are two kinds of templates:
      process template and task template.
     
source <xsd:simpleType name="WorkflowTemplateClassificationEnum">
 
<xsd:annotation>
   
<xsd:documentation>
      Workflow template classification's enumeration values. There are two kinds of templates:
      process template and task template.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="process"/>
   
<xsd:enumeration value="task"/>
 
</xsd:restriction>
</xsd:simpleType>


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