simpleType SoftwareEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute SoftwareType/@softwareType
facets
Kind Value Annotation
enumeration application
enumeration calibration
enumeration bootLoader
enumeration configuration
source <xsd:simpleType name="SoftwareEnum">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="application"/>
   
<xsd:enumeration value="calibration"/>
   
<xsd:enumeration value="bootLoader"/>
   
<xsd:enumeration value="configuration"/>
 
</xsd:restriction>
</xsd:simpleType>


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