- From: CVS User fsasaki <cvsmail@w3.org>
- Date: Fri, 30 Nov 2012 10:30:29 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20
In directory gil:/tmp/cvs-serv5855
Modified Files:
its20.odd
Log Message:
update to schema section, so that the generated html is valid
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.odd 2012/11/30 10:15:27 1.282
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.odd 2012/11/30 10:30:28 1.283
@@ -4918,11 +4918,8 @@
blocks when you want to integrate ITS markup into your own XML vocabulary. You can see
examples of such integration in <ref target="http://www.w3.org/TR/xml-i18n-bp/">Best
Practices for XML Internationalization</ref>.</p>
- <p>The following schemas are provided:</p>
- <note type="ed">Add more comments into schemas once they are stable</note>
- <list>
- <item>
- <p>The following <ptr target="#nvdl" type="bibref"/> document allows validation of ITS
+ <p>The following four schemas are provided:</p>
+ <p><emph>1. NVDL document</emph>: The following <ptr target="#nvdl" type="bibref"/> document allows validation of ITS
markup which has been added to a host vocabulary. Only ITS elements and attributes are
checked. Elements and attributes of host language are ignored during validation against
this NVDL document/schema.</p>
@@ -4930,28 +4927,18 @@
<head>NVDL schema for ITS</head>
<egXML xmlns="http://www.tei-c.org/ns/Examples" target="schemas/its20.nvdl"/>
</exemplum>
- </item>
- <item>
- <p>The NVDL schema depends on the following two schemas:</p>
- <list>
- <item>
- <exemplum xml:id="its20-elements.rng">
+ <p><emph>2. RELAX NG schema for elements and attributes</emph>: The NVDL schema depends on the following two schemas: RELAX NG schema for ITS elements, and RELAX NG schema for all ITS local attributes.</p>
+ <exemplum xml:id="its20-elements.rng">
<head>RELAX NG schema for ITS elements</head>
<egXML xmlns="http://www.tei-c.org/ns/Examples" target="schemas/its20-elements.rng"/>
- <p>(<ref target="schemas/its20-elements.rnc">RELAX NG compact syntax version of schema</ref>)</p>
+ <p>(<ref target="schemas/its20-elements.rnc">RELAX NG compact syntax version of schema</ref>)</p>
</exemplum>
- </item>
- <item>
- <exemplum xml:id="its20-attributes.rng">
+ <exemplum xml:id="its20-attributes.rng">
<head>RELAX NG schema for all ITS local attributes</head>
<egXML xmlns="http://www.tei-c.org/ns/Examples" target="schemas/its20-attributes.rng"/>
- <p>(<ref target="schemas/its20-attributes.rnc">RELAX NG compact syntax version of schema</ref>)</p>
+ <p>(<ref target="schemas/its20-attributes.rnc">RELAX NG compact syntax version of schema</ref>)</p>
</exemplum>
- </item>
- </list>
- </item>
- <item>
- <p>All ITS elements and attributes referenced by previous two schemas are defined in
+ <p><emph>3. Base RELAX NG schema for ITS</emph>: All ITS elements and attributes referenced by previous two schemas are defined in
the base RELAX NG schema for ITS.
</p>
<exemplum xml:id="its20.rng">
@@ -4959,16 +4946,13 @@
<egXML xmlns="http://www.tei-c.org/ns/Examples" target="schemas/its20.rng"/>
<p>(<ref target="schemas/its20.rnc">RELAX NG compact syntax version of schema</ref>)</p>
</exemplum>
- </item>
- <item>
- <p>All datatypes used in the base RELAX NG schema are defined the following schema.
+ <p><emph>4. Data type definitions</emph>: All datatypes used in the base RELAX NG schema are defined the following schema.
</p>
<exemplum xml:id="its20-types.rng">
<head>RELAX NG schema with datatypes for ITS</head>
<egXML xmlns="http://www.tei-c.org/ns/Examples" target="schemas/its20-types.rng"/>
<p>(<ref target="schemas/its20-types.rnc">RELAX NG compact syntax version of schema</ref>)</p>
</exemplum>
- </item>
<!--
<item>
<p>
@@ -4976,7 +4960,6 @@
</p>
</item>
-->
- </list>
<note type="ed">W3C XML Schema will be provided later.</note>
</div>
<div type="inform" xml:id="informative-references">
Received on Friday, 30 November 2012 10:30:31 UTC