<!--
// Copyright (c) 2006. Adobe Systems Incorporated.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
//   * Redistributions of source code must retain the above copyright notice,
//     this list of conditions and the following disclaimer.
//   * Redistributions in binary form must reproduce the above copyright notice,
//     this list of conditions and the following disclaimer in the documentation
//     and/or other materials provided with the distribution.
//   * Neither the name of Adobe Systems Incorporated nor the names of its
//     contributors may be used to endorse or promote products derived from this
//     software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE.
-->
<!ATTLIST html
    xmlns:spry      CDATA       #FIXED  'http://ns.adobe.com/spry' >

<!ENTITY % spry_region
    "
     spry:region        CDATA        #IMPLIED
     spry:detailregion  CDATA        #IMPLIED
    "
>

<!ENTITY % spry_attributes
    "
    spry:choose         CDATA        #IMPLIED
    spry:content        CDATA        #IMPLIED
    spry:default        CDATA        #IMPLIED
	spry:errorstate		CDATA		 #IMPLIED
	spry:even           CDATA        #IMPLIED
	spry:expiredstate	CDATA		 #IMPLIED
    spry:hover          CDATA        #IMPLIED
    spry:if             CDATA        #IMPLIED
	spry:loadingstate	CDATA		 #IMPLIED
	spry:odd            CDATA        #IMPLIED
	spry:readystate		CDATA		 #IMPLIED
    spry:repeat         CDATA        #IMPLIED
    spry:repeatchildren CDATA        #IMPLIED
    spry:select         CDATA        #IMPLIED
	spry:selected       CDATA        #IMPLIED
    spry:selectgroup    CDATA        #IMPLIED
	spry:setrow         CDATA        #IMPLIED
	spry:setrownumber   CDATA        #IMPLIED
	spry:sort			CDATA		 #IMPLIED
    spry:state          CDATA        #IMPLIED
	spry:suggest		CDATA		 #IMPLIED
    spry:test           CDATA        #IMPLIED
    spry:when           CDATA        #IMPLIED
    "
>
<!ATTLIST a %spry_attributes; %spry_region; >
<!ATTLIST abbr %spry_attributes; %spry_region; >
<!ATTLIST acronym %spry_attributes; %spry_region; >
<!ATTLIST address %spry_attributes; %spry_region; >
<!ATTLIST area %spry_attributes; %spry_region; >
<!ATTLIST b %spry_attributes; %spry_region; >
<!ATTLIST base %spry_attributes; %spry_region; >
<!ATTLIST bdo %spry_attributes; %spry_region; >
<!ATTLIST big %spry_attributes; %spry_region; >
<!ATTLIST blockquote %spry_attributes; %spry_region; >
<!ATTLIST br %spry_attributes; %spry_region; >
<!ATTLIST button %spry_attributes; %spry_region; >
<!ATTLIST caption %spry_attributes; %spry_region; >
<!ATTLIST cite %spry_attributes; %spry_region; >
<!ATTLIST code %spry_attributes; %spry_region; >
<!ATTLIST col %spry_attributes; >
<!ATTLIST colgroup %spry_attributes; >
<!ATTLIST dd %spry_attributes; %spry_region; >
<!ATTLIST del %spry_attributes; %spry_region; >
<!ATTLIST dfn %spry_attributes; %spry_region; >
<!ATTLIST div %spry_attributes; %spry_region; >
<!ATTLIST dl %spry_attributes; %spry_region; >
<!ATTLIST dt %spry_attributes; %spry_region; >
<!ATTLIST em %spry_attributes; %spry_region; >
<!ATTLIST fieldset %spry_attributes; %spry_region; >
<!ATTLIST form %spry_attributes; %spry_region; >
<!ATTLIST h1 %spry_attributes; %spry_region; >
<!ATTLIST h2 %spry_attributes; %spry_region; >
<!ATTLIST h3 %spry_attributes; %spry_region; >
<!ATTLIST h4 %spry_attributes; %spry_region; >
<!ATTLIST h5 %spry_attributes; %spry_region; >
<!ATTLIST h6 %spry_attributes; %spry_region; >
<!ATTLIST hr %spry_attributes; %spry_region; >
<!ATTLIST i %spry_attributes; %spry_region; >
<!ATTLIST img %spry_attributes; %spry_region; >
<!ATTLIST input %spry_attributes; %spry_region; >
<!ATTLIST ins %spry_attributes; %spry_region; >
<!ATTLIST kbd %spry_attributes; %spry_region; >
<!ATTLIST label %spry_attributes; %spry_region; >
<!ATTLIST legend %spry_attributes; %spry_region; >
<!ATTLIST li %spry_attributes; %spry_region; >
<!ATTLIST map %spry_attributes; %spry_region; >
<!ATTLIST noscript %spry_attributes; %spry_region; >
<!ATTLIST ol %spry_attributes; %spry_region; >
<!ATTLIST optgroup %spry_attributes; %spry_region; >
<!ATTLIST option %spry_attributes; %spry_region; >
<!ATTLIST p %spry_attributes; %spry_region; >
<!ATTLIST param %spry_attributes; %spry_region; >
<!ATTLIST pre %spry_attributes; %spry_region; >
<!ATTLIST q %spry_attributes; %spry_region; >
<!ATTLIST samp %spry_attributes; %spry_region; >
<!ATTLIST select %spry_attributes; %spry_region; >
<!ATTLIST small %spry_attributes; %spry_region; >
<!ATTLIST span %spry_attributes; %spry_region; >
<!ATTLIST strong %spry_attributes; %spry_region; >
<!ATTLIST sub %spry_attributes; %spry_region; >
<!ATTLIST sup %spry_attributes; %spry_region; >
<!ATTLIST table %spry_attributes; >
<!ATTLIST tbody %spry_attributes; >
<!ATTLIST td %spry_attributes; %spry_region; >
<!ATTLIST textarea %spry_attributes; %spry_region; >
<!ATTLIST tfoot %spry_attributes; >
<!ATTLIST th %spry_attributes; %spry_region; >
<!ATTLIST thead %spry_attributes; >
<!ATTLIST tr %spry_attributes; >
<!ATTLIST tt %spry_attributes; %spry_region; >
<!ATTLIST ul %spry_attributes; %spry_region; >
<!ATTLIST var %spry_attributes; %spry_region; >
