simpleType WorkflowTemplateStageEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute WorkflowTemplateType/@stage
facets
Kind Value Annotation
enumeration obsolete
enumeration developing
enumeration available
annotation
documentation

      Workflow template's stage enumeration values. A template could be in a stage as being
      available for use, or being under construction, or being obsoleted.
     
source <xsd:simpleType name="WorkflowTemplateStageEnum">
 
<xsd:annotation>
   
<xsd:documentation>
      Workflow template's stage enumeration values. A template could be in a stage as being
      available for use, or being under construction, or being obsoleted.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="obsolete"/>
   
<xsd:enumeration value="developing"/>
   
<xsd:enumeration value="available"/>
 
</xsd:restriction>
</xsd:simpleType>


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