Share via


2.3.1 NonEmptyString

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

Referenced by: LocaleOverride, LocaleAwareSetting, ItemIs, ItemHasKnownEntity, ItemHasRegularExpressionMatch

Specifies a string that MUST NOT be empty and can be unbounded.

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

 <xs:simpleType name="NonEmptyString">
   <xs:restriction base="xs:string">
     <xs:minLength value="1"/>
   </xs:restriction>
 </xs:simpleType>

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