diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-16 19:16:00 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-16 19:16:00 +0000 |
commit | ac5fc7f293768c7dfa9c37b525871704bdc7f43e (patch) | |
tree | 8516a8450f9e022421f61d85e6154ae12991bf94 /quanta/data/dtep/relaxng | |
parent | e985f7e545f4739493965aad69bbecb136dc9346 (diff) | |
download | tdewebdev-ac5fc7f293768c7dfa9c37b525871704bdc7f43e.tar.gz tdewebdev-ac5fc7f293768c7dfa9c37b525871704bdc7f43e.zip |
Fix Quanta data files
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237031 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/data/dtep/relaxng')
-rw-r--r-- | quanta/data/dtep/relaxng/anyName.tag | 4 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/attribute.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/choice.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/data.tag | 4 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/define.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/div.tag | 4 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/element.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/except.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/grammar.tag | 4 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/group.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/include.tag | 4 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/interleave.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/list.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/mixed.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/nsName.tag | 4 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/oneOrMore.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/optional.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/parentRef.tag | 2 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/start.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/zeroOrMore.tag | 6 |
20 files changed, 52 insertions, 52 deletions
diff --git a/quanta/data/dtep/relaxng/anyName.tag b/quanta/data/dtep/relaxng/anyName.tag index 3598ddad..fc6e4c31 100644 --- a/quanta/data/dtep/relaxng/anyName.tag +++ b/quanta/data/dtep/relaxng/anyName.tag @@ -4,8 +4,8 @@ <tag name="anyName"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="except" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/relaxng/attribute.tag b/quanta/data/dtep/relaxng/attribute.tag index 33107bf8..da288603 100644 --- a/quanta/data/dtep/relaxng/attribute.tag +++ b/quanta/data/dtep/relaxng/attribute.tag @@ -5,7 +5,7 @@ <attr name="datatypeLibrary" type="input" /> <attr name="name" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="anyName" /> <child name="choice" /> <child name="name" /> @@ -19,7 +19,7 @@ <child name="oneOrMore" /> <child name="list" /> <child name="mixed" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -27,6 +27,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/relaxng/choice.tag b/quanta/data/dtep/relaxng/choice.tag index 9057d664..a5b07483 100644 --- a/quanta/data/dtep/relaxng/choice.tag +++ b/quanta/data/dtep/relaxng/choice.tag @@ -4,7 +4,7 @@ <tag name="choice"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="name" /> <child name="anyName" /> <child name="nsName" /> @@ -20,7 +20,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -28,6 +28,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/relaxng/data.tag b/quanta/data/dtep/relaxng/data.tag index 45ed28e7..d7c01c05 100644 --- a/quanta/data/dtep/relaxng/data.tag +++ b/quanta/data/dtep/relaxng/data.tag @@ -5,9 +5,9 @@ <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> <attr name="type" type="input" /> - <tqchildren> + <children> <child name="except" /> <child name="param" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/define.tag b/quanta/data/dtep/relaxng/define.tag index 5bc39dac..3d43ef67 100644 --- a/quanta/data/dtep/relaxng/define.tag +++ b/quanta/data/dtep/relaxng/define.tag @@ -6,7 +6,7 @@ <attr name="datatypeLibrary" type="input" /> <attr name="name" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -18,7 +18,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -26,6 +26,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/div.tag b/quanta/data/dtep/relaxng/div.tag index f633852a..1be93bb0 100644 --- a/quanta/data/dtep/relaxng/div.tag +++ b/quanta/data/dtep/relaxng/div.tag @@ -4,9 +4,9 @@ <tag name="div"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="div" /> <child name="include" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/element.tag b/quanta/data/dtep/relaxng/element.tag index 0a92fc6a..7d508021 100644 --- a/quanta/data/dtep/relaxng/element.tag +++ b/quanta/data/dtep/relaxng/element.tag @@ -5,7 +5,7 @@ <attr name="datatypeLibrary" type="input" /> <attr name="name" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="anyName" /> <child name="choice" /> <child name="name" /> @@ -21,7 +21,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -29,6 +29,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/relaxng/except.tag b/quanta/data/dtep/relaxng/except.tag index f6235b38..bd85cab5 100644 --- a/quanta/data/dtep/relaxng/except.tag +++ b/quanta/data/dtep/relaxng/except.tag @@ -4,7 +4,7 @@ <tag name="except"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="anyName" /> <child name="choice" /> <child name="name" /> @@ -20,7 +20,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -28,6 +28,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/grammar.tag b/quanta/data/dtep/relaxng/grammar.tag index a9017426..0f3f4a99 100644 --- a/quanta/data/dtep/relaxng/grammar.tag +++ b/quanta/data/dtep/relaxng/grammar.tag @@ -5,11 +5,11 @@ <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> <attr name="xmlns" type="input" /> - <tqchildren> + <children> <child name="define" /> <child name="div" /> <child name="include" /> <child name="start" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/group.tag b/quanta/data/dtep/relaxng/group.tag index 3f971508..42f9858b 100644 --- a/quanta/data/dtep/relaxng/group.tag +++ b/quanta/data/dtep/relaxng/group.tag @@ -4,7 +4,7 @@ <tag name="group"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/include.tag b/quanta/data/dtep/relaxng/include.tag index 0c1d0885..ff3310f9 100644 --- a/quanta/data/dtep/relaxng/include.tag +++ b/quanta/data/dtep/relaxng/include.tag @@ -5,10 +5,10 @@ <attr name="datatypeLibrary" type="input" /> <attr name="href" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="define" /> <child name="div" /> <child name="start" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/interleave.tag b/quanta/data/dtep/relaxng/interleave.tag index e0a1603c..d30632ab 100644 --- a/quanta/data/dtep/relaxng/interleave.tag +++ b/quanta/data/dtep/relaxng/interleave.tag @@ -4,7 +4,7 @@ <tag name="interleave"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/list.tag b/quanta/data/dtep/relaxng/list.tag index 49ee5e57..f5660fb8 100644 --- a/quanta/data/dtep/relaxng/list.tag +++ b/quanta/data/dtep/relaxng/list.tag @@ -4,7 +4,7 @@ <tag name="list"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="group" /> <child name="choice" /> @@ -12,13 +12,13 @@ <child name="zeroOrMore" /> <child name="oneOrMore" /> <child name="mixed" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="value" /> <child name="data" /> <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/mixed.tag b/quanta/data/dtep/relaxng/mixed.tag index 8625b1dd..f14335cf 100644 --- a/quanta/data/dtep/relaxng/mixed.tag +++ b/quanta/data/dtep/relaxng/mixed.tag @@ -4,7 +4,7 @@ <tag name="mixed"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/nsName.tag b/quanta/data/dtep/relaxng/nsName.tag index f6bd95bb..39a73cd9 100644 --- a/quanta/data/dtep/relaxng/nsName.tag +++ b/quanta/data/dtep/relaxng/nsName.tag @@ -4,8 +4,8 @@ <tag name="nsName"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="except" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/oneOrMore.tag b/quanta/data/dtep/relaxng/oneOrMore.tag index 763aff34..4658479f 100644 --- a/quanta/data/dtep/relaxng/oneOrMore.tag +++ b/quanta/data/dtep/relaxng/oneOrMore.tag @@ -4,7 +4,7 @@ <tag name="oneOrMore"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/optional.tag b/quanta/data/dtep/relaxng/optional.tag index 8b51f18b..5d56d5f9 100644 --- a/quanta/data/dtep/relaxng/optional.tag +++ b/quanta/data/dtep/relaxng/optional.tag @@ -4,7 +4,7 @@ <tag name="optional"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/parentRef.tag b/quanta/data/dtep/relaxng/parentRef.tag index 0fcb9817..39ace697 100644 --- a/quanta/data/dtep/relaxng/parentRef.tag +++ b/quanta/data/dtep/relaxng/parentRef.tag @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE TAGS> <TAGS> - <tag name="tqparentRef" single="1"> + <tag name="parentRef" single="1"> <attr name="datatypeLibrary" type="input" /> <attr name="name" type="input" /> <attr name="ns" type="input" /> diff --git a/quanta/data/dtep/relaxng/start.tag b/quanta/data/dtep/relaxng/start.tag index 952beee8..2e1a4429 100644 --- a/quanta/data/dtep/relaxng/start.tag +++ b/quanta/data/dtep/relaxng/start.tag @@ -5,17 +5,17 @@ <attr name="combine" type="input" /> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="choice" /> <child name="optional" /> <child name="zeroOrMore" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/zeroOrMore.tag b/quanta/data/dtep/relaxng/zeroOrMore.tag index eb5f468e..7b8bea98 100644 --- a/quanta/data/dtep/relaxng/zeroOrMore.tag +++ b/quanta/data/dtep/relaxng/zeroOrMore.tag @@ -4,7 +4,7 @@ <tag name="zeroOrMore"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file |