Skip to content

Commit

Permalink
Remove itemgroup element oasis-tcs#397
Browse files Browse the repository at this point in the history
  • Loading branch information
robander committed Oct 20, 2020
1 parent 9d49311 commit 4e7f28e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 109 deletions.
1 change: 0 additions & 1 deletion doctypes/dtd/base/commonElements.ent
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<!ENTITY % ul "ul" >
<!ENTITY % ol "ol" >
<!ENTITY % li "li" >
<!ENTITY % itemgroup "itemgroup" >
<!ENTITY % dl "dl" >
<!ENTITY % dlhead "dlhead" >
<!ENTITY % dthd "dthd" >
Expand Down
22 changes: 0 additions & 22 deletions doctypes/dtd/base/commonElements.mod
Original file line number Diff line number Diff line change
Expand Up @@ -231,15 +231,6 @@
%unknown;"
>
<!ENTITY % listitem.cnt
"#PCDATA |
%basic.block; |
%basic.ph; |
%data.elements.incl; |
%foreign.unknown.incl; |
%itemgroup; |
%txt.incl;"
>
<!ENTITY % itemgroup.cnt
"#PCDATA |
%basic.block; |
%basic.ph; |
Expand Down Expand Up @@ -355,7 +346,6 @@
%basic.ph; |
%data.elements.incl; |
%foreign.unknown.incl; |
%itemgroup; |
%txt.incl;"
>
<!ENTITY % pre.cnt
Expand Down Expand Up @@ -945,17 +935,6 @@
<!ATTLIST li %li.attributes;>


<!-- LONG NAME: Item Group -->
<!ENTITY % itemgroup.content
"(%itemgroup.cnt;)*"
>
<!ENTITY % itemgroup.attributes
"%univ-atts;"
>
<!ELEMENT itemgroup %itemgroup.content;>
<!ATTLIST itemgroup %itemgroup.attributes;>


<!-- LONG NAME: Definition List -->
<!ENTITY % dl.content
"((%data; |
Expand Down Expand Up @@ -1744,7 +1723,6 @@
<!ATTLIST index-see-also class CDATA "- topic/index-see-also ">
<!ATTLIST indexterm class CDATA "- topic/indexterm " >
<!ATTLIST index-base class CDATA "- topic/index-base " >
<!ATTLIST itemgroup class CDATA "- topic/itemgroup " >
<!ATTLIST keyword class CDATA "- topic/keyword " >
<!ATTLIST li class CDATA "- topic/li " >
<!ATTLIST lines class CDATA "- topic/lines " >
Expand Down
43 changes: 0 additions & 43 deletions doctypes/rng/base/commonElementsMod.rng
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Common Elements//EN"
<define name="index-see-also">
<ref name="index-see-also.element"/>
</define>
<define name="itemgroup">
<ref name="itemgroup.element"/>
</define>
<define name="keyword">
<ref name="keyword.element"/>
</define>
Expand Down Expand Up @@ -574,17 +571,6 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Common Elements//EN"
<a:documentation> Predefined content model groups, based on the previous, element-only categories: txt.incl is appropriate for any mixed content definitions (those that have PCDATA) the context
for blocks is implicitly an InfoMaster "containing_division" </a:documentation>
<define name="listitem.cnt">
<choice>
<text/>
<ref name="basic.block"/>
<ref name="basic.ph"/>
<ref name="data.elements.incl"/>
<ref name="foreign.unknown.incl"/>
<ref name="itemgroup"/>
<ref name="txt.incl"/>
</choice>
</define>
<define name="itemgroup.cnt">
<choice>
<text/>
<ref name="basic.block"/>
Expand Down Expand Up @@ -727,7 +713,6 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Common Elements//EN"
<ref name="basic.ph"/>
<ref name="data.elements.incl"/>
<ref name="foreign.unknown.incl"/>
<ref name="itemgroup"/>
<ref name="txt.incl"/>
</choice>
</define>
Expand Down Expand Up @@ -1728,29 +1713,6 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Common Elements//EN"
<ref name="li.attributes"/>
</define>

</div>
<div>
<a:documentation>LONG NAME: Item Group</a:documentation>
<define name="itemgroup.content">
<zeroOrMore>
<ref name="itemgroup.cnt"/>
</zeroOrMore>
</define>
<define name="itemgroup.attributes">
<ref name="univ-atts"/>
</define>
<define name="itemgroup.element">
<element name="itemgroup" dita:longName="Item Group">
<a:documentation>The &lt;itemgroup> element is reserved for use in specializations of DITA. As a container element, it can be used to sub-divide or organize elements that occur inside a
list item, definition, or parameter definition. Category: Specialization elements</a:documentation>
<ref name="itemgroup.attlist"/>
<ref name="itemgroup.content"/>
</element>
</define>
<define name="itemgroup.attlist" combine="interleave">
<ref name="itemgroup.attributes"/>
</define>

</div>
<div>
<a:documentation>LONG NAME: Definition List</a:documentation>
Expand Down Expand Up @@ -3227,11 +3189,6 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Common Elements//EN"
<attribute name="class" a:defaultValue="- topic/index-see-also "/>
</optional>
</define>
<define name="itemgroup.attlist" combine="interleave">
<optional>
<attribute name="class" a:defaultValue="- topic/itemgroup "/>
</optional>
</define>
<define name="keyword.attlist" combine="interleave">
<optional>
<attribute name="class" a:defaultValue="- topic/keyword "/>
Expand Down
32 changes: 0 additions & 32 deletions specification/langRef/base/itemgroup.dita

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<keydef href="base/data.dita" keys="elements-data"/>
<keydef href="base/data-about.dita" keys="elements-data-about"/>
<keydef href="base/foreign.dita" keys="elements-foreign"/>
<keydef href="base/itemgroup.dita" keys="elements-itemgroup"/>
<keydef href="base/no-topic-nesting.dita" keys="elements-no-topic-nesting"/>
<keydef href="base/state.dita" keys="elements-state"/>
<keydef href="base/unknown.dita" keys="elements-unknown"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<sli><xref keyref="elements-index-see-also"/></sli>
<sli><xref keyref="elements-index-see"/></sli>
<sli><xref keyref="elements-indexterm"/></sli>
<sli><xref keyref="elements-itemgroup"/></sli>
<sli><xref keyref="elements-keydef"/></sli>
<sli><xref keyref="elements-keyword"/></sli>
<sli><xref keyref="elements-keywords"/></sli>
Expand Down
1 change: 0 additions & 1 deletion specification/langRef/specialization-elements.ditamap
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<topicref keyref="elements-data"/>
<topicref keyref="elements-data-about"/>
<topicref keyref="elements-foreign"/>
<topicref keyref="elements-itemgroup"/>
<topicref keyref="elements-no-topic-nesting"/>
<topicref keyref="elements-state"/>
<topicref keyref="elements-unknown"/>
Expand Down
8 changes: 0 additions & 8 deletions specification/non-normative/elementsMerged.dita
Original file line number Diff line number Diff line change
Expand Up @@ -430,14 +430,6 @@ for this?</draft-comment>-->
<stentry>yes</stentry>
<stentry/>
</strow>
<strow>
<stentry><xmlelement>itemgroup</xmlelement></stentry>
<stentry>N/A</stentry>
<stentry>inline</stentry>
<stentry>inline</stentry>
<stentry>yes</stentry>
<stentry/>
</strow>
<strow>
<stentry><xmlelement>keyword</xmlelement></stentry>
<stentry>N/A</stentry>
Expand Down

0 comments on commit 4e7f28e

Please sign in to comment.