OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

dita message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Groups - Bugs: XML Schema 1.1 (dita1.1_errata.zip) uploaded


Here are the fixes.


xnalDomain.xsd
<xs:complexType name="organizationnamedetails.class">
    <xs:sequence>
        <xs:group ref="organizationname" minOccurs="0" />
        <xs:group ref="otherinfo" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attributeGroup ref="univ-atts"/>
    <xs:attribute name="keyref" type="xs:string"/>
    <xs:attribute name="outputclass" type="xs:string"/>
    <xs:attributeGroup ref="global-atts"/>        
</xs:complexType>


commonElementMod.xsd
<xs:element name="index-base">
  <xs:annotation>
    <xs:documentation>The &lt;index-base&gt; element allows indexing
extensions to be added by specializing off this
    element. It does not in itself have any meaning and should be ignored
in processing.</xs:documentation>          
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent mixed="true">
      <xs:extension base="index-base.class">
        <xs:attribute ref="class" default="- topic/index-base "/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

<xs:complexType name="index-base.class" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:group ref="words.cnt"/>
    <xs:group ref="indexterm"/>
  </xs:choice>
  <xs:attribute name="keyref" type="xs:string"/>
  <xs:attributeGroup ref="univ-atts"/>
  <xs:attributeGroup ref="global-atts"/>
</xs:complexType>

mapMod.xsd
<xs:complexType name="relcell.class">
	<xs:choice minOccurs="0" maxOccurs="unbounded">
	    <xs:group ref="topicref"  />
	    <xs:group ref="data.element.incl"  /> 
	</xs:choice>
	<xs:attributeGroup ref="univ-atts" />
	<xs:attributeGroup ref="topicref-atts" />
	<xs:attribute name="outputclass" type="xs:string"/>
	<xs:attributeGroup ref="global-atts" />
</xs:complexType>

glossary.xsd
Remove - <xs:include
schemaLocation="urn:oasis:names:tc:dita:xsd:commonElementGrp.xsd:1.1"/>

 -- Mr Eric Sirois

The document named Bugs: XML Schema 1.1 (dita1.1_errata.zip) has been
submitted by Mr Eric Sirois to the OASIS Darwin Information Typing
Architecture (DITA) TC document repository.

Document Description:
Errata for bugs in the XML Schemas.

View Document Details:
http://www.oasis-open.org/apps/org/workgroup/dita/document.php?document_id=25088

Download Document:  
http://www.oasis-open.org/apps/org/workgroup/dita/download.php/25088/dita1.1_errata.zip


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]