File size: 6,601 Bytes
8c763fb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<?xml version="1.0" encoding="utf-8"?>
<schema targetNamespace="http://schemas.microsoft.com/maml/dev/managed/xaml/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:xaml="http://schemas.microsoft.com/maml/dev/managed/xaml/2004/10" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" blockDefault="#all" xml:lang="en">
  <!-- Schema documentation -->
  <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"/>
  <import schemaLocation="developerManaged.xsd" namespace="http://schemas.microsoft.com/maml/dev/managed/2004/10"/>
  <!-- ***************************************************************** -->
  <element name="class" type="xaml:classType"/>
  <complexType name="classType">
    <complexContent>
      <extension base="managed:classType">
        <sequence>
          <element ref="xaml:attributeUsage"/>
          <element ref="xaml:elementUsage"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="struct" type="xaml:structureType"/>
  <complexType name="structureType">
    <complexContent>
      <extension base="managed:structureType">
        <sequence>
          <element ref="xaml:attributeUsage"/>
          <element ref="xaml:elementUsage"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="enumeration" type="xaml:enumerationType"/>
  <complexType name="enumerationType">
    <complexContent>
      <extension base="managed:enumerationType">
        <sequence>
          <element ref="xaml:attributeUsage"/>
          <element ref="xaml:elementUsage"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="interface" type="xaml:interfaceType"/>
  <complexType name="interfaceType">
    <complexContent>
      <extension base="managed:interfaceType">
        <sequence>
          <element ref="xaml:attributeUsage"/>
          <element ref="xaml:elementUsage"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="property" type="xaml:propertyType"/>
  <complexType name="propertyType">
    <complexContent>
      <extension base="managed:propertyType">
        <sequence>
          <element ref="xaml:attributeValue"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="attributeUsage" type="xaml:attributeUsageType"/>
  <complexType name="attributeUsageType">
    <sequence>
      <element name="simpleNotation" minOccurs="0"/>
      <element name="compoundNotation"/>
    </sequence>
    <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
  </complexType>
  <element name="simpleNotation" type="xaml:notationType"/>
  <element name="compoundNotation" type="xaml:notationType"/>
  <complexType name="notationType">
    <sequence>
      <element ref="maml:description" minOccurs="0"/>
      <element ref="xaml:syntaxExamples"/>
      <element ref="dev:remarks" minOccurs="0"/>
    </sequence>
    <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
  </complexType>
  <element name="syntaxExamples" type="xaml:syntaxExamplesType"/>
  <complexType name="syntaxExamplesType">
    <sequence>
      <element ref="xaml:syntaxExample" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
  </complexType>
  <element name="syntaxExample" type="xaml:syntaxExampleType"/>
  <complexType name="syntaxExampleType">
    <sequence>
      <element ref="maml:description" minOccurs="0"/>
      <element ref="xaml:syntax"/>
      <element ref="dev:possibleValues" minOccurs="0"/>
    </sequence>
    <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
    <attribute name="devlang" type="maml:devLanguagesType"/>
  </complexType>
  <element name="syntax" type="xaml:syntaxType"/>
  <complexType name="syntaxType">
    <sequence>
      <choice maxOccurs="unbounded">
        <element ref="maml:lineBreak"/>
        <element ref="maml:replaceable"/>
        <element ref="dev:type"/>
      </choice>
    </sequence>
    <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
  </complexType>
  <element name="elementUsage" type="xaml:elementUsageType"/>
  <complexType name="elementUsageType">
    <sequence>
      <element ref="maml:introduction"/>
      <element ref="xaml:syntaxExample"/>
      <element ref="dev:remarks" minOccurs="0"/>
    </sequence>
    <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
  </complexType>
  <element name="attributeValues" type="xaml:attributeValuesType"/>
  <complexType name="attributeValuesType">
    <sequence>
      <element ref="xaml:attributeValue" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
  </complexType>
  <element name="attributeValue" type="xaml:attributeValueType"/>
  <complexType name="attributeValueType">
    <sequence>
      <element ref="maml:name"/>
      <element ref="dev:type"/>
      <element ref="maml:description"/>
      <element ref="dev:possibleValues"/>
    </sequence>
    <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
    <attribute name="simple" type="boolean"/>
    <attribute name="compound" type="boolean"/>
  </complexType>
</schema>