<ST_OnOff>
(On Off)
The boolean value of either on
or off
.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Off |
|
On |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_OnOff">
<restriction base="xsd:string">
<enumeration value="on"/>
<enumeration value="off"/>
</restriction>
</simpleType>