|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- ================================================================= --> |
|
3 <!-- HEADER --> |
|
4 <!-- ================================================================= --> |
|
5 <!-- MODULE: C++ Struct DTD --> |
|
6 <!-- VERSION: 0.6.0 --> |
|
7 <!-- DATE: May 2009 --> |
|
8 <!----> |
|
9 <!-- ================================================================= --> |
|
10 <!-- ================================================================= --> |
|
11 <!-- PUBLIC DOCUMENT TYPE DEFINITION --> |
|
12 <!-- TYPICAL INVOCATION --> |
|
13 <!----> |
|
14 <!-- |
|
15 Refer to this file by the following public identifier or an |
|
16 appropriate system identifier |
|
17 PUBLIC "-//NOKIA//DTD DITA C++ API Struct Reference Type v0.6.0//EN" |
|
18 Delivered as file "cxxStruct.dtd" |
|
19 --> |
|
20 <!-- ================================================================= --> |
|
21 <!-- SYSTEM: Darwin Information Typing Architecture (DITA) --> |
|
22 <!----> |
|
23 <!-- PURPOSE: C++ API Reference for Structs --> |
|
24 <!----> |
|
25 <!-- ORIGINAL CREATION DATE: --> |
|
26 <!-- November 2009 --> |
|
27 <!----> |
|
28 <!-- Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). --> |
|
29 <!-- All rights reserved. --> |
|
30 <!----> |
|
31 <!-- Change History (latest at top): --> |
|
32 <!-- +++++++++++++++++++++++++++++++ --> |
|
33 <!-- 2010-02-10 PaulRoss: Updated. --> |
|
34 <!-- 2009-11-16 PaulRoss: Initial design. --> |
|
35 <!----> |
|
36 <!-- ================================================================= --> |
|
37 <!-- <!DOCTYPE cxxStruct PUBLIC "-//NOKIA//DTD DITA C++ API Struct Reference Type v0.6.0//EN" "dtd/cxxStruct.dtd" > --> |
|
38 <!-- |
|
39 Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
|
40 All rights reserved. |
|
41 --> |
|
42 <!-- vocabulary declarations --> |
|
43 <xs:schema elementFormDefault="qualified" |
|
44 xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/" |
|
45 xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|
46 <xs:include schemaLocation="../../../schema/technicalContent/xsd/programmingDomain.xsd" /> |
|
47 <xs:include schemaLocation="../../../schema/technicalContent/xsd/softwareDomain.xsd" /> |
|
48 <xs:include schemaLocation="../../../schema/technicalContent/xsd/uiDomain.xsd" /> |
|
49 <xs:include schemaLocation="../../../schema/base/xsd/utilitiesDomain.xsd" /> |
|
50 <xs:include schemaLocation="../../../schema/base/xsd/highlightDomain.xsd" /> |
|
51 <xs:include schemaLocation="../../apiref/xsd/apiDomain.xsd" /> |
|
52 <xs:include schemaLocation="cxxAPIDomain.ent.xsd" /> |
|
53 <xs:include schemaLocation="../../../schema/base/xsd/topicGrp.xsd" /> |
|
54 <xs:include schemaLocation="../../../schema/technicalContent/xsd/referenceGrp.xsd" /> |
|
55 <xs:include schemaLocation="../../apiref/xsd/apiRefGrp.xsd" /> |
|
56 <xs:include schemaLocation="../../apiref/xsd/apiClassifierGrp.xsd" /> |
|
57 <xs:include schemaLocation="../../apiref/xsd/apiOperationGrp.xsd" /> |
|
58 <xs:include schemaLocation="../../apiref/xsd/apiValueGrp.xsd" /> |
|
59 |
|
60 <xs:include schemaLocation="../../../schema/base/xsd/topicMod.xsd" /> |
|
61 <xs:include schemaLocation="../../../schema/technicalContent/xsd/referenceMod.xsd" /> |
|
62 <xs:include schemaLocation="../../apiref/xsd/apiRefMod.xsd" /> |
|
63 <xs:include schemaLocation="../../apiref/xsd/apiClassifierMod.xsd" /> |
|
64 <xs:include schemaLocation="../../apiref/xsd/apiOperationMod.xsd" /> |
|
65 <xs:include schemaLocation="../../apiref/xsd/apiValueMod.xsd" /> |
|
66 |
|
67 <xs:include schemaLocation="cxxClass.mod.xsd" /> |
|
68 <xs:include schemaLocation="cxxStruct.mod.xsd" /> |
|
69 <xs:include schemaLocation="cxxUnion.mod.xsd" /> |
|
70 <xs:include schemaLocation="cxxFunction.mod.xsd" /> |
|
71 <xs:include schemaLocation="cxxDefine.mod.xsd" /> |
|
72 <xs:include schemaLocation="cxxVariable.mod.xsd" /> |
|
73 <xs:include schemaLocation="cxxEnumeration.mod.xsd" /> |
|
74 <xs:include schemaLocation="cxxTypedef.mod.xsd" /> |
|
75 <xs:include schemaLocation="cxxAPIDomain.mod.xsd" /> |
|
76 <xs:import namespace="http://dita.oasis-open.org/architecture/2005/" |
|
77 schemaLocation="../../../schema/base/xsd/ditaarch.xsd" /> |
|
78 <xs:import namespace="http://www.w3.org/XML/1998/namespace" |
|
79 schemaLocation="../../../schema/base/xsd/xml.xsd" /> |
|
80 <!-- vocabulary substitution --> |
|
81 <xs:group name="pre"> |
|
82 <xs:choice> |
|
83 <xs:element ref="pre" /> |
|
84 <xs:element ref="pr-d-pre" /> |
|
85 <xs:element ref="sw-d-pre" /> |
|
86 <xs:element ref="ui-d-pre" /> |
|
87 </xs:choice> |
|
88 </xs:group> |
|
89 <xs:group name="keyword"> |
|
90 <xs:choice> |
|
91 <xs:element ref="keyword" /> |
|
92 <xs:element ref="pr-d-keyword" /> |
|
93 <xs:element ref="sw-d-keyword" /> |
|
94 <xs:element ref="ui-d-keyword" /> |
|
95 </xs:choice> |
|
96 </xs:group> |
|
97 <xs:group name="ph"> |
|
98 <xs:choice> |
|
99 <xs:element ref="ph" /> |
|
100 <xs:element ref="pr-d-ph" /> |
|
101 <xs:element ref="sw-d-ph" /> |
|
102 <xs:element ref="hi-d-ph" /> |
|
103 <xs:element ref="ui-d-ph" /> |
|
104 </xs:choice> |
|
105 </xs:group> |
|
106 <xs:group name="fig"> |
|
107 <xs:choice> |
|
108 <xs:element ref="fig" /> |
|
109 <xs:element ref="pr-d-fig" /> |
|
110 <xs:element ref="ut-d-fig" /> |
|
111 </xs:choice> |
|
112 </xs:group> |
|
113 <xs:group name="dl"> |
|
114 <xs:choice> |
|
115 <xs:element ref="dl" /> |
|
116 <xs:element ref="pr-d-dl" /> |
|
117 </xs:choice> |
|
118 </xs:group> |
|
119 <xs:group name="xref"> |
|
120 <xs:choice> |
|
121 <xs:element ref="xref" /> |
|
122 <xs:element ref="api-d-xref" /> |
|
123 <xs:element ref="cxxapi-d-xref" /> |
|
124 </xs:choice> |
|
125 </xs:group> |
|
126 <!-- Declare the domains --> |
|
127 <!-- Topic nesting uses defaults --> |
|
128 <!-- Embed the base topic module to define the base elements --> |
|
129 <!-- Embed the base reference module to define the base elements --> |
|
130 <!-- Embed the base API module to define the base elements --> |
|
131 <!-- Embed the base classifier module to define the base elements --> |
|
132 <!-- Embed the base operation module to define the base elements --> |
|
133 <!-- Embed the base value module to define the base elements --> |
|
134 <!-- Embed the cxx Class API module to get the cxx Class elements --> |
|
135 <!-- Embed the cxx Struct API module to get the cxx Struct elements --> |
|
136 <!-- Embed the cxx Union API module to get the cxx Union elements --> |
|
137 <!-- Embed the cxx Function API module to get the cxx Function elements --> |
|
138 <!-- Embed the cxx Define API module to get the cxx Define elements --> |
|
139 <!-- Embed the cxx Variable API module to get the cxx Variable elements --> |
|
140 <!-- Embed the cxx Enumeration API module to get the cxx Enumeration elements --> |
|
141 <!-- Embed the cxx Typedef API module to get the cxx Typedef elements --> |
|
142 <!-- vocabulary definitions --> |
|
143 <xs:complexType mixed="true" |
|
144 name="any"> |
|
145 <xs:sequence> |
|
146 <xs:any maxOccurs="unbounded" |
|
147 minOccurs="0" |
|
148 processContents="strict" /> |
|
149 </xs:sequence> |
|
150 </xs:complexType> |
|
151 </xs:schema> |