PageRenderTime 39ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/Main/Source/SandcastleMAMLGuide/ConceptualTemplates/Conceptual.aml

#
Unknown | 89 lines | 77 code | 12 blank | 0 comment | 0 complexity | 61d45f13b68a85cf4a16fee1dfca0f49 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <topic id="00000000-0000-0000-0000-000000000000" revisionNumber="1">
  3. <developerConceptualDocument
  4. xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5"
  5. xmlns:xlink="http://www.w3.org/1999/xlink">
  6. <!--
  7. <summary>
  8. <para>Optional summary abstract</para>
  9. </summary>
  10. -->
  11. <introduction>
  12. <!-- Uncomment this to generate an outline of the section and sub-section
  13. titles. Specify a numeric value as the inner text to limit it to
  14. a specific number of sub-topics when creating the outline. Specify
  15. zero (0) to limit it to top-level sections only. -->
  16. <!-- <autoOutline /> -->
  17. <para>Required introduction</para>
  18. </introduction>
  19. <!-- Add one or more top-level section elements. These are collapsible.
  20. If using <autoOutline />, add an address attribute to identify it
  21. and specify a title so that it can be jumped to with a hyperlink. -->
  22. <section address="Section1">
  23. <title>Optional section title</title>
  24. <content>
  25. <!-- Uncomment this to create a sub-section outline
  26. <autoOutline /> -->
  27. <para>Add one or more sections with content</para>
  28. </content>
  29. <!-- If a section contains a sections element, its content creates
  30. sub-sections. These are not collapsible.
  31. <sections>
  32. <section address="SubSection1">
  33. <title>Sub-section 1</title>
  34. <content>
  35. <para>Sub-section content.</para>
  36. </content>
  37. </section>
  38. <section address="SubSection2">
  39. <title>Sub-section 2</title>
  40. <content>
  41. <para>Sub-section content.</para>
  42. </content>
  43. </section>
  44. </sections> -->
  45. </section>
  46. <relatedTopics>
  47. <!-- One or more of the following:
  48. - A local link
  49. - An external link
  50. - A code entity reference
  51. <link xlink:href="Other Topic's ID"/>
  52. <link xlink:href="Other Topic's ID">Link inner text</link>
  53. <externalLink>
  54. <linkText>Link text</linkText>
  55. <linkAlternateText>Optional alternate link text</linkAlternateText>
  56. <linkUri>URI</linkUri>
  57. </externalLink>
  58. <codeEntityReference>API member ID</codeEntityReference>
  59. Examples:
  60. <link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8270" />
  61. <link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8278">Some other topic</link>
  62. <externalLink>
  63. <linkText>Sandcastle Styles on CodePlex</linkText>
  64. <linkAlternateText>Go to CodePlex</linkAlternateText>
  65. <linkUri>http://www.codeplex.com/SandcastleStyles</linkUri>
  66. </externalLink>
  67. <codeEntityReference>T:TestDoc.TestClass</codeEntityReference>
  68. <codeEntityReference>P:TestDoc.TestClass.SomeProperty</codeEntityReference>
  69. <codeEntityReference>M:TestDoc.TestClass.#ctor</codeEntityReference>
  70. <codeEntityReference>M:TestDoc.TestClass.#ctor(System.String,System.Int32)</codeEntityReference>
  71. <codeEntityReference>M:TestDoc.TestClass.ToString</codeEntityReference>
  72. <codeEntityReference>M:TestDoc.TestClass.FirstMethod</codeEntityReference>
  73. <codeEntityReference>M:TestDoc.TestClass.SecondMethod(System.Int32,System.String)</codeEntityReference>
  74. -->
  75. </relatedTopics>
  76. </developerConceptualDocument>
  77. </topic>