Skip to content

Commit

Permalink
Merge pull request #265 from robander/unknown
Browse files Browse the repository at this point in the history
Remove unknown element oasis-tcs/dita#922
  • Loading branch information
robander authored Jun 11, 2024
2 parents 0699620 + ce2dd89 commit b91daac
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion doctypes/dtd/technicalContent/concept.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"%basic.block.noexample; |
%data.elements.incl; |
%draft-comment; |
%foreign.unknown.incl; |
%foreign; |
%required-cleanup;"
>

Expand Down
4 changes: 2 additions & 2 deletions doctypes/dtd/technicalContent/programmingDomain.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
%basic.ph.notm; |
%data.elements.incl; |
%draft-comment; |
%foreign.unknown.incl; |
%foreign; |
%required-cleanup;)*"
>
<!ENTITY % codeph.attributes
Expand All @@ -66,7 +66,7 @@
%basic.ph.notm; |
%coderef; |
%data.elements.incl; |
%foreign.unknown.incl; |
%foreign; |
%txt.incl;)*"
>
<!ENTITY % codeblock.attributes
Expand Down
4 changes: 2 additions & 2 deletions doctypes/dtd/technicalContent/reference.mod
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<!ENTITY % refbody.content
"(%data.elements.incl; |
%example; |
%foreign.unknown.incl; |
%foreign; |
%refbodydiv; |
%refsyn; |
%properties; |
Expand All @@ -103,7 +103,7 @@
<!ENTITY % refbodydiv.content
"(%data.elements.incl; |
%example; |
%foreign.unknown.incl; |
%foreign; |
%refbodydiv; |
%refsyn; |
%properties; |
Expand Down
2 changes: 1 addition & 1 deletion doctypes/dtd/technicalContent/task.mod
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
%basic.block.noexample; |
%basic.ph; |
%data.elements.incl; |
%foreign.unknown.incl; |
%foreign; |
%txt.incl;"
>

Expand Down
2 changes: 1 addition & 1 deletion doctypes/dtd/technicalContent/troubleshooting.mod
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"((%title;)?,
(%basic.block; |
%data.elements.incl; |
%foreign.unknown.incl; |
%foreign; |
%txt.incl;)*)"
>
<!-- LONG NAME: Troubleshooting -->
Expand Down
2 changes: 1 addition & 1 deletion doctypes/dtd/technicalContent/uiDomain.mod
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"(#PCDATA |
%basic.ph.notm; |
%data.elements.incl; |
%foreign.unknown.incl; |
%foreign; |
%txt.incl;)*"
>
<!ENTITY % screen.attributes
Expand Down
2 changes: 1 addition & 1 deletion doctypes/rng/technicalContent/conceptMod.rng
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Concept//EN"
<ref name="basic.block.noexample"/>
<ref name="data.elements.incl"/>
<ref name="draft-comment"/>
<ref name="foreign.unknown.incl"/>
<ref name="foreign"/>
<ref name="required-cleanup"/>
</choice>
</define>
Expand Down
4 changes: 2 additions & 2 deletions doctypes/rng/technicalContent/programmingDomain.rng
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Programming Domain//EN"
<ref name="basic.ph.notm"/>
<ref name="data.elements.incl"/>
<ref name="draft-comment" dita:since="1.3"/>
<ref name="foreign.unknown.incl"/>
<ref name="foreign"/>
<ref name="required-cleanup" dita:since="1.3"/>
</choice>
</zeroOrMore>
Expand Down Expand Up @@ -145,7 +145,7 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Programming Domain//EN"
<ref name="basic.ph.notm"/>
<ref name="coderef"/>
<ref name="data.elements.incl"/>
<ref name="foreign.unknown.incl"/>
<ref name="foreign"/>
<ref name="txt.incl"/>
</choice>
</zeroOrMore>
Expand Down
4 changes: 2 additions & 2 deletions doctypes/rng/technicalContent/referenceMod.rng
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Reference//EN"
<choice>
<ref name="data.elements.incl"/>
<ref name="example"/>
<ref name="foreign.unknown.incl"/>
<ref name="foreign"/>
<ref name="refbodydiv"/>
<ref name="refsyn"/>
<ref name="properties"/>
Expand Down Expand Up @@ -190,7 +190,7 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Reference//EN"
<choice>
<ref name="data.elements.incl"/>
<ref name="example"/>
<ref name="foreign.unknown.incl"/>
<ref name="foreign"/>
<ref name="refbodydiv"/>
<ref name="refsyn"/>
<ref name="properties"/>
Expand Down
2 changes: 1 addition & 1 deletion doctypes/rng/technicalContent/taskMod.rng
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Task//EN"
<ref name="basic.block.noexample"/>
<ref name="basic.ph"/>
<ref name="data.elements.incl"/>
<ref name="foreign.unknown.incl"/>
<ref name="foreign"/>
<ref name="txt.incl"/>
</choice>
</define>
Expand Down
2 changes: 1 addition & 1 deletion doctypes/rng/technicalContent/troubleshootingMod.rng
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Troubleshooting//EN"
<choice>
<ref name="basic.block"/>
<ref name="data.elements.incl"/>
<ref name="foreign.unknown.incl"/>
<ref name="foreign"/>
<ref name="txt.incl"/>
</choice>
</zeroOrMore>
Expand Down
2 changes: 1 addition & 1 deletion doctypes/rng/technicalContent/uiDomain.rng
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 User Interface Domain//EN"
<text/>
<ref name="basic.ph.notm"/>
<ref name="data.elements.incl"/>
<ref name="foreign.unknown.incl"/>
<ref name="foreign"/>
<ref name="txt.incl"/>
</choice>
</zeroOrMore>
Expand Down

0 comments on commit b91daac

Please sign in to comment.