| Element | Description | 
|---|---|
| inThisSection | |
| reference | |
| relatedSections | |
| externalResources | |
| maml:summary | See external namespace. | 
| maml:introduction | See external namespace. | 
| maml:relatedTopics | See external namespace. | 
None.
      <complexType name="developerOrientationDocumentType" 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" />
    <!-- Optional "In This Section" section -->
    <element name="inThisSection" type="maml:namedSectionType" minOccurs="0"></element>
    <!-- Optional Reference section -->
    <element name="reference" type="maml:namedSectionType" minOccurs="0"></element>
    <!-- Optional "Related Sections" section -->
    <element name="relatedSections" type="maml:namedSectionType" minOccurs="0"></element>
    <!-- Optional External Resources section -->
    <element name="externalResources" type="maml:relatedTopicsType" minOccurs="0"></element>
    <!-- Optional section for related items -->
    <element ref="maml:relatedTopics" minOccurs="0" />
  </sequence>
</complexType>