DITA-OT_CXX_Plugin/cxxapiref/xsd/ditaarch.xsd
changeset 4 468f4c8d3d5b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DITA-OT_CXX_Plugin/cxxapiref/xsd/ditaarch.xsd	Wed Aug 11 14:49:30 2010 +0100
@@ -0,0 +1,17 @@
+<?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>