Share via


2.2.196 WebApplicationScopes

Target namespace: http://schemas.microsoft.com/office/contentappversionoverrides

Referenced by: WebApplicationInfo

Specifies the scope claims that your Web application needs to external resources.

Child Elements:

Scope: A LongString element that specifies a scope claim that your Web application needs to external resources.

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

 <xs:complexType name="WebApplicationScopes">
   <xs:sequence minOccurs="1" maxOccurs="unbounded">
     <xs:element name="Scope" type="bt:LongString"/>
   </xs:sequence>
 </xs:complexType>

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