3.1.3.3.10 ST_String260 (String)

This simple type specifies that its contents shall contain a string. The contents of this string are interpreted based on the context of the parent XML element.

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 260 characters.

Referenced By

hyperlink@tooltip3.1.3.1.3, hyperlink)

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

 <simpleType name="ST_String260">
   <restriction base="xsd:string">
     <maxLength value="260"/>
   </restriction>
 </simpleType>