Skip to content

Commit 82320e1

Browse files
committed
Corrected URNs in techcomm test docs.
1 parent d95fc30 commit 82320e1

File tree

10 files changed

+21
-172
lines changed

10 files changed

+21
-172
lines changed

docs/rng-converter-userguide/rng-tutorial/resources/test-docs/technicalContent/rng/concept-rng.dita

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<?xml-model href="urn:pubid:example.com:dita:technicalContent:rng:concept.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
2+
<?xml-model href="urn:pubid:example.com:dita:rng:concept.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
33
<concept id="test-concept">
44
<title>Test of example.com concept document type shell</title>
55
<conbody>
Lines changed: 9 additions & 160 deletions
Original file line numberDiff line numberDiff line change
@@ -1,161 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<?xml-model href="urn:pubid:example.com:dita:rng:checkShell.sch" schematypens="http://purl.oclc.org/dsdl/schematron"?>
3-
<?xml-model href="urn:pubid:example.com:dita:rng:vocabularyModuleDesc.rng"
4-
schematypens="http://relaxng.org/ns/structure/1.0"?>
5-
<grammar xmlns="http://relaxng.org/ns/structure/1.0"
6-
xmlns:dita="http://dita.oasis-open.org/architecture/2005/"
7-
xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
8-
<moduleDesc xmlns="http://dita.oasis-open.org/architecture/2005/">
9-
<moduleTitle>DITA BASE</moduleTitle>
10-
<headerComment xml:space="preserve"><![CDATA[
11-
=============================================================
12-
HEADER
13-
=============================================================
14-
Local shell for example.com
15-
16-
Ditabase
17-
=============================================================
18-
19-
]]></headerComment>
20-
<moduleMetadata>
21-
<moduleType>topicshell</moduleType>
22-
<moduleShortName>ditabase</moduleShortName>
23-
<shellPublicIds>
24-
<dtdShell>-//EXAMPLE.COM//DTD DITA Composite//EN</dtdShell>
25-
<rncShell>urn:pubid:example.com:dita:rnc:ditabase.rnc</rncShell>
26-
<rngShell>urn:pubid:example.com:dita:rng:ditabase.rng</rngShell>
27-
<xsdShell>urn:pubid:example.com:dita:xsd:ditabase.xsd</xsdShell>
28-
</shellPublicIds>
29-
</moduleMetadata>
30-
</moduleDesc>
31-
<div>
32-
<a:documentation>ROOT ELEMENT DECLARATION</a:documentation>
33-
<start>
34-
<ref name="dita.element"/>
35-
</start>
36-
37-
</div>
38-
<div>
39-
<a:documentation>DOMAINS ATTRIBUTE</a:documentation>
40-
<define name="domains-att" combine="interleave">
41-
<optional>
42-
<attribute name="domains"
43-
a:defaultValue="(topic abbrev-d)
44-
(topic concept glossentry)
45-
(topic concept glossgroup)
46-
(topic concept)
47-
(topic equation-d)
48-
(topic hazard-d)
49-
(topic hi-d)
50-
(topic indexing-d)
51-
(topic markup-d xml-d)
52-
(topic markup-d)
53-
(topic mathml-d)
54-
(topic pr-d)
55-
(topic reference)
56-
(topic relmgmt-d)
57-
(topic svg-d)
58-
(topic sw-d)
59-
(topic task strictTaskbody-c)
60-
(topic task)
61-
(topic troubleshooting++task)
62-
(topic ui-d)
63-
(topic ut-d)
64-
a(props deliveryTarget)"/>
65-
</optional>
66-
</define>
67-
</div>
68-
<div>
69-
<a:documentation>MODULE INCLUSIONS</a:documentation>
70-
<div>
71-
<include href="urn:oasis:names:tc:dita:rng:strictTaskbodyConstraintMod.rng"/>
72-
</div>
73-
<include href="urn:oasis:names:tc:dita:rng:topicMod.rng">
74-
<define name="info-types">
75-
<choice>
76-
<ref name="topic.element"/>
77-
<ref name="concept.element"/>
78-
<ref name="task.element"/>
79-
<ref name="troubleshooting.element"/>
80-
<ref name="reference.element"/>
81-
<ref name="glossentry.element"/>
82-
<ref name="glossgroup.element"/>
83-
</choice>
84-
</define>
85-
</include>
86-
<include href="urn:oasis:names:tc:dita:rng:conceptMod.rng"/>
87-
<include href="urn:oasis:names:tc:dita:rng:glossentryMod.rng"/>
88-
<include href="urn:oasis:names:tc:dita:rng:glossgroupMod.rng"/>
89-
<include href="urn:oasis:names:tc:dita:rng:referenceMod.rng"/>
90-
<include href="urn:oasis:names:tc:dita:rng:troubleshootingMod.rng"/>
91-
92-
<include href="urn:oasis:names:tc:dita:rng:abbreviateDomain.rng"/>
93-
<include href="urn:oasis:names:tc:dita:rng:deliveryTargetAttDomain.rng"/>
94-
<include href="urn:oasis:names:tc:dita:rng:equationDomain.rng"/>
95-
<include href="urn:oasis:names:tc:dita:rng:hazardDomain.rng"/>
96-
<include href="urn:oasis:names:tc:dita:rng:highlightDomain.rng"/>
97-
<include href="urn:oasis:names:tc:dita:rng:indexingDomain.rng"/>
98-
<include href="urn:oasis:names:tc:dita:rng:markupDomain.rng"/>
99-
<include href="urn:oasis:names:tc:dita:rng:mathmlDomain.rng"/>
100-
<include href="urn:oasis:names:tc:dita:rng:programmingDomain.rng"/>
101-
<include href="urn:oasis:names:tc:dita:rng:releaseManagementDomain.rng"/>
102-
<include href="urn:oasis:names:tc:dita:rng:softwareDomain.rng"/>
103-
<include href="urn:oasis:names:tc:dita:rng:svgDomain.rng"/>
104-
<include href="urn:oasis:names:tc:dita:rng:uiDomain.rng"/>
105-
<include href="urn:oasis:names:tc:dita:rng:utilitiesDomain.rng"/>
106-
<include href="urn:oasis:names:tc:dita:rng:xmlDomain.rng"/>
107-
</div>
108-
<div>
109-
<a:documentation>Define a containment for topics for editor support </a:documentation>
110-
<define name="dita.element">
111-
<element name="dita">
112-
<a:documentation>The &lt;dita&gt; element provides a top-level container for multiple topics when you create documents using the ditabase document type. The &lt;dita&gt; element lets you create any
113-
sequence of concept, task, and reference topics, and the ditabase document type lets you further nest these topic types inside each other. The &lt;dita&gt; element has no particular output
114-
implications; it simply allows you to create multiple topics of different types at the same level in a single document. Category: Ditabase document type</a:documentation>
115-
<ref name="dita.attlist"/>
116-
<oneOrMore>
117-
<ref name="info-types"/>
118-
</oneOrMore>
119-
</element>
120-
</define>
121-
122-
<define name="dita.attlist" combine="interleave">
123-
<ref name="arch-atts"/>
124-
<ref name="localization-atts" dita:since="DITA 1.3"/>
125-
<ref name="global-atts"/>
126-
</define>
127-
128-
</div>
129-
<div>
130-
<a:documentation>ID-DEFINING-ELEMENT OVERRIDES</a:documentation>
131-
<define name="any">
132-
<zeroOrMore>
133-
<choice>
134-
<ref name="idElements"/>
135-
<element>
136-
<anyName>
137-
<except>
138-
<name>topic</name>
139-
<name>concept</name>
140-
<name>glossgroup</name>
141-
<name>glossentry</name>
142-
<name>reference</name>
143-
<name>task</name>
144-
<name>troubleshooting</name>
145-
<nsName ns="http://www.w3.org/2000/svg"/>
146-
<nsName ns="http://www.w3.org/1998/Math/MathML"/>
147-
</except>
148-
</anyName>
149-
<zeroOrMore>
150-
<attribute>
151-
<anyName/>
152-
</attribute>
153-
</zeroOrMore>
154-
<ref name="any"/>
155-
</element>
156-
<text/>
157-
</choice>
158-
</zeroOrMore>
159-
</define>
160-
</div>
161-
</grammar>
2+
<?xml-model href="urn:pubid:example.com:dita:rng:ditabase.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
3+
<dita>
4+
<concept id="concept-in-ditabase">
5+
<title>This is a concept in a ditabase document.</title>
6+
</concept>
7+
<task id="task-in-ditabase">
8+
<title>This is a task in a ditabase document.</title>
9+
</task>
10+
</dita>

docs/rng-converter-userguide/rng-tutorial/resources/test-docs/technicalContent/rng/generalTask-rng.dita

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<?xml-model href="urn:pubid:example.com:dita:technicalContent:rng:generalTask.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
2+
<?xml-model href="urn:pubid:example.com:dita:rng:generalTask.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
33
<task id="test-general-task">
44
<title>Test of example.com general (unconstrained) task document type shell</title>
55
<taskbody>

docs/rng-converter-userguide/rng-tutorial/resources/test-docs/technicalContent/rng/glossentry-rng.dita

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<?xml-model href="urn:pubid:example.com:dita:technicalContent:rng:glossentry.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
2+
<?xml-model href="urn:pubid:example.com:dita:rng:glossentry.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
33
<glossentry id="test-glossentry">
44
<glossterm>Test of example.com glossentry document type shell</glossterm>
55
<glossdef>

docs/rng-converter-userguide/rng-tutorial/resources/test-docs/technicalContent/rng/glossgroup-rng.dita

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<?xml-model href="urn:pubid:example.com:dita:technicalContent:rng:glossgroup.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
2+
<?xml-model href="urn:pubid:example.com:dita:rng:glossgroup.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
33
<glossgroup id="test-concept">
44
<title>Test of example.com glossgroup document type shell</title>
55
<glossentry id="glossentry-nested">
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<?xml-model href="urn:pubid:example.com:dita:technicalContent:rng:map.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
2+
<?xml-model href="urn:pubid:example.com:dita:rng:map.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
33
<map>
44
<title>Test of example.com technical content map</title>
55
<topicgroup>
66
<mapref href="../../keydefs-topics-rng.ditamap"/>
7-
<mapref href="../../subjectScheme:rng:subjectScheme-rng.ditamap"/>
7+
<mapref href="../../subjectScheme/rng/subjectScheme-rng.ditamap"/>
88
</topicgroup>
99
<topicgroup>
1010
<topicref keyref="test-concept"/>
1111
</topicgroup>
1212
</map>
13-
13+

docs/rng-converter-userguide/rng-tutorial/resources/test-docs/technicalContent/rng/reference-rng.dita

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<?xml-model href="urn:pubid:example.com:dita:technicalContent:rng:reference.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
2+
<?xml-model href="urn:pubid:example.com:dita:rng:reference.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
33
<reference id="test-reference">
44
<title>Test of example.com reference document type shell</title>
55
<refbody>
66
<refbodydiv>
77
<example>
88
<p>This topic tests the example.com reference document type shell.</p>
9-
<codeblock><coderef href="urn:pubid:example.com:dita:technicalContent:rng:reference.rng#line-range(24,24)"/></codeblock>
9+
<codeblock><coderef href="urn:pubid:example.com:dita:rng:reference.rng#line-range(24,24)"/></codeblock>
1010
</example>
1111
</refbodydiv>
1212
<section spectitle="First Section">

docs/rng-converter-userguide/rng-tutorial/resources/test-docs/technicalContent/rng/task-rng.dita

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<?xml-model href="urn:pubid:example.com:dita:technicalContent:rng:task.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
2+
<?xml-model href="urn:pubid:example.com:dita:rng:task.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
33
<task id="test-task">
44
<title>Test of example.com (constrained) task document type shell</title>
55
<taskbody>

docs/rng-converter-userguide/rng-tutorial/resources/test-docs/technicalContent/rng/topic-rng.dita

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml-model href="urn:pubid:example.com:dita:technicalContent:rng:topic.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
1+
<?xml-model href="urn:pubid:example.com:dita:rng:topic.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
22
<topic id="test-topic">
33
<title>Test of example.com concept document type shell</title>
44
<body>

docs/rng-converter-userguide/rng-tutorial/resources/test-docs/technicalContent/rng/troubleshooting-rng.dita

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml-model href="urn:pubid:example.com:dita:technicalContent:rng:troubleshooting.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
1+
<?xml-model href="urn:pubid:example.com:dita:rng:troubleshooting.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
22
<troubleshooting id="test-concept">
33
<title>Test of example.com troubleshooting document type shell</title>
44
<troublebody>

0 commit comments

Comments
 (0)