Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Target namespace: http://schemas.microsoft.com/office/officeappbasictypes/1.0
Referenced by: URLLocaleOverride, ImageLocaleAwareSettingWithId, URLLocaleAwareSettingWithId
Defines a string that holds a Uniform Resource Locator and that contains between 1 and 2048 characters.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xs:simpleType name="URL"> <xs:restriction base="xs:anyURI"> <xs:minLength value="1"/> <xs:maxLength value="2048"/> </xs:restriction> </xs:simpleType>
See section 5.6 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).