Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Is the root element of an application definition file (ADF). Contains all elements that describe a single Notification Services application.
Синтаксис
<Application
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://www.microsoft.com/MicrosoftNotificationServices/ApplicationDefinitionFileSchema">
Element Attributes
| Attribute | Description |
|---|---|
xmlns:xsd |
Required. Identifies the XML Schema namespace. Required value: http://www.w3.org/2001/XMLSchema |
xmlns:xsi |
Required. Identifies the XML Schema Instance namespace. Attributes from this namespace are used to reference the schema used to validate the ADF. Required value: http://www.w3.org/2001/XMLSchema-instance |
xmlns |
Required. Identifies the ADF namespace. If you edit the ADF using the XML editor in SQL Server Management Studio, this value is used by F1 Help and Dynamic Help to locate possible reference topics in SQL Server Books Online. Required value: https://www.microsoft.com/MicrosoftNotificationServices/ApplicationDefinitionFileSchema |
Element Characteristics
| Characteristic | Description |
|---|---|
Data type |
None. |
Default value |
None. |
Occurrence |
Required once per ADF. |
Updates |
Cannot be added or deleted. |
Element Relationships
| Relationship | Elements |
|---|---|
Parent element |
None. |
Child elements |
ParameterDefaults Element (ADF) SubscriptionClasses Element (ADF) |
Замечания
For more information about XML namespaces, see Namespaces in an XML Document in the MSDN Library.
Пример
For examples of typical Application elements, see Application Definition File Templates.
См. также
Справочник
Application Definition File Reference
Другие ресурсы
Обновление экземпляров и приложений