--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxStruct/cxxStructDerivation.dita Wed Aug 11 14:49:30 2010 +0100
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+All rights reserved.
+ -->
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "..\..\..\reference.dtd">
+<reference xml:lang="en-us" outputclass="element" id="cxxStructDerivation">
+ <title>cxxStructDerivation</title>
+ <shortdesc>The <cxxStructDerivation> element specifies a single struct derivation within a list of struct derivations.</shortdesc>
+ <refbody>
+ <section>
+ <title>Description</title>
+ <p>Used within a <cxxStructDerivations> element to specify a single struct derivation. Must contain a <cxxStructDerivationAccessSpecifier>
+ and either a <cxxStructBaseStruct>, <cxxStructBaseStruct> or <cxxStructBaseUnion>.</p>
+ </section>
+ <example><title>Example</title>
+ <codeblock><cxxStructDerivations>
+ <cxxStructDerivation>
+ <cxxStructDerivationAccessSpecifier value="public"/>
+ <cxxStructBaseStruct href="struct_base">Base</cxxStructBaseStruct>
+ </cxxStructDerivation>
+ ...
+</cxxStructDerivations></codeblock>
+ </example>
+ <section conref="../packagedef.dita#cxxStructDerivation-reference/cxxStructDerivation-containedBy-section"/>
+ <section conref="../packagedef.dita#cxxStructDerivation-reference/cxxStructDerivation-contains-section"/>
+ <section conref="../packagedef.dita#cxxStructDerivation-reference/cxxStructDerivation-contentModel-section"/>
+ <section conref="../packagedef.dita#cxxStructDerivation-reference/cxxStructDerivation-attList-section"/>
+ <section conref="../packagedef.dita#cxxStructDerivation-reference/cxxStructDerivation-classValue-section"/>
+ </refbody>
+</reference>
\ No newline at end of file