windSpeedEnum

Simple Type Information

Used By

Attribute WindSpeed/@type

Source

<xsd:simpleType name="windSpeedEnum">
  <xsd:restriction base="xsd:NMTOKEN">
    <xsd:enumeration value="RatedWindSpeed"/>
    <xsd:enumeration value="CutInWindSpeed"/>
    <xsd:enumeration value="CutOutWindSpeed"/>
  </xsd:restriction>
</xsd:simpleType>