<!-- lzx.dtd

    Laszlo Application Markup Language (LZX) DTD.

    Copyright (c) 2002-2003 Laszlo Systems, Inc.
    All Rights Reserved.

    This software is the proprietary information of Laszlo Systems, Inc.
    Use is subject to license terms.

    Generated by rng2dtd on Mon May 10 13:19:10 2004.
-->

<!ENTITY quot	"&#x0022;"> <!-- QUOTATION MARK -->
<!ENTITY amp	"&#38;#38;"> <!-- AMPERSAND -->
<!ENTITY lt	"&#38;#60;"> <!-- LESS-THAN SIGN -->
<!ENTITY gt	"&#x003E;"> <!-- GREATER-THAN SIGN -->

<!-- DebugObject is a base class for all the other classes in LZUnit that
  supports the debugging of LZUnit itself.

  Each subclass overrides the debugFields and _dbg_typename methods.
  debugFields should return an array of the fields of the class that
  should be printed when debugging.  _dbg_typename should return a
  string that is the descriptive name of the class for debugging.

  @keywords private

  @param Boolean debugWrite: Whether or not to emit debugging statements. -->
<!ELEMENT DebugObject   (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST DebugObject   align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        debugWrite      CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- Test is the abstract interface class for all LZUnit tests.

  It accumulates the results of the test and defines the various
  assert methods that can be used to implement each test.

  <a href="testcase.html">TestCase</a> and <a
  href="testresult.html">TestResult</a> extend this class to provide
  functionality.

  @param semantics: one of "javascript" or "actionscript", defaults to
  "actionscript".  Sets the semantics of condition (assertTrue,
  assertFalse) and identity (assertSame, assertNotSame) assertions. -->
<!ELEMENT Test          (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST Test          align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        debugLZUnit     CDATA           "false"
                        debugWrite      CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        result          CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        semantics       CDATA           "'actionscript'"
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- TestCase implements an individual test case.

  See the documentation for <a href="testsuite.html">TestSuite</a>
  for an example of this tag.

  @param testName: the name of the test -->
<!ELEMENT TestCase      (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST TestCase      align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        debugLZUnit     CDATA           "false"
                        debugWrite      CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        name            CDATA           #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        result          CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        semantics       CDATA           "'actionscript'"
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- A TestResult accumulates the results of a test run: the total number
  of tests run, the number of failures, and the number of errors.  A
  TestResult is automatically created by a TestSuite and included as
  its first child view so the results of the test suite will be
  displayed.

  See the documentation for <a href="testsuite.html">testsuite</a>
  for an example of this tag. -->
<!ELEMENT TestResult    (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST TestResult    align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        currentTest     CDATA           #IMPLIED
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        debugWrite      CDATA           #IMPLIED
                        erringTest      CDATA           #IMPLIED
                        erroredTests    CDATA           #IMPLIED
                        errors          CDATA           #IMPLIED
                        failedTests     CDATA           #IMPLIED
                        failingTest     CDATA           #IMPLIED
                        failures        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        runTests        CDATA           #IMPLIED
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        totalTests      CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- A TestSuite is a view with any number of children.  The children
  that are TestCases will have all their test... methods run when the
  TestSuite is displayed.

  The TestSuite creates a TestResult as its first child, uses it to
  accumulate the results of running the TestCases, and finally to
  display the results of the tests. -->
<!ELEMENT TestSuite     (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST TestSuite     align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        debugLZUnit     CDATA           "false"
                        debugWrite      CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        nextCase        CDATA           #IMPLIED
                        nextTest        CDATA           #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        result          CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        semantics       CDATA           "'actionscript'"
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        tests           CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        total           CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT _componentmanager (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | datapath | datapointer)*>
<!ATTLIST _componentmanager currentdefault  CDATA           "null"
                        datapath        CDATA           #IMPLIED
                        defaults        CDATA           "null"
                        defaultstyle    CDATA           "null"
                        focusclass      CDATA           "focusoverlay"
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        keyhandlers     CDATA           "null"
                        lastedown       CDATA           "null"
                        lastsdown       CDATA           "null"
                        name            NMTOKEN         #IMPLIED
                        ondefaultstyle  CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        placement       CDATA           #IMPLIED
                        upkeydel        CDATA           "null">

<!ELEMENT _dbg_horiz_scrollbar (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST _dbg_horiz_scrollbar align           (left | center | right) "left"
                        arrowbuttonwidth CDATA           "12"
                        autoscroll      CDATA           "true"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        thumbwidth      CDATA           "24"
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT _dbg_lzhdrag  (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST _dbg_lzhdrag  align           (left | center | right) "left"
                        apply           CDATA           #IMPLIED
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onapply         CDATA           #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onremove        CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        pooling         CDATA           "false"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        x               CDATA           #IMPLIED
                        xdoffset        CDATA           #IMPLIED
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT _dbg_lztextscroller (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST _dbg_lztextscroller align           (left | center | right) "left"
                        autoscroll      CDATA           "true"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        lineptr         CDATA           "0"
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textlines       CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        visibleLines    CDATA           "4"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT _dbg_lzvdrag  (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST _dbg_lzvdrag  align           (left | center | right) "left"
                        apply           CDATA           #IMPLIED
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onapply         CDATA           #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onremove        CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        pooling         CDATA           "false"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        y               CDATA           #IMPLIED
                        ydoffset        CDATA           #IMPLIED
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- The shadows width and height are set to the width and height of the view
          it is trying to apply a shadow to.
          @keywords private -->
<!ELEMENT _floatshadow  (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST _floatshadow  align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        bottomvisible   CDATA           "true"
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cornerresourcenumber CDATA           "0"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        inset           CDATA           "10"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        offsety         CDATA           "10"
                        onblur          CDATA           #IMPLIED
                        onbottomvisible CDATA           "null"
                        onclick         CDATA           #IMPLIED
                        oncornerresourcenumber CDATA           "null"
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        shadowsize      CDATA           "5"
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT _internalinputtext (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST _internalinputtext align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        label           CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        multiline       CDATA           "false"
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        password        CDATA           "false"
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resizable       CDATA           #IMPLIED
                        resize          CDATA           "false"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectable      CDATA           "false"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT a             (#PCDATA | pre | a | b | font | i | p | br | u)*>
<!ATTLIST a             href            CDATA           #IMPLIED
                        target          CDATA           #IMPLIED>

<!ELEMENT agent         EMPTY>
<!ATTLIST agent         url             CDATA           #REQUIRED>

<!-- A simple modal alert window. -->
<!ELEMENT alert         (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST alert         align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        bgcolor         CDATA           #IMPLIED
                        button1         CDATA           "OK"
                        button2         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        closeable       CDATA           "false"
                        content_inset_bottom CDATA           "10"
                        content_inset_left CDATA           "14"
                        content_inset_right CDATA           "14"
                        content_inset_top CDATA           "10"
                        cursor          NMTOKEN         #IMPLIED
                        datacontrolsvisibility CDATA           "false"
                        datapath        CDATA           #IMPLIED
                        defaultbuttongroup CDATA           "true"
                        defaultplacement CDATA           "content"
                        defaultplacement CDATA           "mdcontent"
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        haswindowfocus  CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        inset_bottom    CDATA           "20"
                        inset_left      CDATA           "6"
                        inset_right     CDATA           "11"
                        inset_top       CDATA           "22"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        maxtextwidth    CDATA           #IMPLIED
                        minheight       CDATA           "50"
                        minwidth        CDATA           "60"
                        minwidth        CDATA           #IMPLIED
                        mousedel        CDATA           "null"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        onhaswindowfocus CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onresult        CDATA           "null"
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        result          CDATA           "null"
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        state           CDATA           "1"
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        text_x          CDATA           "0"
                        text_y          CDATA           "0"
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        title           CDATA           #IMPLIED
                        titlearea_inset_top CDATA           "6"
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT animator      ((method* | attribute* | (state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate)* | (node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit)* | animator* | animatorgroup*))+>
<!ATTLIST animator      attribute       NMTOKEN         #IMPLIED
                        duration        CDATA           #IMPLIED
                        from            CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        indirect        CDATA           "false"
                        motion          (linear | easein | easeout | easeboth) "easeboth"
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onstart         CDATA           #IMPLIED
                        onstop          CDATA           #IMPLIED
                        paused          CDATA           "false"
                        relative        CDATA           "false"
                        repeat          (Infinity)      #IMPLIED
                        start           CDATA           "true"
                        to              CDATA           #IMPLIED>

<!ELEMENT animatorgroup ((method* | attribute* | (state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate)* | (node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit)* | animator* | animatorgroup*))+>
<!ATTLIST animatorgroup attribute       NMTOKEN         #IMPLIED
                        duration        CDATA           #IMPLIED
                        from            CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        indirect        CDATA           "false"
                        motion          (linear | easein | easeout | easeboth) "easeboth"
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onstart         CDATA           #IMPLIED
                        onstop          CDATA           #IMPLIED
                        paused          CDATA           "false"
                        process         (sequential | simultaneous) "sequential"
                        relative        CDATA           "false"
                        repeat          (Infinity)      #IMPLIED
                        start           CDATA           "true"
                        to              CDATA           #IMPLIED>

<!ELEMENT attribute     EMPTY>
<!ATTLIST attribute     constraint      CDATA           #IMPLIED
                        init            CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onset           CDATA           #IMPLIED
                        required        CDATA           "false"
                        setter          CDATA           #IMPLIED
                        type            (boolean | color | expression | number | size | string | text | html) "expression"
                        value           CDATA           #IMPLIED
                        when            (immediately | once | always) "immediately">

<!ELEMENT audio         EMPTY>
<!ATTLIST audio         id              ID              #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        src             CDATA           #IMPLIED>

<!ELEMENT b             (#PCDATA | pre | a | b | font | i | p | br | u)*>

<!-- Abstract class for making buttons with up-over-down states. -->
<!ELEMENT basebutton    (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basebutton    align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        disabledResourceNumber CDATA           "4"
                        doesenter       CDATA           "false"
                        downResourceNumber CDATA           "3"
                        down_del        CDATA           "null"
                        dsbl_del        CDATA           "null"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focusable       CDATA           "false"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        maxframes       CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        normalResourceNumber CDATA           "1"
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        onclick         CDATA           "null"
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onresourceviewcount CDATA           "null"
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        overResourceNumber CDATA           "2"
                        over_del        CDATA           "null"
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        reference       CDATA           #IMPLIED
                        resource        CDATA           #IMPLIED
                        resourceviewcount CDATA           "0"
                        respondtomouseout CDATA           "true"
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        up_del          CDATA           "null"
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT basebuttonrepeater (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basebuttonrepeater align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        disabledResourceNumber CDATA           "4"
                        doesenter       CDATA           "false"
                        downResourceNumber CDATA           "3"
                        down_del        CDATA           "null"
                        dsbl_del        CDATA           "null"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focusable       CDATA           "false"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        maxframes       CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        normalResourceNumber CDATA           "1"
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        onclick         CDATA           "null"
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onresourceviewcount CDATA           "null"
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        overResourceNumber CDATA           "2"
                        over_del        CDATA           "null"
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        reference       CDATA           #IMPLIED
                        resource        CDATA           #IMPLIED
                        resourceviewcount CDATA           "0"
                        respondtomouseout CDATA           "true"
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stillDownDelegate CDATA           "0"
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        up_del          CDATA           "null"
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- an abstract class which all components subclass -->
<!ELEMENT basecomponent (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basecomponent align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT basefocusview (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basefocusview active          CDATA           "false"
                        align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        duration        CDATA           "400"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onactive        CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        ontarget        CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        target          CDATA           "null"
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- Provides component grouping for a form. A form is typicaly a
          collection of UI elements where each represents data from the user
          that will be submitted to the server as a request. -->
<!ELEMENT baseform      (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST baseform      align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        formdata        CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- an abstract class for components which might submit data to a form -->
<!ELEMENT baseformitem  (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST baseformitem  align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- An abstract container for data rows, relying on lazy replication
          to make it possible to display large datasets. -->
<!ELEMENT basegrid      (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basegrid      align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        bgcolor0        CDATA           #IMPLIED
                        bgcolor1        CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        columns         CDATA           "null"
                        contentdatapath CDATA           "*"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        hilite          CDATA           "null"
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        multiselect     CDATA           "true"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onshownitems    CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        rowheight       CDATA           "null"
                        selectable      CDATA           "true"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        showhlines      CDATA           "false"
                        shownitems      CDATA           "-1"
                        showvlines      CDATA           "false"
                        sizetoheader    CDATA           "null"
                        source          CDATA           #IMPLIED
                        spacing         CDATA           "0"
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT basegridcolumn (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basegridcolumn align           (left | center | right) "left"
                        ascendComparator CDATA           "null"
                        ascendsort      CDATA           "true"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        colwidth        CDATA           #IMPLIED
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        datatype        CDATA           "string"
                        defaultPlacement CDATA           "content"
                        descendComparator CDATA           "null"
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focusable       CDATA           "false"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasSort         CDATA           "false"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        minwidth        CDATA           "10"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        placement       CDATA           "hcontent"
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        sortpath        CDATA           #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT basegridrow   (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basegridrow   align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        defaultPlacement CDATA           "check"
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        focustrap       CDATA           "true"
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        highlightColor  CDATA           "black"
                        highlighted     CDATA           "false"
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        lineColor       CDATA           "black"
                        name            NMTOKEN         #IMPLIED
                        needsSetRegularColor CDATA           #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onselected      CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        placement       CDATA           "rowparent"
                        play            CDATA           "true"
                        regularColor    CDATA           "black"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectable      CDATA           #IMPLIED
                        selected        CDATA           "false"
                        selectedColor   CDATA           "black"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleRegularColor CDATA           "black"
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        x               CDATA           #IMPLIED
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- An abstract class which all list components should subclass. -->
<!ELEMENT baselist      (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST baselist      align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        dataoption      CDATA           "none"
                        datapath        CDATA           #IMPLIED
                        defaultSelection CDATA           "null"
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        itemclassname   CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        multiselect     CDATA           "false"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        toggleselected  CDATA           "false"
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- A group of items that typically is used within a baselist. -->
<!ELEMENT baselistitem  (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST baselistitem  align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onselected      CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selected        CDATA           "false"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- Provides non-visual aspects of scrollbar's arrow. -->
<!ELEMENT basescrollarrow (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basescrollarrow align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        direction       CDATA           "1"
                        disabledResourceNumber CDATA           "4"
                        doesenter       CDATA           "false"
                        downResourceNumber CDATA           "3"
                        down_del        CDATA           "null"
                        dsbl_del        CDATA           "null"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focusable       CDATA           "false"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        maxframes       CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        normalResourceNumber CDATA           "1"
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        onclick         CDATA           "null"
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onresourceviewcount CDATA           "null"
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        overResourceNumber CDATA           "2"
                        over_del        CDATA           "null"
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        reference       CDATA           #IMPLIED
                        resource        CDATA           #IMPLIED
                        resourceviewcount CDATA           "0"
                        respondtomouseout CDATA           "true"
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stillDownDelegate CDATA           "0"
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        up_del          CDATA           "null"
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- Contains non-visual aspects of a scrollbar. Subclasses are expected to
          define this.thumb and this.scrolltrack to reference the views that
          perform those functions. -->
<!ELEMENT basescrollbar (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basescrollbar align           (left | center | right) "left"
                        axis            CDATA           "y"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onscrollable    CDATA           "null"
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        othersb         CDATA           "0"
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        scrollable      CDATA           "true"
                        scrollattr      CDATA           #IMPLIED
                        scrollmax       CDATA           "null"
                        scrolltarget    CDATA           #IMPLIED
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stepsize        CDATA           "10"
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        usetargetsize   CDATA           "false"
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- Basescrollthumb expects to be within a basescrollbar (or a subclass).
          In other words, its "classroot" must be a scrollbar. -->
<!ELEMENT basescrollthumb (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basescrollthumb align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- Provides non-visual aspects of a scrollbar track. -->
<!ELEMENT basescrolltrack (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basescrolltrack align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        direction       CDATA           "1"
                        disabledResourceNumber CDATA           "4"
                        doesenter       CDATA           "false"
                        downResourceNumber CDATA           "3"
                        down_del        CDATA           "null"
                        dsbl_del        CDATA           "null"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focusable       CDATA           "false"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        maxframes       CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        normalResourceNumber CDATA           "1"
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        onclick         CDATA           "null"
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onresourceviewcount CDATA           "null"
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        overResourceNumber CDATA           "2"
                        over_del        CDATA           "null"
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        reference       CDATA           #IMPLIED
                        resource        CDATA           #IMPLIED
                        resourceviewcount CDATA           "0"
                        respondtomouseout CDATA           "true"
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stillDownDelegate CDATA           "0"
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        up_del          CDATA           "null"
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- The base class for implementing sliders representing a range of
              values. -->
<!ELEMENT baseslider    (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST baseslider    align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        bordersize      CDATA           "1"
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        keystep         CDATA           "2"
                        layout          CDATA           #IMPLIED
                        maxvalue        CDATA           "100"
                        minvalue        CDATA           "0"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        showfill        CDATA           "true"
                        showrange       CDATA           "true"
                        showvalue       CDATA           "true"
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        thumbheight     CDATA           "18"
                        thumbwidth      CDATA           "10"
                        trackheight     CDATA           "8"
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- Basesliderthumb expects to be within a baseslidertrack (or its
          subclass). In other words, its "classroot" should be a slidertrack. -->
<!ELEMENT basesliderthumb (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basesliderthumb align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        buttonstate     CDATA           "1"
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        disabledResourceNumber CDATA           "4"
                        doesenter       CDATA           "false"
                        doesenter       CDATA           "true"
                        downResourceNumber CDATA           "3"
                        down_del        CDATA           "null"
                        dsbl_del        CDATA           "null"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focusable       CDATA           "false"
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        leftalign       CDATA           "false"
                        maxframes       CDATA           #IMPLIED
                        maxframes       CDATA           "4"
                        name            NMTOKEN         #IMPLIED
                        normalResourceNumber CDATA           "1"
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        onclick         CDATA           "null"
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onresourceviewcount CDATA           "null"
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        overResourceNumber CDATA           "2"
                        over_del        CDATA           "null"
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        reference       CDATA           #IMPLIED
                        resource        CDATA           #IMPLIED
                        resourceviewcount CDATA           "0"
                        respondtomouseout CDATA           "true"
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        showvalue       CDATA           #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        text_padding_x  CDATA           "11"
                        text_padding_y  CDATA           "4"
                        text_x          CDATA           #IMPLIED
                        text_y          CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        titleshift      CDATA           #IMPLIED
                        up_del          CDATA           "null"
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- Baseslidertrack expects to be within a baseslider (or its
	      subclass). In other words, its "classroot" should be a slider. -->
<!ELEMENT baseslidertrack (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST baseslidertrack align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- The base tab class. This class is to be used only in conjunction with
          basetabs and basetabapane classes. You can pass the name of this class
          in the 'tabclass' attribute of basetabpane, tabpane, basetabs, and
          tabs classes. Basetabs uses this class as its default 'tabclass'. -->
<!ELEMENT basetab       (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basetab       align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onselected      CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selected        CDATA           "false"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        tabpane         CDATA           "null"
                        text            CDATA           #IMPLIED
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- Basetabelements are children of basetabslider. -->
<!ELEMENT basetabelement (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basetabelement align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        contentvisible  CDATA           #IMPLIED
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        dlc             CDATA           "null"
                        dlo             CDATA           "null"
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        headerheight    CDATA           #IMPLIED
                        height          CDATA           #IMPLIED
                        height          CDATA           #IMPLIED
                        hideonclose     CDATA           "true"
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        isopening       CDATA           "0"
                        itemclassname   CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        minheight       CDATA           "22"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        onclosestart    CDATA           "null"
                        onclosestop     CDATA           "null"
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onopenstart     CDATA           "null"
                        onopenstop      CDATA           "null"
                        onselect        CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onselected      CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selected        CDATA           "false"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        setvisiblestate CDATA           "null"
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- The basetabpane for basetabs. If width and height are not set, all
          basetabpanes will resize themselves to largest basetabpane or the
          width of the basetabsbar, whichever is larger. The content of the
          basetabpane is initstage late. You can override this value by setting
          initstage late on basetabpane. -->
<!ELEMENT basetabpane   (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basetabpane   align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datacontrolsvisibility CDATA           "false"
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        inset_bottom    CDATA           #IMPLIED
                        inset_left      CDATA           #IMPLIED
                        inset_right     CDATA           #IMPLIED
                        inset_top       CDATA           #IMPLIED
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        placement       CDATA           "_tabscontent"
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selected        CDATA           "false"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        tab             CDATA           "null"
                        tabclass        CDATA           #IMPLIED
                        text            CDATA           #IMPLIED
                        text            CDATA           "tab"
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- This is the content of a basetabpane.
          @keywords private -->
<!ELEMENT basetabpanecontent (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basetabpanecontent align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        defaultplacement CDATA           "_null_"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- The base tabs object. This is the outermost containing component
          within which there are a basetabsbar and the basetabscontent. -->
<!ELEMENT basetabs      (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basetabs      align           (left | center | right) "left"
                        bar             CDATA           "null"
                        barclass        CDATA           "basetabsbar"
                        bgcolor         CDATA           #IMPLIED
                        bordersize      CDATA           "0"
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        content         CDATA           "null"
                        contentclass    CDATA           "basetabscontent"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        inset_bottom    CDATA           "8"
                        inset_left      CDATA           "8"
                        inset_right     CDATA           "8"
                        inset_top       CDATA           #IMPLIED
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        layout          CDATA           "class: simplelayout; axis: y; spacing: 0"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        tabclass        CDATA           "basetab"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- This class is a container for basetab items. It must be a child of
          basetabs. The default layout for its subviews is "class: simplelayout;
          axis: x; spacing: 0". You can pass the name of this class in the
          'barclass' attribute of tabpane, basetabpane, basetabs, and
          tabs. Basetabs uses this class as its default 'barclass'. -->
<!ELEMENT basetabsbar   (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basetabsbar   align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        dataoption      CDATA           "none"
                        datapath        CDATA           #IMPLIED
                        defaultSelection CDATA           "null"
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        itemclassname   CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        multiselect     CDATA           "false"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        toggleselected  CDATA           "false"
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- Basetabscontent should be in basetabs. If width and height are not
          set, basetabscontent will stretch to the largest content item. You can
          pass the name of this class in the 'contentclass' attribute of
          basetabs and tabs. Basetabs uses this class as its default
          'contentclass'. -->
<!ELEMENT basetabscontent (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basetabscontent align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- This class is a non-visual container that animates and coordinates the
          sliding of basetabelements. -->
<!ELEMENT basetabslider (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basetabslider align           (left | center | right) "left"
                        availableheight CDATA           "0"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        dataoption      CDATA           "none"
                        datapath        CDATA           #IMPLIED
                        defaultSelection CDATA           "null"
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        hilite          CDATA           "false"
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        inset_bottom    CDATA           "8"
                        inset_left      CDATA           "8"
                        inset_right     CDATA           "8"
                        inset_top       CDATA           "8"
                        isdefault       CDATA           #IMPLIED
                        itemclassname   CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        mintabheight    CDATA           "22"
                        multiselect     CDATA           "false"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        opennedtab      CDATA           "null"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        slideduration   CDATA           "300"
                        source          CDATA           #IMPLIED
                        spacing         CDATA           "0"
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        toggleselected  CDATA           "false"
                        totalminheight  CDATA           "0"
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT basetrackgroup (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basetrackgroup activateevents  CDATA           "['onmousedown']"
                        align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        boundsref       CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        deactivateevents CDATA           "['onmouseup']"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onboundsref     CDATA           "null"
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmousetrackoutbottom CDATA           "null"
                        onmousetrackoutleft CDATA           "null"
                        onmousetrackoutright CDATA           "null"
                        onmousetrackouttop CDATA           "null"
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        ontracking      CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        tracking        CDATA           "true"
                        trackingrate    CDATA           "150"
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- An abstract base class to build tree controls. -->
<!ELEMENT basetree      (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basetree      align           (left | center | right) "left"
                        autoscroll      CDATA           "false"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        closesiblings   CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focused         CDATA           "false"
                        focusoverlay    CDATA           "false"
                        focusselect     CDATA           "false"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        isleaf          CDATA           "false"
                        layout          CDATA           #IMPLIED
                        layout          CDATA           "class: simplelayout; axis: y; spacing: 0"
                        multiselect     CDATA           "false"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocus         CDATA           "null"
                        onfocusable     CDATA           "null"
                        onfocused       CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onopen          CDATA           "null"
                        onselect        CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onselected      CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        open            CDATA           "false"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        recurse         CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selected        CDATA           "false"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        showroot        CDATA           "true"
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        toggleselected  CDATA           "false"
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xindent         CDATA           "10"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yindent         CDATA           "20"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- an abstract class for components that represent a value for data -->
<!ELEMENT basevaluecomponent (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basevaluecomponent align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- The basewindow class defines methods, attributes that are used by window
      subclasses. -->
<!ELEMENT basewindow    (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST basewindow    align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datacontrolsvisibility CDATA           "false"
                        datapath        CDATA           #IMPLIED
                        defaultbuttongroup CDATA           "true"
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        haswindowfocus  CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        minheight       CDATA           "50"
                        minwidth        CDATA           "60"
                        mousedel        CDATA           "null"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        onhaswindowfocus CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        state           CDATA           "1"
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT bluestyle     (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | datapath | datapointer)*>
<!ATTLIST bluestyle     basecolor       CDATA           #IMPLIED
                        bgcolor         CDATA           #IMPLIED
                        bordercolor     CDATA           #IMPLIED
                        bordersize      CDATA           #IMPLIED
                        canvascolor     CDATA           #IMPLIED
                        datapath        CDATA           #IMPLIED
                        disabledcolor   CDATA           #IMPLIED
                        hilitecolor     CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           "false"
                        isstyle         CDATA           "true"
                        menuitembgcolor CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onstylechanged  CDATA           "null"
                        placement       CDATA           #IMPLIED
                        selectedcolor   CDATA           #IMPLIED
                        textcolor       CDATA           #IMPLIED
                        textdisabledcolor CDATA           #IMPLIED
                        textfieldcolor  CDATA           #IMPLIED
                        texthilitecolor CDATA           #IMPLIED
                        textselectedcolor CDATA           #IMPLIED>

<!ELEMENT br            EMPTY>

<!-- This is a simple rectangular button with a text label.
 If no height is given, the default height is used and a special
 resource configuration is employed which prevents the
 button from being able to be resized at runtime in the y-axis, but which is
 significantly lighter weight than the standard <b><i>Button</i></b>
 configuration. -->
<!ELEMENT button        (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST button        align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        buttonstate     CDATA           "1"
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        disabledResourceNumber CDATA           "4"
                        doesenter       CDATA           "false"
                        doesenter       CDATA           "true"
                        downResourceNumber CDATA           "3"
                        down_del        CDATA           "null"
                        dsbl_del        CDATA           "null"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focusable       CDATA           "false"
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        leftalign       CDATA           "false"
                        maxframes       CDATA           #IMPLIED
                        maxframes       CDATA           "4"
                        name            NMTOKEN         #IMPLIED
                        normalResourceNumber CDATA           "1"
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        onclick         CDATA           "null"
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onresourceviewcount CDATA           "null"
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        overResourceNumber CDATA           "2"
                        over_del        CDATA           "null"
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        reference       CDATA           #IMPLIED
                        resource        CDATA           #IMPLIED
                        resourceviewcount CDATA           "0"
                        respondtomouseout CDATA           "true"
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        text_padding_x  CDATA           "11"
                        text_padding_y  CDATA           "4"
                        text_x          CDATA           #IMPLIED
                        text_y          CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        titleshift      CDATA           #IMPLIED
                        up_del          CDATA           "null"
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT canvas        ((connection? | splash? | datapath | datapointer* | ((((view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | script | audio | resource | font)* | datasource* | javadatasource* | connectiondatasource* | dataset* | debug? | command* | (((method* | attribute* | (state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate)* | (node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit)* | animator* | animatorgroup*)))+ | class* | include* | library* | (layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout)*)))+))+>
<!ATTLIST canvas        bgcolor         CDATA           "white"
                        debug           CDATA           "false"
                        font            CDATA           "lztahoe8"
                        fontsize        CDATA           "8"
                        fontstyle       CDATA           #IMPLIED
                        height          CDATA           "600"
                        id              ID              #IMPLIED
                        layout          CDATA           #IMPLIED
                        libraries       CDATA           #IMPLIED
                        maxtextheight   CDATA           #IMPLIED
                        maxtextwidth    CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        title           CDATA           "Laszlo Application"
                        validate        CDATA           "true"
                        version         CDATA           "1.1"
                        width           CDATA           "800">

<!-- A checkbox component representing a boolean -->
<!ELEMENT checkbox      (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST checkbox      align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        onvalue         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        value           CDATA           "false"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT class         ((((((((method* | attribute* | (state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate)* | (node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit)* | animator* | animatorgroup*)))+ | (((include* | datapath | datapointer* | (view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext)* | (dataselectionmanager | datalistselector)? | (selectionmanager | treeselector | listselector)* | (layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout)*)))+)))+ | command*))+>
<!ATTLIST class         align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        extends         NMTOKEN         "view"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- A dropdown list of selectable items. Can either be editable or
          not. -->
<!ELEMENT combobox      (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST combobox      align           (left | center | right) "left"
                        attachoffset    CDATA           "-1"
                        autoscrollbar   CDATA           "true"
                        bgcolor         CDATA           #IMPLIED
                        bordersize      CDATA           "1"
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        dataoption      CDATA           "none"
                        datapath        CDATA           #IMPLIED
                        defaultplacement CDATA           #IMPLIED
                        defaultselection CDATA           "null"
                        defaulttext     CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        editable        CDATA           "true"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initcomplete    CDATA           "0"
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        isopen          CDATA           "false"
                        itemclassname   CDATA           #IMPLIED
                        itemdatapath    CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        mousedownintext CDATA           "false"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        ondefaultselection CDATA           "null"
                        oneditable      CDATA           "null"
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onstyle         CDATA           "null"
                        ontext          CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selected        CDATA           "null"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        shownitems      CDATA           "-1"
                        source          CDATA           #IMPLIED
                        spacing         CDATA           "0"
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        value           CDATA           #IMPLIED
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT command       ((method* | attribute* | (state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate)* | (node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit)* | animator* | animatorgroup*))+>
<!ATTLIST command       active          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        key             CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED>

<!ELEMENT connection    ((agent* | method*))+>
<!ATTLIST connection    authenticator   CDATA           #IMPLIED
                        authparam       CDATA           #IMPLIED
                        group           CDATA           #IMPLIED
                        heartbeat       CDATA           #IMPLIED
                        onconnect       CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondisconnect    CDATA           #IMPLIED
                        onerror         CDATA           #IMPLIED
                        ontimeout       CDATA           #IMPLIED
                        onuserdisconnect CDATA           #IMPLIED
                        receiveuserdisconnect CDATA           "false"
                        secure          CDATA           #IMPLIED
                        secureport      CDATA           #IMPLIED
                        timeout         CDATA           #IMPLIED>

<!ELEMENT connectiondatasource ((dataset* | method*))+>
<!ATTLIST connectiondatasource id              ID              #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onconnect       CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondisconnect    CDATA           #IMPLIED
                        onerror         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        ontimeout       CDATA           #IMPLIED
                        onuserdisconnect CDATA           #IMPLIED>

<!ELEMENT constantboundslayout (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup)*>
<!ATTLIST constantboundslayout axis            CDATA           "y"
                        id              ID              #IMPLIED
                        locked          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        placement       CDATA           #IMPLIED
                        value           CDATA           "0">

<!ELEMENT constantlayout (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup)*>
<!ATTLIST constantlayout axis            CDATA           "y"
                        id              ID              #IMPLIED
                        locked          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        placement       CDATA           #IMPLIED
                        value           CDATA           #IMPLIED>

<!-- a helper class that wraps the dataselectionmanager in some
        higher level APIs, used by baselist -->
<!ELEMENT datalistselector (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup)*>
<!ATTLIST datalistselector id              ID              #IMPLIED
                        multiselect     CDATA           "false"
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        toggle          CDATA           #IMPLIED>

<!ELEMENT datapath      ((method* | attribute* | (state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate)* | (node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit)* | animator* | animatorgroup*))+>
<!ATTLIST datapath      id              ID              #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        ondata          CDATA           #IMPLIED
                        onerror         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        ontimeout       CDATA           #IMPLIED
                        p               CDATA           #IMPLIED
                        pooling         CDATA           "false"
                        replication     (normal | lazy) #IMPLIED
                        rerunxpath      CDATA           #IMPLIED
                        sortorder       CDATA           #IMPLIED
                        sortpath        CDATA           #IMPLIED
                        spacing         CDATA           "0"
                        xpath           CDATA           #IMPLIED>

<!ELEMENT datapointer   ((method* | attribute* | (state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate)* | (node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit)* | animator* | animatorgroup*))+>
<!ATTLIST datapointer   id              ID              #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        ondata          CDATA           #IMPLIED
                        onerror         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        ontimeout       CDATA           #IMPLIED
                        p               CDATA           #IMPLIED
                        rerunxpath      CDATA           #IMPLIED
                        spacing         CDATA           "0"
                        xpath           CDATA           #IMPLIED>

<!ELEMENT dataselectionmanager ((method* | attribute* | (state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate)* | (node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit)* | animator* | animatorgroup*))+>
<!ATTLIST dataselectionmanager id              ID              #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        toggle          CDATA           #IMPLIED>

<!ELEMENT dataset       (#PCDATA)*>
<!ATTLIST dataset       acceptencodings CDATA           #IMPLIED
                        autorequest     CDATA           #IMPLIED
                        cacheable       CDATA           "false"
                        datapath        CDATA           #IMPLIED
                        endpoint        CDATA           #IMPLIED
                        getresponseheaders CDATA           "true"
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        method          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        namespace       CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        onerror         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        ontimeout       CDATA           #IMPLIED
                        port            CDATA           "443"
                        querystring     CDATA           #IMPLIED
                        queuerequests   CDATA           #IMPLIED
                        request         CDATA           #IMPLIED
                        secure          CDATA           "false"
                        secureport      CDATA           "443"
                        src             CDATA           #IMPLIED
                        type            CDATA           #IMPLIED>

<!ELEMENT datasource    ((dataset* | (((method* | attribute* | (state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate)* | (node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit)* | animator* | animatorgroup*)))+))+>
<!ATTLIST datasource    baseurl         CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        port            CDATA           "443"
                        secure          CDATA           "false"
                        timeout         CDATA           #IMPLIED
                        type            CDATA           #IMPLIED
                        waitcursor      CDATA           #IMPLIED>

<!ELEMENT debug         EMPTY>
<!ATTLIST debug         font            CDATA           "debugger-font"
                        fontsize        CDATA           "8"
                        height          CDATA           "125"
                        width           CDATA           "325"
                        x               CDATA           "10"
                        y               CDATA           "10">

<!-- Drop shadow for the bottom of the debugger window

    @keywords private -->
<!ELEMENT debugger_shadow_bottom (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST debugger_shadow_bottom align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- Drop shadow for the right side of the debugger window 

    @keywords private -->
<!ELEMENT debugger_shadow_right (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST debugger_shadow_right align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- The Laszlo debugger window. An instance will be automatically
    instantiated when the application is compiled in debug mode
    (requested by either using the
    <code>canvas</code> <code>debug</code> attribute or by loading the
    application using the <code>?debug=true</code> option).  

    @keywords private_constructor -->
<!ELEMENT debugwindow   (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST debugwindow   align           (left | center | right) "left"
                        autoScroll      CDATA           "true"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        closeable       CDATA           "true"
                        commandhistory  CDATA           "[]"
                        commandhistory_ptr CDATA           "0"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        debuggerBorderWidth CDATA           "5"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        focustrap       CDATA           "true"
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        initstage       CDATA           "early"
                        internalPropertyPrefixes CDATA           "_root._dbg_internalPropertyPrefixes"
                        layout          CDATA           #IMPLIED
                        lineheight      CDATA           "13"
                        minimized       CDATA           "false"
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        options         CDATA           "ignorelayout"
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        printLength     CDATA           "1024"
                        resizable       CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        savedHeight     CDATA           "125"
                        savedInputAreaHeight CDATA           "53"
                        savedWidth      CDATA           "340"
                        savedXPos       CDATA           "10"
                        savedYPos       CDATA           "10"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        showInternalProperties CDATA           "false"
                        smallInputAreaHeight CDATA           "29"
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        title           CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- this state provides standard 'drag' functionality to its immediateparent when applied -->
<!ELEMENT dragstate     (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST dragstate     align           (left | center | right) "left"
                        apply           CDATA           #IMPLIED
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        drag_axis       CDATA           "both"
                        drag_max_x      CDATA           "null"
                        drag_max_y      CDATA           "null"
                        drag_min_x      CDATA           "null"
                        drag_min_y      CDATA           "null"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onapply         CDATA           #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onremove        CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        pooling         CDATA           "false"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        x               CDATA           #IMPLIED
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        y               CDATA           #IMPLIED
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- This component provides the look and feel for user editable text, data
          binding, and focus events. -->
<!ELEMENT edittext      (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST edittext      align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        height          CDATA           "24"
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        multiline       CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        password        CDATA           "false"
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resizable       CDATA           #IMPLIED
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        width           CDATA           "106"
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT face          EMPTY>
<!ATTLIST face          src             CDATA           #IMPLIED
                        style           CDATA           #IMPLIED>

<!-- A list which floats above other components on the canvas.  The
          floatinglist may be attached to a view, in which case the
          attachlocation attribute may be used to specify where the attachment
          occurs. -->
<!ELEMENT floatinglist  (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST floatinglist  align           (left | center | right) "left"
                        attach          CDATA           "bottom"
                        attachoffset    CDATA           "0"
                        attachtarget    CDATA           "null"
                        autoscrollbar   CDATA           "true"
                        bgcolor         CDATA           #IMPLIED
                        border_bottom   CDATA           #IMPLIED
                        border_bottom   CDATA           #IMPLIED
                        border_left     CDATA           #IMPLIED
                        border_right    CDATA           #IMPLIED
                        border_top      CDATA           #IMPLIED
                        border_top      CDATA           #IMPLIED
                        bordersize      CDATA           "1"
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        dataoption      CDATA           "none"
                        datapath        CDATA           #IMPLIED
                        defaultSelection CDATA           "null"
                        defaultplacement CDATA           "content"
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        itemclassname   CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        multiselect     CDATA           "false"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onshownitems    CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        owner           CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rightinset      CDATA           "0"
                        rotation        CDATA           "0"
                        scrollable      CDATA           "false"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        shadowcrn       CDATA           "0"
                        shadowoffsety   CDATA           #IMPLIED
                        shownitems      CDATA           "-1"
                        source          CDATA           #IMPLIED
                        spacing         CDATA           "0"
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        toggleselected  CDATA           "false"
                        tracking        CDATA           "false"
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT focusoverlay  (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST focusoverlay  active          CDATA           "false"
                        align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        duration        CDATA           "400"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        offset          CDATA           "5"
                        onactive        CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        ontarget        CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        target          CDATA           "null"
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT font          (#PCDATA | pre | a | b | font | i | p | br | u | face)*>
<!ATTLIST font          color           CDATA           #IMPLIED
                        face            CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        size            CDATA           #IMPLIED
                        src             CDATA           #IMPLIED
                        style           CDATA           #IMPLIED>

<!-- Extends the component grouping features of baseform to also provide
          standard layout for from controls. Buttons will be placed in a view at
          the bottom right of the form (placement 'buttonplace'). A form is
          typicaly a collection of UI elements where each represents data from
          the user that will be submitted to the server as a request. -->
<!ELEMENT form          (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST form          align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        defaultplacement CDATA           "content"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        formdata        CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        inset_bottom    CDATA           "10"
                        inset_left      CDATA           "10"
                        inset_right     CDATA           "10"
                        inset_top       CDATA           "10"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        spacing         CDATA           "10"
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT frame         EMPTY>
<!ATTLIST frame         name            NMTOKEN         #IMPLIED
                        src             CDATA           #IMPLIED>

<!ELEMENT goldstyle     (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | datapath | datapointer)*>
<!ATTLIST goldstyle     basecolor       CDATA           #IMPLIED
                        bgcolor         CDATA           #IMPLIED
                        bordercolor     CDATA           #IMPLIED
                        bordersize      CDATA           #IMPLIED
                        canvascolor     CDATA           #IMPLIED
                        datapath        CDATA           #IMPLIED
                        disabledcolor   CDATA           #IMPLIED
                        hilitecolor     CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           "false"
                        isstyle         CDATA           "true"
                        menuitembgcolor CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onstylechanged  CDATA           "null"
                        placement       CDATA           #IMPLIED
                        selectedcolor   CDATA           #IMPLIED
                        textcolor       CDATA           #IMPLIED
                        textdisabledcolor CDATA           #IMPLIED
                        textfieldcolor  CDATA           #IMPLIED
                        texthilitecolor CDATA           #IMPLIED
                        textselectedcolor CDATA           #IMPLIED>

<!ELEMENT greenstyle    (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | datapath | datapointer)*>
<!ATTLIST greenstyle    basecolor       CDATA           #IMPLIED
                        bgcolor         CDATA           #IMPLIED
                        bordercolor     CDATA           #IMPLIED
                        bordersize      CDATA           #IMPLIED
                        canvascolor     CDATA           #IMPLIED
                        datapath        CDATA           #IMPLIED
                        disabledcolor   CDATA           #IMPLIED
                        hilitecolor     CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           "false"
                        isstyle         CDATA           "true"
                        menuitembgcolor CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onstylechanged  CDATA           "null"
                        placement       CDATA           #IMPLIED
                        selectedcolor   CDATA           #IMPLIED
                        textcolor       CDATA           #IMPLIED
                        textdisabledcolor CDATA           #IMPLIED
                        textfieldcolor  CDATA           #IMPLIED
                        texthilitecolor CDATA           #IMPLIED
                        textselectedcolor CDATA           #IMPLIED>

<!-- A row-based data display and editing component. -->
<!ELEMENT grid          (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST grid          align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        bgcolor0        CDATA           #IMPLIED
                        bgcolor1        CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        columns         CDATA           "null"
                        contentdatapath CDATA           "*"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        hilite          CDATA           "null"
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        layout          CDATA           "placement : 'hcontent';axis:'x' ; spacing:-1"
                        multiselect     CDATA           "true"
                        name            NMTOKEN         #IMPLIED
                        needshscroll    CDATA           #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onshownitems    CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        rowheight       CDATA           "null"
                        selectable      CDATA           "true"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        showhlines      CDATA           "false"
                        showhscroll     CDATA           "true"
                        shownitems      CDATA           "-1"
                        showvlines      CDATA           "false"
                        sizetoheader    CDATA           "null"
                        source          CDATA           #IMPLIED
                        spacing         CDATA           "0"
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT gridcolumn    (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST gridcolumn    align           (left | center | right) "left"
                        ascendComparator CDATA           "null"
                        ascendsort      CDATA           "true"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        colwidth        CDATA           #IMPLIED
                        colwidth        CDATA           #IMPLIED
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        datatype        CDATA           "string"
                        defaultPlacement CDATA           "content"
                        descendComparator CDATA           "null"
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focusable       CDATA           "false"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasSort         CDATA           "false"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        minwidth        CDATA           "10"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        placement       CDATA           "hcontent"
                        play            CDATA           "true"
                        resizable       CDATA           "true"
                        resizemargin    CDATA           "3"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        showheader      CDATA           "true"
                        sortable        CDATA           "true"
                        sortpath        CDATA           #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT gridtext      (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST gridtext      align           (left | center | right) "left"
                        ascendComparator CDATA           "null"
                        ascendsort      CDATA           "true"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        colwidth        CDATA           #IMPLIED
                        colwidth        CDATA           #IMPLIED
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        datapath        CDATA           #IMPLIED
                        datatype        CDATA           "string"
                        defaultPlacement CDATA           "content"
                        descendComparator CDATA           "null"
                        doesenter       CDATA           "false"
                        editable        CDATA           "true"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focusable       CDATA           "false"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasSort         CDATA           "false"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        minwidth        CDATA           "10"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        placement       CDATA           "hcontent"
                        play            CDATA           "true"
                        resizable       CDATA           "true"
                        resizemargin    CDATA           "3"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        rowdp           CDATA           #IMPLIED
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        showheader      CDATA           "true"
                        sortable        CDATA           "true"
                        sortpath        CDATA           #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT i             (#PCDATA | pre | a | b | font | i | p | br | u)*>

<!ELEMENT include       EMPTY>
<!ATTLIST include       href            CDATA           #IMPLIED
                        type            (text | xml)    "xml">

<!ELEMENT inputtext     (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST inputtext     align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        label           CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        multiline       CDATA           "false"
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        password        CDATA           "false"
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resizable       CDATA           #IMPLIED
                        resize          CDATA           "false"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectable      CDATA           "false"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT javadatasource ((((dataset))+ | (((method* | attribute* | (state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate)* | (node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit)* | animator* | animatorgroup*)))+))+>
<!ATTLIST javadatasource id              ID              #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        secure          CDATA           "false"
                        src             CDATA           #IMPLIED
                        timeout         CDATA           #IMPLIED>

<!ELEMENT layout        ((method* | attribute* | (state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate)* | (node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit)* | animator* | animatorgroup*))+>
<!ATTLIST layout        id              ID              #IMPLIED
                        locked          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        placement       CDATA           #IMPLIED>

<!ELEMENT library       ((((((view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | script | audio | resource | font)* | datasource* | javadatasource* | connectiondatasource* | dataset* | debug? | command* | (((method* | attribute* | (state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate)* | (node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit)* | animator* | animatorgroup*)))+ | class* | include* | library* | (layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout)*)))+ | datapointer*))+>
<!ATTLIST library       href            CDATA           #IMPLIED>

<!-- A list containing listitems and providing selection capabilities. -->
<!ELEMENT list          (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST list          align           (left | center | right) "left"
                        autoscrollbar   CDATA           "true"
                        bgcolor         CDATA           #IMPLIED
                        border_bottom   CDATA           #IMPLIED
                        border_left     CDATA           #IMPLIED
                        border_right    CDATA           #IMPLIED
                        border_top      CDATA           #IMPLIED
                        bordersize      CDATA           "1"
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        dataoption      CDATA           "none"
                        datapath        CDATA           #IMPLIED
                        defaultSelection CDATA           "null"
                        defaultplacement CDATA           "content"
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        itemclassname   CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        multiselect     CDATA           "false"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onshownitems    CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rightinset      CDATA           "0"
                        rotation        CDATA           "0"
                        scrollable      CDATA           "false"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        shownitems      CDATA           "-1"
                        source          CDATA           #IMPLIED
                        spacing         CDATA           "0"
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        toggleselected  CDATA           "false"
                        tracking        CDATA           "false"
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- A simple listitem that is usually declared inside of a list. -->
<!ELEMENT listitem      (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST listitem      align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        height          CDATA           "20"
                        hilited         CDATA           "false"
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onselected      CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selected        CDATA           "false"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- a helper class that wraps the selectionmanager in some
        higher level APIs, used by baselist -->
<!ELEMENT listselector  (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup)*>
<!ATTLIST listselector  id              ID              #IMPLIED
                        multiselect     CDATA           "false"
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        toggle          CDATA           #IMPLIED>

<!ELEMENT menu          (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST menu          align           (left | center | right) "left"
                        attach          CDATA           "bottom"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        menu_ref        CDATA           "false"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onopened        CDATA           "null"
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        opened          CDATA           "false"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        text            CDATA           "menutitle"
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT menuarrow     (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST menuarrow     align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT menubar       (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST menubar       align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        height          CDATA           "20"
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT menubutton    (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST menubutton    align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        buttonstate     CDATA           "1"
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        disabledResourceNumber CDATA           "4"
                        doesenter       CDATA           "false"
                        doesenter       CDATA           "true"
                        downResourceNumber CDATA           "3"
                        down_del        CDATA           "null"
                        dsbl_del        CDATA           "null"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focusable       CDATA           "false"
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        leftalign       CDATA           "false"
                        maxframes       CDATA           #IMPLIED
                        maxframes       CDATA           "4"
                        name            NMTOKEN         #IMPLIED
                        normalResourceNumber CDATA           "1"
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        onclick         CDATA           "null"
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onresourceviewcount CDATA           "null"
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        overResourceNumber CDATA           "2"
                        over_del        CDATA           "null"
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        reference       CDATA           #IMPLIED
                        resource        CDATA           #IMPLIED
                        resourceviewcount CDATA           "0"
                        respondtomouseout CDATA           "true"
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        text_padding_x  CDATA           "11"
                        text_padding_y  CDATA           "4"
                        text_x          CDATA           #IMPLIED
                        text_y          CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        titleshift      CDATA           #IMPLIED
                        up_del          CDATA           "null"
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT menufloatinglist (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST menufloatinglist align           (left | center | right) "left"
                        attach          CDATA           "bottom"
                        attachoffset    CDATA           "0"
                        attachtarget    CDATA           "null"
                        autoscrollbar   CDATA           "true"
                        bgcolor         CDATA           #IMPLIED
                        border_bottom   CDATA           #IMPLIED
                        border_bottom   CDATA           #IMPLIED
                        border_left     CDATA           #IMPLIED
                        border_right    CDATA           #IMPLIED
                        border_top      CDATA           #IMPLIED
                        border_top      CDATA           #IMPLIED
                        bordersize      CDATA           "1"
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        dataoption      CDATA           "none"
                        datapath        CDATA           #IMPLIED
                        defaultSelection CDATA           "null"
                        defaultplacement CDATA           "content"
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        issubmenu       CDATA           "false"
                        itemclassname   CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        multiselect     CDATA           "false"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onselect        CDATA           #IMPLIED
                        onshownitems    CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        owner           CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rightinset      CDATA           "0"
                        rotation        CDATA           "0"
                        scrollable      CDATA           "false"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        shadowcrn       CDATA           "0"
                        shadowoffsety   CDATA           #IMPLIED
                        shownitems      CDATA           "-1"
                        source          CDATA           #IMPLIED
                        spacing         CDATA           "0"
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        toggleselected  CDATA           "false"
                        tracking        CDATA           "false"
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT menuitem      (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST menuitem      align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        command         CDATA           #IMPLIED
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        delaytime       CDATA           "300"
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        height          CDATA           "20"
                        hidesubmenu_del CDATA           "null"
                        hilited         CDATA           "false"
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onselect        CDATA           "null"
                        onselected      CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selected        CDATA           "false"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        showsubmenu_del CDATA           "null"
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        text_x          CDATA           "4"
                        text_y          CDATA           "3"
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- A beveled line used to visually separate menu items -->
<!ELEMENT menuseparator (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST menuseparator align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xinset          CDATA           "3"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT method        (#PCDATA)*>
<!ATTLIST method        args            CDATA           #IMPLIED
                        event           CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        reference       CDATA           "this">

<!-- A modal dialog window. -->
<!ELEMENT modaldialog   (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST modaldialog   align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        closeable       CDATA           "false"
                        content_inset_bottom CDATA           "10"
                        content_inset_left CDATA           "14"
                        content_inset_right CDATA           "14"
                        content_inset_top CDATA           "10"
                        cursor          NMTOKEN         #IMPLIED
                        datacontrolsvisibility CDATA           "false"
                        datapath        CDATA           #IMPLIED
                        defaultbuttongroup CDATA           "true"
                        defaultplacement CDATA           "content"
                        defaultplacement CDATA           "mdcontent"
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        haswindowfocus  CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        inset_bottom    CDATA           "20"
                        inset_left      CDATA           "6"
                        inset_right     CDATA           "11"
                        inset_top       CDATA           "22"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        minheight       CDATA           "50"
                        minwidth        CDATA           "60"
                        mousedel        CDATA           "null"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        onhaswindowfocus CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        state           CDATA           "1"
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        title           CDATA           #IMPLIED
                        titlearea_inset_top CDATA           "6"
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT multistatebutton (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST multistatebutton align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        disabledResourceNumber CDATA           "4"
                        doesenter       CDATA           "false"
                        downResourceNumber CDATA           "3"
                        down_del        CDATA           "null"
                        dsbl_del        CDATA           "null"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focusable       CDATA           "false"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        frame           CDATA           #IMPLIED
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        lastres         CDATA           "1"
                        layout          CDATA           #IMPLIED
                        maxframes       CDATA           #IMPLIED
                        maxstate        CDATA           "0"
                        name            NMTOKEN         #IMPLIED
                        normalResourceNumber CDATA           "1"
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        onclick         CDATA           "null"
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onresourceviewcount CDATA           "null"
                        onselect        CDATA           #IMPLIED
                        onstatelength   CDATA           "null"
                        onstatenum      CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        overResourceNumber CDATA           "2"
                        over_del        CDATA           "null"
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        reference       CDATA           #IMPLIED
                        resource        CDATA           #IMPLIED
                        resourceviewcount CDATA           "0"
                        respondtomouseout CDATA           "true"
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        statelength     CDATA           "3"
                        statenum        CDATA           "0"
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        up_del          CDATA           "null"
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT node          (((((method* | attribute* | (state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate)* | (node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit)* | animator* | animatorgroup*)))+ | datapath | datapointer*))+>
<!ATTLIST node          datapath        CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        placement       CDATA           #IMPLIED>

<!ELEMENT p             (#PCDATA | pre | a | b | font | i | p | br | u)*>

<!ELEMENT pre           (#PCDATA | pre | a | b | font | i | p | br | u)*>

<!ELEMENT preloadresource EMPTY>
<!ATTLIST preloadresource align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        center          CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        hideafterinit   CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        lastframe       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        ratio           CDATA           #IMPLIED
                        resource        CDATA           #IMPLIED
                        resourcename    CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        synchronized    CDATA           #IMPLIED
                        synctoload      CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT purplestyle   (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | datapath | datapointer)*>
<!ATTLIST purplestyle   basecolor       CDATA           #IMPLIED
                        bgcolor         CDATA           #IMPLIED
                        bordercolor     CDATA           #IMPLIED
                        bordersize      CDATA           #IMPLIED
                        canvascolor     CDATA           #IMPLIED
                        datapath        CDATA           #IMPLIED
                        disabledcolor   CDATA           #IMPLIED
                        hilitecolor     CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           "false"
                        isstyle         CDATA           "true"
                        menuitembgcolor CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onstylechanged  CDATA           "null"
                        placement       CDATA           #IMPLIED
                        selectedcolor   CDATA           #IMPLIED
                        textcolor       CDATA           #IMPLIED
                        textdisabledcolor CDATA           #IMPLIED
                        textfieldcolor  CDATA           #IMPLIED
                        texthilitecolor CDATA           #IMPLIED
                        textselectedcolor CDATA           #IMPLIED>

<!-- Implements a "radio" button, allows a one-of-many selection when
          several of these are in a radiogroup. Radiobutton expects its parent
          to be radiogroup. -->
<!ELEMENT radiobutton   (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST radiobutton   align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initcomplete    CDATA           "0"
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onselected      CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selected        CDATA           "false"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!-- Enables a one-of-many selection of its children. -->
<!ELEMENT radiogroup    (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST radiogroup    align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        dataoption      CDATA           "none"
                        datapath        CDATA           #IMPLIED
                        defaultSelection CDATA           "null"
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        isdefault       CDATA           #IMPLIED
                        itemclassname   CDATA           #IMPLIED
                        layout          CDATA           #IMPLIED
                        layout          CDATA           "class: simplelayout; axis: y; spacing:5"
                        multiselect     CDATA           "false"
                        name            NMTOKEN         #IMPLIED
                        on_enabled      CDATA           "null"
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        onfocusable     CDATA           "null"
                        oninit          CDATA           #IMPLIED
                        onisdefault     CDATA           "null"
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        onselect        CDATA           "null"
                        onstyle         CDATA           "null"
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        style           CDATA           #IMPLIED
                        styleable       CDATA           "true"
                        text            CDATA           #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        toggleselected  CDATA           "false"
                        valign          (top | middle | bottom) "top"
                        value           CDATA           "null"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT resizelayout  (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup)*>
<!ATTLIST resizelayout  axis            CDATA           "y"
                        id              ID              #IMPLIED
                        locked          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        placement       CDATA           #IMPLIED
                        spacing         CDATA           "0">

<!-- resizes its immediateparent in response to mouse events, when applied -->
<!ELEMENT resizestate   (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST resizestate   align           (left | center | right) "left"
                        apply           CDATA           #IMPLIED
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onapply         CDATA           #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onremove        CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        pooling         CDATA           "false"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xroffset        CDATA           #IMPLIED
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yroffset        CDATA           #IMPLIED
                        yscale          CDATA           "1.0">

<!-- this state is designed to be applied to a view that has defined the
         attributes: minwidth and minheight -->
<!ELEMENT resizestatemin (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST resizestatemin align           (left | center | right) "left"
                        apply           CDATA           #IMPLIED
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        height          CDATA           #IMPLIED
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onapply         CDATA           #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onremove        CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        pooling         CDATA           "false"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xroffset        CDATA           #IMPLIED
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yroffset        CDATA           #IMPLIED
                        yscale          CDATA           "1.0">

<!ELEMENT resizeview_x  (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST resizeview_x  align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        frame           CDATA           #IMPLIED
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        left            CDATA           #IMPLIED
                        middle          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        right           CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT resizeview_y  (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST resizeview_y  align           (left | center | right) "left"
                        bgcolor         CDATA           #IMPLIED
                        bottom          CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        frame           CDATA           #IMPLIED
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                        initstage       (early | normal | late | immediate | defer) "normal"
                        layout          CDATA           #IMPLIED
                        middle          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        onblur          CDATA           #IMPLIED
                        onclick         CDATA           #IMPLIED
                        ondata          CDATA           #IMPLIED
                        ondblclick      CDATA           #IMPLIED
                        onfocus         CDATA           #IMPLIED
                        oninit          CDATA           #IMPLIED
                        onkeydown       CDATA           #IMPLIED
                        onkeyup         CDATA           #IMPLIED
                        onmousedown     CDATA           #IMPLIED
                        onmouseout      CDATA           #IMPLIED
                        onmouseover     CDATA           #IMPLIED
                        onmouseup       CDATA           #IMPLIED
                        onselect        CDATA           #IMPLIED
                        opacity         CDATA           "1.0"
                        options         CDATA           #IMPLIED
                        pixellock       CDATA           "false"
                        placement       CDATA           #IMPLIED
                        play            CDATA           "true"
                        resource        CDATA           #IMPLIED
                        rotation        CDATA           "0"
                        selectiontype   (none | single | toggle | multi | range) #IMPLIED
                        source          CDATA           #IMPLIED
                        stretches       (width | height | both) #IMPLIED
                        textheight      CDATA           #IMPLIED
                        textwidth       CDATA           #IMPLIED
                        top             CDATA           #IMPLIED
                        valign          (top | middle | bottom) "top"
                        visible         CDATA           "true"
                        width           CDATA           #IMPLIED
                        x               CDATA           "0"
                        xoffset         CDATA           "0"
                        xscale          CDATA           "1.0"
                        y               CDATA           "0"
                        yoffset         CDATA           "0"
                        yscale          CDATA           "1.0">

<!ELEMENT resource      (frame)*>
<!ATTLIST resource      name            NMTOKEN         #IMPLIED
                        src             CDATA           #IMPLIED>

<!ELEMENT reverselayout (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup)*>
<!ATTLIST reverselayout axis            CDATA           "y"
                        end             CDATA           "true"
                        id              ID              #IMPLIED
                        inset           CDATA           "0"
                        locked          CDATA           #IMPLIED
                        name            NMTOKEN         #IMPLIED
                        oninit          CDATA           #IMPLIED
                        placement       CDATA           #IMPLIED
                        sizeAxis        CDATA           "height"
                        spacing         CDATA           "0">

<!ELEMENT script        (#PCDATA)*>
<!ATTLIST script        id              ID              #IMPLIED
                        src             CDATA           #IMPLIED>

<!-- A scrollbar manipulates the x or y position of a target view that is
          clipped by its parent, creating a scrolling effect when the user
          clicks up/down arrows, clicks on the scroll track or drags the
          thumb. -->
<!ELEMENT scrollbar     (#PCDATA | method | attribute | state | _dbg_lzvdrag | _dbg_lzhdrag | resizestate | resizestatemin | dragstate | node | style | purplestyle | goldstyle | greenstyle | bluestyle | silverstyle | whitestyle | _componentmanager | submit | animator | animatorgroup | include | datapath | datapointer | view | DebugObject | TestResult | Test | TestSuite | TestCase | resizeview_y | resizeview_x | menuarrow | _floatshadow | simpleinputtext | debugwindow | debugger_shadow_right | debugger_shadow_bottom | _dbg_lztextscroller | _dbg_horiz_scrollbar | basetabpanecontent | baseslidertrack | slidertrack | swatchview | basetrackgroup | basecomponent | menu | menuseparator | menubar | basegrid | grid | basegridcolumn | gridcolumn | gridtext | basegridrow | basetree | tree | basetabs | tabs | basetabscontent | tabscontent | basetabpane | tabpane | basewindow | windowpanel | modaldialog | alert | window | basescrollthumb | basescrollbar | scrollbar | basevaluecomponent | baselistitem | radiobutton | listitem | textlistitem | menuitem | basetabelement | tabelement | basetab | tab | baseslider | slider | baseformitem | edittext | checkbox | combobox | baselist | radiogroup | list | floatinglist | menufloatinglist | basetabslider | tabslider | basetabsbar | tabsbar | basebutton | button | menubutton | basesliderthumb | sliderthumb | multistatebutton | basebuttonrepeater | basescrolltrack | basescrollarrow | basefocusview | focusoverlay | baseform | form | text | statictext | inputtext | _internalinputtext | dataselectionmanager | datalistselector | selectionmanager | treeselector | listselector | layout | reverselayout | wrappinglayout | constantboundslayout | constantlayout | stableborderlayout | simpleboundslayout | resizelayout | simplelayout | command)*>
<!ATTLIST scrollbar     align           (left | center | right) "left"
                        axis            CDATA           "y"
                        bgcolor         CDATA           #IMPLIED
                        clickable       CDATA           #IMPLIED
                        clip            CDATA           "false"
                        cursor          NMTOKEN         #IMPLIED
                        datapath        CDATA           #IMPLIED
                        disabledbgcolor CDATA           "null"
                        doesenter       CDATA           "false"
                        enabled         CDATA           "true"
                        fgcolor         CDATA           #IMPLIED
                        focusable       CDATA           #IMPLIED
                        focusable       CDATA           "true"
                        focustrap       CDATA           #IMPLIED
                        font            CDATA           #IMPLIED
                        fontsize        CDATA           #IMPLIED
                        fontstyle       CDATA           #IMPLIED
                        frame           CDATA           "0"
                        hasdefault      CDATA           "false"
                        height          CDATA           #IMPLIED
                        id              ID              #IMPLIED
                  