Partager via


Location Element

 

Applies To: Windows Server 2012 Essentials, Windows Home Server 2011, Windows Storage Server 2008 R2 Essentials, Windows Small Business Server 2011 Essentials

Specifies whether the add-in only enhances the local server or also integrates with an online service. The acceptable values are Online or OnPremises.

  
<xs:element name="Location" type="LocationType" minOccurs="0"/>  
  
<xs:simpleType name="LocationType">  
  <xs:restriction base="xs:string">  
    <xs:enumeration value="Online" />  
    <xs:enumeration value="OnPremises"/>  
  </xs:restriction>  
</xs:simpleType>  

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

None.

Parent Elements

Element Description
Package Element Defines the metadata for an add-in package.

See Also

How to: Create the Metadata File for the Add-In