diff --git a/windows/configuration/ue-v/uev-application-template-schema-reference.md b/windows/configuration/ue-v/uev-application-template-schema-reference.md index 25360a55db..bbb16e1175 100644 --- a/windows/configuration/ue-v/uev-application-template-schema-reference.md +++ b/windows/configuration/ue-v/uev-application-template-schema-reference.md @@ -223,24 +223,24 @@ Author identifies the creator of the settings location template. Two optional ch Processes contains at least one `` element, which in turn contains the following child elements: **Filename**, **Architecture**, **ProductName**, **FileDescription**, **ProductVersion**, and **FileVersion**. The Filename child element is mandatory and the others are optional. A fully populated element contains tags similar to this example: ```xml - - MyApplication.exe - Win64 - MyApplication - MyApplication.exe - - - - - - - - - - - - - + + MyApplication.exe + Win64 + MyApplication + MyApplication.exe + + + + + + + + + + + + + ``` ### Filename @@ -299,13 +299,13 @@ If this element is absent, the settings location template ignores the process’ ProductName is an optional element used to identify a product for administrative purposes or reporting. ProductName differs from Filename in that there are no regular expression restrictions on its value. This allows for more easily understood descriptions of a process where the executable name may not be obvious. For example: ```xml - - MyApplication.exe - My Application 6.x by Contoso.com - - - - + + MyApplication.exe + My Application 6.x by Contoso.com + + + + ``` ### FileDescription @@ -353,10 +353,10 @@ The product and file version elements may be left unspecified. Doing so makes th Product version: 1.0 specified in the UE-V template generator produces the following XML: ```xml - - - - + + + + ``` **Example 2:** @@ -364,12 +364,12 @@ Product version: 1.0 specified in the UE-V template generator produces the follo File version: 5.0.2.1000 specified in the UE-V template generator produces the following XML: ```xml - - - - - - + + + + + + ``` **Incorrect Example 1 – incomplete range:** @@ -377,9 +377,9 @@ File version: 5.0.2.1000 specified in the UE-V template generator produces the f Only the Minimum attribute is present. Maximum must be included in a range as well. ```xml - - - + + + ``` **Incorrect Example 2 – Minor specified without Major element:** @@ -387,9 +387,9 @@ Only the Minimum attribute is present. Maximum must be included in a range as we Only the Minor element is present. Major must be included as well. ```xml - - - + + + ``` ### FileVersion @@ -407,18 +407,18 @@ Including a FileVersion element for an application allows for more granular fine The child elements and syntax rules for FileVersion are identical to those of ProductVersion. ```xml - - MSACCESS.EXE - Win32 - - - - - - - - - + + MSACCESS.EXE + Win32 + + + + + + + + + ``` ### Application Element