Namespace: |
|
Type: |
xsd:anyURI |
Content: |
simple |
Defined: |
XML Representation Summary |
||
<name> |
||
Content: |
{ xsd:anyURI } |
|
</name> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element defines a unique name for the
</xsd:documentation>
<b>applicationSetting</b>
that
programmers will use to code. Unlike the <b>@id</b>
attribute, which is a stable and unique name defined by .NET My Services, it is a stable name defined by the applications.
<p/>
The format of this name is a URI. Applications
can name their <b>applicationSettings</b>
using URIs with the uuid: or a http: scheme that allows a delegated hierarchical namespace, as shown in the following examples:
<ul>
<li>
</ul>
uuid:56c3da65-a6d6-4f78-bbbd-e8c5eac98aae
</li>
<li>
http://schemas.microsoft.com/office/2002/08/outlook#coolTools
</li>
<li>
http://schemas.microsoft.com/vs/2002/03/studio#codeLayout
</li>
This element can be repeated any number of times to indicate that this
<b>applicationSetting</b>
is used by a number of applications.
</xsd:element>
|