diff --git a/XMLSchema/2001/pom.xml b/XMLSchema/2001/pom.xml index 43accd1..3d4b0d2 100644 --- a/XMLSchema/2001/pom.xml +++ b/XMLSchema/2001/pom.xml @@ -8,7 +8,7 @@ org.hisrc.w3c w3c-schema-parent - 1.0.4-SNAPSHOT + 1.0.4 ../../schema-parent/pom.xml diff --git a/XMLSchema/pom.xml b/XMLSchema/pom.xml index 0aa481c..6176c8f 100644 --- a/XMLSchema/pom.xml +++ b/XMLSchema/pom.xml @@ -8,7 +8,7 @@ org.hisrc.w3c w3c-schemas-project - 1.0.4-SNAPSHOT + 1.0.4 2001 diff --git a/atom/2005/pom.xml b/atom/2005/pom.xml index a63fed7..1c5af88 100644 --- a/atom/2005/pom.xml +++ b/atom/2005/pom.xml @@ -8,7 +8,7 @@ org.hisrc.w3c w3c-schema-parent - 1.0.4-SNAPSHOT + 1.0.4 ../../schema-parent/pom.xml diff --git a/atom/pom.xml b/atom/pom.xml index e9f8241..1707733 100644 --- a/atom/pom.xml +++ b/atom/pom.xml @@ -8,7 +8,7 @@ org.hisrc.w3c w3c-schemas-project - 1.0.4-SNAPSHOT + 1.0.4 2005 diff --git a/pom.xml b/pom.xml index c5c402c..c00a94c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.hisrc.w3c w3c-schemas-project - 1.0.4-SNAPSHOT + 1.0.4 pom W3C Schemas Project https://github.com/highsource/w3c-schemas diff --git a/schema-parent/pom.xml b/schema-parent/pom.xml index 276e6a5..73c8055 100644 --- a/schema-parent/pom.xml +++ b/schema-parent/pom.xml @@ -8,7 +8,7 @@ org.hisrc.w3c w3c-schemas-project - 1.0.4-SNAPSHOT + 1.0.4 diff --git a/schemas/pom.xml b/schemas/pom.xml index 4f4518b..178308c 100644 --- a/schemas/pom.xml +++ b/schemas/pom.xml @@ -7,7 +7,7 @@ org.hisrc.w3c w3c-schemas-project - 1.0.4-SNAPSHOT + 1.0.4 install diff --git a/scripts/lib/Atom_1_0.js b/scripts/lib/Atom_1_0.js index d4eae66..1de5507 100644 --- a/scripts/lib/Atom_1_0.js +++ b/scripts/lib/Atom_1_0.js @@ -60,17 +60,17 @@ var Atom_1_0_Module_Factory = function () { }] }], eis: [{ - en: 'uri' - }, { - en: 'author', - ti: '.AtomPersonConstruct' - }, { en: 'email' + }, { + en: 'uri' }, { en: 'link', ti: '.Link' }, { en: 'name' + }, { + en: 'author', + ti: '.AtomPersonConstruct' }] }; return { diff --git a/scripts/lib/WS_Addr_1_0_Core.js b/scripts/lib/WS_Addr_1_0_Core.js index 8eb4cdd..5e74e23 100644 --- a/scripts/lib/WS_Addr_1_0_Core.js +++ b/scripts/lib/WS_Addr_1_0_Core.js @@ -3,25 +3,26 @@ var WS_Addr_1_0_Core_Module_Factory = function () { n: 'WS_Addr_1_0_Core', dens: 'http:\/\/www.w3.org\/2005\/08\/addressing', tis: [{ - ln: 'AttributedQNameType', + ln: 'AttributedURIType', ps: [{ n: 'otherAttributes', t: 'aa' }, { n: 'value', - ti: 'QName', t: 'v' }] }, { - ln: 'ReferenceParametersType', + ln: 'ProblemActionType', ps: [{ n: 'otherAttributes', t: 'aa' }, { - n: 'any', - col: true, - mx: false, - t: 'ae' + n: 'action', + en: 'Action', + ti: '.AttributedURIType' + }, { + n: 'soapAction', + en: 'SoapAction' }] }, { ln: 'RelatesToType', @@ -38,19 +39,6 @@ var WS_Addr_1_0_Core_Module_Factory = function () { }, t: 'a' }] - }, { - ln: 'ProblemActionType', - ps: [{ - n: 'otherAttributes', - t: 'aa' - }, { - n: 'action', - en: 'Action', - ti: '.AttributedURIType' - }, { - n: 'soapAction', - en: 'SoapAction' - }] }, { ln: 'AttributedAnyType', ps: [{ @@ -62,52 +50,64 @@ var WS_Addr_1_0_Core_Module_Factory = function () { t: 'ae' }] }, { - ln: 'EndpointReferenceType', + ln: 'AttributedUnsignedLongType', ps: [{ n: 'otherAttributes', t: 'aa' }, { - n: 'address', - en: 'Address', - ti: '.AttributedURIType' - }, { - n: 'referenceParameters', - en: 'ReferenceParameters', - ti: '.ReferenceParametersType' - }, { - n: 'metadata', - en: 'Metadata', - ti: '.MetadataType' - }, { - n: 'any', - col: true, - mx: false, - t: 'ae' + n: 'value', + ti: 'Integer', + t: 'v' }] }, { - ln: 'AttributedUnsignedLongType', + ln: 'AttributedQNameType', ps: [{ n: 'otherAttributes', t: 'aa' }, { n: 'value', - ti: 'Integer', + ti: 'QName', t: 'v' }] }, { - ln: 'AttributedURIType', + ln: 'MetadataType', ps: [{ n: 'otherAttributes', t: 'aa' }, { - n: 'value', - t: 'v' + n: 'any', + col: true, + mx: false, + t: 'ae' }] }, { - ln: 'MetadataType', + ln: 'ReferenceParametersType', + ps: [{ + n: 'otherAttributes', + t: 'aa' + }, { + n: 'any', + col: true, + mx: false, + t: 'ae' + }] + }, { + ln: 'EndpointReferenceType', ps: [{ n: 'otherAttributes', t: 'aa' + }, { + n: 'address', + en: 'Address', + ti: '.AttributedURIType' + }, { + n: 'referenceParameters', + en: 'ReferenceParameters', + ti: '.ReferenceParametersType' + }, { + n: 'metadata', + en: 'Metadata', + ti: '.MetadataType' }, { n: 'any', col: true, @@ -116,47 +116,47 @@ var WS_Addr_1_0_Core_Module_Factory = function () { }] }], eis: [{ - en: 'ProblemIRI', - ti: '.AttributedURIType' + en: 'ProblemHeaderQName', + ti: '.AttributedQNameType' }, { - en: 'Action', + en: 'MessageID', ti: '.AttributedURIType' }, { - en: 'From', - ti: '.EndpointReferenceType' - }, { - en: 'To', - ti: '.AttributedURIType' + en: 'RetryAfter', + ti: '.AttributedUnsignedLongType' }, { - en: 'EndpointReference', + en: 'ReplyTo', ti: '.EndpointReferenceType' }, { - en: 'ReplyTo', + en: 'FaultTo', ti: '.EndpointReferenceType' }, { - en: 'MessageID', + en: 'Action', ti: '.AttributedURIType' }, { - en: 'ProblemHeader', - ti: '.AttributedAnyType' - }, { - en: 'FaultTo', - ti: '.EndpointReferenceType' + en: 'To', + ti: '.AttributedURIType' }, { en: 'RelatesTo', ti: '.RelatesToType' }, { - en: 'RetryAfter', - ti: '.AttributedUnsignedLongType' + en: 'Metadata', + ti: '.MetadataType' + }, { + en: 'ProblemIRI', + ti: '.AttributedURIType' + }, { + en: 'From', + ti: '.EndpointReferenceType' + }, { + en: 'EndpointReference', + ti: '.EndpointReferenceType' }, { en: 'ProblemAction', ti: '.ProblemActionType' }, { - en: 'Metadata', - ti: '.MetadataType' - }, { - en: 'ProblemHeaderQName', - ti: '.AttributedQNameType' + en: 'ProblemHeader', + ti: '.AttributedAnyType' }] }; return { diff --git a/scripts/lib/XHTML_1_0_Strict.js b/scripts/lib/XHTML_1_0_Strict.js index e3a182d..d4234fa 100644 --- a/scripts/lib/XHTML_1_0_Strict.js +++ b/scripts/lib/XHTML_1_0_Strict.js @@ -3,9 +3,38 @@ var XHTML_1_0_Strict_Module_Factory = function () { n: 'XHTML_1_0_Strict', dens: 'http:\/\/www.w3.org\/1999\/xhtml', tis: [{ - ln: 'Em', - bti: '.Inline', + ln: 'Dl', ps: [{ + n: 'dtOrDd', + col: true, + etis: [{ + en: 'dt', + ti: '.Dt' + }, { + en: 'dd', + ti: '.Dd' + }], + t: 'es' + }, { + n: 'lang', + an: { + lp: 'lang' + }, + t: 'a' + }, { + n: 'xmlLang', + an: { + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + }, + t: 'a' + }, { + n: 'dir', + an: { + lp: 'dir' + }, + t: 'a' + }, { n: 'id', ti: 'ID', an: { @@ -93,7 +122,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Samp', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -112,10 +145,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Hr', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -203,6 +233,47 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' + }] + }, { + ln: 'Br', + ps: [{ + n: 'id', + ti: 'ID', + an: { + lp: 'id' + }, + t: 'a' + }, { + n: 'clazz', + ti: { + t: 'l' + }, + an: { + lp: 'class' + }, + t: 'a' + }, { + n: 'style', + an: { + lp: 'style' + }, + t: 'a' + }, { + n: 'title', + an: { + lp: 'title' + }, + t: 'a' + }] + }, { + ln: 'Q', + bti: '.Inline', + ps: [{ + n: 'cite', + an: { + lp: 'cite' + }, + t: 'a' }, { n: 'lang', an: { @@ -222,11 +293,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Caption', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -314,121 +381,166 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { - n: 'lang', - an: { - lp: 'lang' - }, - t: 'a' - }, { - n: 'xmlLang', - an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, - t: 'a' - }, { - n: 'dir', - an: { - lp: 'dir' - }, - t: 'a' }] }, { - ln: 'Legend', - bti: '.Inline', + ln: 'Block', ps: [{ - n: 'accesskey', - an: { - lp: 'accesskey' - }, - t: 'a' - }, { - n: 'id', - ti: 'ID', + n: 'pOrH1OrH2', + col: true, + etis: [{ + en: 'p', + ti: '.P' + }, { + en: 'h1', + ti: '.H1' + }, { + en: 'h2', + ti: '.H2' + }, { + en: 'h3', + ti: '.H3' + }, { + en: 'h4', + ti: '.H4' + }, { + en: 'h5', + ti: '.H5' + }, { + en: 'h6', + ti: '.H6' + }, { + en: 'div', + ti: '.Div' + }, { + en: 'ul', + ti: '.Ul' + }, { + en: 'ol', + ti: '.Ol' + }, { + en: 'dl', + ti: '.Dl' + }, { + en: 'pre', + ti: '.Pre' + }, { + en: 'hr', + ti: '.Hr' + }, { + en: 'blockquote', + ti: '.Blockquote' + }, { + en: 'address', + ti: '.Address' + }, { + en: 'fieldset', + ti: '.Fieldset' + }, { + en: 'table', + ti: '.Table' + }, { + en: 'form', + ti: '.Form' + }, { + en: 'noscript', + ti: '.Noscript' + }, { + en: 'ins', + ti: '.Ins' + }, { + en: 'del', + ti: '.Del' + }, { + en: 'script', + ti: '.Script' + }], + t: 'es' + }] + }, { + ln: 'Input', + ps: [{ + n: 'type', an: { - lp: 'id' + lp: 'type' }, t: 'a' }, { - n: 'clazz', - ti: { - t: 'l' - }, + n: 'name', an: { - lp: 'class' + lp: 'name' }, t: 'a' }, { - n: 'style', + n: 'value', an: { - lp: 'style' + lp: 'value' }, t: 'a' }, { - n: 'title', + n: 'checked', an: { - lp: 'title' + lp: 'checked' }, t: 'a' }, { - n: 'onclick', + n: 'disabled', an: { - lp: 'onclick' + lp: 'disabled' }, t: 'a' }, { - n: 'ondblclick', + n: 'readonly', an: { - lp: 'ondblclick' + lp: 'readonly' }, t: 'a' }, { - n: 'onmousedown', + n: 'size', an: { - lp: 'onmousedown' + lp: 'size' }, t: 'a' }, { - n: 'onmouseup', + n: 'maxlength', + ti: 'Integer', an: { - lp: 'onmouseup' + lp: 'maxlength' }, t: 'a' }, { - n: 'onmouseover', + n: 'src', an: { - lp: 'onmouseover' + lp: 'src' }, t: 'a' }, { - n: 'onmousemove', + n: 'alt', an: { - lp: 'onmousemove' + lp: 'alt' }, t: 'a' }, { - n: 'onmouseout', + n: 'usemap', an: { - lp: 'onmouseout' + lp: 'usemap' }, t: 'a' }, { - n: 'onkeypress', + n: 'onselect', an: { - lp: 'onkeypress' + lp: 'onselect' }, t: 'a' }, { - n: 'onkeydown', + n: 'onchange', an: { - lp: 'onkeydown' + lp: 'onchange' }, t: 'a' }, { - n: 'onkeyup', + n: 'accept', an: { - lp: 'onkeyup' + lp: 'accept' }, t: 'a' }, { @@ -450,11 +562,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'P', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -543,41 +651,51 @@ var XHTML_1_0_Strict_Module_Factory = function () { }, t: 'a' }, { - n: 'lang', + n: 'accesskey', an: { - lp: 'lang' + lp: 'accesskey' }, t: 'a' }, { - n: 'xmlLang', + n: 'tabindex', + ti: 'Int', an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + lp: 'tabindex' }, t: 'a' }, { - n: 'dir', + n: 'onfocus', an: { - lp: 'dir' + lp: 'onfocus' + }, + t: 'a' + }, { + n: 'onblur', + an: { + lp: 'onblur' }, t: 'a' }] }, { - ln: 'Optgroup', + ln: 'Caption', + bti: '.Inline', ps: [{ - n: 'option', - col: true, - ti: '.Option' + n: 'lang', + an: { + lp: 'lang' + }, + t: 'a' }, { - n: 'disabled', + n: 'xmlLang', an: { - lp: 'disabled' + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' }, t: 'a' }, { - n: 'label', + n: 'dir', an: { - lp: 'label' + lp: 'dir' }, t: 'a' }, { @@ -668,25 +786,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { - n: 'lang', - an: { - lp: 'lang' - }, - t: 'a' - }, { - n: 'xmlLang', - an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, - t: 'a' - }, { - n: 'dir', - an: { - lp: 'dir' - }, - t: 'a' }] }, { ln: 'Th', @@ -736,6 +835,25 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'valign' }, t: 'a' + }, { + n: 'lang', + an: { + lp: 'lang' + }, + t: 'a' + }, { + n: 'xmlLang', + an: { + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + }, + t: 'a' + }, { + n: 'dir', + an: { + lp: 'dir' + }, + t: 'a' }, { n: 'id', ti: 'ID', @@ -824,25 +942,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { - n: 'lang', - an: { - lp: 'lang' - }, - t: 'a' - }, { - n: 'xmlLang', - an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, - t: 'a' - }, { - n: 'dir', - an: { - lp: 'dir' - }, - t: 'a' }, { n: 'align', an: { @@ -863,33 +962,40 @@ var XHTML_1_0_Strict_Module_Factory = function () { t: 'a' }] }, { - ln: 'Tbody', + ln: 'Optgroup', ps: [{ - n: 'tr', + n: 'option', col: true, - ti: '.Tr' + ti: '.Option' }, { - n: 'valign', + n: 'disabled', an: { - lp: 'valign' + lp: 'disabled' }, t: 'a' }, { - n: 'align', + n: 'label', an: { - lp: 'align' + lp: 'label' }, t: 'a' }, { - n: '_char', + n: 'lang', an: { - lp: 'char' + lp: 'lang' }, t: 'a' }, { - n: 'charoff', + n: 'xmlLang', an: { - lp: 'charoff' + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + }, + t: 'a' + }, { + n: 'dir', + an: { + lp: 'dir' }, t: 'a' }, { @@ -980,7 +1086,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Small', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -999,13 +1109,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Ol', - ps: [{ - n: 'li', - col: true, - ti: '.Li' }, { n: 'id', ti: 'ID', @@ -1094,73 +1197,54 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { - n: 'lang', - an: { - lp: 'lang' - }, - t: 'a' - }, { - n: 'xmlLang', - an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, - t: 'a' - }, { - n: 'dir', - an: { - lp: 'dir' - }, - t: 'a' }] }, { - ln: 'Param', + ln: 'Tfoot', ps: [{ - n: 'id', - ti: 'ID', + n: 'tr', + col: true, + ti: '.Tr' + }, { + n: 'valign', an: { - lp: 'id' + lp: 'valign' }, t: 'a' }, { - n: 'name', + n: 'align', an: { - lp: 'name' + lp: 'align' }, t: 'a' }, { - n: 'value', + n: '_char', an: { - lp: 'value' + lp: 'char' }, t: 'a' }, { - n: 'valuetype', + n: 'charoff', an: { - lp: 'valuetype' + lp: 'charoff' }, t: 'a' }, { - n: 'type', + n: 'lang', an: { - lp: 'type' + lp: 'lang' }, t: 'a' - }] - }, { - ln: 'Body', - bti: '.Block', - ps: [{ - n: 'onload', + }, { + n: 'xmlLang', an: { - lp: 'onload' + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' }, t: 'a' }, { - n: 'onunload', + n: 'dir', an: { - lp: 'onunload' + lp: 'dir' }, t: 'a' }, { @@ -1251,7 +1335,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Noscript', + bti: '.Block', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -1270,12 +1358,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Title', - ps: [{ - n: 'content', - t: 'v' }, { n: 'id', ti: 'ID', @@ -1284,104 +1366,48 @@ var XHTML_1_0_Strict_Module_Factory = function () { }, t: 'a' }, { - n: 'lang', + n: 'clazz', + ti: { + t: 'l' + }, an: { - lp: 'lang' + lp: 'class' }, t: 'a' }, { - n: 'xmlLang', + n: 'style', an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + lp: 'style' }, t: 'a' }, { - n: 'dir', + n: 'title', an: { - lp: 'dir' + lp: 'title' }, t: 'a' - }] - }, { - ln: 'Option', - ps: [{ - n: 'content', - t: 'v' }, { - n: 'selected', + n: 'onclick', an: { - lp: 'selected' + lp: 'onclick' }, t: 'a' }, { - n: 'disabled', + n: 'ondblclick', an: { - lp: 'disabled' + lp: 'ondblclick' }, t: 'a' }, { - n: 'label', + n: 'onmousedown', an: { - lp: 'label' + lp: 'onmousedown' }, t: 'a' }, { - n: 'value', + n: 'onmouseup', an: { - lp: 'value' - }, - t: 'a' - }, { - n: 'id', - ti: 'ID', - an: { - lp: 'id' - }, - t: 'a' - }, { - n: 'clazz', - ti: { - t: 'l' - }, - an: { - lp: 'class' - }, - t: 'a' - }, { - n: 'style', - an: { - lp: 'style' - }, - t: 'a' - }, { - n: 'title', - an: { - lp: 'title' - }, - t: 'a' - }, { - n: 'onclick', - an: { - lp: 'onclick' - }, - t: 'a' - }, { - n: 'ondblclick', - an: { - lp: 'ondblclick' - }, - t: 'a' - }, { - n: 'onmousedown', - an: { - lp: 'onmousedown' - }, - t: 'a' - }, { - n: 'onmouseup', - an: { - lp: 'onmouseup' + lp: 'onmouseup' }, t: 'a' }, { @@ -1420,7 +1446,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Div', + bti: '.Flow', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -1439,120 +1469,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Inline', - ps: [{ - n: 'content', - col: true, - dom: false, - typed: false, - etis: [{ - en: 'q', - ti: '.Q' - }, { - en: 'img', - ti: '.Img' - }, { - en: 'em', - ti: '.Em' - }, { - en: 'tt', - ti: '.Tt' - }, { - en: 'var', - ti: '.Var' - }, { - en: 'sub', - ti: '.Sub' - }, { - en: 'kbd', - ti: '.Kbd' - }, { - en: 'del', - ti: '.Del' - }, { - en: 'object', - ti: '.Object' - }, { - en: 'br', - ti: '.Br' - }, { - en: 'select', - ti: '.Select' - }, { - en: 'i', - ti: '.I' - }, { - en: 'strong', - ti: '.Strong' - }, { - en: 'samp', - ti: '.Samp' - }, { - en: 'big', - ti: '.Big' - }, { - en: 'small', - ti: '.Small' - }, { - en: 'cite', - ti: '.Cite' - }, { - en: 'code', - ti: '.Code' - }, { - en: 'abbr', - ti: '.Abbr' - }, { - en: 'script', - ti: '.Script' - }, { - en: 'map', - ti: '.Map' - }, { - en: 'span', - ti: '.Span' - }, { - en: 'input', - ti: '.Input' - }, { - en: 'label', - ti: '.Label' - }, { - en: 'button', - ti: '.Button' - }, { - en: 'a', - ti: '.A' - }, { - en: 'dfn', - ti: '.Dfn' - }, { - en: 'ins', - ti: '.Ins' - }, { - en: 'textarea', - ti: '.Textarea' - }, { - en: 'bdo', - ti: '.Bdo' - }, { - en: 'sup', - ti: '.Sup' - }, { - en: 'acronym', - ti: '.Acronym' - }, { - en: 'b', - ti: '.B' - }], - t: 'ers' - }] - }, { - ln: 'H4', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -1640,6 +1557,28 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' + }] + }, { + ln: 'Col', + ps: [{ + n: 'span', + ti: 'Integer', + an: { + lp: 'span' + }, + t: 'a' + }, { + n: 'width', + an: { + lp: 'width' + }, + t: 'a' + }, { + n: 'valign', + an: { + lp: 'valign' + }, + t: 'a' }, { n: 'lang', an: { @@ -1659,11 +1598,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'H5', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -1752,118 +1687,76 @@ var XHTML_1_0_Strict_Module_Factory = function () { }, t: 'a' }, { - n: 'lang', + n: 'align', an: { - lp: 'lang' + lp: 'align' }, t: 'a' }, { - n: 'xmlLang', + n: '_char', an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + lp: 'char' }, t: 'a' }, { - n: 'dir', + n: 'charoff', an: { - lp: 'dir' + lp: 'charoff' }, t: 'a' }] }, { - ln: 'Acronym', - bti: '.Inline', + ln: 'Link', ps: [{ - n: 'id', - ti: 'ID', + n: 'charset', an: { - lp: 'id' + lp: 'charset' }, t: 'a' }, { - n: 'clazz', - ti: { - t: 'l' - }, + n: 'href', an: { - lp: 'class' + lp: 'href' }, t: 'a' }, { - n: 'style', + n: 'hreflang', an: { - lp: 'style' + lp: 'hreflang' }, t: 'a' }, { - n: 'title', + n: 'type', an: { - lp: 'title' + lp: 'type' }, t: 'a' }, { - n: 'onclick', + n: 'rel', + ti: { + t: 'l' + }, an: { - lp: 'onclick' + lp: 'rel' }, t: 'a' }, { - n: 'ondblclick', + n: 'rev', + ti: { + t: 'l' + }, an: { - lp: 'ondblclick' + lp: 'rev' }, t: 'a' }, { - n: 'onmousedown', + n: 'media', an: { - lp: 'onmousedown' + lp: 'media' }, t: 'a' }, { - n: 'onmouseup', - an: { - lp: 'onmouseup' - }, - t: 'a' - }, { - n: 'onmouseover', - an: { - lp: 'onmouseover' - }, - t: 'a' - }, { - n: 'onmousemove', - an: { - lp: 'onmousemove' - }, - t: 'a' - }, { - n: 'onmouseout', - an: { - lp: 'onmouseout' - }, - t: 'a' - }, { - n: 'onkeypress', - an: { - lp: 'onkeypress' - }, - t: 'a' - }, { - n: 'onkeydown', - an: { - lp: 'onkeydown' - }, - t: 'a' - }, { - n: 'onkeyup', - an: { - lp: 'onkeyup' - }, - t: 'a' - }, { - n: 'lang', + n: 'lang', an: { lp: 'lang' }, @@ -1881,11 +1774,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Noscript', - bti: '.Block', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -1973,7 +1862,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Big', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -1992,16 +1885,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Blockquote', - bti: '.Block', - ps: [{ - n: 'cite', - an: { - lp: 'cite' - }, - t: 'a' }, { n: 'id', ti: 'ID', @@ -2090,7 +1973,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'P', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -2109,11 +1996,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Div', - bti: '.Flow', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -2201,112 +2084,39 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { - n: 'lang', - an: { - lp: 'lang' - }, - t: 'a' - }, { - n: 'xmlLang', - an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, - t: 'a' - }, { - n: 'dir', - an: { - lp: 'dir' - }, - t: 'a' }] }, { - ln: 'A', - bti: '.AContent', + ln: 'Body', + bti: '.Block', ps: [{ - n: 'charset', - an: { - lp: 'charset' - }, - t: 'a' - }, { - n: 'type', - an: { - lp: 'type' - }, - t: 'a' - }, { - n: 'name', - an: { - lp: 'name' - }, - t: 'a' - }, { - n: 'href', - an: { - lp: 'href' - }, - t: 'a' - }, { - n: 'hreflang', - an: { - lp: 'hreflang' - }, - t: 'a' - }, { - n: 'rel', - ti: { - t: 'l' - }, - an: { - lp: 'rel' - }, - t: 'a' - }, { - n: 'rev', - ti: { - t: 'l' - }, - an: { - lp: 'rev' - }, - t: 'a' - }, { - n: 'shape', - an: { - lp: 'shape' - }, - t: 'a' - }, { - n: 'coords', + n: 'onload', an: { - lp: 'coords' + lp: 'onload' }, t: 'a' }, { - n: 'accesskey', + n: 'onunload', an: { - lp: 'accesskey' + lp: 'onunload' }, t: 'a' }, { - n: 'tabindex', - ti: 'Int', + n: 'lang', an: { - lp: 'tabindex' + lp: 'lang' }, t: 'a' }, { - n: 'onfocus', + n: 'xmlLang', an: { - lp: 'onfocus' + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' }, t: 'a' }, { - n: 'onblur', + n: 'dir', an: { - lp: 'onblur' + lp: 'dir' }, t: 'a' }, { @@ -2397,64 +2207,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { - n: 'lang', - an: { - lp: 'lang' - }, - t: 'a' - }, { - n: 'xmlLang', - an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, - t: 'a' - }, { - n: 'dir', - an: { - lp: 'dir' - }, - t: 'a' }] }, { - ln: 'Style', + ln: 'I', + bti: '.Inline', ps: [{ - n: 'content', - t: 'v' - }, { - n: 'id', - ti: 'ID', - an: { - lp: 'id' - }, - t: 'a' - }, { - n: 'type', - an: { - lp: 'type' - }, - t: 'a' - }, { - n: 'media', - an: { - lp: 'media' - }, - t: 'a' - }, { - n: 'title', - an: { - lp: 'title' - }, - t: 'a' - }, { - n: 'space', - an: { - lp: 'space', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, - t: 'a' - }, { n: 'lang', an: { lp: 'lang' @@ -2473,11 +2230,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Span', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -2565,7 +2318,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'H5', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -2584,11 +2341,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Kbd', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -2676,8 +2429,97 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' + }] + }, { + ln: 'Script', + ps: [{ + n: 'content', + t: 'v' }, { - n: 'lang', + n: 'id', + ti: 'ID', + an: { + lp: 'id' + }, + t: 'a' + }, { + n: 'charset', + an: { + lp: 'charset' + }, + t: 'a' + }, { + n: 'type', + an: { + lp: 'type' + }, + t: 'a' + }, { + n: 'src', + an: { + lp: 'src' + }, + t: 'a' + }, { + n: 'defer', + an: { + lp: 'defer' + }, + t: 'a' + }, { + n: 'space', + an: { + lp: 'space', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + }, + t: 'a' + }] + }, { + ln: 'Img', + ps: [{ + n: 'src', + an: { + lp: 'src' + }, + t: 'a' + }, { + n: 'alt', + an: { + lp: 'alt' + }, + t: 'a' + }, { + n: 'longdesc', + an: { + lp: 'longdesc' + }, + t: 'a' + }, { + n: 'height', + an: { + lp: 'height' + }, + t: 'a' + }, { + n: 'width', + an: { + lp: 'width' + }, + t: 'a' + }, { + n: 'usemap', + an: { + lp: 'usemap' + }, + t: 'a' + }, { + n: 'ismap', + an: { + lp: 'ismap' + }, + t: 'a' + }, { + n: 'lang', an: { lp: 'lang' }, @@ -2695,11 +2537,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Strong', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -2787,7 +2625,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Strong', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -2806,77 +2648,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Table', - ps: [{ - n: 'caption', - ti: '.Caption' - }, { - n: 'col', - col: true, - ti: '.Col' - }, { - n: 'colgroup', - col: true, - ti: '.Colgroup' - }, { - n: 'thead', - ti: '.Thead' - }, { - n: 'tfoot', - ti: '.Tfoot' - }, { - n: 'tbody', - col: true, - ti: '.Tbody' - }, { - n: 'tr', - col: true, - ti: '.Tr' - }, { - n: 'summary', - an: { - lp: 'summary' - }, - t: 'a' - }, { - n: 'width', - an: { - lp: 'width' - }, - t: 'a' - }, { - n: 'border', - ti: 'Integer', - an: { - lp: 'border' - }, - t: 'a' - }, { - n: 'frame', - an: { - lp: 'frame' - }, - t: 'a' - }, { - n: 'rules', - an: { - lp: 'rules' - }, - t: 'a' - }, { - n: 'cellspacing', - an: { - lp: 'cellspacing' - }, - t: 'a' - }, { - n: 'cellpadding', - an: { - lp: 'cellpadding' - }, - t: 'a' }, { n: 'id', ti: 'ID', @@ -2965,7 +2736,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'H1', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -2984,37 +2759,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Thead', - ps: [{ - n: 'tr', - col: true, - ti: '.Tr' - }, { - n: 'align', - an: { - lp: 'align' - }, - t: 'a' - }, { - n: '_char', - an: { - lp: 'char' - }, - t: 'a' - }, { - n: 'charoff', - an: { - lp: 'charoff' - }, - t: 'a' - }, { - n: 'valign', - an: { - lp: 'valign' - }, - t: 'a' }, { n: 'id', ti: 'ID', @@ -3103,7 +2847,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Code', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -3122,11 +2870,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Sup', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -3214,6 +2958,23 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' + }] + }, { + ln: 'Ins', + bti: '.Flow', + ps: [{ + n: 'cite', + an: { + lp: 'cite' + }, + t: 'a' + }, { + n: 'datetime', + ti: 'Calendar', + an: { + lp: 'datetime' + }, + t: 'a' }, { n: 'lang', an: { @@ -3233,10 +2994,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Br', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -3264,74 +3022,20 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'title' }, t: 'a' - }] - }, { - ln: 'Colgroup', - ps: [{ - n: 'col', - col: true, - ti: '.Col' }, { - n: 'span', - ti: 'Integer', + n: 'onclick', an: { - lp: 'span' + lp: 'onclick' }, t: 'a' }, { - n: 'width', + n: 'ondblclick', an: { - lp: 'width' + lp: 'ondblclick' }, t: 'a' }, { - n: 'valign', - an: { - lp: 'valign' - }, - t: 'a' - }, { - n: 'id', - ti: 'ID', - an: { - lp: 'id' - }, - t: 'a' - }, { - n: 'clazz', - ti: { - t: 'l' - }, - an: { - lp: 'class' - }, - t: 'a' - }, { - n: 'style', - an: { - lp: 'style' - }, - t: 'a' - }, { - n: 'title', - an: { - lp: 'title' - }, - t: 'a' - }, { - n: 'onclick', - an: { - lp: 'onclick' - }, - t: 'a' - }, { - n: 'ondblclick', - an: { - lp: 'ondblclick' - }, - t: 'a' - }, { - n: 'onmousedown', + n: 'onmousedown', an: { lp: 'onmousedown' }, @@ -3378,6 +3082,35 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' + }] + }, { + ln: 'Label', + bti: '.Inline', + ps: [{ + n: '_for', + ti: 'IDREF', + an: { + lp: 'for' + }, + t: 'a' + }, { + n: 'accesskey', + an: { + lp: 'accesskey' + }, + t: 'a' + }, { + n: 'onfocus', + an: { + lp: 'onfocus' + }, + t: 'a' + }, { + n: 'onblur', + an: { + lp: 'onblur' + }, + t: 'a' }, { n: 'lang', an: { @@ -3398,99 +3131,97 @@ var XHTML_1_0_Strict_Module_Factory = function () { }, t: 'a' }, { - n: 'align', + n: 'id', + ti: 'ID', an: { - lp: 'align' + lp: 'id' }, t: 'a' }, { - n: '_char', + n: 'clazz', + ti: { + t: 'l' + }, an: { - lp: 'char' + lp: 'class' }, t: 'a' }, { - n: 'charoff', + n: 'style', an: { - lp: 'charoff' + lp: 'style' }, t: 'a' - }] - }, { - ln: 'Textarea', - ps: [{ - n: 'content', - t: 'v' }, { - n: 'name', + n: 'title', an: { - lp: 'name' + lp: 'title' }, t: 'a' }, { - n: 'rows', - ti: 'Integer', + n: 'onclick', an: { - lp: 'rows' + lp: 'onclick' }, t: 'a' }, { - n: 'cols', - ti: 'Integer', + n: 'ondblclick', an: { - lp: 'cols' + lp: 'ondblclick' }, t: 'a' }, { - n: 'disabled', + n: 'onmousedown', an: { - lp: 'disabled' + lp: 'onmousedown' }, t: 'a' }, { - n: 'readonly', + n: 'onmouseup', an: { - lp: 'readonly' + lp: 'onmouseup' }, t: 'a' }, { - n: 'onselect', + n: 'onmouseover', an: { - lp: 'onselect' + lp: 'onmouseover' }, t: 'a' }, { - n: 'onchange', + n: 'onmousemove', an: { - lp: 'onchange' + lp: 'onmousemove' }, t: 'a' }, { - n: 'accesskey', + n: 'onmouseout', an: { - lp: 'accesskey' + lp: 'onmouseout' }, t: 'a' }, { - n: 'tabindex', - ti: 'Int', + n: 'onkeypress', an: { - lp: 'tabindex' + lp: 'onkeypress' }, t: 'a' }, { - n: 'onfocus', + n: 'onkeydown', an: { - lp: 'onfocus' + lp: 'onkeydown' }, t: 'a' }, { - n: 'onblur', + n: 'onkeyup', an: { - lp: 'onblur' + lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Param', + ps: [{ n: 'id', ti: 'ID', an: { @@ -3498,84 +3229,122 @@ var XHTML_1_0_Strict_Module_Factory = function () { }, t: 'a' }, { - n: 'clazz', - ti: { - t: 'l' - }, + n: 'name', an: { - lp: 'class' + lp: 'name' }, t: 'a' }, { - n: 'style', + n: 'value', an: { - lp: 'style' + lp: 'value' }, t: 'a' }, { - n: 'title', + n: 'valuetype', an: { - lp: 'title' + lp: 'valuetype' }, t: 'a' }, { - n: 'onclick', + n: 'type', an: { - lp: 'onclick' + lp: 'type' }, t: 'a' + }] + }, { + ln: 'Head', + ps: [{ + n: 'content', + col: true, + mx: false, + dom: false, + typed: false, + etis: [{ + en: 'style', + ti: '.Style' + }, { + en: 'object', + ti: '.Object' + }, { + en: 'title', + ti: '.Title' + }, { + en: 'script', + ti: '.Script' + }, { + en: 'meta', + ti: '.Meta' + }, { + en: 'base', + ti: '.Base' + }, { + en: 'link', + ti: '.Link' + }], + t: 'ers' }, { - n: 'ondblclick', + n: 'id', + ti: 'ID', an: { - lp: 'ondblclick' + lp: 'id' }, t: 'a' }, { - n: 'onmousedown', + n: 'profile', an: { - lp: 'onmousedown' + lp: 'profile' }, t: 'a' }, { - n: 'onmouseup', + n: 'lang', an: { - lp: 'onmouseup' + lp: 'lang' }, t: 'a' }, { - n: 'onmouseover', + n: 'xmlLang', an: { - lp: 'onmouseover' + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' }, t: 'a' }, { - n: 'onmousemove', + n: 'dir', an: { - lp: 'onmousemove' + lp: 'dir' }, t: 'a' + }] + }, { + ln: 'Tbody', + ps: [{ + n: 'tr', + col: true, + ti: '.Tr' }, { - n: 'onmouseout', + n: 'align', an: { - lp: 'onmouseout' + lp: 'align' }, t: 'a' }, { - n: 'onkeypress', + n: '_char', an: { - lp: 'onkeypress' + lp: 'char' }, t: 'a' }, { - n: 'onkeydown', + n: 'charoff', an: { - lp: 'onkeydown' + lp: 'charoff' }, t: 'a' }, { - n: 'onkeyup', + n: 'valign', an: { - lp: 'onkeyup' + lp: 'valign' }, t: 'a' }, { @@ -3597,11 +3366,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Dt', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -3689,28 +3454,9 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { - n: 'lang', - an: { - lp: 'lang' - }, - t: 'a' - }, { - n: 'xmlLang', - an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, - t: 'a' - }, { - n: 'dir', - an: { - lp: 'dir' - }, - t: 'a' }] }, { - ln: 'Script', + ln: 'Title', ps: [{ n: 'content', t: 'v' @@ -3722,304 +3468,101 @@ var XHTML_1_0_Strict_Module_Factory = function () { }, t: 'a' }, { - n: 'charset', - an: { - lp: 'charset' - }, - t: 'a' - }, { - n: 'type', - an: { - lp: 'type' - }, - t: 'a' - }, { - n: 'src', + n: 'lang', an: { - lp: 'src' + lp: 'lang' }, t: 'a' }, { - n: 'defer', + n: 'xmlLang', an: { - lp: 'defer' + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' }, t: 'a' }, { - n: 'space', + n: 'dir', an: { - lp: 'space', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + lp: 'dir' }, t: 'a' }] }, { - ln: 'Object', + ln: 'Tr', ps: [{ - n: 'content', + n: 'thOrTd', col: true, - dom: false, - typed: false, etis: [{ - en: 'address', - ti: '.Address' - }, { - en: 'table', - ti: '.Table' - }, { - en: 'em', - ti: '.Em' - }, { - en: 'tt', - ti: '.Tt' - }, { - en: 'var', - ti: '.Var' - }, { - en: 'del', - ti: '.Del' - }, { - en: 'h2', - ti: '.H2' - }, { - en: 'object', - ti: '.Object' - }, { - en: 'br', - ti: '.Br' - }, { - en: 'select', - ti: '.Select' - }, { - en: 'i', - ti: '.I' - }, { - en: 'strong', - ti: '.Strong' - }, { - en: 'samp', - ti: '.Samp' - }, { - en: 'small', - ti: '.Small' - }, { - en: 'blockquote', - ti: '.Blockquote' - }, { - en: 'h6', - ti: '.H6' - }, { - en: 'code', - ti: '.Code' - }, { - en: 'dl', - ti: '.Dl' - }, { - en: 'abbr', - ti: '.Abbr' - }, { - en: 'script', - ti: '.Script' - }, { - en: 'h1', - ti: '.H1' - }, { - en: 'h4', - ti: '.H4' - }, { - en: 'p', - ti: '.P' - }, { - en: 'label', - ti: '.Label' - }, { - en: 'hr', - ti: '.Hr' - }, { - en: 'a', - ti: '.A' - }, { - en: 'dfn', - ti: '.Dfn' - }, { - en: 'ins', - ti: '.Ins' - }, { - en: 'sup', - ti: '.Sup' - }, { - en: 'b', - ti: '.B' - }, { - en: 'q', - ti: '.Q' - }, { - en: 'img', - ti: '.Img' - }, { - en: 'sub', - ti: '.Sub' - }, { - en: 'param', - ti: '.Param' - }, { - en: 'kbd', - ti: '.Kbd' - }, { - en: 'ul', - ti: '.Ul' - }, { - en: 'noscript', - ti: '.Noscript' - }, { - en: 'ol', - ti: '.Ol' - }, { - en: 'h3', - ti: '.H3' - }, { - en: 'big', - ti: '.Big' - }, { - en: 'cite', - ti: '.Cite' - }, { - en: 'pre', - ti: '.Pre' - }, { - en: 'h5', - ti: '.H5' - }, { - en: 'map', - ti: '.Map' - }, { - en: 'span', - ti: '.Span' - }, { - en: 'input', - ti: '.Input' - }, { - en: 'form', - ti: '.Form' - }, { - en: 'fieldset', - ti: '.Fieldset' - }, { - en: 'button', - ti: '.Button' - }, { - en: 'div', - ti: '.Div' - }, { - en: 'bdo', - ti: '.Bdo' - }, { - en: 'textarea', - ti: '.Textarea' + en: 'th', + ti: '.Th' }, { - en: 'acronym', - ti: '.Acronym' + en: 'td', + ti: '.Td' }], - t: 'ers' + t: 'es' }, { - n: 'declare', + n: 'align', an: { - lp: 'declare' + lp: 'align' }, t: 'a' }, { - n: 'classid', + n: '_char', an: { - lp: 'classid' + lp: 'char' }, t: 'a' }, { - n: 'codebase', + n: 'charoff', an: { - lp: 'codebase' + lp: 'charoff' }, t: 'a' }, { - n: 'data', + n: 'valign', an: { - lp: 'data' + lp: 'valign' }, t: 'a' }, { - n: 'type', + n: 'lang', an: { - lp: 'type' + lp: 'lang' }, t: 'a' }, { - n: 'codetype', + n: 'xmlLang', an: { - lp: 'codetype' + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' }, t: 'a' }, { - n: 'archive', + n: 'dir', an: { - lp: 'archive' + lp: 'dir' }, t: 'a' }, { - n: 'standby', + n: 'id', + ti: 'ID', an: { - lp: 'standby' + lp: 'id' }, t: 'a' }, { - n: 'height', + n: 'clazz', + ti: { + t: 'l' + }, an: { - lp: 'height' + lp: 'class' }, t: 'a' }, { - n: 'width', + n: 'style', an: { - lp: 'width' - }, - t: 'a' - }, { - n: 'usemap', - an: { - lp: 'usemap' - }, - t: 'a' - }, { - n: 'name', - an: { - lp: 'name' - }, - t: 'a' - }, { - n: 'tabindex', - ti: 'Int', - an: { - lp: 'tabindex' - }, - t: 'a' - }, { - n: 'id', - ti: 'ID', - an: { - lp: 'id' - }, - t: 'a' - }, { - n: 'clazz', - ti: { - t: 'l' - }, - an: { - lp: 'class' - }, - t: 'a' - }, { - n: 'style', - an: { - lp: 'style' + lp: 'style' }, t: 'a' }, { @@ -4088,6 +3631,16 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' + }] + }, { + ln: 'Blockquote', + bti: '.Block', + ps: [{ + n: 'cite', + an: { + lp: 'cite' + }, + t: 'a' }, { n: 'lang', an: { @@ -4107,176 +3660,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'ButtonContent', - ps: [{ - n: 'content', - col: true, - dom: false, - typed: false, - etis: [{ - en: 'address', - ti: '.Address' - }, { - en: 'table', - ti: '.Table' - }, { - en: 'q', - ti: '.Q' - }, { - en: 'img', - ti: '.Img' - }, { - en: 'em', - ti: '.Em' - }, { - en: 'tt', - ti: '.Tt' - }, { - en: 'sub', - ti: '.Sub' - }, { - en: 'var', - ti: '.Var' - }, { - en: 'kbd', - ti: '.Kbd' - }, { - en: 'del', - ti: '.Del' - }, { - en: 'h2', - ti: '.H2' - }, { - en: 'ul', - ti: '.Ul' - }, { - en: 'br', - ti: '.Br' - }, { - en: 'object', - ti: '.Object' - }, { - en: 'noscript', - ti: '.Noscript' - }, { - en: 'i', - ti: '.I' - }, { - en: 'ol', - ti: '.Ol' - }, { - en: 'samp', - ti: '.Samp' - }, { - en: 'strong', - ti: '.Strong' - }, { - en: 'big', - ti: '.Big' - }, { - en: 'h3', - ti: '.H3' - }, { - en: 'small', - ti: '.Small' - }, { - en: 'cite', - ti: '.Cite' - }, { - en: 'code', - ti: '.Code' - }, { - en: 'h6', - ti: '.H6' - }, { - en: 'blockquote', - ti: '.Blockquote' - }, { - en: 'abbr', - ti: '.Abbr' - }, { - en: 'dl', - ti: '.Dl' - }, { - en: 'script', - ti: '.Script' - }, { - en: 'pre', - ti: '.Pre' - }, { - en: 'h1', - ti: '.H1' - }, { - en: 'h5', - ti: '.H5' - }, { - en: 'map', - ti: '.Map' - }, { - en: 'span', - ti: '.Span' - }, { - en: 'h4', - ti: '.H4' - }, { - en: 'p', - ti: '.P' - }, { - en: 'hr', - ti: '.Hr' - }, { - en: 'dfn', - ti: '.Dfn' - }, { - en: 'div', - ti: '.Div' - }, { - en: 'ins', - ti: '.Ins' - }, { - en: 'sup', - ti: '.Sup' - }, { - en: 'bdo', - ti: '.Bdo' - }, { - en: 'acronym', - ti: '.Acronym' - }, { - en: 'b', - ti: '.B' - }], - t: 'ers' - }] - }, { - ln: 'Button', - bti: '.ButtonContent', - ps: [{ - n: 'name', - an: { - lp: 'name' - }, - t: 'a' - }, { - n: 'value', - an: { - lp: 'value' - }, - t: 'a' - }, { - n: 'type', - an: { - lp: 'type' - }, - t: 'a' - }, { - n: 'disabled', - an: { - lp: 'disabled' - }, - t: 'a' }, { n: 'id', ti: 'ID', @@ -4365,7 +3748,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Tt', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -4385,76 +3772,35 @@ var XHTML_1_0_Strict_Module_Factory = function () { }, t: 'a' }, { - n: 'accesskey', + n: 'id', + ti: 'ID', an: { - lp: 'accesskey' + lp: 'id' }, t: 'a' }, { - n: 'tabindex', - ti: 'Int', + n: 'clazz', + ti: { + t: 'l' + }, an: { - lp: 'tabindex' + lp: 'class' }, t: 'a' }, { - n: 'onfocus', + n: 'style', an: { - lp: 'onfocus' + lp: 'style' }, t: 'a' }, { - n: 'onblur', + n: 'title', an: { - lp: 'onblur' + lp: 'title' }, t: 'a' - }] - }, { - ln: 'Col', - ps: [{ - n: 'span', - ti: 'Integer', - an: { - lp: 'span' - }, - t: 'a' - }, { - n: 'width', - an: { - lp: 'width' - }, - t: 'a' - }, { - n: 'id', - ti: 'ID', - an: { - lp: 'id' - }, - t: 'a' - }, { - n: 'clazz', - ti: { - t: 'l' - }, - an: { - lp: 'class' - }, - t: 'a' - }, { - n: 'style', - an: { - lp: 'style' - }, - t: 'a' - }, { - n: 'title', - an: { - lp: 'title' - }, - t: 'a' - }, { - n: 'onclick', + }, { + n: 'onclick', an: { lp: 'onclick' }, @@ -4513,183 +3859,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { - n: 'lang', - an: { - lp: 'lang' - }, - t: 'a' - }, { - n: 'xmlLang', - an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, - t: 'a' - }, { - n: 'dir', - an: { - lp: 'dir' - }, - t: 'a' - }, { - n: 'valign', - an: { - lp: 'valign' - }, - t: 'a' - }, { - n: 'align', - an: { - lp: 'align' - }, - t: 'a' - }, { - n: '_char', - an: { - lp: 'char' - }, - t: 'a' - }, { - n: 'charoff', - an: { - lp: 'charoff' - }, - t: 'a' }] }, { - ln: 'Img', + ln: 'Acronym', + bti: '.Inline', ps: [{ - n: 'src', - an: { - lp: 'src' - }, - t: 'a' - }, { - n: 'alt', - an: { - lp: 'alt' - }, - t: 'a' - }, { - n: 'longdesc', - an: { - lp: 'longdesc' - }, - t: 'a' - }, { - n: 'height', - an: { - lp: 'height' - }, - t: 'a' - }, { - n: 'width', - an: { - lp: 'width' - }, - t: 'a' - }, { - n: 'usemap', - an: { - lp: 'usemap' - }, - t: 'a' - }, { - n: 'ismap', - an: { - lp: 'ismap' - }, - t: 'a' - }, { - n: 'id', - ti: 'ID', - an: { - lp: 'id' - }, - t: 'a' - }, { - n: 'clazz', - ti: { - t: 'l' - }, - an: { - lp: 'class' - }, - t: 'a' - }, { - n: 'style', - an: { - lp: 'style' - }, - t: 'a' - }, { - n: 'title', - an: { - lp: 'title' - }, - t: 'a' - }, { - n: 'onclick', - an: { - lp: 'onclick' - }, - t: 'a' - }, { - n: 'ondblclick', - an: { - lp: 'ondblclick' - }, - t: 'a' - }, { - n: 'onmousedown', - an: { - lp: 'onmousedown' - }, - t: 'a' - }, { - n: 'onmouseup', - an: { - lp: 'onmouseup' - }, - t: 'a' - }, { - n: 'onmouseover', - an: { - lp: 'onmouseover' - }, - t: 'a' - }, { - n: 'onmousemove', - an: { - lp: 'onmousemove' - }, - t: 'a' - }, { - n: 'onmouseout', - an: { - lp: 'onmouseout' - }, - t: 'a' - }, { - n: 'onkeypress', - an: { - lp: 'onkeypress' - }, - t: 'a' - }, { - n: 'onkeydown', - an: { - lp: 'onkeydown' - }, - t: 'a' - }, { - n: 'onkeyup', - an: { - lp: 'onkeyup' - }, - t: 'a' - }, { n: 'lang', an: { lp: 'lang' @@ -4708,39 +3882,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Area', - ps: [{ - n: 'shape', - an: { - lp: 'shape' - }, - t: 'a' - }, { - n: 'coords', - an: { - lp: 'coords' - }, - t: 'a' - }, { - n: 'href', - an: { - lp: 'href' - }, - t: 'a' - }, { - n: 'nohref', - an: { - lp: 'nohref' - }, - t: 'a' - }, { - n: 'alt', - an: { - lp: 'alt' - }, - t: 'a' }, { n: 'id', ti: 'ID', @@ -4829,55 +3970,195 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' + }] + }, { + ln: 'Fieldset', + ps: [{ + n: 'content', + col: true, + dom: false, + typed: false, + etis: [{ + en: 'ins', + ti: '.Ins' + }, { + en: 'strong', + ti: '.Strong' + }, { + en: 'i', + ti: '.I' + }, { + en: 'var', + ti: '.Var' + }, { + en: 'a', + ti: '.A' + }, { + en: 'h6', + ti: '.H6' + }, { + en: 'code', + ti: '.Code' + }, { + en: 'input', + ti: '.Input' + }, { + en: 'dl', + ti: '.Dl' + }, { + en: 'h4', + ti: '.H4' + }, { + en: 'label', + ti: '.Label' + }, { + en: 'b', + ti: '.B' + }, { + en: 'pre', + ti: '.Pre' + }, { + en: 'bdo', + ti: '.Bdo' + }, { + en: 'abbr', + ti: '.Abbr' + }, { + en: 'span', + ti: '.Span' + }, { + en: 'h5', + ti: '.H5' + }, { + en: 'q', + ti: '.Q' + }, { + en: 'button', + ti: '.Button' + }, { + en: 'tt', + ti: '.Tt' + }, { + en: 'address', + ti: '.Address' + }, { + en: 'dfn', + ti: '.Dfn' + }, { + en: 'em', + ti: '.Em' + }, { + en: 'small', + ti: '.Small' + }, { + en: 'blockquote', + ti: '.Blockquote' + }, { + en: 'hr', + ti: '.Hr' + }, { + en: 'ul', + ti: '.Ul' + }, { + en: 'fieldset', + ti: '.Fieldset' + }, { + en: 'h1', + ti: '.H1' + }, { + en: 'h2', + ti: '.H2' + }, { + en: 'form', + ti: '.Form' + }, { + en: 'sub', + ti: '.Sub' + }, { + en: 'cite', + ti: '.Cite' + }, { + en: 'noscript', + ti: '.Noscript' + }, { + en: 'kbd', + ti: '.Kbd' + }, { + en: 'div', + ti: '.Div' + }, { + en: 'table', + ti: '.Table' + }, { + en: 'map', + ti: '.Map' + }, { + en: 'acronym', + ti: '.Acronym' + }, { + en: 'p', + ti: '.P' + }, { + en: 'object', + ti: '.Object' + }, { + en: 'sup', + ti: '.Sup' + }, { + en: 'ol', + ti: '.Ol' + }, { + en: 'samp', + ti: '.Samp' + }, { + en: 'h3', + ti: '.H3' + }, { + en: 'script', + ti: '.Script' + }, { + en: 'br', + ti: '.Br' + }, { + en: 'img', + ti: '.Img' + }, { + en: 'textarea', + ti: '.Textarea' + }, { + en: 'big', + ti: '.Big' + }, { + en: 'del', + ti: '.Del' + }, { + en: 'legend', + ti: '.Legend' + }, { + en: 'select', + ti: '.Select' + }], + t: 'ers' }, { - n: 'lang', - an: { - lp: 'lang' - }, - t: 'a' - }, { - n: 'xmlLang', - an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, - t: 'a' - }, { - n: 'dir', - an: { - lp: 'dir' - }, - t: 'a' - }, { - n: 'accesskey', + n: 'lang', an: { - lp: 'accesskey' + lp: 'lang' }, t: 'a' }, { - n: 'tabindex', - ti: 'Int', + n: 'xmlLang', an: { - lp: 'tabindex' + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' }, t: 'a' }, { - n: 'onfocus', + n: 'dir', an: { - lp: 'onfocus' + lp: 'dir' }, t: 'a' }, { - n: 'onblur', - an: { - lp: 'onblur' - }, - t: 'a' - }] - }, { - ln: 'H6', - bti: '.Inline', - ps: [{ n: 'id', ti: 'ID', an: { @@ -4965,6 +4246,23 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' + }] + }, { + ln: 'Del', + bti: '.Flow', + ps: [{ + n: 'cite', + an: { + lp: 'cite' + }, + t: 'a' + }, { + n: 'datetime', + ti: 'Calendar', + an: { + lp: 'datetime' + }, + t: 'a' }, { n: 'lang', an: { @@ -4984,23 +4282,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Del', - bti: '.Flow', - ps: [{ - n: 'cite', - an: { - lp: 'cite' - }, - t: 'a' - }, { - n: 'datetime', - ti: 'Calendar', - an: { - lp: 'datetime' - }, - t: 'a' }, { n: 'id', ti: 'ID', @@ -5089,69 +4370,130 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { - n: 'lang', - an: { - lp: 'lang' - }, - t: 'a' - }, { - n: 'xmlLang', - an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, - t: 'a' - }, { - n: 'dir', - an: { - lp: 'dir' - }, - t: 'a' }] }, { - ln: 'Form', - bti: '.FormContent', + ln: 'PreContent', ps: [{ - n: 'action', - an: { - lp: 'action' - }, - t: 'a' - }, { - n: 'method', - an: { - lp: 'method' - }, - t: 'a' - }, { - n: 'enctype', - an: { - lp: 'enctype' - }, - t: 'a' - }, { - n: 'onsubmit', - an: { - lp: 'onsubmit' - }, - t: 'a' - }, { - n: 'onreset', + n: 'content', + col: true, + dom: false, + typed: false, + etis: [{ + en: 'em', + ti: '.Em' + }, { + en: 'strong', + ti: '.Strong' + }, { + en: 'ins', + ti: '.Ins' + }, { + en: 'i', + ti: '.I' + }, { + en: 'small', + ti: '.Small' + }, { + en: 'var', + ti: '.Var' + }, { + en: 'a', + ti: '.A' + }, { + en: 'input', + ti: '.Input' + }, { + en: 'code', + ti: '.Code' + }, { + en: 'label', + ti: '.Label' + }, { + en: 'b', + ti: '.B' + }, { + en: 'sub', + ti: '.Sub' + }, { + en: 'cite', + ti: '.Cite' + }, { + en: 'kbd', + ti: '.Kbd' + }, { + en: 'bdo', + ti: '.Bdo' + }, { + en: 'abbr', + ti: '.Abbr' + }, { + en: 'map', + ti: '.Map' + }, { + en: 'acronym', + ti: '.Acronym' + }, { + en: 'sup', + ti: '.Sup' + }, { + en: 'span', + ti: '.Span' + }, { + en: 'samp', + ti: '.Samp' + }, { + en: 'q', + ti: '.Q' + }, { + en: 'script', + ti: '.Script' + }, { + en: 'br', + ti: '.Br' + }, { + en: 'button', + ti: '.Button' + }, { + en: 'tt', + ti: '.Tt' + }, { + en: 'textarea', + ti: '.Textarea' + }, { + en: 'big', + ti: '.Big' + }, { + en: 'select', + ti: '.Select' + }, { + en: 'dfn', + ti: '.Dfn' + }, { + en: 'del', + ti: '.Del' + }], + t: 'ers' + }] + }, { + ln: 'H2', + bti: '.Inline', + ps: [{ + n: 'lang', an: { - lp: 'onreset' + lp: 'lang' }, t: 'a' }, { - n: 'accept', + n: 'xmlLang', an: { - lp: 'accept' + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' }, t: 'a' }, { - n: 'acceptCharset', + n: 'dir', an: { - lp: 'accept-charset' + lp: 'dir' }, t: 'a' }, { @@ -5242,6 +4584,56 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' + }] + }, { + ln: 'Textarea', + ps: [{ + n: 'content', + t: 'v' + }, { + n: 'name', + an: { + lp: 'name' + }, + t: 'a' + }, { + n: 'rows', + ti: 'Integer', + an: { + lp: 'rows' + }, + t: 'a' + }, { + n: 'cols', + ti: 'Integer', + an: { + lp: 'cols' + }, + t: 'a' + }, { + n: 'disabled', + an: { + lp: 'disabled' + }, + t: 'a' + }, { + n: 'readonly', + an: { + lp: 'readonly' + }, + t: 'a' + }, { + n: 'onselect', + an: { + lp: 'onselect' + }, + t: 'a' + }, { + n: 'onchange', + an: { + lp: 'onchange' + }, + t: 'a' }, { n: 'lang', an: { @@ -5261,11 +4653,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Tt', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -5354,131 +4742,203 @@ var XHTML_1_0_Strict_Module_Factory = function () { }, t: 'a' }, { - n: 'lang', + n: 'accesskey', an: { - lp: 'lang' + lp: 'accesskey' }, t: 'a' }, { - n: 'xmlLang', + n: 'tabindex', + ti: 'Int', an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + lp: 'tabindex' }, t: 'a' }, { - n: 'dir', + n: 'onfocus', an: { - lp: 'dir' + lp: 'onfocus' + }, + t: 'a' + }, { + n: 'onblur', + an: { + lp: 'onblur' }, t: 'a' }] }, { - ln: 'PreContent', + ln: 'Flow', ps: [{ n: 'content', col: true, dom: false, typed: false, etis: [{ - en: 'q', - ti: '.Q' + en: 'ins', + ti: '.Ins' }, { - en: 'em', - ti: '.Em' + en: 'strong', + ti: '.Strong' }, { - en: 'tt', - ti: '.Tt' + en: 'i', + ti: '.I' }, { en: 'var', ti: '.Var' }, { - en: 'sub', - ti: '.Sub' + en: 'a', + ti: '.A' }, { - en: 'kbd', - ti: '.Kbd' + en: 'h6', + ti: '.H6' }, { - en: 'del', - ti: '.Del' + en: 'code', + ti: '.Code' }, { - en: 'br', - ti: '.Br' + en: 'input', + ti: '.Input' }, { - en: 'select', - ti: '.Select' + en: 'dl', + ti: '.Dl' }, { - en: 'i', - ti: '.I' + en: 'h4', + ti: '.H4' }, { - en: 'samp', - ti: '.Samp' + en: 'label', + ti: '.Label' }, { - en: 'strong', - ti: '.Strong' + en: 'b', + ti: '.B' }, { - en: 'big', - ti: '.Big' + en: 'pre', + ti: '.Pre' + }, { + en: 'bdo', + ti: '.Bdo' + }, { + en: 'abbr', + ti: '.Abbr' + }, { + en: 'span', + ti: '.Span' + }, { + en: 'h5', + ti: '.H5' + }, { + en: 'q', + ti: '.Q' + }, { + en: 'button', + ti: '.Button' + }, { + en: 'tt', + ti: '.Tt' + }, { + en: 'address', + ti: '.Address' + }, { + en: 'dfn', + ti: '.Dfn' + }, { + en: 'em', + ti: '.Em' }, { en: 'small', ti: '.Small' + }, { + en: 'blockquote', + ti: '.Blockquote' + }, { + en: 'hr', + ti: '.Hr' + }, { + en: 'ul', + ti: '.Ul' + }, { + en: 'fieldset', + ti: '.Fieldset' + }, { + en: 'h1', + ti: '.H1' + }, { + en: 'h2', + ti: '.H2' + }, { + en: 'form', + ti: '.Form' + }, { + en: 'sub', + ti: '.Sub' }, { en: 'cite', ti: '.Cite' }, { - en: 'code', - ti: '.Code' + en: 'noscript', + ti: '.Noscript' }, { - en: 'abbr', - ti: '.Abbr' + en: 'kbd', + ti: '.Kbd' }, { - en: 'script', - ti: '.Script' + en: 'div', + ti: '.Div' + }, { + en: 'table', + ti: '.Table' }, { en: 'map', ti: '.Map' }, { - en: 'span', - ti: '.Span' + en: 'acronym', + ti: '.Acronym' }, { - en: 'input', - ti: '.Input' + en: 'p', + ti: '.P' }, { - en: 'label', - ti: '.Label' + en: 'object', + ti: '.Object' }, { - en: 'button', - ti: '.Button' + en: 'sup', + ti: '.Sup' }, { - en: 'a', - ti: '.A' + en: 'ol', + ti: '.Ol' }, { - en: 'dfn', - ti: '.Dfn' + en: 'samp', + ti: '.Samp' }, { - en: 'ins', - ti: '.Ins' + en: 'h3', + ti: '.H3' + }, { + en: 'script', + ti: '.Script' + }, { + en: 'br', + ti: '.Br' + }, { + en: 'img', + ti: '.Img' }, { en: 'textarea', ti: '.Textarea' }, { - en: 'sup', - ti: '.Sup' - }, { - en: 'bdo', - ti: '.Bdo' + en: 'big', + ti: '.Big' }, { - en: 'acronym', - ti: '.Acronym' + en: 'del', + ti: '.Del' }, { - en: 'b', - ti: '.B' + en: 'select', + ti: '.Select' }], t: 'ers' }] }, { - ln: 'Meta', + ln: 'Style', ps: [{ + n: 'content', + t: 'v' + }, { n: 'id', ti: 'ID', an: { @@ -5486,27 +4946,28 @@ var XHTML_1_0_Strict_Module_Factory = function () { }, t: 'a' }, { - n: 'httpEquiv', + n: 'type', an: { - lp: 'http-equiv' + lp: 'type' }, t: 'a' }, { - n: 'name', + n: 'media', an: { - lp: 'name' + lp: 'media' }, t: 'a' }, { - n: 'content', + n: 'title', an: { - lp: 'content' + lp: 'title' }, t: 'a' }, { - n: 'scheme', + n: 'space', an: { - lp: 'scheme' + lp: 'space', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' }, t: 'a' }, { @@ -5530,50 +4991,9 @@ var XHTML_1_0_Strict_Module_Factory = function () { t: 'a' }] }, { - ln: 'Head', + ln: 'Sub', + bti: '.Inline', ps: [{ - n: 'content', - col: true, - mx: false, - dom: false, - typed: false, - etis: [{ - en: 'script', - ti: '.Script' - }, { - en: 'title', - ti: '.Title' - }, { - en: 'meta', - ti: '.Meta' - }, { - en: 'link', - ti: '.Link' - }, { - en: 'style', - ti: '.Style' - }, { - en: 'object', - ti: '.Object' - }, { - en: 'base', - ti: '.Base' - }], - t: 'ers' - }, { - n: 'id', - ti: 'ID', - an: { - lp: 'id' - }, - t: 'a' - }, { - n: 'profile', - an: { - lp: 'profile' - }, - t: 'a' - }, { n: 'lang', an: { lp: 'lang' @@ -5592,20 +5012,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Dl', - ps: [{ - n: 'dtOrDd', - col: true, - etis: [{ - en: 'dt', - ti: '.Dt' - }, { - en: 'dd', - ti: '.Dd' - }], - t: 'es' }, { n: 'id', ti: 'ID', @@ -5694,6 +5100,22 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' + }] + }, { + ln: 'Html', + ps: [{ + n: 'head', + ti: '.Head' + }, { + n: 'body', + ti: '.Body' + }, { + n: 'id', + ti: 'ID', + an: { + lp: 'id' + }, + t: 'a' }, { n: 'lang', an: { @@ -5715,120 +5137,26 @@ var XHTML_1_0_Strict_Module_Factory = function () { t: 'a' }] }, { - ln: 'Ins', - bti: '.Flow', + ln: 'Pre', + bti: '.PreContent', ps: [{ - n: 'cite', + n: 'space', an: { - lp: 'cite' + lp: 'space', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' }, t: 'a' }, { - n: 'datetime', - ti: 'Calendar', + n: 'lang', an: { - lp: 'datetime' + lp: 'lang' }, t: 'a' }, { - n: 'id', - ti: 'ID', + n: 'xmlLang', an: { - lp: 'id' - }, - t: 'a' - }, { - n: 'clazz', - ti: { - t: 'l' - }, - an: { - lp: 'class' - }, - t: 'a' - }, { - n: 'style', - an: { - lp: 'style' - }, - t: 'a' - }, { - n: 'title', - an: { - lp: 'title' - }, - t: 'a' - }, { - n: 'onclick', - an: { - lp: 'onclick' - }, - t: 'a' - }, { - n: 'ondblclick', - an: { - lp: 'ondblclick' - }, - t: 'a' - }, { - n: 'onmousedown', - an: { - lp: 'onmousedown' - }, - t: 'a' - }, { - n: 'onmouseup', - an: { - lp: 'onmouseup' - }, - t: 'a' - }, { - n: 'onmouseover', - an: { - lp: 'onmouseover' - }, - t: 'a' - }, { - n: 'onmousemove', - an: { - lp: 'onmousemove' - }, - t: 'a' - }, { - n: 'onmouseout', - an: { - lp: 'onmouseout' - }, - t: 'a' - }, { - n: 'onkeypress', - an: { - lp: 'onkeypress' - }, - t: 'a' - }, { - n: 'onkeydown', - an: { - lp: 'onkeydown' - }, - t: 'a' - }, { - n: 'onkeyup', - an: { - lp: 'onkeyup' - }, - t: 'a' - }, { - n: 'lang', - an: { - lp: 'lang' - }, - t: 'a' - }, { - n: 'xmlLang', - an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' }, t: 'a' }, { @@ -5837,57 +5165,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Link', - ps: [{ - n: 'charset', - an: { - lp: 'charset' - }, - t: 'a' - }, { - n: 'href', - an: { - lp: 'href' - }, - t: 'a' - }, { - n: 'hreflang', - an: { - lp: 'hreflang' - }, - t: 'a' - }, { - n: 'type', - an: { - lp: 'type' - }, - t: 'a' - }, { - n: 'rel', - ti: { - t: 'l' - }, - an: { - lp: 'rel' - }, - t: 'a' - }, { - n: 'rev', - ti: { - t: 'l' - }, - an: { - lp: 'rev' - }, - t: 'a' - }, { - n: 'media', - an: { - lp: 'media' - }, - t: 'a' }, { n: 'id', ti: 'ID', @@ -5976,7 +5253,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Address', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -5995,11 +5276,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Code', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -6087,7 +5364,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Span', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -6106,11 +5387,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Var', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -6198,172 +5475,252 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { - n: 'lang', - an: { - lp: 'lang' - }, - t: 'a' - }, { - n: 'xmlLang', - an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, - t: 'a' - }, { - n: 'dir', - an: { - lp: 'dir' - }, - t: 'a' }] }, { - ln: 'Td', - bti: '.Flow', + ln: 'Object', ps: [{ - n: 'abbr', - an: { - lp: 'abbr' - }, - t: 'a' - }, { - n: 'axis', - an: { - lp: 'axis' - }, - t: 'a' - }, { - n: 'headers', - ti: 'IDREFS', - an: { - lp: 'headers' - }, - t: 'a' - }, { - n: 'scope', - an: { - lp: 'scope' - }, - t: 'a' - }, { - n: 'rowspan', - ti: 'Integer', - an: { - lp: 'rowspan' - }, - t: 'a' - }, { - n: 'colspan', - ti: 'Integer', - an: { - lp: 'colspan' - }, - t: 'a' - }, { - n: 'align', - an: { - lp: 'align' - }, - t: 'a' - }, { - n: '_char', - an: { - lp: 'char' - }, - t: 'a' - }, { - n: 'charoff', - an: { - lp: 'charoff' - }, - t: 'a' - }, { - n: 'id', - ti: 'ID', - an: { - lp: 'id' - }, - t: 'a' - }, { - n: 'clazz', - ti: { - t: 'l' - }, + n: 'content', + col: true, + dom: false, + typed: false, + etis: [{ + en: 'ins', + ti: '.Ins' + }, { + en: 'strong', + ti: '.Strong' + }, { + en: 'i', + ti: '.I' + }, { + en: 'var', + ti: '.Var' + }, { + en: 'a', + ti: '.A' + }, { + en: 'h6', + ti: '.H6' + }, { + en: 'code', + ti: '.Code' + }, { + en: 'input', + ti: '.Input' + }, { + en: 'dl', + ti: '.Dl' + }, { + en: 'h4', + ti: '.H4' + }, { + en: 'label', + ti: '.Label' + }, { + en: 'b', + ti: '.B' + }, { + en: 'pre', + ti: '.Pre' + }, { + en: 'bdo', + ti: '.Bdo' + }, { + en: 'abbr', + ti: '.Abbr' + }, { + en: 'span', + ti: '.Span' + }, { + en: 'h5', + ti: '.H5' + }, { + en: 'q', + ti: '.Q' + }, { + en: 'button', + ti: '.Button' + }, { + en: 'tt', + ti: '.Tt' + }, { + en: 'address', + ti: '.Address' + }, { + en: 'dfn', + ti: '.Dfn' + }, { + en: 'em', + ti: '.Em' + }, { + en: 'small', + ti: '.Small' + }, { + en: 'blockquote', + ti: '.Blockquote' + }, { + en: 'hr', + ti: '.Hr' + }, { + en: 'ul', + ti: '.Ul' + }, { + en: 'fieldset', + ti: '.Fieldset' + }, { + en: 'h1', + ti: '.H1' + }, { + en: 'h2', + ti: '.H2' + }, { + en: 'form', + ti: '.Form' + }, { + en: 'sub', + ti: '.Sub' + }, { + en: 'cite', + ti: '.Cite' + }, { + en: 'noscript', + ti: '.Noscript' + }, { + en: 'kbd', + ti: '.Kbd' + }, { + en: 'div', + ti: '.Div' + }, { + en: 'table', + ti: '.Table' + }, { + en: 'map', + ti: '.Map' + }, { + en: 'acronym', + ti: '.Acronym' + }, { + en: 'param', + ti: '.Param' + }, { + en: 'p', + ti: '.P' + }, { + en: 'object', + ti: '.Object' + }, { + en: 'sup', + ti: '.Sup' + }, { + en: 'ol', + ti: '.Ol' + }, { + en: 'samp', + ti: '.Samp' + }, { + en: 'h3', + ti: '.H3' + }, { + en: 'script', + ti: '.Script' + }, { + en: 'br', + ti: '.Br' + }, { + en: 'img', + ti: '.Img' + }, { + en: 'textarea', + ti: '.Textarea' + }, { + en: 'big', + ti: '.Big' + }, { + en: 'del', + ti: '.Del' + }, { + en: 'select', + ti: '.Select' + }], + t: 'ers' + }, { + n: 'declare', an: { - lp: 'class' + lp: 'declare' }, t: 'a' }, { - n: 'style', + n: 'classid', an: { - lp: 'style' + lp: 'classid' }, t: 'a' }, { - n: 'title', + n: 'codebase', an: { - lp: 'title' + lp: 'codebase' }, t: 'a' }, { - n: 'onclick', + n: 'data', an: { - lp: 'onclick' + lp: 'data' }, t: 'a' }, { - n: 'ondblclick', + n: 'type', an: { - lp: 'ondblclick' + lp: 'type' }, t: 'a' }, { - n: 'onmousedown', + n: 'codetype', an: { - lp: 'onmousedown' + lp: 'codetype' }, t: 'a' }, { - n: 'onmouseup', + n: 'archive', an: { - lp: 'onmouseup' + lp: 'archive' }, t: 'a' }, { - n: 'onmouseover', + n: 'standby', an: { - lp: 'onmouseover' + lp: 'standby' }, t: 'a' }, { - n: 'onmousemove', + n: 'height', an: { - lp: 'onmousemove' + lp: 'height' }, t: 'a' }, { - n: 'onmouseout', + n: 'width', an: { - lp: 'onmouseout' + lp: 'width' }, t: 'a' }, { - n: 'onkeypress', + n: 'usemap', an: { - lp: 'onkeypress' + lp: 'usemap' }, t: 'a' }, { - n: 'onkeydown', + n: 'name', an: { - lp: 'onkeydown' + lp: 'name' }, t: 'a' }, { - n: 'onkeyup', + n: 'tabindex', + ti: 'Int', an: { - lp: 'onkeyup' + lp: 'tabindex' }, t: 'a' }, { @@ -6386,16 +5743,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { }, t: 'a' }, { - n: 'valign', - an: { - lp: 'valign' - }, - t: 'a' - }] - }, { - ln: 'I', - bti: '.Inline', - ps: [{ n: 'id', ti: 'ID', an: { @@ -6483,7 +5830,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Abbr', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -6502,27 +5853,115 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Map', - ps: [{ - n: 'pOrH1OrH2', - col: true, - etis: [{ - en: 'p', - ti: '.P' - }, { - en: 'h1', - ti: '.H1' - }, { - en: 'h2', - ti: '.H2' - }, { - en: 'h3', - ti: '.H3' - }, { - en: 'h4', - ti: '.H4' + }, { + n: 'id', + ti: 'ID', + an: { + lp: 'id' + }, + t: 'a' + }, { + n: 'clazz', + ti: { + t: 'l' + }, + an: { + lp: 'class' + }, + t: 'a' + }, { + n: 'style', + an: { + lp: 'style' + }, + t: 'a' + }, { + n: 'title', + an: { + lp: 'title' + }, + t: 'a' + }, { + n: 'onclick', + an: { + lp: 'onclick' + }, + t: 'a' + }, { + n: 'ondblclick', + an: { + lp: 'ondblclick' + }, + t: 'a' + }, { + n: 'onmousedown', + an: { + lp: 'onmousedown' + }, + t: 'a' + }, { + n: 'onmouseup', + an: { + lp: 'onmouseup' + }, + t: 'a' + }, { + n: 'onmouseover', + an: { + lp: 'onmouseover' + }, + t: 'a' + }, { + n: 'onmousemove', + an: { + lp: 'onmousemove' + }, + t: 'a' + }, { + n: 'onmouseout', + an: { + lp: 'onmouseout' + }, + t: 'a' + }, { + n: 'onkeypress', + an: { + lp: 'onkeypress' + }, + t: 'a' + }, { + n: 'onkeydown', + an: { + lp: 'onkeydown' + }, + t: 'a' + }, { + n: 'onkeyup', + an: { + lp: 'onkeyup' + }, + t: 'a' + }] + }, { + ln: 'Map', + ps: [{ + n: 'pOrH1OrH2', + col: true, + etis: [{ + en: 'p', + ti: '.P' + }, { + en: 'h1', + ti: '.H1' + }, { + en: 'h2', + ti: '.H2' + }, { + en: 'h3', + ti: '.H3' + }, { + en: 'h4', + ti: '.H4' }, { en: 'h5', ti: '.H5' @@ -6692,9 +6131,31 @@ var XHTML_1_0_Strict_Module_Factory = function () { t: 'a' }] }, { - ln: 'Big', - bti: '.Inline', + ln: 'Ol', ps: [{ + n: 'li', + col: true, + ti: '.Li' + }, { + n: 'lang', + an: { + lp: 'lang' + }, + t: 'a' + }, { + n: 'xmlLang', + an: { + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + }, + t: 'a' + }, { + n: 'dir', + an: { + lp: 'dir' + }, + t: 'a' + }, { n: 'id', ti: 'ID', an: { @@ -6782,6 +6243,64 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' + }] + }, { + ln: 'Area', + ps: [{ + n: 'shape', + an: { + lp: 'shape' + }, + t: 'a' + }, { + n: 'coords', + an: { + lp: 'coords' + }, + t: 'a' + }, { + n: 'href', + an: { + lp: 'href' + }, + t: 'a' + }, { + n: 'nohref', + an: { + lp: 'nohref' + }, + t: 'a' + }, { + n: 'alt', + an: { + lp: 'alt' + }, + t: 'a' + }, { + n: 'accesskey', + an: { + lp: 'accesskey' + }, + t: 'a' + }, { + n: 'tabindex', + ti: 'Int', + an: { + lp: 'tabindex' + }, + t: 'a' + }, { + n: 'onfocus', + an: { + lp: 'onfocus' + }, + t: 'a' + }, { + n: 'onblur', + an: { + lp: 'onblur' + }, + t: 'a' }, { n: 'lang', an: { @@ -6801,249 +6320,491 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' + }, { + n: 'id', + ti: 'ID', + an: { + lp: 'id' + }, + t: 'a' + }, { + n: 'clazz', + ti: { + t: 'l' + }, + an: { + lp: 'class' + }, + t: 'a' + }, { + n: 'style', + an: { + lp: 'style' + }, + t: 'a' + }, { + n: 'title', + an: { + lp: 'title' + }, + t: 'a' + }, { + n: 'onclick', + an: { + lp: 'onclick' + }, + t: 'a' + }, { + n: 'ondblclick', + an: { + lp: 'ondblclick' + }, + t: 'a' + }, { + n: 'onmousedown', + an: { + lp: 'onmousedown' + }, + t: 'a' + }, { + n: 'onmouseup', + an: { + lp: 'onmouseup' + }, + t: 'a' + }, { + n: 'onmouseover', + an: { + lp: 'onmouseover' + }, + t: 'a' + }, { + n: 'onmousemove', + an: { + lp: 'onmousemove' + }, + t: 'a' + }, { + n: 'onmouseout', + an: { + lp: 'onmouseout' + }, + t: 'a' + }, { + n: 'onkeypress', + an: { + lp: 'onkeypress' + }, + t: 'a' + }, { + n: 'onkeydown', + an: { + lp: 'onkeydown' + }, + t: 'a' + }, { + n: 'onkeyup', + an: { + lp: 'onkeyup' + }, + t: 'a' + }] + }, { + ln: 'H3', + bti: '.Inline', + ps: [{ + n: 'lang', + an: { + lp: 'lang' + }, + t: 'a' + }, { + n: 'xmlLang', + an: { + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + }, + t: 'a' + }, { + n: 'dir', + an: { + lp: 'dir' + }, + t: 'a' + }, { + n: 'id', + ti: 'ID', + an: { + lp: 'id' + }, + t: 'a' + }, { + n: 'clazz', + ti: { + t: 'l' + }, + an: { + lp: 'class' + }, + t: 'a' + }, { + n: 'style', + an: { + lp: 'style' + }, + t: 'a' + }, { + n: 'title', + an: { + lp: 'title' + }, + t: 'a' + }, { + n: 'onclick', + an: { + lp: 'onclick' + }, + t: 'a' + }, { + n: 'ondblclick', + an: { + lp: 'ondblclick' + }, + t: 'a' + }, { + n: 'onmousedown', + an: { + lp: 'onmousedown' + }, + t: 'a' + }, { + n: 'onmouseup', + an: { + lp: 'onmouseup' + }, + t: 'a' + }, { + n: 'onmouseover', + an: { + lp: 'onmouseover' + }, + t: 'a' + }, { + n: 'onmousemove', + an: { + lp: 'onmousemove' + }, + t: 'a' + }, { + n: 'onmouseout', + an: { + lp: 'onmouseout' + }, + t: 'a' + }, { + n: 'onkeypress', + an: { + lp: 'onkeypress' + }, + t: 'a' + }, { + n: 'onkeydown', + an: { + lp: 'onkeydown' + }, + t: 'a' + }, { + n: 'onkeyup', + an: { + lp: 'onkeyup' + }, + t: 'a' + }] + }, { + ln: 'Var', + bti: '.Inline', + ps: [{ + n: 'lang', + an: { + lp: 'lang' + }, + t: 'a' + }, { + n: 'xmlLang', + an: { + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + }, + t: 'a' + }, { + n: 'dir', + an: { + lp: 'dir' + }, + t: 'a' + }, { + n: 'id', + ti: 'ID', + an: { + lp: 'id' + }, + t: 'a' + }, { + n: 'clazz', + ti: { + t: 'l' + }, + an: { + lp: 'class' + }, + t: 'a' + }, { + n: 'style', + an: { + lp: 'style' + }, + t: 'a' + }, { + n: 'title', + an: { + lp: 'title' + }, + t: 'a' + }, { + n: 'onclick', + an: { + lp: 'onclick' + }, + t: 'a' + }, { + n: 'ondblclick', + an: { + lp: 'ondblclick' + }, + t: 'a' + }, { + n: 'onmousedown', + an: { + lp: 'onmousedown' + }, + t: 'a' + }, { + n: 'onmouseup', + an: { + lp: 'onmouseup' + }, + t: 'a' + }, { + n: 'onmouseover', + an: { + lp: 'onmouseover' + }, + t: 'a' + }, { + n: 'onmousemove', + an: { + lp: 'onmousemove' + }, + t: 'a' + }, { + n: 'onmouseout', + an: { + lp: 'onmouseout' + }, + t: 'a' + }, { + n: 'onkeypress', + an: { + lp: 'onkeypress' + }, + t: 'a' + }, { + n: 'onkeydown', + an: { + lp: 'onkeydown' + }, + t: 'a' + }, { + n: 'onkeyup', + an: { + lp: 'onkeyup' + }, + t: 'a' + }] + }, { + ln: 'Hr', + ps: [{ + n: 'lang', + an: { + lp: 'lang' + }, + t: 'a' + }, { + n: 'xmlLang', + an: { + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + }, + t: 'a' + }, { + n: 'dir', + an: { + lp: 'dir' + }, + t: 'a' + }, { + n: 'id', + ti: 'ID', + an: { + lp: 'id' + }, + t: 'a' + }, { + n: 'clazz', + ti: { + t: 'l' + }, + an: { + lp: 'class' + }, + t: 'a' + }, { + n: 'style', + an: { + lp: 'style' + }, + t: 'a' + }, { + n: 'title', + an: { + lp: 'title' + }, + t: 'a' + }, { + n: 'onclick', + an: { + lp: 'onclick' + }, + t: 'a' + }, { + n: 'ondblclick', + an: { + lp: 'ondblclick' + }, + t: 'a' + }, { + n: 'onmousedown', + an: { + lp: 'onmousedown' + }, + t: 'a' + }, { + n: 'onmouseup', + an: { + lp: 'onmouseup' + }, + t: 'a' + }, { + n: 'onmouseover', + an: { + lp: 'onmouseover' + }, + t: 'a' + }, { + n: 'onmousemove', + an: { + lp: 'onmousemove' + }, + t: 'a' + }, { + n: 'onmouseout', + an: { + lp: 'onmouseout' + }, + t: 'a' + }, { + n: 'onkeypress', + an: { + lp: 'onkeypress' + }, + t: 'a' + }, { + n: 'onkeydown', + an: { + lp: 'onkeydown' + }, + t: 'a' + }, { + n: 'onkeyup', + an: { + lp: 'onkeyup' + }, + t: 'a' }] }, { - ln: 'Block', - ps: [{ - n: 'pOrH1OrH2', - col: true, - etis: [{ - en: 'p', - ti: '.P' - }, { - en: 'h1', - ti: '.H1' - }, { - en: 'h2', - ti: '.H2' - }, { - en: 'h3', - ti: '.H3' - }, { - en: 'h4', - ti: '.H4' - }, { - en: 'h5', - ti: '.H5' - }, { - en: 'h6', - ti: '.H6' - }, { - en: 'div', - ti: '.Div' - }, { - en: 'ul', - ti: '.Ul' - }, { - en: 'ol', - ti: '.Ol' - }, { - en: 'dl', - ti: '.Dl' - }, { - en: 'pre', - ti: '.Pre' - }, { - en: 'hr', - ti: '.Hr' - }, { - en: 'blockquote', - ti: '.Blockquote' - }, { - en: 'address', - ti: '.Address' - }, { - en: 'fieldset', - ti: '.Fieldset' - }, { - en: 'table', - ti: '.Table' - }, { - en: 'form', - ti: '.Form' - }, { - en: 'noscript', - ti: '.Noscript' - }, { - en: 'ins', - ti: '.Ins' - }, { - en: 'del', - ti: '.Del' - }, { - en: 'script', - ti: '.Script' - }], - t: 'es' - }] - }, { - ln: 'Fieldset', + ln: 'Form', + bti: '.FormContent', ps: [{ - n: 'content', - col: true, - dom: false, - typed: false, - etis: [{ - en: 'address', - ti: '.Address' - }, { - en: 'table', - ti: '.Table' - }, { - en: 'em', - ti: '.Em' - }, { - en: 'tt', - ti: '.Tt' - }, { - en: 'var', - ti: '.Var' - }, { - en: 'del', - ti: '.Del' - }, { - en: 'h2', - ti: '.H2' - }, { - en: 'object', - ti: '.Object' - }, { - en: 'br', - ti: '.Br' - }, { - en: 'select', - ti: '.Select' - }, { - en: 'i', - ti: '.I' - }, { - en: 'strong', - ti: '.Strong' - }, { - en: 'samp', - ti: '.Samp' - }, { - en: 'small', - ti: '.Small' - }, { - en: 'blockquote', - ti: '.Blockquote' - }, { - en: 'h6', - ti: '.H6' - }, { - en: 'code', - ti: '.Code' - }, { - en: 'dl', - ti: '.Dl' - }, { - en: 'abbr', - ti: '.Abbr' - }, { - en: 'script', - ti: '.Script' - }, { - en: 'h1', - ti: '.H1' - }, { - en: 'h4', - ti: '.H4' - }, { - en: 'p', - ti: '.P' - }, { - en: 'label', - ti: '.Label' - }, { - en: 'hr', - ti: '.Hr' - }, { - en: 'a', - ti: '.A' - }, { - en: 'dfn', - ti: '.Dfn' - }, { - en: 'legend', - ti: '.Legend' - }, { - en: 'ins', - ti: '.Ins' - }, { - en: 'sup', - ti: '.Sup' - }, { - en: 'b', - ti: '.B' - }, { - en: 'q', - ti: '.Q' - }, { - en: 'img', - ti: '.Img' - }, { - en: 'sub', - ti: '.Sub' - }, { - en: 'kbd', - ti: '.Kbd' - }, { - en: 'ul', - ti: '.Ul' - }, { - en: 'noscript', - ti: '.Noscript' - }, { - en: 'ol', - ti: '.Ol' - }, { - en: 'h3', - ti: '.H3' - }, { - en: 'big', - ti: '.Big' - }, { - en: 'cite', - ti: '.Cite' - }, { - en: 'pre', - ti: '.Pre' - }, { - en: 'h5', - ti: '.H5' - }, { - en: 'map', - ti: '.Map' - }, { - en: 'span', - ti: '.Span' - }, { - en: 'input', - ti: '.Input' - }, { - en: 'form', - ti: '.Form' - }, { - en: 'fieldset', - ti: '.Fieldset' - }, { - en: 'button', - ti: '.Button' - }, { - en: 'div', - ti: '.Div' - }, { - en: 'bdo', - ti: '.Bdo' - }, { - en: 'textarea', - ti: '.Textarea' - }, { - en: 'acronym', - ti: '.Acronym' - }], - t: 'ers' + n: 'action', + an: { + lp: 'action' + }, + t: 'a' + }, { + n: 'method', + an: { + lp: 'method' + }, + t: 'a' + }, { + n: 'enctype', + an: { + lp: 'enctype' + }, + t: 'a' + }, { + n: 'onsubmit', + an: { + lp: 'onsubmit' + }, + t: 'a' + }, { + n: 'onreset', + an: { + lp: 'onreset' + }, + t: 'a' + }, { + n: 'accept', + an: { + lp: 'accept' + }, + t: 'a' + }, { + n: 'acceptCharset', + an: { + lp: 'accept-charset' + }, + t: 'a' + }, { + n: 'lang', + an: { + lp: 'lang' + }, + t: 'a' + }, { + n: 'xmlLang', + an: { + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + }, + t: 'a' + }, { + n: 'dir', + an: { + lp: 'dir' + }, + t: 'a' }, { n: 'id', ti: 'ID', @@ -7132,7 +6893,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Dt', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -7151,11 +6916,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Li', - bti: '.Flow', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -7243,7 +7004,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Dd', + bti: '.Flow', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -7262,117 +7027,182 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Input', - ps: [{ - n: 'type', + }, { + n: 'id', + ti: 'ID', an: { - lp: 'type' + lp: 'id' }, t: 'a' }, { - n: 'name', + n: 'clazz', + ti: { + t: 'l' + }, an: { - lp: 'name' + lp: 'class' }, t: 'a' }, { - n: 'value', + n: 'style', an: { - lp: 'value' + lp: 'style' }, t: 'a' }, { - n: 'checked', + n: 'title', an: { - lp: 'checked' + lp: 'title' }, t: 'a' }, { - n: 'disabled', + n: 'onclick', an: { - lp: 'disabled' + lp: 'onclick' }, t: 'a' }, { - n: 'readonly', + n: 'ondblclick', an: { - lp: 'readonly' + lp: 'ondblclick' }, t: 'a' }, { - n: 'size', + n: 'onmousedown', an: { - lp: 'size' + lp: 'onmousedown' }, t: 'a' }, { - n: 'maxlength', - ti: 'Integer', + n: 'onmouseup', an: { - lp: 'maxlength' + lp: 'onmouseup' }, t: 'a' }, { - n: 'src', + n: 'onmouseover', an: { - lp: 'src' + lp: 'onmouseover' }, t: 'a' }, { - n: 'alt', + n: 'onmousemove', an: { - lp: 'alt' + lp: 'onmousemove' }, t: 'a' }, { - n: 'usemap', + n: 'onmouseout', an: { - lp: 'usemap' + lp: 'onmouseout' }, t: 'a' }, { - n: 'onselect', + n: 'onkeypress', an: { - lp: 'onselect' + lp: 'onkeypress' }, t: 'a' }, { - n: 'onchange', + n: 'onkeydown', an: { - lp: 'onchange' + lp: 'onkeydown' }, t: 'a' }, { - n: 'accept', + n: 'onkeyup', an: { - lp: 'accept' + lp: 'onkeyup' + }, + t: 'a' + }] + }, { + ln: 'Table', + ps: [{ + n: 'caption', + ti: '.Caption' + }, { + n: 'col', + col: true, + ti: '.Col' + }, { + n: 'colgroup', + col: true, + ti: '.Colgroup' + }, { + n: 'thead', + ti: '.Thead' + }, { + n: 'tfoot', + ti: '.Tfoot' + }, { + n: 'tbody', + col: true, + ti: '.Tbody' + }, { + n: 'tr', + col: true, + ti: '.Tr' + }, { + n: 'summary', + an: { + lp: 'summary' }, t: 'a' }, { - n: 'accesskey', + n: 'width', an: { - lp: 'accesskey' + lp: 'width' }, t: 'a' }, { - n: 'tabindex', - ti: 'Int', + n: 'border', + ti: 'Integer', an: { - lp: 'tabindex' + lp: 'border' }, t: 'a' }, { - n: 'onfocus', + n: 'frame', an: { - lp: 'onfocus' + lp: 'frame' }, t: 'a' }, { - n: 'onblur', + n: 'rules', an: { - lp: 'onblur' + lp: 'rules' + }, + t: 'a' + }, { + n: 'cellspacing', + an: { + lp: 'cellspacing' + }, + t: 'a' + }, { + n: 'cellpadding', + an: { + lp: 'cellpadding' + }, + t: 'a' + }, { + n: 'lang', + an: { + lp: 'lang' + }, + t: 'a' + }, { + n: 'xmlLang', + an: { + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + }, + t: 'a' + }, { + n: 'dir', + an: { + lp: 'dir' }, t: 'a' }, { @@ -7463,52 +7293,87 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' + }] + }, { + ln: 'A', + bti: '.AContent', + ps: [{ + n: 'charset', + an: { + lp: 'charset' + }, + t: 'a' }, { - n: 'lang', + n: 'type', an: { - lp: 'lang' + lp: 'type' }, t: 'a' }, { - n: 'xmlLang', + n: 'name', an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + lp: 'name' + }, + t: 'a' + }, { + n: 'href', + an: { + lp: 'href' + }, + t: 'a' + }, { + n: 'hreflang', + an: { + lp: 'hreflang' + }, + t: 'a' + }, { + n: 'rel', + ti: { + t: 'l' + }, + an: { + lp: 'rel' + }, + t: 'a' + }, { + n: 'rev', + ti: { + t: 'l' + }, + an: { + lp: 'rev' }, t: 'a' }, { - n: 'dir', + n: 'shape', an: { - lp: 'dir' + lp: 'shape' }, t: 'a' - }] - }, { - ln: 'Label', - bti: '.Inline', - ps: [{ - n: '_for', - ti: 'IDREF', + }, { + n: 'coords', an: { - lp: 'for' + lp: 'coords' }, t: 'a' }, { - n: 'accesskey', + n: 'lang', an: { - lp: 'accesskey' + lp: 'lang' }, t: 'a' }, { - n: 'onfocus', + n: 'xmlLang', an: { - lp: 'onfocus' + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' }, t: 'a' }, { - n: 'onblur', + n: 'dir', an: { - lp: 'onblur' + lp: 'dir' }, t: 'a' }, { @@ -7600,6 +7465,35 @@ var XHTML_1_0_Strict_Module_Factory = function () { }, t: 'a' }, { + n: 'accesskey', + an: { + lp: 'accesskey' + }, + t: 'a' + }, { + n: 'tabindex', + ti: 'Int', + an: { + lp: 'tabindex' + }, + t: 'a' + }, { + n: 'onfocus', + an: { + lp: 'onfocus' + }, + t: 'a' + }, { + n: 'onblur', + an: { + lp: 'onblur' + }, + t: 'a' + }] + }, { + ln: 'Kbd', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -7618,11 +7512,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Dfn', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -7710,7 +7600,153 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'ButtonContent', + ps: [{ + n: 'content', + col: true, + dom: false, + typed: false, + etis: [{ + en: 'em', + ti: '.Em' + }, { + en: 'ins', + ti: '.Ins' + }, { + en: 'strong', + ti: '.Strong' + }, { + en: 'i', + ti: '.I' + }, { + en: 'small', + ti: '.Small' + }, { + en: 'var', + ti: '.Var' + }, { + en: 'blockquote', + ti: '.Blockquote' + }, { + en: 'hr', + ti: '.Hr' + }, { + en: 'h6', + ti: '.H6' + }, { + en: 'code', + ti: '.Code' + }, { + en: 'dl', + ti: '.Dl' + }, { + en: 'ul', + ti: '.Ul' + }, { + en: 'h4', + ti: '.H4' + }, { + en: 'h2', + ti: '.H2' + }, { + en: 'h1', + ti: '.H1' + }, { + en: 'b', + ti: '.B' + }, { + en: 'sub', + ti: '.Sub' + }, { + en: 'pre', + ti: '.Pre' + }, { + en: 'cite', + ti: '.Cite' + }, { + en: 'noscript', + ti: '.Noscript' + }, { + en: 'kbd', + ti: '.Kbd' + }, { + en: 'bdo', + ti: '.Bdo' + }, { + en: 'div', + ti: '.Div' + }, { + en: 'abbr', + ti: '.Abbr' + }, { + en: 'table', + ti: '.Table' + }, { + en: 'map', + ti: '.Map' + }, { + en: 'acronym', + ti: '.Acronym' + }, { + en: 'p', + ti: '.P' + }, { + en: 'sup', + ti: '.Sup' + }, { + en: 'h5', + ti: '.H5' + }, { + en: 'span', + ti: '.Span' + }, { + en: 'object', + ti: '.Object' + }, { + en: 'ol', + ti: '.Ol' + }, { + en: 'samp', + ti: '.Samp' + }, { + en: 'q', + ti: '.Q' + }, { + en: 'h3', + ti: '.H3' + }, { + en: 'script', + ti: '.Script' + }, { + en: 'br', + ti: '.Br' + }, { + en: 'img', + ti: '.Img' + }, { + en: 'tt', + ti: '.Tt' + }, { + en: 'big', + ti: '.Big' + }, { + en: 'address', + ti: '.Address' + }, { + en: 'del', + ti: '.Del' + }, { + en: 'dfn', + ti: '.Dfn' + }], + t: 'ers' + }] + }, { + ln: 'H6', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -7729,20 +7765,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Tr', - ps: [{ - n: 'thOrTd', - col: true, - etis: [{ - en: 'th', - ti: '.Th' - }, { - en: 'td', - ti: '.Td' - }], - t: 'es' }, { n: 'id', ti: 'ID', @@ -7831,7 +7853,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Em', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -7845,40 +7871,12 @@ var XHTML_1_0_Strict_Module_Factory = function () { }, t: 'a' }, { - n: 'dir', - an: { - lp: 'dir' - }, - t: 'a' - }, { - n: 'valign', - an: { - lp: 'valign' - }, - t: 'a' - }, { - n: 'align', - an: { - lp: 'align' - }, - t: 'a' - }, { - n: '_char', - an: { - lp: 'char' - }, - t: 'a' - }, { - n: 'charoff', + n: 'dir', an: { - lp: 'charoff' + lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Small', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -7966,7 +7964,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'B', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -7985,11 +7987,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'H1', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -8077,7 +8075,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Bdo', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -8096,262 +8098,126 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Flow', - ps: [{ - n: 'content', - col: true, - dom: false, - typed: false, - etis: [{ - en: 'address', - ti: '.Address' - }, { - en: 'table', - ti: '.Table' - }, { - en: 'em', - ti: '.Em' - }, { - en: 'tt', - ti: '.Tt' - }, { - en: 'var', - ti: '.Var' - }, { - en: 'del', - ti: '.Del' - }, { - en: 'h2', - ti: '.H2' - }, { - en: 'object', - ti: '.Object' - }, { - en: 'br', - ti: '.Br' - }, { - en: 'select', - ti: '.Select' - }, { - en: 'i', - ti: '.I' - }, { - en: 'strong', - ti: '.Strong' - }, { - en: 'samp', - ti: '.Samp' - }, { - en: 'small', - ti: '.Small' - }, { - en: 'blockquote', - ti: '.Blockquote' - }, { - en: 'h6', - ti: '.H6' - }, { - en: 'code', - ti: '.Code' - }, { - en: 'dl', - ti: '.Dl' - }, { - en: 'abbr', - ti: '.Abbr' - }, { - en: 'script', - ti: '.Script' - }, { - en: 'h1', - ti: '.H1' - }, { - en: 'h4', - ti: '.H4' - }, { - en: 'p', - ti: '.P' - }, { - en: 'label', - ti: '.Label' - }, { - en: 'hr', - ti: '.Hr' - }, { - en: 'a', - ti: '.A' - }, { - en: 'dfn', - ti: '.Dfn' - }, { - en: 'ins', - ti: '.Ins' - }, { - en: 'sup', - ti: '.Sup' - }, { - en: 'b', - ti: '.B' - }, { - en: 'q', - ti: '.Q' - }, { - en: 'img', - ti: '.Img' - }, { - en: 'sub', - ti: '.Sub' - }, { - en: 'kbd', - ti: '.Kbd' - }, { - en: 'ul', - ti: '.Ul' - }, { - en: 'noscript', - ti: '.Noscript' - }, { - en: 'ol', - ti: '.Ol' - }, { - en: 'h3', - ti: '.H3' - }, { - en: 'big', - ti: '.Big' - }, { - en: 'cite', - ti: '.Cite' - }, { - en: 'pre', - ti: '.Pre' - }, { - en: 'h5', - ti: '.H5' - }, { - en: 'map', - ti: '.Map' - }, { - en: 'span', - ti: '.Span' - }, { - en: 'input', - ti: '.Input' - }, { - en: 'form', - ti: '.Form' - }, { - en: 'fieldset', - ti: '.Fieldset' - }, { - en: 'button', - ti: '.Button' - }, { - en: 'div', - ti: '.Div' - }, { - en: 'bdo', - ti: '.Bdo' - }, { - en: 'textarea', - ti: '.Textarea' - }, { - en: 'acronym', - ti: '.Acronym' - }], - t: 'ers' - }] - }, { - ln: 'Samp', - bti: '.Inline', - ps: [{ - n: 'id', - ti: 'ID', + }, { + n: 'onclick', an: { - lp: 'id' + lp: 'onclick' }, t: 'a' }, { - n: 'clazz', - ti: { - t: 'l' + n: 'ondblclick', + an: { + lp: 'ondblclick' }, + t: 'a' + }, { + n: 'onmousedown', an: { - lp: 'class' + lp: 'onmousedown' }, t: 'a' }, { - n: 'style', + n: 'onmouseup', an: { - lp: 'style' + lp: 'onmouseup' }, t: 'a' }, { - n: 'title', + n: 'onmouseover', an: { - lp: 'title' + lp: 'onmouseover' }, t: 'a' }, { - n: 'onclick', + n: 'onmousemove', an: { - lp: 'onclick' + lp: 'onmousemove' }, t: 'a' }, { - n: 'ondblclick', + n: 'onmouseout', an: { - lp: 'ondblclick' + lp: 'onmouseout' + }, + t: 'a' + }, { + n: 'onkeypress', + an: { + lp: 'onkeypress' + }, + t: 'a' + }, { + n: 'onkeydown', + an: { + lp: 'onkeydown' + }, + t: 'a' + }, { + n: 'onkeyup', + an: { + lp: 'onkeyup' + }, + t: 'a' + }, { + n: 'id', + ti: 'ID', + an: { + lp: 'id' }, t: 'a' }, { - n: 'onmousedown', + n: 'clazz', + ti: { + t: 'l' + }, an: { - lp: 'onmousedown' + lp: 'class' }, t: 'a' }, { - n: 'onmouseup', + n: 'style', an: { - lp: 'onmouseup' + lp: 'style' }, t: 'a' }, { - n: 'onmouseover', + n: 'title', an: { - lp: 'onmouseover' + lp: 'title' }, t: 'a' - }, { - n: 'onmousemove', + }] + }, { + ln: 'Meta', + ps: [{ + n: 'id', + ti: 'ID', an: { - lp: 'onmousemove' + lp: 'id' }, t: 'a' }, { - n: 'onmouseout', + n: 'httpEquiv', an: { - lp: 'onmouseout' + lp: 'http-equiv' }, t: 'a' }, { - n: 'onkeypress', + n: 'name', an: { - lp: 'onkeypress' + lp: 'name' }, t: 'a' }, { - n: 'onkeydown', + n: 'content', an: { - lp: 'onkeydown' + lp: 'content' }, t: 'a' }, { - n: 'onkeyup', + n: 'scheme', an: { - lp: 'onkeyup' + lp: 'scheme' }, t: 'a' }, { @@ -8375,21 +8241,9 @@ var XHTML_1_0_Strict_Module_Factory = function () { t: 'a' }] }, { - ln: 'Html', + ln: 'Dfn', + bti: '.Inline', ps: [{ - n: 'head', - ti: '.Head' - }, { - n: 'body', - ti: '.Body' - }, { - n: 'id', - ti: 'ID', - an: { - lp: 'id' - }, - t: 'a' - }, { n: 'lang', an: { lp: 'lang' @@ -8408,13 +8262,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Ul', - ps: [{ - n: 'li', - col: true, - ti: '.Li' }, { n: 'id', ti: 'ID', @@ -8503,7 +8350,82 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'FormContent', + ps: [{ + n: 'pOrH1OrH2', + col: true, + etis: [{ + en: 'p', + ti: '.P' + }, { + en: 'h1', + ti: '.H1' + }, { + en: 'h2', + ti: '.H2' + }, { + en: 'h3', + ti: '.H3' + }, { + en: 'h4', + ti: '.H4' + }, { + en: 'h5', + ti: '.H5' + }, { + en: 'h6', + ti: '.H6' + }, { + en: 'div', + ti: '.Div' + }, { + en: 'ul', + ti: '.Ul' + }, { + en: 'ol', + ti: '.Ol' + }, { + en: 'dl', + ti: '.Dl' + }, { + en: 'pre', + ti: '.Pre' + }, { + en: 'hr', + ti: '.Hr' + }, { + en: 'blockquote', + ti: '.Blockquote' + }, { + en: 'address', + ti: '.Address' + }, { + en: 'fieldset', + ti: '.Fieldset' + }, { + en: 'table', + ti: '.Table' + }, { + en: 'noscript', + ti: '.Noscript' + }, { + en: 'ins', + ti: '.Ins' + }, { + en: 'del', + ti: '.Del' + }, { + en: 'script', + ti: '.Script' + }], + t: 'es' + }] + }, { + ln: 'Li', + bti: '.Flow', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -8522,15 +8444,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Base', - ps: [{ - n: 'href', - an: { - lp: 'href' - }, - t: 'a' }, { n: 'id', ti: 'ID', @@ -8538,17 +8451,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'id' }, t: 'a' - }] - }, { - ln: 'Dd', - bti: '.Flow', - ps: [{ - n: 'id', - ti: 'ID', - an: { - lp: 'id' - }, - t: 'a' }, { n: 'clazz', ti: { @@ -8630,7 +8532,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'H4', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -8649,27 +8555,32 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Bdo', - bti: '.Inline', - ps: [{ - n: 'lang', + }, { + n: 'id', + ti: 'ID', an: { - lp: 'lang' + lp: 'id' }, t: 'a' }, { - n: 'xmlLang', + n: 'clazz', + ti: { + t: 'l' + }, an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + lp: 'class' }, t: 'a' }, { - n: 'dir', + n: 'style', an: { - lp: 'dir' + lp: 'style' + }, + t: 'a' + }, { + n: 'title', + an: { + lp: 'title' }, t: 'a' }, { @@ -8703,70 +8614,121 @@ var XHTML_1_0_Strict_Module_Factory = function () { }, t: 'a' }, { - n: 'onmousemove', + n: 'onmousemove', + an: { + lp: 'onmousemove' + }, + t: 'a' + }, { + n: 'onmouseout', + an: { + lp: 'onmouseout' + }, + t: 'a' + }, { + n: 'onkeypress', + an: { + lp: 'onkeypress' + }, + t: 'a' + }, { + n: 'onkeydown', + an: { + lp: 'onkeydown' + }, + t: 'a' + }, { + n: 'onkeyup', + an: { + lp: 'onkeyup' + }, + t: 'a' + }] + }, { + ln: 'Td', + bti: '.Flow', + ps: [{ + n: 'abbr', + an: { + lp: 'abbr' + }, + t: 'a' + }, { + n: 'axis', + an: { + lp: 'axis' + }, + t: 'a' + }, { + n: 'headers', + ti: 'IDREFS', + an: { + lp: 'headers' + }, + t: 'a' + }, { + n: 'scope', + an: { + lp: 'scope' + }, + t: 'a' + }, { + n: 'rowspan', + ti: 'Integer', an: { - lp: 'onmousemove' + lp: 'rowspan' }, t: 'a' }, { - n: 'onmouseout', + n: 'colspan', + ti: 'Integer', an: { - lp: 'onmouseout' + lp: 'colspan' }, t: 'a' }, { - n: 'onkeypress', + n: 'align', an: { - lp: 'onkeypress' + lp: 'align' }, t: 'a' }, { - n: 'onkeydown', + n: '_char', an: { - lp: 'onkeydown' + lp: 'char' }, t: 'a' }, { - n: 'onkeyup', + n: 'charoff', an: { - lp: 'onkeyup' + lp: 'charoff' }, t: 'a' }, { - n: 'id', - ti: 'ID', + n: 'valign', an: { - lp: 'id' + lp: 'valign' }, t: 'a' }, { - n: 'clazz', - ti: { - t: 'l' - }, + n: 'lang', an: { - lp: 'class' + lp: 'lang' }, t: 'a' }, { - n: 'style', + n: 'xmlLang', an: { - lp: 'style' + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' }, t: 'a' }, { - n: 'title', + n: 'dir', an: { - lp: 'title' + lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Tfoot', - ps: [{ - n: 'tr', - col: true, - ti: '.Tr' }, { n: 'id', ti: 'ID', @@ -8855,54 +8817,51 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' + }] + }, { + ln: 'Thead', + ps: [{ + n: 'tr', + col: true, + ti: '.Tr' }, { - n: 'lang', + n: 'align', an: { - lp: 'lang' + lp: 'align' }, t: 'a' }, { - n: 'xmlLang', + n: '_char', an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + lp: 'char' }, t: 'a' }, { - n: 'dir', + n: 'charoff', an: { - lp: 'dir' + lp: 'charoff' }, t: 'a' }, { - n: 'valign', + n: 'lang', an: { - lp: 'valign' + lp: 'lang' }, t: 'a' }, { - n: 'align', + n: 'xmlLang', an: { - lp: 'align' + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' }, t: 'a' }, { - n: '_char', + n: 'dir', an: { - lp: 'char' + lp: 'dir' }, t: 'a' }, { - n: 'charoff', - an: { - lp: 'charoff' - }, - t: 'a' - }] - }, { - ln: 'Abbr', - bti: '.Inline', - ps: [{ n: 'id', ti: 'ID', an: { @@ -8973,238 +8932,80 @@ var XHTML_1_0_Strict_Module_Factory = function () { }, t: 'a' }, { - n: 'onkeypress', - an: { - lp: 'onkeypress' - }, - t: 'a' - }, { - n: 'onkeydown', - an: { - lp: 'onkeydown' - }, - t: 'a' - }, { - n: 'onkeyup', - an: { - lp: 'onkeyup' - }, - t: 'a' - }, { - n: 'lang', - an: { - lp: 'lang' - }, - t: 'a' - }, { - n: 'xmlLang', - an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, - t: 'a' - }, { - n: 'dir', - an: { - lp: 'dir' - }, - t: 'a' - }] - }, { - ln: 'AContent', - ps: [{ - n: 'content', - col: true, - dom: false, - typed: false, - etis: [{ - en: 'q', - ti: '.Q' - }, { - en: 'img', - ti: '.Img' - }, { - en: 'em', - ti: '.Em' - }, { - en: 'tt', - ti: '.Tt' - }, { - en: 'var', - ti: '.Var' - }, { - en: 'sub', - ti: '.Sub' - }, { - en: 'kbd', - ti: '.Kbd' - }, { - en: 'del', - ti: '.Del' - }, { - en: 'object', - ti: '.Object' - }, { - en: 'br', - ti: '.Br' - }, { - en: 'select', - ti: '.Select' - }, { - en: 'i', - ti: '.I' - }, { - en: 'strong', - ti: '.Strong' - }, { - en: 'samp', - ti: '.Samp' - }, { - en: 'big', - ti: '.Big' - }, { - en: 'small', - ti: '.Small' - }, { - en: 'cite', - ti: '.Cite' - }, { - en: 'code', - ti: '.Code' - }, { - en: 'abbr', - ti: '.Abbr' - }, { - en: 'script', - ti: '.Script' - }, { - en: 'map', - ti: '.Map' - }, { - en: 'span', - ti: '.Span' - }, { - en: 'input', - ti: '.Input' - }, { - en: 'label', - ti: '.Label' - }, { - en: 'button', - ti: '.Button' - }, { - en: 'dfn', - ti: '.Dfn' - }, { - en: 'ins', - ti: '.Ins' - }, { - en: 'textarea', - ti: '.Textarea' - }, { - en: 'bdo', - ti: '.Bdo' - }, { - en: 'sup', - ti: '.Sup' - }, { - en: 'acronym', - ti: '.Acronym' - }, { - en: 'b', - ti: '.B' - }], - t: 'ers' - }] - }, { - ln: 'H2', - bti: '.Inline', - ps: [{ - n: 'id', - ti: 'ID', - an: { - lp: 'id' - }, - t: 'a' - }, { - n: 'clazz', - ti: { - t: 'l' - }, - an: { - lp: 'class' - }, - t: 'a' - }, { - n: 'style', + n: 'onkeypress', an: { - lp: 'style' + lp: 'onkeypress' }, t: 'a' }, { - n: 'title', + n: 'onkeydown', an: { - lp: 'title' + lp: 'onkeydown' }, t: 'a' }, { - n: 'onclick', + n: 'onkeyup', an: { - lp: 'onclick' + lp: 'onkeyup' }, t: 'a' }, { - n: 'ondblclick', + n: 'valign', an: { - lp: 'ondblclick' + lp: 'valign' }, t: 'a' - }, { - n: 'onmousedown', + }] + }, { + ln: 'Button', + bti: '.ButtonContent', + ps: [{ + n: 'name', an: { - lp: 'onmousedown' + lp: 'name' }, t: 'a' }, { - n: 'onmouseup', + n: 'value', an: { - lp: 'onmouseup' + lp: 'value' }, t: 'a' }, { - n: 'onmouseover', + n: 'type', an: { - lp: 'onmouseover' + lp: 'type' }, t: 'a' }, { - n: 'onmousemove', + n: 'disabled', an: { - lp: 'onmousemove' + lp: 'disabled' }, t: 'a' }, { - n: 'onmouseout', + n: 'accesskey', an: { - lp: 'onmouseout' + lp: 'accesskey' }, t: 'a' }, { - n: 'onkeypress', + n: 'tabindex', + ti: 'Int', an: { - lp: 'onkeypress' + lp: 'tabindex' }, t: 'a' }, { - n: 'onkeydown', + n: 'onfocus', an: { - lp: 'onkeydown' + lp: 'onfocus' }, t: 'a' }, { - n: 'onkeyup', + n: 'onblur', an: { - lp: 'onkeyup' + lp: 'onblur' }, t: 'a' }, { @@ -9226,11 +9027,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Sub', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -9318,6 +9115,16 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' + }] + }, { + ln: 'Legend', + bti: '.Inline', + ps: [{ + n: 'accesskey', + an: { + lp: 'accesskey' + }, + t: 'a' }, { n: 'lang', an: { @@ -9337,11 +9144,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'B', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -9429,7 +9232,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Cite', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -9448,16 +9255,6 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Q', - bti: '.Inline', - ps: [{ - n: 'cite', - an: { - lp: 'cite' - }, - t: 'a' }, { n: 'id', ti: 'ID', @@ -9546,7 +9343,11 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { + }] + }, { + ln: 'Sup', + bti: '.Inline', + ps: [{ n: 'lang', an: { lp: 'lang' @@ -9565,11 +9366,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'H3', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -9657,6 +9454,44 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' + }] + }, { + ln: 'Colgroup', + ps: [{ + n: 'col', + col: true, + ti: '.Col' + }, { + n: 'span', + ti: 'Integer', + an: { + lp: 'span' + }, + t: 'a' + }, { + n: 'width', + an: { + lp: 'width' + }, + t: 'a' + }, { + n: 'align', + an: { + lp: 'align' + }, + t: 'a' + }, { + n: '_char', + an: { + lp: 'char' + }, + t: 'a' + }, { + n: 'charoff', + an: { + lp: 'charoff' + }, + t: 'a' }, { n: 'lang', an: { @@ -9676,108 +9511,126 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' + }, { + n: 'id', + ti: 'ID', + an: { + lp: 'id' + }, + t: 'a' + }, { + n: 'clazz', + ti: { + t: 'l' + }, + an: { + lp: 'class' + }, + t: 'a' + }, { + n: 'style', + an: { + lp: 'style' + }, + t: 'a' + }, { + n: 'title', + an: { + lp: 'title' + }, + t: 'a' + }, { + n: 'onclick', + an: { + lp: 'onclick' + }, + t: 'a' + }, { + n: 'ondblclick', + an: { + lp: 'ondblclick' + }, + t: 'a' + }, { + n: 'onmousedown', + an: { + lp: 'onmousedown' + }, + t: 'a' + }, { + n: 'onmouseup', + an: { + lp: 'onmouseup' + }, + t: 'a' + }, { + n: 'onmouseover', + an: { + lp: 'onmouseover' + }, + t: 'a' + }, { + n: 'onmousemove', + an: { + lp: 'onmousemove' + }, + t: 'a' + }, { + n: 'onmouseout', + an: { + lp: 'onmouseout' + }, + t: 'a' + }, { + n: 'onkeypress', + an: { + lp: 'onkeypress' + }, + t: 'a' + }, { + n: 'onkeydown', + an: { + lp: 'onkeydown' + }, + t: 'a' + }, { + n: 'onkeyup', + an: { + lp: 'onkeyup' + }, + t: 'a' + }, { + n: 'valign', + an: { + lp: 'valign' + }, + t: 'a' }] }, { - ln: 'FormContent', - ps: [{ - n: 'pOrH1OrH2', - col: true, - etis: [{ - en: 'p', - ti: '.P' - }, { - en: 'h1', - ti: '.H1' - }, { - en: 'h2', - ti: '.H2' - }, { - en: 'h3', - ti: '.H3' - }, { - en: 'h4', - ti: '.H4' - }, { - en: 'h5', - ti: '.H5' - }, { - en: 'h6', - ti: '.H6' - }, { - en: 'div', - ti: '.Div' - }, { - en: 'ul', - ti: '.Ul' - }, { - en: 'ol', - ti: '.Ol' - }, { - en: 'dl', - ti: '.Dl' - }, { - en: 'pre', - ti: '.Pre' - }, { - en: 'hr', - ti: '.Hr' - }, { - en: 'blockquote', - ti: '.Blockquote' - }, { - en: 'address', - ti: '.Address' - }, { - en: 'fieldset', - ti: '.Fieldset' - }, { - en: 'table', - ti: '.Table' - }, { - en: 'noscript', - ti: '.Noscript' - }, { - en: 'ins', - ti: '.Ins' - }, { - en: 'del', - ti: '.Del' - }, { - en: 'script', - ti: '.Script' - }], - t: 'es' - }] - }, { - ln: 'Select', + ln: 'Base', ps: [{ - n: 'optgroupOrOption', - col: true, - etis: [{ - en: 'optgroup', - ti: '.Optgroup' - }, { - en: 'option', - ti: '.Option' - }], - t: 'es' - }, { - n: 'name', + n: 'href', an: { - lp: 'name' + lp: 'href' }, t: 'a' }, { - n: 'size', - ti: 'Integer', + n: 'id', + ti: 'ID', an: { - lp: 'size' + lp: 'id' }, t: 'a' + }] + }, { + ln: 'Option', + ps: [{ + n: 'content', + t: 'v' }, { - n: 'multiple', + n: 'selected', an: { - lp: 'multiple' + lp: 'selected' }, t: 'a' }, { @@ -9787,28 +9640,34 @@ var XHTML_1_0_Strict_Module_Factory = function () { }, t: 'a' }, { - n: 'tabindex', - ti: 'Int', + n: 'label', an: { - lp: 'tabindex' + lp: 'label' }, t: 'a' }, { - n: 'onfocus', + n: 'value', an: { - lp: 'onfocus' + lp: 'value' }, t: 'a' }, { - n: 'onblur', + n: 'lang', an: { - lp: 'onblur' + lp: 'lang' }, t: 'a' }, { - n: 'onchange', + n: 'xmlLang', an: { - lp: 'onchange' + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + }, + t: 'a' + }, { + n: 'dir', + an: { + lp: 'dir' }, t: 'a' }, { @@ -9899,6 +9758,13 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' + }] + }, { + ln: 'Ul', + ps: [{ + n: 'li', + col: true, + ti: '.Li' }, { n: 'lang', an: { @@ -9918,11 +9784,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Cite', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -10010,122 +9872,283 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { - n: 'lang', - an: { - lp: 'lang' - }, - t: 'a' - }, { - n: 'xmlLang', - an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, - t: 'a' - }, { - n: 'dir', - an: { - lp: 'dir' - }, - t: 'a' }] }, { - ln: 'Pre', - bti: '.PreContent', + ln: 'Inline', + ps: [{ + n: 'content', + col: true, + dom: false, + typed: false, + etis: [{ + en: 'em', + ti: '.Em' + }, { + en: 'ins', + ti: '.Ins' + }, { + en: 'strong', + ti: '.Strong' + }, { + en: 'i', + ti: '.I' + }, { + en: 'small', + ti: '.Small' + }, { + en: 'var', + ti: '.Var' + }, { + en: 'a', + ti: '.A' + }, { + en: 'input', + ti: '.Input' + }, { + en: 'code', + ti: '.Code' + }, { + en: 'label', + ti: '.Label' + }, { + en: 'b', + ti: '.B' + }, { + en: 'sub', + ti: '.Sub' + }, { + en: 'cite', + ti: '.Cite' + }, { + en: 'bdo', + ti: '.Bdo' + }, { + en: 'kbd', + ti: '.Kbd' + }, { + en: 'abbr', + ti: '.Abbr' + }, { + en: 'map', + ti: '.Map' + }, { + en: 'acronym', + ti: '.Acronym' + }, { + en: 'object', + ti: '.Object' + }, { + en: 'span', + ti: '.Span' + }, { + en: 'sup', + ti: '.Sup' + }, { + en: 'q', + ti: '.Q' + }, { + en: 'samp', + ti: '.Samp' + }, { + en: 'script', + ti: '.Script' + }, { + en: 'br', + ti: '.Br' + }, { + en: 'button', + ti: '.Button' + }, { + en: 'img', + ti: '.Img' + }, { + en: 'tt', + ti: '.Tt' + }, { + en: 'textarea', + ti: '.Textarea' + }, { + en: 'big', + ti: '.Big' + }, { + en: 'del', + ti: '.Del' + }, { + en: 'select', + ti: '.Select' + }, { + en: 'dfn', + ti: '.Dfn' + }], + t: 'ers' + }] + }, { + ln: 'AContent', + ps: [{ + n: 'content', + col: true, + dom: false, + typed: false, + etis: [{ + en: 'em', + ti: '.Em' + }, { + en: 'ins', + ti: '.Ins' + }, { + en: 'strong', + ti: '.Strong' + }, { + en: 'i', + ti: '.I' + }, { + en: 'small', + ti: '.Small' + }, { + en: 'var', + ti: '.Var' + }, { + en: 'code', + ti: '.Code' + }, { + en: 'input', + ti: '.Input' + }, { + en: 'label', + ti: '.Label' + }, { + en: 'b', + ti: '.B' + }, { + en: 'sub', + ti: '.Sub' + }, { + en: 'cite', + ti: '.Cite' + }, { + en: 'bdo', + ti: '.Bdo' + }, { + en: 'kbd', + ti: '.Kbd' + }, { + en: 'abbr', + ti: '.Abbr' + }, { + en: 'map', + ti: '.Map' + }, { + en: 'acronym', + ti: '.Acronym' + }, { + en: 'object', + ti: '.Object' + }, { + en: 'span', + ti: '.Span' + }, { + en: 'sup', + ti: '.Sup' + }, { + en: 'q', + ti: '.Q' + }, { + en: 'samp', + ti: '.Samp' + }, { + en: 'script', + ti: '.Script' + }, { + en: 'br', + ti: '.Br' + }, { + en: 'button', + ti: '.Button' + }, { + en: 'img', + ti: '.Img' + }, { + en: 'tt', + ti: '.Tt' + }, { + en: 'textarea', + ti: '.Textarea' + }, { + en: 'big', + ti: '.Big' + }, { + en: 'del', + ti: '.Del' + }, { + en: 'select', + ti: '.Select' + }, { + en: 'dfn', + ti: '.Dfn' + }], + t: 'ers' + }] + }, { + ln: 'Select', ps: [{ - n: 'space', - an: { - lp: 'space', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, - t: 'a' - }, { - n: 'id', - ti: 'ID', - an: { - lp: 'id' - }, - t: 'a' - }, { - n: 'clazz', - ti: { - t: 'l' - }, - an: { - lp: 'class' - }, - t: 'a' - }, { - n: 'style', - an: { - lp: 'style' - }, - t: 'a' - }, { - n: 'title', - an: { - lp: 'title' - }, - t: 'a' - }, { - n: 'onclick', - an: { - lp: 'onclick' - }, - t: 'a' - }, { - n: 'ondblclick', - an: { - lp: 'ondblclick' - }, - t: 'a' + n: 'optgroupOrOption', + col: true, + etis: [{ + en: 'optgroup', + ti: '.Optgroup' + }, { + en: 'option', + ti: '.Option' + }], + t: 'es' }, { - n: 'onmousedown', + n: 'name', an: { - lp: 'onmousedown' + lp: 'name' }, t: 'a' }, { - n: 'onmouseup', + n: 'size', + ti: 'Integer', an: { - lp: 'onmouseup' + lp: 'size' }, t: 'a' }, { - n: 'onmouseover', + n: 'multiple', an: { - lp: 'onmouseover' + lp: 'multiple' }, t: 'a' }, { - n: 'onmousemove', + n: 'disabled', an: { - lp: 'onmousemove' + lp: 'disabled' }, t: 'a' }, { - n: 'onmouseout', + n: 'tabindex', + ti: 'Int', an: { - lp: 'onmouseout' + lp: 'tabindex' }, t: 'a' }, { - n: 'onkeypress', + n: 'onfocus', an: { - lp: 'onkeypress' + lp: 'onfocus' }, t: 'a' }, { - n: 'onkeydown', + n: 'onblur', an: { - lp: 'onkeydown' + lp: 'onblur' }, t: 'a' }, { - n: 'onkeyup', + n: 'onchange', an: { - lp: 'onkeyup' + lp: 'onchange' }, t: 'a' }, { @@ -10147,11 +10170,7 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'dir' }, t: 'a' - }] - }, { - ln: 'Address', - bti: '.Inline', - ps: [{ + }, { n: 'id', ti: 'ID', an: { @@ -10239,34 +10258,15 @@ var XHTML_1_0_Strict_Module_Factory = function () { lp: 'onkeyup' }, t: 'a' - }, { - n: 'lang', - an: { - lp: 'lang' - }, - t: 'a' - }, { - n: 'xmlLang', - an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, - t: 'a' - }, { - n: 'dir', - an: { - lp: 'dir' - }, - t: 'a' }] }, { t: 'enum', - ln: 'Shape', - vs: ['rect', 'circle', 'poly', 'default'] + ln: 'TFrame', + vs: ['void', 'above', 'below', 'hsides', 'lhs', 'rhs', 'vsides', 'box', 'border'] }, { t: 'enum', - ln: 'InputType', - vs: ['text', 'password', 'checkbox', 'radio', 'submit', 'reset', 'file', 'hidden', 'image', 'button'] + ln: 'Shape', + vs: ['rect', 'circle', 'poly', 'default'] }, { t: 'enum', ln: 'TRules', @@ -10277,240 +10277,240 @@ var XHTML_1_0_Strict_Module_Factory = function () { vs: ['row', 'col', 'rowgroup', 'colgroup'] }, { t: 'enum', - ln: 'TFrame', - vs: ['void', 'above', 'below', 'hsides', 'lhs', 'rhs', 'vsides', 'box', 'border'] + ln: 'InputType', + vs: ['text', 'password', 'checkbox', 'radio', 'submit', 'reset', 'file', 'hidden', 'image', 'button'] }], eis: [{ - en: 'optgroup', - ti: '.Optgroup' - }, { - en: 'br', - ti: '.Br' - }, { - en: 'li', - ti: '.Li' - }, { - en: 'fieldset', - ti: '.Fieldset' - }, { - en: 'thead', - ti: '.Thead' + en: 'h5', + ti: '.H5' }, { - en: 'h1', - ti: '.H1' + en: 'img', + ti: '.Img' }, { - en: 'tt', - ti: '.Tt' + en: 'colgroup', + ti: '.Colgroup' }, { - en: 'strong', - ti: '.Strong' + en: 'thead', + ti: '.Thead' }, { - en: 'body', - ti: '.Body' + en: 'ul', + ti: '.Ul' }, { - en: 'col', - ti: '.Col' + en: 'samp', + ti: '.Samp' }, { - en: 'h5', - ti: '.H5' + en: 'blockquote', + ti: '.Blockquote' }, { - en: 'legend', - ti: '.Legend' + en: 'em', + ti: '.Em' }, { - en: 'head', - ti: '.Head' + en: 'option', + ti: '.Option' }, { - en: 'div', - ti: '.Div' + en: 'caption', + ti: '.Caption' }, { en: 'i', ti: '.I' }, { - en: 'kbd', - ti: '.Kbd' + en: 'th', + ti: '.Th' }, { - en: 'address', - ti: '.Address' + en: 'form', + ti: '.Form' }, { - en: 'h6', - ti: '.H6' + en: 'table', + ti: '.Table' }, { - en: 'blockquote', - ti: '.Blockquote' + en: 'input', + ti: '.Input' }, { - en: 'button', - ti: '.Button' + en: 'bdo', + ti: '.Bdo' }, { en: 'script', ti: '.Script' }, { - en: 'tbody', - ti: '.Tbody' - }, { - en: 'option', - ti: '.Option' + en: 'hr', + ti: '.Hr' }, { - en: 'h3', - ti: '.H3' + en: 'h6', + ti: '.H6' }, { - en: 'map', - ti: '.Map' + en: 'object', + ti: '.Object' }, { en: 'area', ti: '.Area' }, { - en: 'cite', - ti: '.Cite' + en: 'address', + ti: '.Address' }, { - en: 'sub', - ti: '.Sub' + en: 'optgroup', + ti: '.Optgroup' }, { - en: 'dfn', - ti: '.Dfn' + en: 'ins', + ti: '.Ins' }, { - en: 'bdo', - ti: '.Bdo' + en: 'textarea', + ti: '.Textarea' }, { - en: 'input', - ti: '.Input' + en: 'legend', + ti: '.Legend' }, { - en: 'tfoot', - ti: '.Tfoot' + en: 'sub', + ti: '.Sub' }, { - en: 'abbr', - ti: '.Abbr' + en: 'button', + ti: '.Button' }, { - en: 'sup', - ti: '.Sup' + en: 'kbd', + ti: '.Kbd' }, { - en: 'textarea', - ti: '.Textarea' + en: 'h1', + ti: '.H1' }, { - en: 'q', - ti: '.Q' + en: 'strong', + ti: '.Strong' }, { - en: 'h4', - ti: '.H4' + en: 'link', + ti: '.Link' + }, { + en: 'dd', + ti: '.Dd' }, { en: 'base', ti: '.Base' }, { - en: 'span', - ti: '.Span' + en: 'tfoot', + ti: '.Tfoot' }, { en: 'select', ti: '.Select' }, { - en: 'a', - ti: '.A' + en: 'span', + ti: '.Span' }, { - en: 'ins', - ti: '.Ins' + en: 'label', + ti: '.Label' }, { - en: 'noscript', - ti: '.Noscript' + en: 'var', + ti: '.Var' }, { - en: 'del', - ti: '.Del' + en: 'fieldset', + ti: '.Fieldset' }, { - en: 'form', - ti: '.Form' + en: 'meta', + ti: '.Meta' }, { - en: 'ul', - ti: '.Ul' + en: 'tbody', + ti: '.Tbody' }, { en: 'param', ti: '.Param' }, { - en: 'var', - ti: '.Var' + en: 'dt', + ti: '.Dt' }, { - en: 'td', - ti: '.Td' + en: 'h4', + ti: '.H4' }, { - en: 'style', - ti: '.Style' + en: 'small', + ti: '.Small' }, { - en: 'acronym', - ti: '.Acronym' + en: 'b', + ti: '.B' + }, { + en: 'html', + ti: '.Html' }, { en: 'pre', ti: '.Pre' }, { - en: 'em', - ti: '.Em' + en: 'tt', + ti: '.Tt' + }, { + en: 'sup', + ti: '.Sup' }, { en: 'p', ti: '.P' }, { - en: 'tr', - ti: '.Tr' + en: 'div', + ti: '.Div' }, { - en: 'dt', - ti: '.Dt' + en: 'br', + ti: '.Br' }, { - en: 'ol', - ti: '.Ol' + en: 'title', + ti: '.Title' }, { - en: 'img', - ti: '.Img' + en: 'acronym', + ti: '.Acronym' }, { - en: 'hr', - ti: '.Hr' + en: 'dl', + ti: '.Dl' }, { - en: 'table', - ti: '.Table' + en: 'head', + ti: '.Head' }, { - en: 'html', - ti: '.Html' + en: 'cite', + ti: '.Cite' }, { - en: 'dl', - ti: '.Dl' + en: 'abbr', + ti: '.Abbr' }, { - en: 'link', - ti: '.Link' + en: 'h2', + ti: '.H2' }, { - en: 'code', - ti: '.Code' + en: 'del', + ti: '.Del' }, { - en: 'colgroup', - ti: '.Colgroup' + en: 'map', + ti: '.Map' }, { - en: 'th', - ti: '.Th' + en: 'li', + ti: '.Li' }, { - en: 'small', - ti: '.Small' + en: 'col', + ti: '.Col' + }, { + en: 'q', + ti: '.Q' }, { en: 'big', ti: '.Big' }, { - en: 'title', - ti: '.Title' + en: 'style', + ti: '.Style' }, { - en: 'label', - ti: '.Label' + en: 'td', + ti: '.Td' }, { - en: 'meta', - ti: '.Meta' + en: 'h3', + ti: '.H3' }, { - en: 'object', - ti: '.Object' + en: 'body', + ti: '.Body' }, { - en: 'h2', - ti: '.H2' + en: 'noscript', + ti: '.Noscript' }, { - en: 'caption', - ti: '.Caption' + en: 'code', + ti: '.Code' }, { - en: 'b', - ti: '.B' + en: 'ol', + ti: '.Ol' }, { - en: 'samp', - ti: '.Samp' + en: 'tr', + ti: '.Tr' }, { - en: 'dd', - ti: '.Dd' + en: 'a', + ti: '.A' + }, { + en: 'dfn', + ti: '.Dfn' }] }; return { diff --git a/scripts/lib/XLink_1_0.js b/scripts/lib/XLink_1_0.js index 0486c99..8b21b98 100644 --- a/scripts/lib/XLink_1_0.js +++ b/scripts/lib/XLink_1_0.js @@ -4,7 +4,7 @@ var XLink_1_0_Module_Factory = function () { dens: 'http:\/\/www.w3.org\/1999\/xlink', dans: 'http:\/\/www.w3.org\/1999\/xlink', tis: [{ - ln: 'TitleEltType', + ln: 'Simple', ps: [{ n: 'content', col: true, @@ -13,11 +13,22 @@ var XLink_1_0_Module_Factory = function () { n: 'type', t: 'a' }, { - n: 'lang', - an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' - }, + n: 'href', + t: 'a' + }, { + n: 'role', + t: 'a' + }, { + n: 'arcrole', + t: 'a' + }, { + n: 'title', + t: 'a' + }, { + n: 'show', + t: 'a' + }, { + n: 'actuate', t: 'a' }] }, { @@ -102,7 +113,7 @@ var XLink_1_0_Module_Factory = function () { t: 'a' }] }, { - ln: 'Simple', + ln: 'ResourceType', ps: [{ n: 'content', col: true, @@ -110,27 +121,18 @@ var XLink_1_0_Module_Factory = function () { }, { n: 'type', t: 'a' - }, { - n: 'href', - t: 'a' }, { n: 'role', t: 'a' - }, { - n: 'arcrole', - t: 'a' }, { n: 'title', t: 'a' }, { - n: 'show', - t: 'a' - }, { - n: 'actuate', + n: 'label', t: 'a' }] }, { - ln: 'ResourceType', + ln: 'TitleEltType', ps: [{ n: 'content', col: true, @@ -139,13 +141,11 @@ var XLink_1_0_Module_Factory = function () { n: 'type', t: 'a' }, { - n: 'role', - t: 'a' - }, { - n: 'title', - t: 'a' - }, { - n: 'label', + n: 'lang', + an: { + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + }, t: 'a' }] }, { @@ -165,14 +165,14 @@ var XLink_1_0_Module_Factory = function () { en: 'title', ti: '.TitleEltType' }, { - en: 'resource', - ti: '.ResourceType' + en: 'arc', + ti: '.ArcType' }, { en: 'locator', ti: '.LocatorType' }, { - en: 'arc', - ti: '.ArcType' + en: 'resource', + ti: '.ResourceType' }] }; return { diff --git a/scripts/lib/XSD_1_0.js b/scripts/lib/XSD_1_0.js index 77811e5..9c134a1 100644 --- a/scripts/lib/XSD_1_0.js +++ b/scripts/lib/XSD_1_0.js @@ -3,24 +3,92 @@ var XSD_1_0_Module_Factory = function () { n: 'XSD_1_0', dens: 'http:\/\/www.w3.org\/2001\/XMLSchema', tis: [{ - ln: 'Annotation', - bti: '.OpenAttrs', + ln: 'TopLevelComplexType', + bti: '.ComplexType' + }, { + ln: 'Any', + bti: '.Wildcard', ps: [{ n: 'otherAttributes', t: 'aa' }, { - n: 'appinfo', - col: true, - ti: '.Appinfo' + n: 'minOccurs', + ti: 'Integer', + an: { + lp: 'minOccurs' + }, + t: 'a' }, { - n: 'documentation', + n: 'maxOccurs', + an: { + lp: 'maxOccurs' + }, + t: 'a' + }] + }, { + ln: 'WhiteSpace', + bti: '.Facet' + }, { + ln: 'SimpleExplicitGroup', + bti: '.ExplicitGroup' + }, { + ln: 'Include', + bti: '.Annotated', + ps: [{ + n: 'otherAttributes', + t: 'aa' + }, { + n: 'schemaLocation', + an: { + lp: 'schemaLocation' + }, + t: 'a' + }] + }, { + ln: 'Documentation', + ps: [{ + n: 'otherAttributes', + t: 'aa' + }, { + n: 'content', col: true, - ti: '.Documentation' + t: 'ae' }, { - n: 'id', - ti: 'ID', + n: 'source', an: { - lp: 'id' + lp: 'source' + }, + t: 'a' + }, { + n: 'lang', + an: { + lp: 'lang', + ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + }, + t: 'a' + }] + }, { + ln: 'AttributeGroupRef', + bti: '.AttributeGroup' + }, { + ln: 'TopLevelAttribute', + bti: '.Attribute' + }, { + ln: 'Import', + bti: '.Annotated', + ps: [{ + n: 'otherAttributes', + t: 'aa' + }, { + n: 'namespace', + an: { + lp: 'namespace' + }, + t: 'a' + }, { + n: 'schemaLocation', + an: { + lp: 'schemaLocation' }, t: 'a' }] @@ -36,6 +104,10 @@ var XSD_1_0_Module_Factory = function () { }, { n: 'complexType', ti: '.LocalComplexType' + }, { + n: 'key', + col: true, + ti: '.Keybase' }, { n: 'unique', col: true, @@ -44,10 +116,6 @@ var XSD_1_0_Module_Factory = function () { n: 'keyref', col: true, ti: '.Keyref' - }, { - n: 'key', - col: true, - ti: '.Keybase' }, { n: 'type', ti: 'QName', @@ -113,111 +181,105 @@ var XSD_1_0_Module_Factory = function () { }, t: 'a' }, { - n: 'minOccurs', - ti: 'Integer', + n: 'name', an: { - lp: 'minOccurs' + lp: 'name' }, t: 'a' }, { - n: 'maxOccurs', + n: 'ref', + ti: 'QName', an: { - lp: 'maxOccurs' + lp: 'ref' }, t: 'a' }, { - n: 'name', + n: 'minOccurs', + ti: 'Integer', an: { - lp: 'name' + lp: 'minOccurs' }, t: 'a' }, { - n: 'ref', - ti: 'QName', + n: 'maxOccurs', an: { - lp: 'ref' + lp: 'maxOccurs' }, t: 'a' }] }, { - ln: 'SimpleExplicitGroup', - bti: '.ExplicitGroup' - }, { - ln: 'Pattern', - bti: '.NoFixedFacet' - }, { - ln: 'SimpleContent', + ln: 'SimpleType', bti: '.Annotated', ps: [{ n: 'otherAttributes', t: 'aa' }, { n: 'restriction', - ti: '.SimpleRestrictionType' + ti: '.Restriction' }, { - n: 'extension', - ti: '.SimpleExtensionType' + n: 'list', + ti: '.List' + }, { + n: 'union', + ti: '.Union' + }, { + n: '_final', + ti: { + t: 'l' + }, + an: { + lp: 'final' + }, + t: 'a' + }, { + n: 'name', + an: { + lp: 'name' + }, + t: 'a' }] }, { - ln: 'LocalComplexType', - bti: '.ComplexType' + ln: 'SimpleRestrictionType', + bti: '.RestrictionType' }, { - ln: 'Group', + ln: 'TopLevelSimpleType', + bti: '.SimpleType' + }, { + ln: 'Facet', bti: '.Annotated', ps: [{ n: 'otherAttributes', t: 'aa' }, { - n: 'group', - col: true, - ti: '.GroupRef' - }, { - n: 'all', - col: true, - ti: '.All' - }, { - n: 'sequence', - col: true, - ti: '.ExplicitGroup' - }, { - n: 'any', - col: true, - ti: '.Any' - }, { - n: 'choice', - col: true, - ti: '.ExplicitGroup' - }, { - n: 'element', - col: true, - ti: '.LocalElement' - }, { - n: 'minOccurs', - ti: 'Integer', - an: { - lp: 'minOccurs' - }, - t: 'a' - }, { - n: 'maxOccurs', + n: 'value', an: { - lp: 'maxOccurs' + lp: 'value' }, t: 'a' }, { - n: 'name', + n: 'fixed', + ti: 'Boolean', an: { - lp: 'name' + lp: 'fixed' }, t: 'a' + }] + }, { + ln: 'Selector', + bti: '.Annotated', + ps: [{ + n: 'otherAttributes', + t: 'aa' }, { - n: 'ref', - ti: 'QName', + n: 'xpath', an: { - lp: 'ref' + lp: 'xpath' }, t: 'a' }] + }, { + ln: 'NamedAttributeGroup', + bti: '.AttributeGroup' }, { ln: 'RestrictionType', bti: '.Annotated', @@ -240,53 +302,53 @@ var XSD_1_0_Module_Factory = function () { n: 'simpleType', ti: '.LocalSimpleType' }, { - n: 'whiteSpace', + n: 'minExclusive', col: true, - ti: '.WhiteSpace' + ti: '.Facet' }, { - n: 'totalDigits', + n: 'maxLength', col: true, - ti: '.TotalDigits' + ti: '.NumFacet' }, { - n: 'minExclusive', + n: 'enumeration', + col: true, + ti: '.NoFixedFacet' + }, { + n: 'minInclusive', col: true, ti: '.Facet' }, { n: 'pattern', col: true, ti: '.Pattern' - }, { - n: 'enumeration', - col: true, - ti: '.NoFixedFacet' }, { n: 'maxInclusive', col: true, ti: '.Facet' }, { - n: 'length', + n: 'whiteSpace', col: true, - ti: '.NumFacet' + ti: '.WhiteSpace' }, { - n: 'minInclusive', + n: 'fractionDigits', col: true, - ti: '.Facet' + ti: '.NumFacet' }, { n: 'maxExclusive', col: true, ti: '.Facet' }, { - n: 'fractionDigits', + n: 'minLength', col: true, ti: '.NumFacet' }, { - n: 'maxLength', + n: 'length', col: true, ti: '.NumFacet' }, { - n: 'minLength', + n: 'totalDigits', col: true, - ti: '.NumFacet' + ti: '.TotalDigits' }, { n: 'attribute', col: true, @@ -307,131 +369,72 @@ var XSD_1_0_Module_Factory = function () { t: 'a' }] }, { - ln: 'TopLevelAttribute', - bti: '.Attribute' - }, { - ln: 'TopLevelSimpleType', - bti: '.SimpleType' + ln: 'LocalElement', + bti: '.Element' }, { - ln: 'Restriction', - bti: '.Annotated', - ps: [{ + ln: 'Annotated', + bti: '.OpenAttrs', + ps: [{ n: 'otherAttributes', t: 'aa' }, { - n: 'simpleType', - ti: '.LocalSimpleType' - }, { - n: 'whiteSpace', - col: true, - ti: '.WhiteSpace' - }, { - n: 'totalDigits', - col: true, - ti: '.TotalDigits' - }, { - n: 'minExclusive', - col: true, - ti: '.Facet' - }, { - n: 'pattern', - col: true, - ti: '.Pattern' - }, { - n: 'enumeration', - col: true, - ti: '.NoFixedFacet' - }, { - n: 'maxInclusive', - col: true, - ti: '.Facet' - }, { - n: 'length', - col: true, - ti: '.NumFacet' - }, { - n: 'minInclusive', - col: true, - ti: '.Facet' - }, { - n: 'maxExclusive', - col: true, - ti: '.Facet' - }, { - n: 'fractionDigits', - col: true, - ti: '.NumFacet' - }, { - n: 'maxLength', - col: true, - ti: '.NumFacet' - }, { - n: 'minLength', - col: true, - ti: '.NumFacet' + n: 'annotation', + ti: '.Annotation' }, { - n: 'base', - ti: 'QName', + n: 'id', + ti: 'ID', an: { - lp: 'base' + lp: 'id' }, t: 'a' }] }, { - ln: 'AttributeGroup', + ln: 'ComplexRestrictionType', + bti: '.RestrictionType' + }, { + ln: 'Field', bti: '.Annotated', ps: [{ n: 'otherAttributes', t: 'aa' }, { - n: 'attribute', - col: true, - ti: '.Attribute' - }, { - n: 'attributeGroup', - col: true, - ti: '.AttributeGroupRef' - }, { - n: 'anyAttribute', - ti: '.Wildcard' - }, { - n: 'name', + n: 'xpath', an: { - lp: 'name' + lp: 'xpath' }, t: 'a' + }] + }, { + ln: 'Appinfo', + ps: [{ + n: 'otherAttributes', + t: 'aa' }, { - n: 'ref', - ti: 'QName', + n: 'content', + col: true, + t: 'ae' + }, { + n: 'source', an: { - lp: 'ref' + lp: 'source' }, t: 'a' }] }, { - ln: 'Notation', + ln: 'Pattern', + bti: '.NoFixedFacet' + }, { + ln: 'SimpleContent', bti: '.Annotated', ps: [{ n: 'otherAttributes', t: 'aa' }, { - n: 'name', - an: { - lp: 'name' - }, - t: 'a' - }, { - n: '_public', - an: { - lp: 'public' - }, - t: 'a' + n: 'restriction', + ti: '.SimpleRestrictionType' }, { - n: 'system', - an: { - lp: 'system' - }, - t: 'a' + n: 'extension', + ti: '.SimpleExtensionType' }] }, { ln: 'OpenAttrs', @@ -440,173 +443,96 @@ var XSD_1_0_Module_Factory = function () { t: 'aa' }] }, { - ln: 'NamedAttributeGroup', - bti: '.AttributeGroup' - }, { - ln: 'ExtensionType', + ln: 'Attribute', bti: '.Annotated', ps: [{ n: 'otherAttributes', t: 'aa' }, { - n: 'group', - ti: '.GroupRef' - }, { - n: 'all', - ti: '.All' - }, { - n: 'choice', - ti: '.ExplicitGroup' - }, { - n: 'sequence', - ti: '.ExplicitGroup' - }, { - n: 'attribute', - col: true, - ti: '.Attribute' - }, { - n: 'attributeGroup', - col: true, - ti: '.AttributeGroupRef' - }, { - n: 'anyAttribute', - ti: '.Wildcard' + n: 'simpleType', + ti: '.LocalSimpleType' }, { - n: 'base', + n: 'type', ti: 'QName', an: { - lp: 'base' + lp: 'type' }, t: 'a' - }] - }, { - ln: 'Annotated', - bti: '.OpenAttrs', - ps: [{ - n: 'otherAttributes', - t: 'aa' - }, { - n: 'annotation', - ti: '.Annotation' }, { - n: 'id', - ti: 'ID', + n: 'use', an: { - lp: 'id' + lp: 'use' }, t: 'a' - }] - }, { - ln: 'AttributeGroupRef', - bti: '.AttributeGroup' - }, { - ln: 'Keybase', - bti: '.Annotated', - ps: [{ - n: 'otherAttributes', - t: 'aa' }, { - n: 'selector', - ti: '.Selector' - }, { - n: 'field', - col: true, - ti: '.Field' - }, { - n: 'name', + n: '_default', an: { - lp: 'name' + lp: 'default' }, t: 'a' - }] - }, { - ln: 'Include', - bti: '.Annotated', - ps: [{ - n: 'otherAttributes', - t: 'aa' }, { - n: 'schemaLocation', + n: 'fixed', an: { - lp: 'schemaLocation' + lp: 'fixed' }, t: 'a' - }] - }, { - ln: 'Field', - bti: '.Annotated', - ps: [{ - n: 'otherAttributes', - t: 'aa' }, { - n: 'xpath', + n: 'form', an: { - lp: 'xpath' + lp: 'form' }, t: 'a' - }] - }, { - ln: 'Wildcard', - bti: '.Annotated', - ps: [{ - n: 'otherAttributes', - t: 'aa' }, { - n: 'namespace', - ti: { - t: 'l' - }, + n: 'name', an: { - lp: 'namespace' + lp: 'name' }, t: 'a' }, { - n: 'processContents', + n: 'ref', + ti: 'QName', an: { - lp: 'processContents' + lp: 'ref' }, t: 'a' }] }, { - ln: 'Union', + ln: 'AttributeGroup', bti: '.Annotated', ps: [{ n: 'otherAttributes', t: 'aa' }, { - n: 'simpleType', + n: 'attribute', col: true, - ti: '.LocalSimpleType' + ti: '.Attribute' }, { - n: 'memberTypes', - ti: { - t: 'l', - bti: 'QName' - }, + n: 'attributeGroup', + col: true, + ti: '.AttributeGroupRef' + }, { + n: 'anyAttribute', + ti: '.Wildcard' + }, { + n: 'name', an: { - lp: 'memberTypes' + lp: 'name' }, t: 'a' - }] - }, { - ln: 'NarrowMaxMin', - bti: '.LocalElement' - }, { - ln: 'Appinfo', - ps: [{ - n: 'otherAttributes', - t: 'aa' }, { - n: 'content', - col: true, - t: 'ae' - }, { - n: 'source', + n: 'ref', + ti: 'QName', an: { - lp: 'source' + lp: 'ref' }, t: 'a' }] + }, { + ln: 'TopLevelElement', + bti: '.Element' + }, { + ln: 'SimpleExtensionType', + bti: '.ExtensionType' }, { ln: 'Schema', bti: '.OpenAttrs', @@ -716,100 +642,199 @@ var XSD_1_0_Module_Factory = function () { t: 'a' }] }, { - ln: 'LocalElement', - bti: '.Element' + ln: 'NamedGroup', + bti: '.RealGroup' }, { - ln: 'NumFacet', - bti: '.Facet' + ln: 'Wildcard', + bti: '.Annotated', + ps: [{ + n: 'otherAttributes', + t: 'aa' + }, { + n: 'namespace', + ti: { + t: 'l' + }, + an: { + lp: 'namespace' + }, + t: 'a' + }, { + n: 'processContents', + an: { + lp: 'processContents' + }, + t: 'a' + }] }, { - ln: 'ComplexContent', + ln: 'ExtensionType', bti: '.Annotated', ps: [{ n: 'otherAttributes', t: 'aa' }, { - n: 'restriction', - ti: '.ComplexRestrictionType' + n: 'group', + ti: '.GroupRef' }, { - n: 'extension', - ti: '.ExtensionType' + n: 'all', + ti: '.All' }, { - n: 'mixed', - ti: 'Boolean', + n: 'choice', + ti: '.ExplicitGroup' + }, { + n: 'sequence', + ti: '.ExplicitGroup' + }, { + n: 'attribute', + col: true, + ti: '.Attribute' + }, { + n: 'attributeGroup', + col: true, + ti: '.AttributeGroupRef' + }, { + n: 'anyAttribute', + ti: '.Wildcard' + }, { + n: 'base', + ti: 'QName', an: { - lp: 'mixed' + lp: 'base' }, t: 'a' }] }, { - ln: 'TopLevelComplexType', - bti: '.ComplexType' - }, { - ln: 'Any', - bti: '.Wildcard', + ln: 'Keyref', + bti: '.Keybase', ps: [{ n: 'otherAttributes', t: 'aa' }, { - n: 'minOccurs', - ti: 'Integer', + n: 'refer', + ti: 'QName', an: { - lp: 'minOccurs' + lp: 'refer' }, t: 'a' + }] + }, { + ln: 'RealGroup', + bti: '.Group' + }, { + ln: 'LocalSimpleType', + bti: '.SimpleType' + }, { + ln: 'Restriction', + bti: '.Annotated', + ps: [{ + n: 'otherAttributes', + t: 'aa' + }, { + n: 'simpleType', + ti: '.LocalSimpleType' + }, { + n: 'minExclusive', + col: true, + ti: '.Facet' + }, { + n: 'maxLength', + col: true, + ti: '.NumFacet' + }, { + n: 'enumeration', + col: true, + ti: '.NoFixedFacet' + }, { + n: 'minInclusive', + col: true, + ti: '.Facet' + }, { + n: 'pattern', + col: true, + ti: '.Pattern' + }, { + n: 'maxInclusive', + col: true, + ti: '.Facet' + }, { + n: 'whiteSpace', + col: true, + ti: '.WhiteSpace' + }, { + n: 'fractionDigits', + col: true, + ti: '.NumFacet' + }, { + n: 'maxExclusive', + col: true, + ti: '.Facet' + }, { + n: 'minLength', + col: true, + ti: '.NumFacet' + }, { + n: 'length', + col: true, + ti: '.NumFacet' }, { - n: 'maxOccurs', + n: 'totalDigits', + col: true, + ti: '.TotalDigits' + }, { + n: 'base', + ti: 'QName', an: { - lp: 'maxOccurs' + lp: 'base' }, t: 'a' }] }, { - ln: 'LocalSimpleType', - bti: '.SimpleType' - }, { - ln: 'WhiteSpace', + ln: 'NumFacet', bti: '.Facet' }, { - ln: 'Attribute', + ln: 'GroupRef', + bti: '.RealGroup' + }, { + ln: 'LocalComplexType', + bti: '.ComplexType' + }, { + ln: 'NarrowMaxMin', + bti: '.LocalElement' + }, { + ln: 'ComplexType', bti: '.Annotated', ps: [{ n: 'otherAttributes', t: 'aa' }, { - n: 'simpleType', - ti: '.LocalSimpleType' + n: 'simpleContent', + ti: '.SimpleContent' }, { - n: 'type', - ti: 'QName', - an: { - lp: 'type' - }, - t: 'a' + n: 'complexContent', + ti: '.ComplexContent' }, { - n: 'use', - an: { - lp: 'use' - }, - t: 'a' + n: 'group', + ti: '.GroupRef' }, { - n: '_default', - an: { - lp: 'default' - }, - t: 'a' + n: 'all', + ti: '.All' }, { - n: 'fixed', - an: { - lp: 'fixed' - }, - t: 'a' + n: 'choice', + ti: '.ExplicitGroup' }, { - n: 'form', - an: { - lp: 'form' - }, - t: 'a' + n: 'sequence', + ti: '.ExplicitGroup' + }, { + n: 'attribute', + col: true, + ti: '.Attribute' + }, { + n: 'attributeGroup', + col: true, + ti: '.AttributeGroupRef' + }, { + n: 'anyAttribute', + ti: '.Wildcard' }, { n: 'name', an: { @@ -817,56 +842,19 @@ var XSD_1_0_Module_Factory = function () { }, t: 'a' }, { - n: 'ref', - ti: 'QName', - an: { - lp: 'ref' - }, - t: 'a' - }] - }, { - ln: 'ComplexRestrictionType', - bti: '.RestrictionType' - }, { - ln: 'Import', - bti: '.Annotated', - ps: [{ - n: 'otherAttributes', - t: 'aa' - }, { - n: 'namespace', + n: 'mixed', + ti: 'Boolean', an: { - lp: 'namespace' + lp: 'mixed' }, t: 'a' }, { - n: 'schemaLocation', + n: '_abstract', + ti: 'Boolean', an: { - lp: 'schemaLocation' + lp: 'abstract' }, t: 'a' - }] - }, { - ln: 'TotalDigits', - bti: '.NumFacet' - }, { - ln: 'ExplicitGroup', - bti: '.Group' - }, { - ln: 'SimpleType', - bti: '.Annotated', - ps: [{ - n: 'otherAttributes', - t: 'aa' - }, { - n: 'restriction', - ti: '.Restriction' - }, { - n: 'list', - ti: '.List' - }, { - n: 'union', - ti: '.Union' }, { n: '_final', ti: { @@ -877,112 +865,115 @@ var XSD_1_0_Module_Factory = function () { }, t: 'a' }, { - n: 'name', + n: 'block', + ti: { + t: 'l' + }, an: { - lp: 'name' + lp: 'block' }, t: 'a' }] }, { - ln: 'Documentation', + ln: 'ComplexContent', + bti: '.Annotated', ps: [{ n: 'otherAttributes', t: 'aa' }, { - n: 'content', - col: true, - t: 'ae' + n: 'restriction', + ti: '.ComplexRestrictionType' }, { - n: 'source', - an: { - lp: 'source' - }, - t: 'a' + n: 'extension', + ti: '.ExtensionType' }, { - n: 'lang', + n: 'mixed', + ti: 'Boolean', an: { - lp: 'lang', - ns: 'http:\/\/www.w3.org\/XML\/1998\/namespace' + lp: 'mixed' }, t: 'a' }] }, { - ln: 'Facet', + ln: 'Notation', bti: '.Annotated', ps: [{ n: 'otherAttributes', t: 'aa' }, { - n: 'value', + n: 'name', an: { - lp: 'value' + lp: 'name' }, t: 'a' }, { - n: 'fixed', - ti: 'Boolean', + n: '_public', an: { - lp: 'fixed' + lp: 'public' + }, + t: 'a' + }, { + n: 'system', + an: { + lp: 'system' }, t: 'a' }] }, { - ln: 'SimpleRestrictionType', - bti: '.RestrictionType' + ln: 'TotalDigits', + bti: '.NumFacet' }, { - ln: 'TopLevelElement', - bti: '.Element' + ln: 'NoFixedFacet', + bti: '.Facet' }, { - ln: 'RealGroup', + ln: 'ExplicitGroup', bti: '.Group' }, { - ln: 'Selector', - bti: '.Annotated', - ps: [{ - n: 'otherAttributes', - t: 'aa' - }, { - n: 'xpath', - an: { - lp: 'xpath' - }, - t: 'a' - }] + ln: 'All', + bti: '.ExplicitGroup' }, { - ln: 'ComplexType', + ln: 'Group', bti: '.Annotated', ps: [{ n: 'otherAttributes', t: 'aa' }, { - n: 'simpleContent', - ti: '.SimpleContent' + n: 'any', + col: true, + ti: '.Any' }, { - n: 'complexContent', - ti: '.ComplexContent' + n: 'choice', + col: true, + ti: '.ExplicitGroup' }, { n: 'group', + col: true, ti: '.GroupRef' - }, { - n: 'all', - ti: '.All' - }, { - n: 'choice', - ti: '.ExplicitGroup' }, { n: 'sequence', + col: true, ti: '.ExplicitGroup' }, { - n: 'attribute', + n: 'element', col: true, - ti: '.Attribute' + ti: '.LocalElement' }, { - n: 'attributeGroup', + n: 'all', col: true, - ti: '.AttributeGroupRef' + ti: '.All' }, { - n: 'anyAttribute', - ti: '.Wildcard' + n: 'minOccurs', + ti: 'Integer', + an: { + lp: 'minOccurs' + }, + t: 'a' + }, { + n: 'maxOccurs', + an: { + lp: 'maxOccurs' + }, + t: 'a' }, { n: 'name', an: { @@ -990,41 +981,72 @@ var XSD_1_0_Module_Factory = function () { }, t: 'a' }, { - n: 'mixed', - ti: 'Boolean', + n: 'ref', + ti: 'QName', + an: { + lp: 'ref' + }, + t: 'a' + }] + }, { + ln: 'Annotation', + bti: '.OpenAttrs', + ps: [{ + n: 'otherAttributes', + t: 'aa' + }, { + n: 'appinfo', + col: true, + ti: '.Appinfo' + }, { + n: 'documentation', + col: true, + ti: '.Documentation' + }, { + n: 'id', + ti: 'ID', an: { - lp: 'mixed' + lp: 'id' }, t: 'a' + }] + }, { + ln: 'List', + bti: '.Annotated', + ps: [{ + n: 'otherAttributes', + t: 'aa' }, { - n: '_abstract', - ti: 'Boolean', - an: { - lp: 'abstract' - }, - t: 'a' + n: 'simpleType', + ti: '.LocalSimpleType' }, { - n: '_final', - ti: { - t: 'l' - }, + n: 'itemType', + ti: 'QName', an: { - lp: 'final' + lp: 'itemType' }, t: 'a' + }] + }, { + ln: 'Keybase', + bti: '.Annotated', + ps: [{ + n: 'otherAttributes', + t: 'aa' }, { - n: 'block', - ti: { - t: 'l' - }, + n: 'selector', + ti: '.Selector' + }, { + n: 'field', + col: true, + ti: '.Field' + }, { + n: 'name', an: { - lp: 'block' + lp: 'name' }, t: 'a' }] - }, { - ln: 'NamedGroup', - bti: '.RealGroup' }, { ln: 'Redefine', bti: '.OpenAttrs', @@ -1066,196 +1088,174 @@ var XSD_1_0_Module_Factory = function () { t: 'a' }] }, { - ln: 'List', + ln: 'Union', bti: '.Annotated', ps: [{ n: 'otherAttributes', t: 'aa' }, { n: 'simpleType', + col: true, ti: '.LocalSimpleType' }, { - n: 'itemType', - ti: 'QName', - an: { - lp: 'itemType' + n: 'memberTypes', + ti: { + t: 'l', + bti: 'QName' }, - t: 'a' - }] - }, { - ln: 'Keyref', - bti: '.Keybase', - ps: [{ - n: 'otherAttributes', - t: 'aa' - }, { - n: 'refer', - ti: 'QName', an: { - lp: 'refer' + lp: 'memberTypes' }, t: 'a' }] }, { - ln: 'GroupRef', - bti: '.RealGroup' - }, { - ln: 'SimpleExtensionType', - bti: '.ExtensionType' - }, { - ln: 'NoFixedFacet', - bti: '.Facet' - }, { - ln: 'All', - bti: '.ExplicitGroup' + t: 'enum', + ln: 'DerivationControl', + vs: ['substitution', 'extension', 'restriction', 'list', 'union'] }, { t: 'enum', - ln: 'FormChoice', - vs: ['qualified', 'unqualified'] + ln: 'TypeDerivationControl', + vs: ['extension', 'restriction', 'list', 'union'] }, { t: 'enum', ln: 'ReducedDerivationControl', vs: ['extension', 'restriction'] }, { t: 'enum', - ln: 'DerivationControl', - vs: ['substitution', 'extension', 'restriction', 'list', 'union'] - }, { - t: 'enum', - ln: 'TypeDerivationControl', - vs: ['extension', 'restriction', 'list', 'union'] + ln: 'FormChoice', + vs: ['qualified', 'unqualified'] }], eis: [{ en: 'redefine', ti: '.Redefine' }, { - en: 'minLength', - ti: '.NumFacet' - }, { - en: 'minInclusive', - ti: '.Facet' + en: 'documentation', + ti: '.Documentation' }, { - en: 'attribute', - ti: '.TopLevelAttribute' + en: 'any', + ti: '.Any' }, { - en: 'union', - ti: '.Union' + en: 'simpleContent', + ti: '.SimpleContent' }, { - en: 'anyAttribute', - ti: '.Wildcard' + en: 'complexType', + ti: '.TopLevelComplexType' }, { - en: 'group', - ti: '.GroupRef', + en: 'element', + ti: '.LocalElement', sc: '.Group' }, { - en: 'simpleType', - ti: '.TopLevelSimpleType' + en: 'import', + ti: '.Import' }, { - en: 'notation', - ti: '.Notation' + en: 'choice', + ti: '.ExplicitGroup' }, { - en: 'enumeration', - ti: '.NoFixedFacet' + en: 'annotation', + ti: '.Annotation' }, { - en: 'any', - ti: '.Any' + en: 'whiteSpace', + ti: '.WhiteSpace' }, { - en: 'restriction', - ti: '.Restriction' + en: 'list', + ti: '.List' }, { - en: 'complexType', - ti: '.TopLevelComplexType' + en: 'appinfo', + ti: '.Appinfo' }, { - en: 'simpleContent', - ti: '.SimpleContent' + en: 'unique', + ti: '.Keybase' + }, { + en: 'field', + ti: '.Field' }, { en: 'element', - ti: '.LocalElement', + ti: '.TopLevelElement' + }, { + en: 'notation', + ti: '.Notation' + }, { + en: 'group', + ti: '.NamedGroup' + }, { + en: 'group', + ti: '.GroupRef', sc: '.Group' }, { - en: 'choice', - ti: '.ExplicitGroup' + en: 'minInclusive', + ti: '.Facet' }, { en: 'keyref', ti: '.Keyref' }, { - en: 'maxInclusive', - ti: '.Facet' + en: 'union', + ti: '.Union' }, { - en: 'schema', - ti: '.Schema' + en: 'include', + ti: '.Include' }, { - en: 'field', - ti: '.Field' + en: 'attributeGroup', + ti: '.NamedAttributeGroup' }, { - en: 'key', - ti: '.Keybase' + en: 'all', + ti: '.All' }, { - en: 'documentation', - ti: '.Documentation' + en: 'enumeration', + ti: '.NoFixedFacet' }, { - en: 'whiteSpace', - ti: '.WhiteSpace' + en: 'maxExclusive', + ti: '.Facet' + }, { + en: 'totalDigits', + ti: '.TotalDigits' + }, { + en: 'minLength', + ti: '.NumFacet' }, { en: 'fractionDigits', ti: '.NumFacet' }, { - en: 'group', - ti: '.NamedGroup' + en: 'anyAttribute', + ti: '.Wildcard' }, { en: 'pattern', ti: '.Pattern' }, { - en: 'complexContent', - ti: '.ComplexContent' + en: 'maxInclusive', + ti: '.Facet' }, { - en: 'import', - ti: '.Import' + en: 'key', + ti: '.Keybase' }, { en: 'sequence', ti: '.ExplicitGroup' }, { - en: 'appinfo', - ti: '.Appinfo' + en: 'maxLength', + ti: '.NumFacet' }, { en: 'selector', ti: '.Selector' }, { - en: 'maxExclusive', - ti: '.Facet' - }, { - en: 'unique', - ti: '.Keybase' - }, { - en: 'include', - ti: '.Include' + en: 'complexContent', + ti: '.ComplexContent' }, { - en: 'annotation', - ti: '.Annotation' + en: 'simpleType', + ti: '.TopLevelSimpleType' }, { en: 'length', ti: '.NumFacet' }, { - en: 'attributeGroup', - ti: '.NamedAttributeGroup' - }, { - en: 'all', - ti: '.All' + en: 'restriction', + ti: '.Restriction' }, { - en: 'totalDigits', - ti: '.TotalDigits' + en: 'schema', + ti: '.Schema' }, { - en: 'element', - ti: '.TopLevelElement' + en: 'attribute', + ti: '.TopLevelAttribute' }, { en: 'minExclusive', ti: '.Facet' - }, { - en: 'maxLength', - ti: '.NumFacet' - }, { - en: 'list', - ti: '.List' }] }; return { diff --git a/scripts/package.json b/scripts/package.json index 9bd44e1..4737b11 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -1,6 +1,6 @@ { "name": "w3c-schemas", - "version": "1.0.4-SNAPSHOT", + "version": "1.0.4", "description": "Jsonix XML-JSON mappings for W3C Schemas.", "keywords": [ "json", diff --git a/scripts/pom.xml b/scripts/pom.xml index e468785..ee51571 100644 --- a/scripts/pom.xml +++ b/scripts/pom.xml @@ -8,7 +8,7 @@ org.hisrc.w3c w3c-schemas-project - 1.0.4-SNAPSHOT + 1.0.4 install diff --git a/ws-addr/1.0-Core/pom.xml b/ws-addr/1.0-Core/pom.xml index e3df301..5a037e6 100644 --- a/ws-addr/1.0-Core/pom.xml +++ b/ws-addr/1.0-Core/pom.xml @@ -8,7 +8,7 @@ org.hisrc.w3c w3c-schema-parent - 1.0.4-SNAPSHOT + 1.0.4 ../../schema-parent/pom.xml diff --git a/ws-addr/pom.xml b/ws-addr/pom.xml index 44fd8fa..d6974bf 100644 --- a/ws-addr/pom.xml +++ b/ws-addr/pom.xml @@ -8,7 +8,7 @@ org.hisrc.w3c w3c-schemas-project - 1.0.4-SNAPSHOT + 1.0.4 1.0-Core diff --git a/xhtml/1.0-Strict/pom.xml b/xhtml/1.0-Strict/pom.xml index bd16d35..6001445 100644 --- a/xhtml/1.0-Strict/pom.xml +++ b/xhtml/1.0-Strict/pom.xml @@ -8,7 +8,7 @@ org.hisrc.w3c w3c-schema-parent - 1.0.4-SNAPSHOT + 1.0.4 ../../schema-parent/pom.xml diff --git a/xhtml/pom.xml b/xhtml/pom.xml index cf44d56..d3b67b6 100644 --- a/xhtml/pom.xml +++ b/xhtml/pom.xml @@ -8,7 +8,7 @@ org.hisrc.w3c w3c-schemas-project - 1.0.4-SNAPSHOT + 1.0.4 1.0-Strict diff --git a/xlink/1999/pom.xml b/xlink/1999/pom.xml index dc07371..a9390dc 100644 --- a/xlink/1999/pom.xml +++ b/xlink/1999/pom.xml @@ -8,7 +8,7 @@ org.hisrc.w3c w3c-schema-parent - 1.0.4-SNAPSHOT + 1.0.4 ../../schema-parent/pom.xml diff --git a/xlink/pom.xml b/xlink/pom.xml index aa464d4..abb80cf 100644 --- a/xlink/pom.xml +++ b/xlink/pom.xml @@ -8,7 +8,7 @@ org.hisrc.w3c w3c-schemas-project - 1.0.4-SNAPSHOT + 1.0.4 1999