simpleType PeriodEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attributes CharacteristicValueType/@estimationPeriod MROProductRevisionType/@shelfLifeUnit CharacteristicDefinitionRevisionType/@unit
facets
Kind Value Annotation
enumeration hours
enumeration days
enumeration weeks
enumeration months
enumeration quarters
enumeration years
enumeration cycles
enumeration other
source <xsd:simpleType name="PeriodEnum">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="hours"/>
   
<xsd:enumeration value="days"/>
   
<xsd:enumeration value="weeks"/>
   
<xsd:enumeration value="months"/>
   
<xsd:enumeration value="quarters"/>
   
<xsd:enumeration value="years"/>
   
<xsd:enumeration value="cycles"/>
   
<xsd:enumeration value="other"/>
 
</xsd:restriction>
</xsd:simpleType>


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