developerReferenceWithSyntaxDocumentType complexType

Elements and Attributes

Child Elements

Element Description
parameters
returnValue
exceptions
languageReferenceRemarks
dotNetFrameworkEquivalent
requirements
maml:summary See external namespace.
maml:introduction See external namespace.
maml:syntaxSection See external namespace.
maml:codeExample See external namespace.
maml:section See external namespace.
maml:relatedTopics See external namespace.

Attributes

None.

Definition

      <complexType name="developerReferenceWithSyntaxDocumentType" mixed="false" >
  <sequence>
    <!-- Always a title - but titles are stored outside the file -->
    <!-- Optional Search Results Summary -->
    <element ref="maml:summary" minOccurs="0" />
    <!-- Always an introduction -->
    <element ref="maml:introduction" />
    <!-- Always a Syntax section -->
    <element ref="maml:syntaxSection" maxOccurs="unbounded" />
    <choice maxOccurs="unbounded">
    <!-- Optional Parameters section -->
    <element name="parameters" type="maml:namedSectionType" minOccurs="0"></element>
    <!-- Optional Return Value/Property Value section -->
    <element name="returnValue" type="maml:namedSectionType" minOccurs="0"></element>
    <!-- Optional Exceptions section -->
    <element name="exceptions" type="maml:namedSectionType" minOccurs="0"></element>
    <!-- Optional Remarks section -->
    <element name="languageReferenceRemarks" type="maml:namedSectionType" minOccurs="0"></element>
    <!-- Optional Code Example section -->
    <element ref="maml:codeExample" minOccurs="0" />
    <!-- Optional .NET Framework Equivalent section -->
    <element name="dotNetFrameworkEquivalent" type="maml:namedSectionType" minOccurs="0"></element>
    <!-- Optional Requirements section -->
    <element name="requirements" type="maml:namedSectionType" minOccurs="0"></element>
    <element ref="maml:section" minOccurs="0" maxOccurs="unbounded" />
    </choice>
    <!-- Always a section for related items -->
    <element ref="maml:relatedTopics" />
  </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