<ST_TrueFalse> (Boolean Value)
This simple type specifies logical true and false.
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  | 
|---|---|
  | 
Logical false.  | 
  | 
Logical false.  | 
  | 
Logical true.  | 
  | 
Logical true.  | 
Referenced By  | 
|---|
  | 
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TrueFalse">
	<restriction base="xsd:string">
	<enumeration value="t"/>
	<enumeration value="f"/>
	<enumeration value="true"/>
	<enumeration value="false"/>
	</restriction>
</simpleType>