")
```
@@ -324,13 +336,13 @@ The user context includes rules for data in the User Profiles directory. When ca
- FOLDERID\_RecordedTV
-**Note**
-Rules contained in a component that is assigned the user context will be run for each user profile on the computer. Files that are scanned multiple times by the MigDocs.xml files will only be copied to the migration store once; however, a large number of rules in the user context can slow down the migration. Use the system context when it is applicable.
+> [!NOTE]
+> Rules contained in a component that is assigned the user context will be run for each user profile on the computer. Files that are scanned multiple times by the MigDocs.xml files will only be copied to the migration store once; however, a large number of rules in the user context can slow down the migration. Use the system context when it is applicable.
### Sample migration rules for customized versions of XML files
-**Note**
-For best practices and requirements for customized XML files in USMT, see [Customize USMT XML Files](usmt-customize-xml-files.md) and [General Conventions](usmt-general-conventions.md).
+> [!NOTE]
+> For best practices and requirements for customized XML files in USMT, see [Customize USMT XML Files](usmt-customize-xml-files.md) and [General Conventions](usmt-general-conventions.md).
### Exclude rules usage examples
@@ -338,8 +350,8 @@ In the examples below, the source computer has a .txt file called "new text docu
| Rule | Syntax |
|--- |--- |
-|Rule 1|<pattern type="File">d:\new folder[new text document.txt]</pattern>
|
-|Rule 2|<pattern type="File">d:\new folder[]</pattern>
|
+|Rule 1|`d:\new folder[new text document.txt]`|
+|Rule 2|`d:\new folder[]`|
To exclude the new text document.txt file and any .txt files in "new folder", you can do the following:
@@ -419,12 +431,12 @@ For locations outside the user profile, such as the Program Files folder, you ca
For more examples of include rules that you can use in custom migration XML files, see [Include Files and Settings](usmt-include-files-and-settings.md).
-**Note**
-For more information about the order of precedence for XML migration rules, see [Conflicts and Precedence](usmt-conflicts-and-precedence.md).
+> [!NOTE]
+> For more information about the order of precedence for XML migration rules, see [Conflicts and Precedence](usmt-conflicts-and-precedence.md).
## Next steps
-You can include additional rules for the migration in the MigDocs.xml file or other XML migration files. For example, you can use the <locationModify> element to move files from the folder where they were gathered to a different folder, when they are applied to the destination computer.
+You can include additional rules for the migration in the MigDocs.xml file or other XML migration files. For example, you can use the `` element to move files from the folder where they were gathered to a different folder, when they are applied to the destination computer.
You can use an XML schema (MigXML.xsd) file to validate the syntax of your customized XML files. For more information, see [USMT Resources](usmt-resources.md).