Share via


2.3.29 LongString

Target namespace: http://schemas.microsoft.com/office/appforoffice/1.1

Referenced by: LongLocaleOverride, LongLocaleAwareSetting, AppDomains, Requirement

Specifies a string that MUST contain between 1 and 250 characters.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xs:simpleType name="LongString">
   <xs:restriction base="xs:string">
     <xs:minLength value="1"/>
     <xs:maxLength value="250"/>
   </xs:restriction>
 </xs:simpleType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).