simpleType RatedPowerEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute RatedPowerType/@type
facets
Kind Value Annotation
enumeration apparentPower
enumeration reactivePower
enumeration truePower
source <xsd:simpleType name="RatedPowerEnum">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="apparentPower"/>
   
<xsd:enumeration value="reactivePower"/>
   
<xsd:enumeration value="truePower"/>
 
</xsd:restriction>
</xsd:simpleType>


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