Skip to content

Commit 0b3f2ec

Browse files
author
Alexander Chen
committed
added 'Bind to grammar/schema file' command to Commands.md
1 parent cbbf73e commit 0b3f2ec

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/Commands.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@
44

55
![XML Commands](images/Commands/XMLCommands.png)
66

7+
## Bind to grammar/schema file
8+
9+
This command triggers the [XML Binding Wizard]() for the current file.
10+
11+
If the current XML document is not bound using an `xml-model` tag or a root element doesn't have a `xsi:noNameSpaceLocation` attribute, the command will have the user select a `.xsd/.dtd` grammar file to bind to the XML document. Otherwise, an error will be thrown on the client if the XML document already has a bound grammar/schema.
12+
713
## Open XML Documentation
814

9-
This command opens the `XML Documentation`
15+
This command opens the `XML Documentation`.
1016

1117
## Revalidate current XML file
1218

8.78 KB
Loading

0 commit comments

Comments
 (0)