File size: 11,142 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 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 | <?xml version="1.0" encoding="utf-8"?>
<schema targetNamespace="http://schemas.microsoft.com/maml/dev/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="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>
<import schemaLocation="maml.xsd" namespace="http://schemas.microsoft.com/maml/2004/10"/>
<import schemaLocation="developerManaged.xsd" namespace="http://schemas.microsoft.com/maml/dev/managed/2004/10"/>
<import schemaLocation="developerCommand.xsd" namespace="http://schemas.microsoft.com/maml/dev/command/2004/10"/>
<import schemaLocation="developerDscResource.xsd" namespace="http://schemas.microsoft.com/maml/dev/dscResource/2004/10"/>
<!-- ***************************************************************** -->
<element name="remarks" type="maml:structureType">
<annotation>
<documentation>Contains a detailed discussion of the current item.</documentation>
<appinfo>
<doc:localizable>n/a</doc:localizable>
</appinfo>
</annotation>
</element>
<element name="buildInstructions" type="maml:structureType">
<annotation>
<documentation>Contains instructions for building a code example.</documentation>
<appinfo>
<doc:localizable>n/a</doc:localizable>
</appinfo>
</annotation>
</element>
<element name="robustProgramming" type="maml:structureType">
<annotation>
<documentation>Contains a discussion of error handling and other related issues.</documentation>
<appinfo>
<doc:localizable>n/a</doc:localizable>
</appinfo>
</annotation>
</element>
<element name="security" type="maml:structureType">
<annotation>
<documentation>Contains a discussion of security issues.</documentation>
<appinfo>
<doc:localizable>n/a</doc:localizable>
</appinfo>
</annotation>
</element>
<element name="members" type="dev:membersType"/>
<complexType name="membersType">
<sequence>
<element ref="dev:member" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<element name="member" abstract="true"/>
<element name="implements" type="dev:implementsType"/>
<complexType name="implementsType">
<sequence>
<element ref="dev:interface" maxOccurs="unbounded"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<element name="interface" type="dev:interfaceType"/>
<complexType name="interfaceType">
<sequence>
<element ref="maml:name"/>
<element ref="maml:uri"/>
<element ref="maml:description"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<element name="examples" type="dev:examplesType"/>
<complexType name="examplesType">
<sequence>
<element ref="dev:example" maxOccurs="unbounded"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<element name="example" type="dev:exampleType"/>
<complexType name="exampleType">
<sequence>
<element ref="maml:title" minOccurs="0"/>
<element ref="maml:introduction" minOccurs="0"/>
<group ref="dev:codeGroup"/>
<element ref="dev:buildInstructions" minOccurs="0"/>
<element ref="dev:robustProgramming" minOccurs="0"/>
<element ref="dev:security" minOccurs="0"/>
<element ref="dev:results" minOccurs="0"/>
<element ref="dev:remarks" minOccurs="0"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<group name="codeGroup">
<choice>
<element ref="dev:code"/>
<element ref="dev:codeReference"/>
</choice>
</group>
<element name="code" type="dev:codeType">
<annotation>
<documentation>Describes a block of example code text.</documentation>
</annotation>
</element>
<complexType name="codeType" mixed="true">
<simpleContent>
<extension base="string">
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
<attribute name="language" type="maml:devLanguagesType">
<annotation>
<documentation>Specifies the programming language used in a code example or some other programmatic structure.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
<element name="results" type="dev:resultsType"/>
<complexType name="resultsType" mixed="true">
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<element name="threadSafety" type="dev:threadSafetyType"/>
<complexType name="threadSafetyType">
<sequence>
<element ref="maml:para" maxOccurs="unbounded"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<element name="requirements" type="dev:requirementsType"/>
<complexType name="requirementsType">
<sequence>
<element ref="dev:products"/>
<element ref="dev:development"/>
<element ref="dev:target"/>
<element ref="dev:standards"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<element name="products" type="dev:productsType"/>
<complexType name="productsType">
<sequence>
<element ref="dev:product" maxOccurs="unbounded"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<element name="product" type="maml:textType"/>
<element name="platform" type="maml:textType"/>
<element name="development" type="dev:developmentType"/>
<element name="target" type="dev:developmentType"/>
<complexType name="developmentType">
<sequence>
<element ref="dev:platform" maxOccurs="unbounded"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<element name="standards" type="dev:standardsType"/>
<complexType name="standardsType">
<sequence>
<element ref="maml:para" maxOccurs="unbounded"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<simpleType name="codeReferenceStringType">
<restriction base="token"/>
</simpleType>
<complexType name="codeReferenceType">
<simpleContent>
<extension base="dev:codeReferenceStringType">
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</extension>
</simpleContent>
</complexType>
<element name="codeReference" type="dev:codeReferenceType">
<annotation>
<documentation>Specifies a reference to a block of code.</documentation>
<appinfo>
<doc:localizable>false</doc:localizable>
</appinfo>
</annotation>
</element>
<element name="exceptions" type="dev:exceptionsType"/>
<complexType name="exceptionsType">
<sequence>
<element ref="dev:exception" maxOccurs="unbounded"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<element name="exception" type="dev:exceptionType"/>
<complexType name="exceptionType">
<sequence>
<element ref="dev:type"/>
<element ref="dev:condition"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<element name="associatedData" type="dev:associatedDataType"/>
<element name="condition" type="maml:structureType"/>
<complexType name="associatedDataType">
<sequence>
<element ref="maml:para" maxOccurs="unbounded"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<element name="appliesTo" type="dev:appliesToType"/>
<complexType name="appliesToType">
<sequence>
<element ref="dev:type" maxOccurs="unbounded"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<element name="returnValue" type="dev:returnValueType"/>
<complexType name="returnValueType">
<sequence minOccurs="0">
<group ref="dev:parameterRetvalBaseGroup"/>
</sequence>
</complexType>
<element name="parameters" type="dev:parametersType"/>
<complexType name="parametersType">
<sequence>
<element ref="dev:parameter" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<element name="parameter" type="dev:parameterType"/>
<complexType name="parameterType">
<sequence>
<element ref="maml:name"/>
<group ref="dev:parameterRetvalBaseGroup"/>
</sequence>
</complexType>
<group name="parameterRetvalBaseGroup">
<sequence>
<element ref="dev:type"/>
<element ref="maml:description"/>
<element ref="dev:possibleValues" minOccurs="0"/>
</sequence>
</group>
<element name="type" type="dev:typeType"/>
<complexType name="typeType">
<sequence>
<element ref="maml:name" minOccurs="0"/>
<element ref="maml:uri"/>
<element ref="maml:description" minOccurs="0"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
</complexType>
<element name="possibleValues" type="dev:possibleValuesType"/>
<complexType name="possibleValuesType">
<sequence>
<element ref="dev:possibleValue" maxOccurs="unbounded"/>
</sequence>
</complexType>
<element name="possibleValue" type="dev:possibleValueType"/>
<complexType name="possibleValueType">
<sequence>
<element name="value" type="maml:textType"/>
<element ref="maml:description" minOccurs="0" maxOccurs="1"/>
</sequence>
<attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
<attribute name="default" type="boolean" use="optional"/>
</complexType>
<element name="defaultValue" type="maml:textType"/>
<element name="version" type="maml:textType"/>
</schema>
|