3.5.2.2.2.3 ST_TrueOnly (True Only)

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

true ()

Referenced By

Shared Attributes@root3.5.2.2.1, Shared Attributes)

The following XML Schema fragment defines the contents of this simple type:

 <simpleType name="ST_TrueOnly">
   <restriction base="xsd:string">
     <enumeration value="true"/>
   </restriction>
 </simpleType>