summaryrefslogtreecommitdiffstats
path: root/docs/xmlformat.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xmlformat.md')
-rw-r--r--docs/xmlformat.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/xmlformat.md b/docs/xmlformat.md
index 249081e..fb3729b 100644
--- a/docs/xmlformat.md
+++ b/docs/xmlformat.md
@@ -141,6 +141,10 @@ The name attribute is required and only 2 characters long
### Tags included in the `<keyword>`
+`<ktvpdfile></ktvpdfile>`
+Contains the name or path and name to a file describing the keyword
+This tag is mutually exclusive from the `<kwdesc>`, `<kwformat>`, `<kwlen>` and `<kwdata>` below
+
`<kwdesc></kwdesc>`
A description of the contents of the keyword. Only 1 tag allowed per keyword.
@@ -189,5 +193,12 @@ For bin data:
</keyword>
```
+The inclusion of a keyword ktvpdfile would look like this:
+``` xml
+<keyword name=”NM”>
+ <ktvpdfile>vini-nm.xml</ktvpdfile>
+</keyword>
+```
+
## Examples
Please see the examples dir in this repo for complete representations multiple types of template files \ No newline at end of file
OpenPOWER on IntegriCloud