The <cxxStructDefinitionFileLineStart> element specifies the beginning of the struct definition.
The <cxxStructDefinitionFileLineStart> element is defined within <cxxStructAPIItemLocation>. It contains the line number that the struct definition begins on. The element is empty but for the required attributes name and value. The attribute name must be set to "lineNumber". The attribute value is set to the line number where struct definition begins.
<cxxStructDefinition> <cxxStructAccessSpecifier value="public" /> <cxxStructAPIItemLocation> <cxxStructDeclarationFile name="filePath" value="s:/sf/os/commsfw/commsconfig/commsdatabaseshim/commdbshim/SCDB/CDBTABLE.CPP" /> <cxxStructDeclarationFileLine name="lineNumber" value="37" /> <cxxStructDefinitionFile name="filePath" value="s:/sf/os/commsfw/commsconfig/commsdatabaseshim/commdbshim/SCDB/CDBTABLE.CPP" /> <cxxStructDefinitionFileLineStart name="lineNumber" value="36" /> <cxxStructDefinitionFileLineEnd name="lineNumber" value="41" /> </cxxStructAPIItemLocation> </cxxStructDefinition>