DITA-OT_CXX_Plugin/cxxapiref/doc/cxxStruct/cxxStructDerivations.dita
changeset 4 468f4c8d3d5b
equal deleted inserted replaced
3:d8fccb2cd802 4:468f4c8d3d5b
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!--
       
     3 Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     4 All rights reserved.		
       
     5 		-->
       
     6 <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "..\..\..\reference.dtd">
       
     7 <reference xml:lang="en-us" outputclass="element" id="cxxStructDerivations">
       
     8 	<title>cxxStructDerivations</title>
       
     9 	<shortdesc>The &lt;cxxStructDerivations&gt; element specifies a list of struct derivations for a struct.</shortdesc>
       
    10 	<refbody>
       
    11 		<section>
       
    12 			<title>Description</title>
       
    13 			<p>Used within a &lt;cxxStructDefinition&gt; element to specify any struct derivations (base structes etc.) for a struct.
       
    14 			Must contain at least one &lt;cxxStructDerivation&gt; or &lt;cxxStructDerivation&gt; element.</p>
       
    15 		</section>
       
    16 		<example><title>Example</title>
       
    17 		<codeblock>&lt;cxxStructDefinition&gt;
       
    18 	&lt;cxxStructDerivations&gt;
       
    19 		&lt;cxxStructDerivation&gt;
       
    20 			...
       
    21 		&lt;/cxxStructDerivation&gt;
       
    22 		...
       
    23 	&lt;/cxxStructDerivations&gt;
       
    24 	&lt;cxxStructAPIItemLocation&gt;
       
    25 		...
       
    26 	&lt;/cxxStructAPIItemLocation&gt;
       
    27 &lt;cxxStructDefinition&gt;</codeblock>
       
    28 		</example>
       
    29 		<section conref="../packagedef.dita#cxxStructDerivations-reference/cxxStructDerivations-containedBy-section"/>
       
    30 		<section conref="../packagedef.dita#cxxStructDerivations-reference/cxxStructDerivations-contains-section"/>
       
    31 		<section conref="../packagedef.dita#cxxStructDerivations-reference/cxxStructDerivations-contentModel-section"/>
       
    32 		<section conref="../packagedef.dita#cxxStructDerivations-reference/cxxStructDerivations-attList-section"/>
       
    33 		<section conref="../packagedef.dita#cxxStructDerivations-reference/cxxStructDerivations-classValue-section"/>
       
    34 	</refbody>
       
    35 </reference>