ApplicationType
The ApplicationType XML type specifies a collection of apps.
<xs:complexType name="ApplicationType">
<xs:sequence>
<xs:element name="DeviceNotificationHandlers"
type="tns:DeviceNotificationHandlersType"
minOccurs="0"
/>
<xs:any
processContents="lax"
minOccurs="0"
namespace="##other"
/>
</xs:sequence>
<xs:attribute name="Id"
type="tns:ApplicationIdType"
use="required"
/>
</xs:complexType>
Child elements
Element | Type |
---|---|
DeviceNotificationHandlers | tns:DeviceNotificationHandlersType |
Attributes
Name | Type |
---|---|
Id | tns:ApplicationIdType |
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
See also