-- XML schema extracted from ITU-T T.805 (01/2012)
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="#style" type="text/css"?>
<htx xmlns = "http://www.jpeg.org/hiddentext/htx"
xmlns:xhtml = "http://www.w3.org/1999/xhtml"
xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation = "http://www.jpeg.org/hiddentext/htx htx.xsd"
lang = "en"
dir="ltr">
<!-- ************************************************** -->
<!-- Hidden text and annotations optional xhtml header -->
<!-- ************************************************** -->
<xhtml:head lang="de" dir="ltr">
<xhtml:title>Test Document Title</xhtml:title>
<xhtml:style type="text/css" media="Screen"
title="Style Sheet Name One" lang="de" dir="ltr" id="style">
style { display: none; }
body, paragraph, line { display: block; }
word, altword, char, altchar, snippet { display: inline; }
body { font-family: Arial,sans-serif; }
altword, altchar { font-style: italic; color: grey; }
[class~="red"] { background-color: red; }
[class~="blue"] { color: blue; }
[class~="large"] { font-size: 150%; }
</xhtml:style>
</xhtml:head>
<!-- ********************************************** -->
<!-- Optional annotations for page -->
<!-- ********************************************** -->
<annotations>
<area shape="rect" coords="0, 10, 50, 200" alt="link somewhere"
href ="http://some.where.com/there" class="red" />
<area shape="poly" coords="23, 45, 0, 100, 90, 100"
alt="link to somewhere alse" href ="http://somewhere.else.org/" />
</annotations>
<!-- ********************************************** -->
<!-- Object for hidden text in the page -->
<!-- ********************************************** -->
<hiddentext shape="rect" coords="0, 0, 100, 200">
<!-- Optional, user defined page level parameters -->
<param name="param1">abcd</param>
<!-- First, mandatory region -->
<region shape="rect" coords="0, 0, 100, 100">
Here is some region level hidden text.
<!-- Optional region parameters -->
<param name="param2">efgh</param>
<paragraph shape="poly" coords="0, 0, 100, 0, 100, 50, 30, 50, 30, 60, 0, 60">
Here is some paragraph level hidden text.
<!-- Optional paragraph parameters -->
<param name="param3">ijkl</param>
<param name="param4">mnop</param>
<line shape="rect" coords="0, 0, 100, 20" class="large" >
<word conf="70%">
Word
<char conf="90%">
c
<altchar conf="10%">o</altchar>
</char>
<char conf="80%">
h
<altchar conf="12%">n</altchar>
<altchar conf= "8%">k</altchar>
</char>
<altword conf="15%">
Vordok
</altword>
<altword conf= "5%">
Wordoh
</altword>
</word>
<word>
Next
</word>
Some line level hidden text.
</line>
</paragraph>
<line class="large blue">
And some line level hidden text.
</line>
</region>
<!-- Second, optional region -->
<region>
<!-- ... -->
</region>
</hiddentext>
</htx>