Skip to content

Commit

Permalink
Remove mapkeyref attribute oasis-tcs#397
Browse files Browse the repository at this point in the history
  • Loading branch information
robander committed Dec 8, 2020
1 parent 7c260dd commit 2de84f1
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 38 deletions.
5 changes: 1 addition & 4 deletions doctypes/dtd/base/metaDecl.mod
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,7 @@
%foreign.unknown.incl;)*)"
>
<!ENTITY % metadata.attributes
"%univ-atts;
mapkeyref
CDATA
#IMPLIED"
"%univ-atts;"
>
<!ELEMENT metadata %metadata.content;>
<!ATTLIST metadata %metadata.attributes;>
Expand Down
6 changes: 0 additions & 6 deletions doctypes/dtd/base/topic.mod
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,6 @@
yes |
-dita-use-conref-target)
#IMPLIED
mapkeyref
CDATA
#IMPLIED
%relational-atts;
%univ-atts;
spectitle
Expand Down Expand Up @@ -447,9 +444,6 @@
yes |
-dita-use-conref-target)
#IMPLIED
mapkeyref
CDATA
#IMPLIED
%relational-atts;
%univ-atts;"
>
Expand Down
3 changes: 0 additions & 3 deletions doctypes/rng/base/metaDeclMod.rng
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,6 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Metadata//EN"
</define>
<define name="metadata.attributes">
<ref name="univ-atts"/>
<optional>
<attribute name="mapkeyref"/>
</optional>
</define>
<define name="metadata.element">
<element name="metadata" dita:longName="Metadata">
Expand Down
6 changes: 0 additions & 6 deletions doctypes/rng/base/topicMod.rng
Original file line number Diff line number Diff line change
Expand Up @@ -672,9 +672,6 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Topic//EN"
</choice>
</attribute>
</optional>
<optional>
<attribute name="mapkeyref"/>
</optional>
<ref name="relational-atts"/>
<ref name="univ-atts"/>
<optional>
Expand Down Expand Up @@ -753,9 +750,6 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Topic//EN"
</choice>
</attribute>
</optional>
<optional>
<attribute name="mapkeyref"/>
</optional>
<ref name="relational-atts"/>
<ref name="univ-atts"/>
</define>
Expand Down
11 changes: 0 additions & 11 deletions specification/langRef/attributes/commonAttributes.dita
Original file line number Diff line number Diff line change
Expand Up @@ -443,17 +443,6 @@
</dlentry>
</dl></p></dd>
</dlentry>
<dlentry id="mapkeyref" platform="dita">
<dt><xmlatt>mapkeyref</xmlatt></dt>
<dd>Identifies the map, if any, from which the contained links or metadata are derived.
This value <ph>might</ph> be automatically generated by a process that creates the links
or metadata based on map context, as a way to identify which map the material came from.
If the <xmlelement>linklist</xmlelement>, or <xmlelement>linkpool</xmlelement>, or
metadata is manually created by an author, there is no need to use this attribute.
<ph>Note that this attribute is not related to the <xmlatt>keyref</xmlatt> attribute,
and is not used for key based processing.</ph>
</dd>
</dlentry>
<dlentry id="name">
<dt><xmlatt>name</xmlatt> (data-element attributes)</dt>
<dd>Defines a unique name for the object.</dd>
Expand Down
3 changes: 1 addition & 2 deletions specification/langRef/base/linklist.dita
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
<title>Attributes</title>
<p>The following attributes are available on this element: <xref keyref="attributes-universal"
/>, <xref keyref="attributes-common/collection-type"/>, <xref keyref="attributes-role"/>,
<xref keyref="attributes-common/spectitle"/>, <xref
keyref="attributes-common/mapkeyref"/>, and the attributes defined below. This element
<xref keyref="attributes-common/spectitle"/>, and the attributes defined below. This element
also uses <xmlatt>format</xmlatt>, <xmlatt>scope</xmlatt>, and <xmlatt>type</xmlatt> from
<xref keyref="attributes-common/linkatts"/>. </p>
<dl conkeyref="reuse-attributes/linklist-and-linkpool">
Expand Down
3 changes: 1 addition & 2 deletions specification/langRef/base/linkpool.dita
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
<p>The following attributes are available on this element: <xref
keyref="attributes-universal"/>, <xref
keyref="attributes-common/collection-type"/>, <xref
keyref="attributes-role"/>, <xref
keyref="attributes-common/mapkeyref"/>, and the attributes
keyref="attributes-role"/>, and the attributes
defined below. This element also uses <xmlatt>format</xmlatt>, <xmlatt>scope</xmlatt>, and
<xmlatt>type</xmlatt> from <xref
keyref="attributes-common/linkatts"/>. </p>
Expand Down
4 changes: 1 addition & 3 deletions specification/langRef/base/metadata.dita
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
</section>
<section id="attributes">
<title>Attributes</title>
<p>The following attributes are available on this element: <xref
keyref="attributes-universal"/> and <xref
keyref="attributes-common/mapkeyref"/>.</p>
<p conkeyref="reuse-attributes/only-universal"/>
</section>
<example id="example" otherprops="examples"><title>Example</title>
<p>The following code sample shows that a topic about jet packs is only intended for advanced
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<sli><xref keyref="attributes-common/keyscope"/></sli>
<sli><xref keyref="attributes-keyscope"/></sli>
<sli><xref keyref="attributes-common/linking"/></sli>
<sli><xref keyref="attributes-common/mapkeyref"/></sli>
<sli><xref keyref="attributes-common/name"/></sli>
<sli><xref keyref="attributes-universal/otherprops"/></sli>
<sli><xref keyref="attributes-universal/outputclass"/></sli>
Expand Down

0 comments on commit 2de84f1

Please sign in to comment.