code-srv-test/dita-ot-3.6/plugins/org.oasis-open.dita.techcomm.v2_0/dtd/technicalContent/glossrefDomain.mod
2021-03-23 22:38:58 +00:00

118 lines
No EOL
5.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================================= -->
<!-- HEADER -->
<!-- ============================================================= -->
<!-- MODULE: DITA Glossary Reference Domain -->
<!-- VERSION: 2.0 -->
<!-- DATE: [[[Release date]]] -->
<!-- PURPOSE: Define elements and specialization attributes -->
<!-- for Glossary Reference Domain -->
<!-- -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- PUBLIC DOCUMENT TYPE DEFINITION -->
<!-- TYPICAL INVOCATION -->
<!-- -->
<!-- Refer to this file by the following public identifier or an -->
<!-- appropriate system identifier -->
<!-- PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Glossary Reference Domain//EN" -->
<!-- Delivered as file "glossrefDomain.mod" -->
<!-- ============================================================= -->
<!-- (C) Copyright OASIS Open 2008, 2009. -->
<!-- All Rights Reserved. -->
<!-- -->
<!-- UPDATES: -->
<!-- ============================================================= -->
<!-- -->
<!-- ============================================================= -->
<!-- ELEMENT NAME ENTITIES -->
<!-- ============================================================= -->
<!ENTITY % glossref "glossref" >
<!-- ============================================================= -->
<!-- ELEMENT DECLARATIONS -->
<!-- ============================================================= -->
<!-- LONG NAME: Glossary Reference -->
<!ENTITY % glossref.content
"(%topicmeta;)?"
>
<!ENTITY % glossref.attributes
"href
CDATA
#IMPLIED
keyref
CDATA
#IMPLIED
keys
CDATA
#REQUIRED
copy-to
CDATA
#IMPLIED
collection-type
(choice |
family |
sequence |
unordered |
-dita-use-conref-target)
#IMPLIED
type
CDATA
#IMPLIED
scope
(external |
local |
peer |
-dita-use-conref-target)
#IMPLIED
locktitle
(no |
yes |
-dita-use-conref-target)
#IMPLIED
format
CDATA
#IMPLIED
linking
(none |
normal |
sourceonly |
targetonly |
-dita-use-conref-target)
'none'
toc
(no |
yes |
-dita-use-conref-target)
'no'
search
(no |
yes |
-dita-use-conref-target)
'no'
chunk
CDATA
#IMPLIED
processing-role
(normal |
resource-only |
-dita-use-conref-target)
#IMPLIED
%univ-atts;"
>
<!ELEMENT glossref %glossref.content;>
<!ATTLIST glossref %glossref.attributes;>
<!-- ============================================================= -->
<!-- SPECIALIZATION ATTRIBUTE DECLARATIONS -->
<!-- ============================================================= -->
<!ATTLIST glossref class CDATA "+ map/topicref glossref-d/glossref ">
<!-- ================== End of DITA Glossary Reference Domain ==================== -->