simpleType WarningEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute WarningType/@type
facets
Kind Value Annotation
enumeration safety
enumeration hazardousMaterial
enumeration other
source <xsd:simpleType name="WarningEnum">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="safety"/>
   
<xsd:enumeration value="hazardousMaterial"/>
   
<xsd:enumeration value="other"/>
 
</xsd:restriction>
</xsd:simpleType>


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