| Element | Description | 
|---|---|
| prerequisites | |
| section | |
| nextSteps | |
| maml:summary | See external namespace. | 
| maml:introduction | See external namespace. | 
| maml:procedure | See external namespace. | 
| maml:relatedTopics | See external namespace. | 
None.
      <complexType name="developerWalkthroughDocumentType" 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 Prerequisites section -->
    <element name="prerequisites" type="maml:namedSectionType" minOccurs="0"></element>
    <!-- One procedures and or section with procedure
    <choice minOccurs="1" maxOccurs="unbounded">
      <element ref="maml:procedure" />
      <element name="section" type="maml:procedureSectionType"></element>
    </choice>
    <!-- Optional Next Steps section -->
    <element name="nextSteps" type="maml:namedSectionType" minOccurs="0"></element>
    <!-- Always a section for related items -->
    <element ref="maml:relatedTopics" />
  </sequence>
</complexType>