Applications element
Contains the Application element which contains the app ID and any notification handlers.
Usage
<Applications>
child elements
</Applications>
Attributes
There are no attributes.
Child elements
Element | Description |
---|---|
Element that contains the app ID and any device notification handlers |
Child element sequence
Application
Parent elements
Element | Description |
---|---|
Contains info identifying an app package. |
XSD
The following is the XSD definition of the Applications type.
<!-- Applications Type Definition -->
<xs:complexType name="ApplicationsType">
<xs:sequence>
<xs:element name="Application" type="tns:ApplicationType" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
Element information
Minimum supported system |
Windows 8 |
Can be empty | No |
See also