simpleType ScheduleProgressEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attributes ScheduleRevisionType/@progress TaskExecutionInfoType/@progress
facets
Kind Value Annotation
enumeration notStarted
enumeration inProgress
enumeration needsAttention
enumeration complete
enumeration abandoned
enumeration late
enumeration closed
enumeration aborted
source <xsd:simpleType name="ScheduleProgressEnum">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="notStarted"/>
   
<xsd:enumeration value="inProgress"/>
   
<xsd:enumeration value="needsAttention" plm:deprecated="true"/>
   
<xsd:enumeration value="complete"/>
   
<xsd:enumeration value="abandoned" plm:deprecated="true"/>
   
<xsd:enumeration value="late" plm:deprecated="true"/>
   
<xsd:enumeration value="closed"/>
   
<xsd:enumeration value="aborted"/>
 
</xsd:restriction>
</xsd:simpleType>


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