Line | |
---|
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 definition defines block inline types for the CS Schema.
|
---|
14 | This schema is part of the base layer.
|
---|
15 | </documentation>
|
---|
16 | </annotation>
|
---|
17 |
|
---|
18 | <!-- include and import declarations -->
|
---|
19 | <include schemaLocation="blockCommon.xsd"/>
|
---|
20 | <include schemaLocation="blockSoftware.xsd"/>
|
---|
21 |
|
---|
22 | <!-- complexType declarations -->
|
---|
23 | <complexType name="blockType">
|
---|
24 | <annotation>
|
---|
25 | <documentation>
|
---|
26 | The block complexType describes a simple block-only
|
---|
27 | content model. It is intended as the content
|
---|
28 | model for structural elements.
|
---|
29 | </documentation>
|
---|
30 | </annotation>
|
---|
31 | <group ref="maml:blockGroup" minOccurs="0" maxOccurs="unbounded"/>
|
---|
32 | <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
|
---|
33 | </complexType>
|
---|
34 |
|
---|
35 | <group name="blockGroup">
|
---|
36 | <choice>
|
---|
37 | <group ref="maml:blockCommonGroup"/>
|
---|
38 | <group ref="maml:blockSoftwareGroup"/>
|
---|
39 | </choice>
|
---|
40 | </group>
|
---|
41 |
|
---|
42 | </schema>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.