Skip to content

Commit 29635af

Browse files
authored
Merge pull request oasis-tcs#591 from robander/removemarkup
Remove subjectRelTable, relatedSubjects
2 parents 84024ca + 2348918 commit 29635af

2 files changed

Lines changed: 0 additions & 353 deletions

File tree

doctypes/dtd/subjectScheme/subjectScheme.mod

Lines changed: 0 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@
4545
"attributedef" >
4646
<!ENTITY % defaultSubject
4747
"defaultSubject" >
48-
<!ENTITY % relatedSubjects
49-
"relatedSubjects" >
50-
<!ENTITY % subjectRelTable
51-
"subjectRelTable" >
52-
<!ENTITY % subjectRelHeader
53-
"subjectRelHeader" >
54-
<!ENTITY % subjectRel "subjectRel" >
55-
<!ENTITY % subjectRole "subjectRole" >
5648

5749
<!-- ============================================================= -->
5850
<!-- ELEMENT DECLARATIONS -->
@@ -114,12 +106,10 @@
114106
(%data.elements.incl; |
115107
%enumerationdef; |
116108
%navref; |
117-
%relatedSubjects; |
118109
%reltable; |
119110
%schemeref; |
120111
%subjectdef; |
121112
%subjectHead; |
122-
%subjectRelTable; |
123113
%topicref;)*)"
124114
>
125115
<!ENTITY % subjectScheme.attributes
@@ -439,114 +429,6 @@
439429
<!ATTLIST defaultSubject %defaultSubject.attributes;>
440430

441431

442-
<!-- LONG NAME: Related Subjects -->
443-
<!ENTITY % relatedSubjects.content
444-
"(%data.elements.incl; |
445-
%subjectdef; |
446-
%topicref;)*"
447-
>
448-
<!ENTITY % relatedSubjects.attributes
449-
"href
450-
CDATA
451-
#IMPLIED
452-
keyref
453-
CDATA
454-
#IMPLIED
455-
keys
456-
CDATA
457-
#IMPLIED
458-
collection-type
459-
(choice |
460-
family |
461-
sequence |
462-
unordered |
463-
-dita-use-conref-target)
464-
'family'
465-
processing-role
466-
(normal |
467-
resource-only |
468-
-dita-use-conref-target)
469-
#IMPLIED
470-
type
471-
CDATA
472-
#IMPLIED
473-
cascade
474-
CDATA
475-
#IMPLIED
476-
scope
477-
(external |
478-
local |
479-
peer |
480-
-dita-use-conref-target)
481-
#IMPLIED
482-
format
483-
CDATA
484-
#IMPLIED
485-
linking
486-
(none |
487-
normal |
488-
sourceonly |
489-
targetonly |
490-
-dita-use-conref-target)
491-
'normal'
492-
%univ-atts;"
493-
>
494-
<!ELEMENT relatedSubjects %relatedSubjects.content;>
495-
<!ATTLIST relatedSubjects %relatedSubjects.attributes;>
496-
497-
498-
<!-- LONG NAME: Subject Relationship Table -->
499-
<!ENTITY % subjectRelTable.content
500-
"((%title;)?,
501-
(%topicmeta;)?,
502-
(%subjectRelHeader;)?,
503-
(%subjectRel;)+)"
504-
>
505-
<!ENTITY % subjectRelTable.attributes
506-
"%topicref-atts-no-toc;
507-
%univ-atts;"
508-
>
509-
<!ELEMENT subjectRelTable %subjectRelTable.content;>
510-
<!ATTLIST subjectRelTable %subjectRelTable.attributes;>
511-
512-
513-
<!-- LONG NAME: Subject Table Header -->
514-
<!ENTITY % subjectRelHeader.content
515-
"(%subjectRole;)+"
516-
>
517-
<!ENTITY % subjectRelHeader.attributes
518-
"%univ-atts;"
519-
>
520-
<!ELEMENT subjectRelHeader %subjectRelHeader.content;>
521-
<!ATTLIST subjectRelHeader %subjectRelHeader.attributes;>
522-
523-
524-
<!-- LONG NAME: Subject Table Row -->
525-
<!ENTITY % subjectRel.content
526-
"(%subjectRole;)+"
527-
>
528-
<!ENTITY % subjectRel.attributes
529-
"%univ-atts;"
530-
>
531-
<!ELEMENT subjectRel %subjectRel.content;>
532-
<!ATTLIST subjectRel %subjectRel.attributes;>
533-
534-
535-
<!-- LONG NAME: Subject Role -->
536-
<!ENTITY % subjectRole.content
537-
"(%data.elements.incl; |
538-
%subjectdef; |
539-
%topicref;)*"
540-
>
541-
<!ENTITY % subjectRole.attributes
542-
"%topicref-atts;
543-
%univ-atts;"
544-
>
545-
<!ELEMENT subjectRole %subjectRole.content;>
546-
<!ATTLIST subjectRole %subjectRole.attributes;>
547-
548-
549-
550432
<!-- ============================================================= -->
551433
<!-- SPECIALIZATION ATTRIBUTE DECLARATIONS -->
552434
<!-- ============================================================= -->
@@ -560,11 +442,6 @@
560442
<!ATTLIST subjectHead class CDATA "- map/topicref subjectScheme/subjectHead ">
561443
<!ATTLIST subjectHeadMeta class CDATA "- map/topicmeta subjectScheme/subjectHeadMeta ">
562444
<!ATTLIST subjectdef class CDATA "- map/topicref subjectScheme/subjectdef ">
563-
<!ATTLIST relatedSubjects class CDATA "- map/topicref subjectScheme/relatedSubjects ">
564-
<!ATTLIST subjectRelTable class CDATA "- map/reltable subjectScheme/subjectRelTable ">
565-
<!ATTLIST subjectRelHeader class CDATA "- map/relrow subjectScheme/subjectRelHeader ">
566-
<!ATTLIST subjectRel class CDATA "- map/relrow subjectScheme/subjectRel ">
567-
<!ATTLIST subjectRole class CDATA "- map/relcell subjectScheme/subjectRole ">
568445

569446
<!-- ================== End of DITA Subject Scheme Map Type ==================== -->
570447

0 commit comments

Comments
 (0)