<!-- 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       