developerWhitePaperDocumentType complexType

Elements and Attributes

Child Elements

Element Description
downloadCenterLink
appliesTo
maml:summary See external namespace.
maml:introduction See external namespace.
maml:section See external namespace.
maml:codeExample See external namespace.
maml:conclusion See external namespace.
maml:relatedTopics See external namespace.

Attributes

None.

Definition

      <complexType name="developerWhitePaperDocumentType" mixed="false" >
  <sequence>
    <!-- Always a title - but titles are stored outside the file -->
    <!-- Optional Search Results Summary -->
    <element ref="maml:summary" minOccurs="0" />
    <!-- Optional "Download Center/Sample Manager link" section -->
    <element name="downloadCenterLink" type="maml:namedSectionType" minOccurs="0"></element>
    <!-- Optional "Applies To" section -->
    <element name="appliesTo" type="maml:namedSectionType" minOccurs="0"></element>
    <!-- Always an introduction -->
    <element ref="maml:introduction" />
    <!-- Always a body section -->
    <element ref="maml:section" />
    <!-- Optional Code Example section -->
    <element ref="maml:codeExample" minOccurs="0" />
    <!-- Always a conclusion -->
    <element ref="maml:conclusion" />
    <!-- Optional section for related items -->
    <element ref="maml:relatedTopics" minOccurs="0" />
  </sequence>
</complexType>

    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp