Share via


2.3.50 LongString

Target namespace: http://schemas.microsoft.com/office/officeappbasictypes/1.0

Referenced by: LongLocaleOverride, LongLocaleAwareSettingWithId, Event, ExecuteFunction, LaunchEventDefinition, WebApplicationScopes, WebApplicationInfo, EquivalentAddin, ExtendedPermissions, ConnectedServiceControlsScopes, Event, ExecuteFunction, ExecuteFunction, LaunchEventDefinition, WebApplicationScopes, WebApplicationInfo, EquivalentAddin, WebApplicationScopes, WebApplicationInfo

Defines a string that contains 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.6 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).