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:

This simple type's contents have a maximum length of 255 characters.

Referenced By

SignatureComments3.7.1.11, SignatureComments)

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>