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