Element | Description |
---|---|
taskList | |
uiElementList | |
maml:summary | See external namespace. |
maml:introduction | See external namespace. |
maml:section | See external namespace. |
maml:relatedTopics | See external namespace. |
None.
<complexType name="developerUIReferenceDocumentType" 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 Task List section -->
<element name="taskList" type="maml:namedSectionType" minOccurs="0"></element>
<choice maxOccurs="unbounded">
<!-- Optional sections -->
<element ref="maml:section" minOccurs="0" maxOccurs="unbounded" />
<!-- Always a UI Element List section -->
<element name="uiElementList" type="maml:namedSectionType"></element>
</choice>
<!-- Always a section for related items -->
<element ref="maml:relatedTopics" />
</sequence>
</complexType>