DITA-OT_CXX_Plugin/cxxapiref/xsd/ditaarch.xsd
author Jonathan Harrington <jonathan.harrington@nokia.com>
Wed, 11 Aug 2010 14:49:30 +0100
changeset 4 468f4c8d3d5b
permissions -rw-r--r--
Orb version 0.2.0

<?xml version="1.0" encoding="utf-8"?>
<!--
  (C) Copyright Nokia Corporation and/or its subsidiary(-ies) 2009  - 2010. All rights reserved.
 *-->
<xs:schema elementFormDefault="qualified"
           targetNamespace="http://dita.oasis-open.org/architecture/2005/"
           xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/"
           xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import schemaLocation="cxxClass.xsd" />
  <xs:import schemaLocation="cxxFile.xsd" />
  <xs:import schemaLocation="cxxAPIMap.xsd" />
  <xs:import schemaLocation="cxxStruct.xsd" />
  <xs:import schemaLocation="cxxUnion.xsd" />
  <xs:import namespace="http://www.w3.org/XML/1998/namespace"
             schemaLocation="../../../schema/base/xsd/xml.xsd" />
  <xs:attribute name="DITAArchVersion" />
</xs:schema>