| <?xml version="1.0" encoding="utf-8"?> |
| <schema targetNamespace="http://schemas.microsoft.com/maml/dev/managed/2004/10" xmlns:doc="http://schemas.microsoft.com/maml/internal" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:managed="http://schemas.microsoft.com/maml/dev/managed/2004/10" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" blockDefault="#all" xml:lang="en"> |
| |
| <annotation> |
| <documentation>This schema describes MAML (Microsoft Assistance Markup Language). MAML is intended for software documentation. In particular, MAML is intended to accommodate the needs of Microsoft documentation.</documentation> |
| <documentation>The schema is broken into three main areas: end user, developer and IT Pro. These areas represent the main categories of Microsoft documentation.</documentation> |
| <documentation>The namespace uri for this version of MAML is: http://schemas.microsoft.com/maml/2004/10.</documentation> |
| <documentation>Each backwards-incompatible revision to MAML will require that the date fields be appropriately incremented in uri of the updated version of the MAML schema.</documentation> |
| </annotation> |
| <annotation> |
| <documentation>This portion of the schema was created by chains in Dec 2004.</documentation> |
| </annotation> |
| <import schemaLocation="maml.xsd" namespace="http://schemas.microsoft.com/maml/2004/10"/> |
| <import schemaLocation="developer.xsd" namespace="http://schemas.microsoft.com/maml/dev/2004/10"/> |
| |
| |
| <complexType name="classType"> |
| <sequence> |
| <element ref="maml:title"/> |
| <element ref="maml:introduction"/> |
| <element ref="managed:specifications"/> |
| <element ref="dev:implements" minOccurs="0"/> |
| <element ref="dev:members"/> |
| <element ref="managed:genericParameters" minOccurs="0"/> |
| <element ref="managed:genericConstraints" minOccurs="0"/> |
| <element ref="managed:security" minOccurs="0"/> |
| <element ref="dev:remarks" minOccurs="0"/> |
| <element ref="managed:derives"/> |
| <element ref="dev:examples" minOccurs="0"/> |
| <element ref="dev:threadSafety" minOccurs="0"/> |
| <element ref="dev:appliesTo"/> |
| <element ref="managed:requirements"/> |
| <element ref="maml:relatedLinks" minOccurs="0"/> |
| </sequence> |
| </complexType> |
| <element name="class" type="managed:classType"> |
| <annotation> |
| <documentation>Root element of managedClass page type.</documentation> |
| </annotation> |
| </element> |
| <element name="derives" type="managed:derivesType"/> |
| <complexType name="derivesType"> |
| <sequence> |
| <element name="name"> |
| <complexType mixed="true"> |
| <complexContent> |
| <extension base="maml:nameType"> |
| <attribute name="type" default="class"> |
| <simpleType> |
| <restriction base="token"> |
| <enumeration value="class"/> |
| <enumeration value="delegate"/> |
| <enumeration value="enumeration"/> |
| <enumeration value="interface"/> |
| <enumeration value="structure"/> |
| </restriction> |
| </simpleType> |
| </attribute> |
| </extension> |
| </complexContent> |
| </complexType> |
| </element> |
| <element ref="managed:derives"/> |
| </sequence> |
| <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/> |
| </complexType> |
| </schema> |
|
|