Skip to content

Commit

Permalink
Restructured XML spec serialization
Browse files Browse the repository at this point in the history
Created a high level section for all elements
No need to reformulate the contents provisions
added .xpr to gitignore
  • Loading branch information
DavidFatDavidF committed Jul 31, 2023
1 parent 99a7cd2 commit 3f55502
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ dmlex-v1.0/specification/core/objectTypes/.label.xml.swp

*.drawio.bkp
*.drawio.dtmp
dmlex-v1.0/specification/dmlex.xpr
10 changes: 6 additions & 4 deletions dmlex-v1.0/specification/serializations/XML/specification.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<!ENTITY % local.common.attrib "xml:base CDATA #IMPLIED" >
<!--the document properties were transferred to "dockbook/dbgenent.mod"-->
]>
<section id="xml" role="normative | informative">
<section id="xml" role="normative">
<title>DMLex XML serialization</title>

<section>
<title>Design principles</title>
<section id="XMLDesignPrinciples" role="informative">
<title>Design Principles </title>
<para>The XML serialization of DMLex shown in this document follows these priciples:</para>
<itemizedlist>
<listitem>
Expand All @@ -34,6 +34,8 @@
</listitem>
</itemizedlist>
</section>
<section id="XMLElements" role="normative">
<title>DMLex XML Serialization Elements</title>

<xi:include href="elements/lexicographicResource.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="elements/entry.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
Expand Down Expand Up @@ -77,5 +79,5 @@
<xi:include href="elements/originType.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="elements/etymonLanguage.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>


</section>
</section>

0 comments on commit 3f55502

Please sign in to comment.