EnumValue element
EnumValue is used to enumerate a set of allowed values. EnumValue elements are ignored except for the Keyword, KeywordList, Number, Integer, and QuotedString parameters. When used with Keyword or KeywordList parameters, the specified EnumValue elements represent the complete set of allowed values. When used with Number, Integer, or QuotedString parameters, the specified EnumValue elements represent a set of valid keywords in addition to the specified type. For example, the value AUTO can be specified as an allowed keyword value for an Integer parameter. The parameter can then be specified as an integer or the unquoted string AUTO.
Attribute | Use | Description | Valid Values |
---|---|---|---|
Name | required | The enumerated value. Case is ignored. | any |
XML representation
<xs:element name="EnumValue">
<xs:attribute name="Name" use="required"></xs:attribute>
</xs:element>