simpleType CategoryEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attributes ServiceActivityBase/@category ServiceRequirementCategoryType/@type
facets
Kind Value Annotation
enumeration overhaul
enumeration repair
enumeration inspection
enumeration other
source <xsd:simpleType name="CategoryEnum">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="overhaul"/>
   
<xsd:enumeration value="repair"/>
   
<xsd:enumeration value="inspection"/>
   
<xsd:enumeration value="other"/>
 
</xsd:restriction>
</xsd:simpleType>


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