equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- |
|
3 (C) Copyright Nokia Corporation and/or its subsidiary(-ies) 2009 - 2010. All rights reserved. |
|
4 *--> |
|
5 <xs:schema elementFormDefault="qualified" |
|
6 targetNamespace="http://www.w3.org/XML/1998/namespace" |
|
7 xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/" |
|
8 xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|
9 <xs:import schemaLocation="cxxClass.xsd" /> |
|
10 <xs:import schemaLocation="cxxFile.xsd" /> |
|
11 <xs:import schemaLocation="cxxAPIMap.xsd" /> |
|
12 <xs:import schemaLocation="cxxStruct.xsd" /> |
|
13 <xs:import schemaLocation="cxxUnion.xsd" /> |
|
14 <xs:import namespace="http://dita.oasis-open.org/architecture/2005/" |
|
15 schemaLocation="../../../schema/base/xsd/ditaarch.xsd" /> |
|
16 <xs:attribute name="lang" |
|
17 type="xs:NMTOKEN" /> |
|
18 <xs:attribute name="space"> |
|
19 <xs:simpleType> |
|
20 <xs:restriction base="xs:token"> |
|
21 <xs:enumeration value="preserve" /> |
|
22 </xs:restriction> |
|
23 </xs:simpleType> |
|
24 </xs:attribute> |
|
25 </xs:schema> |