simpleType SchedulePriorityEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attributes ScheduleRevisionType/@priority ScheduleTaskRevisionType/@priority
facets
Kind Value Annotation
enumeration lowest
enumeration low
enumeration mediumLow
enumeration medium
enumeration high
enumeration veryHigh
enumeration highest
source <xsd:simpleType name="SchedulePriorityEnum">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="lowest"/>
   
<xsd:enumeration value="low"/>
   
<xsd:enumeration value="mediumLow"/>
   
<xsd:enumeration value="medium"/>
   
<xsd:enumeration value="high"/>
   
<xsd:enumeration value="veryHigh"/>
   
<xsd:enumeration value="highest"/>
 
</xsd:restriction>
</xsd:simpleType>


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