3.1.3.3.9 ST_String255 (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 255 characters.

    Referenced By

    hyperlink@anchor3.1.3.1.3, hyperlink); hyperlink@docLocation (§3.1.3.1.3, hyperlink); hyperlink@tgtFrame (§3.1.3.1.3, hyperlink); moveFrom@author3.1.3.1.4, moveFrom); moveTo@author3.1.3.1.5, moveTo)

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

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