| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 | <?xml version="1.0" encoding="utf-8"?><topic id="09cd9117-2327-423a-8952-cf6d6f56b71d" revisionNumber="1">  <developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">    <!--    <summary>      <para>Optional summary abstract</para>    </summary>    -->    <introduction>      <!-- Uncomment this to generate an outline of the section and sub-section           titles.  Specify a numeric value as the inner text to limit it to           a specific number of sub-topics when creating the outline.  Specify           zero (0) to limit it to top-level sections only.  -->      <!-- <autoOutline /> -->      <para>Required introduction</para>    </introduction>    <!-- Add one or more top-level section elements.  These are collapsible.         If using <autoOutline />, add an address attribute to identify it         and specify a title so that it can be jumped to with a hyperlink. -->    <section address="Section1">      <title>Optional section title</title>      <content>        <!-- Uncomment this to create a sub-section outline        <autoOutline /> -->        <para>Add one or more sections with content</para>      </content>      <!-- If a section contains a sections element, its content creates           sub-sections.  These are not collapsible.      <sections>          <section address="SubSection1">              <title>Sub-section 1</title>              <content>                  <para>Sub-section content.</para>              </content>          </section>          <section address="SubSection2">              <title>Sub-section 2</title>              <content>                  <para>Sub-section content.</para>              </content>          </section>      </sections> -->    </section>    <relatedTopics>      <!-- One or more of the following:           - A local link           - An external link           - A code entity reference      <link xlink:href="Other Topic's ID"/>      <link xlink:href="Other Topic's ID">Link inner text</link>      <externalLink>          <linkText>Link text</linkText>          <linkAlternateText>Optional alternate link text</linkAlternateText>          <linkUri>URI</linkUri>      </externalLink>      <codeEntityReference>API member ID</codeEntityReference>      Examples:      <link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8270" />      <link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8278">Some other topic</link>      <externalLink>          <linkText>SHFB on CodePlex</linkText>          <linkAlternateText>Go to CodePlex</linkAlternateText>          <linkUri>http://shfb.codeplex.com</linkUri>      </externalLink>      <codeEntityReference>T:TestDoc.TestClass</codeEntityReference>      <codeEntityReference>P:TestDoc.TestClass.SomeProperty</codeEntityReference>      <codeEntityReference>M:TestDoc.TestClass.#ctor</codeEntityReference>      <codeEntityReference>M:TestDoc.TestClass.#ctor(System.String,System.Int32)</codeEntityReference>      <codeEntityReference>M:TestDoc.TestClass.ToString</codeEntityReference>      <codeEntityReference>M:TestDoc.TestClass.FirstMethod</codeEntityReference>      <codeEntityReference>M:TestDoc.TestClass.SecondMethod(System.Int32,System.String)</codeEntityReference>      -->    </relatedTopics>  </developerConceptualDocument></topic>
 |