Share via


URL simpleType (apps for Office 1.1)

Defines a string that holds a Uniform Resource Locator and that must contain between 1 and 2048 characters.

Introduced in

apps for Office Manifest Schema Reference v1.0

Type information

Base type

xs:anyURI

Namespace

https://schemas.microsoft.com/office/appforoffice/1.1

Schema file

OfficeAppManifestv1.1.xsd

Definition

<xs:simpleType name="URL">
    <xs:restriction base="xs:anyURI">
        <xs:minLength value="1" />
        <xs:maxLength value="2048" />
    </xs:restriction>
</xs:simpleType>