source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.Doc/Help/Schemas/blockCommon.xsd@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 4.9 KB
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="inline.xsd"/>
20
21 <!-- Element declarations -->
22 <element name="para" type="maml:inlineType">
23 <annotation>
24 <documentation>
25 The para element describes a paragraph. It is the most basic
26 documentation unit.
27 </documentation>
28 <appinfo>
29 <doc:localizable>true</doc:localizable>
30 <doc:type>paragraph</doc:type>
31 </appinfo>
32 </annotation>
33 </element>
34
35 <element name="title" type="maml:textType">
36 <annotation>
37 <documentation>
38 The title element describes the name of a part of the document.
39 </documentation>
40 <appinfo>
41 <doc:localizable>true</doc:localizable>
42 <doc:type>paragraph</doc:type>
43 </appinfo>
44 </annotation>
45 </element>
46
47 <element name="secondaryErrorTitle" type="maml:textType">
48 <annotation>
49 <documentation>
50 The title element describes the name of a part of the document.
51 </documentation>
52 <appinfo>
53 <doc:localizable>true</doc:localizable>
54 <doc:type>paragraph</doc:type>
55 </appinfo>
56 </annotation>
57 </element>
58
59 <element name="nonLocErrorTitle" type="maml:textType">
60 <annotation>
61 <documentation>
62 The title element describes the name of a part of the document.
63 </documentation>
64 <appinfo>
65 <doc:localizable>false</doc:localizable>
66 <doc:type>paragraph</doc:type>
67 </appinfo>
68 </annotation>
69 </element>
70
71 <element name="alert">
72 <annotation>
73 <documentation>
74 The alert element describes an slim alert structure
75 that largely mimicks the block alert structure.
76 </documentation>
77 <appinfo>
78 <doc:localizable>n/a</doc:localizable>
79 <doc:type>structure</doc:type>
80 </appinfo>
81 </annotation>
82 <complexType>
83 <group ref="maml:structureSimpleGroup" maxOccurs="unbounded"/>
84 <attribute name="class" type="maml:alertTypesType">
85 <annotation>
86 <documentation>
87 The class attribute describes the type of alert.
88 </documentation>
89 </annotation>
90 </attribute>
91 <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
92 </complexType>
93 </element>
94
95 <element name="quote" type="maml:inlineType">
96 <annotation>
97 <documentation>
98 The quote element describes a quotation.
99 </documentation>
100 <appinfo>
101 <doc:localizable>true</doc:localizable>
102 <doc:type>paragraph</doc:type>
103 </appinfo>
104 </annotation>
105 </element>
106
107 <element name="sharedContentBlock" type="maml:sharedContentType">
108 <annotation>
109 <documentation>
110 This element is replaced at build time by the shared content
111 to which it refers using the parameters provided by the user.
112 The parameters can be simple text or can include XML markup.
113 In most cases the parameter values will not be localizable content.
114 </documentation>
115 <appinfo>
116 <doc:localizable>n/a</doc:localizable>
117 <doc:type>paragraph</doc:type>
118 </appinfo>
119 </annotation>
120 </element>
121
122 <element name="introduction" type="maml:sectionContentType">
123 <annotation>
124 <documentation>
125 This element contains an introduction to some
126 piece of documentation.
127 </documentation>
128 <appinfo>
129 <doc:localizable>n/a</doc:localizable>
130 <doc:type>section</doc:type>
131 </appinfo>
132 </annotation>
133 </element>
134
135 <element name="description" type="maml:namedSectionType">
136 <annotation>
137 <documentation>
138 This element holds a general discussion.
139 </documentation>
140 <appinfo>
141 <doc:localizable>n/a</doc:localizable>
142 <doc:type>section</doc:type>
143 </appinfo>
144 </annotation>
145 </element>
146
147 <element name="conclusion" type="maml:namedSectionType">
148 <annotation>
149 <documentation>
150 This element holds a conclusion to some piece
151 of documentation.
152 </documentation>
153 <appinfo>
154 <doc:localizable>n/a</doc:localizable>
155 <doc:type>section</doc:type>
156 </appinfo>
157 </annotation>
158 </element>
159
160 <!-- group declarations -->
161 <group name="blockCommonGroup">
162 <choice>
163 <element ref="maml:para"/>
164 <element ref="maml:alert"/>
165 <element ref="maml:quote"/>
166 <element ref="maml:sharedContentBlock"/>
167 </choice>
168 </group>
169</schema>
Note: See TracBrowser for help on using the repository browser.