--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxStruct/cxxStructAPIItemLocation.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="cxxStructAPIItemLocation">
+ <title>cxxStructAPIItemLocation</title>
+ <shortdesc>The <cxxStructAPIItemLocation> element is defined within <cxxStructDefinition>.
+ <cxxStructAPIItemLocation> specifies the location of the API.</shortdesc>
+ <refbody>
+ <section>
+ <title>Description</title><p>The <cxxStructAPIItemLocation> element must contain the location of the
+ API declaration using <cxxStructDeclarationFile> and <cxxStructDeclarationFileLine>; the location of the API definition is optional.</p>
+ </section>
+ <example><title>Example</title>
+ <codeblock><cxxStructAPIItemLocation>
+ <cxxStructDeclarationFile name="filePath" value="D:/src/include/headerfile.h"/>
+ <cxxStructDeclarationFileLine name="lineNumber" value="775"/>
+ <cxxStructDefinitionFile name="filePath" value="D:/src/include/headerfile.h"/>
+ <cxxStructDefinitionFileLineStart name="lineNumber" value="765"/>
+ <cxxStructDefinitionFileLineEnd name="lineNumber" value="787"/>
+ </cxxStructAPIItemLocation></codeblock>
+ </example>
+ <section conref="../packagedef.dita#cxxStructAPIItemLocation-reference/cxxStructAPIItemLocation-containedBy-section"/>
+ <section conref="../packagedef.dita#cxxStructAPIItemLocation-reference/cxxStructAPIItemLocation-contains-section"/>
+ <section conref="../packagedef.dita#cxxStructAPIItemLocation-reference/cxxStructAPIItemLocation-contentModel-section"/>
+ <section conref="../packagedef.dita#cxxStructAPIItemLocation-reference/cxxStructAPIItemLocation-attList-section"/>
+ <section conref="../packagedef.dita#cxxStructAPIItemLocation-reference/cxxStructAPIItemLocation-classValue-section"/>
+ </refbody>
+</reference>
\ No newline at end of file