[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Groups - DITA 1.1 XSDs (dita_xsd_1.1g.zip) uploaded
Bug in DITA Map implementation. Previous versions of the implementation
returned an error when add element to <topicmeta>.
The following XML fragment would return an error:
<topicmeta>
<keywords>
<indexterm>test</indexterm>
</keywords>
</topicmeta>
The choice particle in complexType topicmeta.class did not have the max/min
occurrence attribute requiring some elements to be presented while not
being mandatory.
<xs:choice>
<xs:group ref="data.element.incl" />
<xs:group ref="foreign.unknown.incl" />
</xs:choice>
should be:
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="data.element.incl" />
<xs:group ref="foreign.unknown.incl" />
</xs:choice>
-- Mr Eric Sirois
The document revision named DITA 1.1 XSDs (dita_xsd_1.1g.zip) has been
submitted by Mr Eric Sirois to the OASIS Darwin Information Typing
Architecture (DITA) TC document repository. This document is revision #7
of dita_xsd_1.1.zip.
Document Description:
The implementation of the DITA 1.1 XML Schemas.
View Document Details:
http://www.oasis-open.org/apps/org/workgroup/dita/document.php?document_id=21498
Download Document:
http://www.oasis-open.org/apps/org/workgroup/dita/download.php/21498/dita_xsd_1.1g.zip
Revision:
This document is revision #7 of dita_xsd_1.1.zip. The document details
page referenced above will show the complete revision history.
PLEASE NOTE: If the above links do not work for you, your email application
may be breaking the link into two pieces. You may be able to copy and paste
the entire link address into the address field of your web browser.
-OASIS Open Administration
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]