An instruction file for MCE initialization

MURATA Makoto (FAMILY Given) eb2m-mrt at asahi-net.or.jp
Mon Jul 18 15:17:22 CEST 2011


Dear colleagues,

After I wrote the schema, I come to wonder whether we should separate
element namespaces and attribute namespaces.

For example:

<?xml version="1.0" encoding="UTF-8"?>
<MCE xmlns="http://purl.oclc.org/MCE/1.0">
  <understand>
      <elementsIn>
          <namespace ns="http://purl.oclc.org/ooxml/drawingml/chart"/>
          <namespace ns="http://purl.oclc.org/ooxml/drawingml/chartDrawing"/>
          <namespace ns="http://purl.oclc.org/ooxml/drawingml/diagram"/>
          <namespace ns="http://purl.oclc.org/ooxml/drawingml/lockedCanvas"/>
          <namespace ns="http://purl.oclc.org/ooxml/drawingml/main"/>
          <namespace ns="http://purl.oclc.org/ooxml/drawingml/picture"/>
          <namespace
ns="http://purl.oclc.org/ooxml/drawingml/spreadsheetDrawing"/>
          <namespace
ns="http://purl.oclc.org/ooxml/drawingml/wordprocessingDrawing"/>
          <namespace
ns="http://purl.oclc.org/ooxml/officeDocument/bibliography"/>
          <namespace
ns="http://purl.oclc.org/ooxml/officeDocument/characteristics"/>
          <namespace
ns="http://purl.oclc.org/ooxml/officeDocument/customProperties"/>
          <namespace
ns="http://purl.oclc.org/ooxml/officeDocument/customXml"/>
          <namespace
ns="http://purl.oclc.org/ooxml/officeDocument/docPropsVTypes"/>
          <namespace
ns="http://purl.oclc.org/ooxml/officeDocument/extendedProperties"/>
          <namespace ns="http://purl.oclc.org/ooxml/officeDocument/math"/>
          <namespace ns="http://purl.oclc.org/ooxml/presentationml/main"/>
          <namespace ns="http://purl.oclc.org/ooxml/schemaLibrary/main"/>
          <namespace ns="http://purl.oclc.org/ooxml/spreadsheetml/main"/>
          <namespace ns="http://purl.oclc.org/ooxml/wordprocessingml/main"/>
      </elementsIn>
      <attributesIn>
          <namespace ns=""/>
          <namespace
ns="http://purl.oclc.org/ooxml/officeDocument/customXml"/>
          <namespace ns="http://purl.oclc.org/ooxml/schemaLibrary/main"/>
          <namespace ns="http://purl.oclc.org/ooxml/officeDocument/math"/>
          <namespace
ns="http://purl.oclc.org/ooxml/officeDocument/relationships"/>
          <namespace ns="http://purl.oclc.org/ooxml/wordprocessingml/main"/>
          <namespace ns="http://www.w3.org/XML/1998/namespace"/>
      </attributesIn>
  </understand>
  <skip>
      <pair ns="http://purl.oclc.org/ooxml/drawingml/chart"
localName="extLst"/>
      <pair ns="http://purl.oclc.org/ooxml/presentationml/main"
localName="extLst"/>
      <pair ns="http://purl.oclc.org/ooxml/spreadsheetml/main"
localName="extLst"/>
  </skip>
</MCE>

Regards,
Makoto



More information about the sc34wg4 mailing list