| 1 | <?xml version="1.0" encoding="utf-8" ?>
|
|---|
| 2 | <schema xmlns="http://www.w3.org/2001/XMLSchema"
|
|---|
| 3 | xmlns:maml="http://ddue.schemas.microsoft.com/authoring/2003/5"
|
|---|
| 4 | xmlns:doc="http://ddue.schemas.microsoft.com/authoring/internal"
|
|---|
| 5 | targetNamespace="http://ddue.schemas.microsoft.com/authoring/2003/5"
|
|---|
| 6 | elementFormDefault="qualified"
|
|---|
| 7 | attributeFormDefault="unqualified"
|
|---|
| 8 | >
|
|---|
| 9 |
|
|---|
| 10 | <!-- Schema documentation -->
|
|---|
| 11 | <annotation>
|
|---|
| 12 | <documentation>
|
|---|
| 13 | This schema aggregates inline elements from other inline
|
|---|
| 14 | schemas.
|
|---|
| 15 | </documentation>
|
|---|
| 16 | </annotation>
|
|---|
| 17 |
|
|---|
| 18 | <!-- include and import declarations -->
|
|---|
| 19 | <include schemaLocation="inlineCommon.xsd"/>
|
|---|
| 20 | <include schemaLocation="inlineUi.xsd"/>
|
|---|
| 21 | <include schemaLocation="inlineSoftware.xsd"/>
|
|---|
| 22 | <include schemaLocation="inlineLinking.xsd"/>
|
|---|
| 23 | <include schemaLocation="base.xsd"/>
|
|---|
| 24 |
|
|---|
| 25 | <group name="inlineBasicGroup">
|
|---|
| 26 | <choice>
|
|---|
| 27 | <group ref="maml:inlineCommonGroup"/>
|
|---|
| 28 | <group ref="maml:inlineLinkingGroup"/>
|
|---|
| 29 | </choice>
|
|---|
| 30 | </group>
|
|---|
| 31 |
|
|---|
| 32 | <group name="inlineGroup">
|
|---|
| 33 | <choice>
|
|---|
| 34 | <group ref="maml:inlineBasicGroup"/>
|
|---|
| 35 | <group ref="maml:inlineUiGroup"/>
|
|---|
| 36 | <group ref="maml:inlineSoftwareGroup"/>
|
|---|
| 37 | </choice>
|
|---|
| 38 | </group>
|
|---|
| 39 |
|
|---|
| 40 | <!-- complexType declarations -->
|
|---|
| 41 | <complexType name="inlineType" mixed="true">
|
|---|
| 42 | <annotation>
|
|---|
| 43 | <documentation>
|
|---|
| 44 | The inlineType complexType describes a simple inline-only
|
|---|
| 45 | content model. It provides both text and elements with
|
|---|
| 46 | similarly simple content models.
|
|---|
| 47 | </documentation>
|
|---|
| 48 | </annotation>
|
|---|
| 49 | <choice minOccurs="0" maxOccurs="unbounded">
|
|---|
| 50 | <group ref="maml:inlineGroup"/>
|
|---|
| 51 | <element ref="maml:sharedContent"/>
|
|---|
| 52 | <element name="conditionalSection">
|
|---|
| 53 | <complexType>
|
|---|
| 54 | <sequence>
|
|---|
| 55 | <element ref="maml:conditions"/>
|
|---|
| 56 | <element name="conditionalContent" type="maml:inlineType"/>
|
|---|
| 57 | </sequence>
|
|---|
| 58 | </complexType>
|
|---|
| 59 | </element>
|
|---|
| 60 | </choice>
|
|---|
| 61 | <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
|
|---|
| 62 | </complexType>
|
|---|
| 63 |
|
|---|
| 64 | </schema>
|
|---|