3.7.2.2 ST_SignatureComments (Signature Comments)

This simple type's contents are a restriction of the XML Schema string datatype.

This simple type also specifies the following restrictions:

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

 <simpleType name="ST_SignatureComments">
   <restriction base="xsd:string">
     <maxLength value="255"/>
   </restriction>
 </simpleType>