summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJason Albert <albertj@us.ibm.com>2016-08-31 09:12:19 -0500
committerJason Albert <albertj@us.ibm.com>2016-08-31 09:12:19 -0500
commit66baa1558d03d287e484c4fd2aba70b630963331 (patch)
tree1950bd99fd783927abd1c855abfd352df276011d /examples
parent849566671712cad9ec8c97154ac4e11dde60e6c3 (diff)
parent11e39ffebe742a7a14f12410de56c5742e3b8c22 (diff)
downloadvpdtools-66baa1558d03d287e484c4fd2aba70b630963331.tar.gz
vpdtools-66baa1558d03d287e484c4fd2aba70b630963331.zip
Merge branch 'master' into comment-support
Diffstat (limited to 'examples')
-rw-r--r--examples/mixeddata/mixeddata.tvpd35
1 files changed, 35 insertions, 0 deletions
diff --git a/examples/mixeddata/mixeddata.tvpd b/examples/mixeddata/mixeddata.tvpd
new file mode 100644
index 0000000..ae15c69
--- /dev/null
+++ b/examples/mixeddata/mixeddata.tvpd
@@ -0,0 +1,35 @@
+<?xml version='1.0' encoding='utf-8'?>
+<vpd>
+ <name>FILENAME</name>
+ <size>16kb</size>
+ <VD>01</VD>
+ <record name="VINI">
+ <rdesc>The VINI record</rdesc>
+ <keyword name="MX">
+ <kwdesc>Mixed Data Keyword</kwdesc>
+ <kwformat>mixed</kwformat>
+ <kwlen>128</kwlen>
+ <kwdata>
+ <hex>
+ 0123456789ABCDEF
+ </hex>
+ <ascii>STRING</ascii>
+ <hex>
+ FEEDB0B0 DEADBEEF
+ </hex>
+ </kwdata>
+ </keyword>
+ <keyword name="AS">
+ <kwdesc>The ascii keyword</kwdesc>
+ <kwformat>ascii</kwformat>
+ <kwlen>20</kwlen>
+ <kwdata>This is text data</kwdata>
+ </keyword>
+ <keyword name="HX">
+ <kwdesc>The Hex keyword</kwdesc>
+ <kwformat>hex</kwformat>
+ <kwlen>4</kwlen>
+ <kwdata>00000000</kwdata>
+ </keyword>
+ </record>
+</vpd>
OpenPOWER on IntegriCloud