mcp-server-for-oscal 0.1.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mcp_server_for_oscal/__init__.py +0 -0
- mcp_server_for_oscal/__main__.py +7 -0
- mcp_server_for_oscal/config.py +72 -0
- mcp_server_for_oscal/main.py +131 -0
- mcp_server_for_oscal/oscal_agent.py +40 -0
- mcp_server_for_oscal/oscal_docs/awesome-oscal.md +181 -0
- mcp_server_for_oscal/oscal_schemas/README.md +116 -0
- mcp_server_for_oscal/oscal_schemas/oscal_assessment-plan_schema.json +1 -0
- mcp_server_for_oscal/oscal_schemas/oscal_assessment-plan_schema.xsd +5268 -0
- mcp_server_for_oscal/oscal_schemas/oscal_assessment-results_schema.json +1 -0
- mcp_server_for_oscal/oscal_schemas/oscal_assessment-results_schema.xsd +5555 -0
- mcp_server_for_oscal/oscal_schemas/oscal_catalog_schema.json +1 -0
- mcp_server_for_oscal/oscal_schemas/oscal_catalog_schema.xsd +2071 -0
- mcp_server_for_oscal/oscal_schemas/oscal_complete_schema.json +1 -0
- mcp_server_for_oscal/oscal_schemas/oscal_complete_schema.xsd +9326 -0
- mcp_server_for_oscal/oscal_schemas/oscal_component_schema.json +1 -0
- mcp_server_for_oscal/oscal_schemas/oscal_component_schema.xsd +3011 -0
- mcp_server_for_oscal/oscal_schemas/oscal_mapping_schema.json +1 -0
- mcp_server_for_oscal/oscal_schemas/oscal_mapping_schema.xsd +2226 -0
- mcp_server_for_oscal/oscal_schemas/oscal_poam_schema.json +1 -0
- mcp_server_for_oscal/oscal_schemas/oscal_poam_schema.xsd +5406 -0
- mcp_server_for_oscal/oscal_schemas/oscal_profile_schema.json +1 -0
- mcp_server_for_oscal/oscal_schemas/oscal_profile_schema.xsd +2493 -0
- mcp_server_for_oscal/oscal_schemas/oscal_ssp_schema.json +1 -0
- mcp_server_for_oscal/oscal_schemas/oscal_ssp_schema.xsd +3945 -0
- mcp_server_for_oscal/py.typed +0 -0
- mcp_server_for_oscal/tools/__init__.py +5 -0
- mcp_server_for_oscal/tools/get_schema.py +101 -0
- mcp_server_for_oscal/tools/list_models.py +79 -0
- mcp_server_for_oscal/tools/list_oscal_resources.py +123 -0
- mcp_server_for_oscal/tools/query_documentation.py +75 -0
- mcp_server_for_oscal/tools/utils.py +37 -0
- mcp_server_for_oscal-0.1.5.dist-info/METADATA +137 -0
- mcp_server_for_oscal-0.1.5.dist-info/RECORD +38 -0
- mcp_server_for_oscal-0.1.5.dist-info/WHEEL +4 -0
- mcp_server_for_oscal-0.1.5.dist-info/entry_points.txt +2 -0
- mcp_server_for_oscal-0.1.5.dist-info/licenses/LICENSE +175 -0
- mcp_server_for_oscal-0.1.5.dist-info/licenses/NOTICE +1 -0
|
@@ -0,0 +1,3011 @@
|
|
|
1
|
+
<xs:schema xmlns="http://csrc.nist.gov/ns/oscal/1.0"
|
|
2
|
+
xmlns:m="http://csrc.nist.gov/ns/oscal/metaschema/1.0"
|
|
3
|
+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
5
|
+
elementFormDefault="qualified"
|
|
6
|
+
targetNamespace="http://csrc.nist.gov/ns/oscal/1.0"
|
|
7
|
+
version="1.1.3">
|
|
8
|
+
<xs:annotation>
|
|
9
|
+
<xs:appinfo>
|
|
10
|
+
<m:schema-name>OSCAL Component Definition Model</m:schema-name>
|
|
11
|
+
<m:schema-version>1.1.3</m:schema-version>
|
|
12
|
+
<m:short-name>oscal-component-definition</m:short-name>
|
|
13
|
+
<m:remarks>
|
|
14
|
+
<p>The OSCAL Component Definition Model can be used to describe the implementation of controls in a <code>component</code> or a set of components grouped as a <code>capability</code>. A component can be either a <em>technical component</em>, or a <em>documentary component</em>.</p>
|
|
15
|
+
<p>A technical component is a component that is implemented in hardware (physical or virtual) or software. Suppliers may document components in an OSCAL component definition that describes the implementation of controls in their hardware and software.</p>
|
|
16
|
+
<p>A documentary component is a component implemented for a documented process, procedure, or policy. Suppliers may document components in an OSCAL component definition that describes the implementation of controls in their process, procedure, or policy.</p>
|
|
17
|
+
<p>The information provided by a technical or documentary component can be used by component consumers to provide starting narratives for documenting control implementations in an OSCAL SSP.</p>
|
|
18
|
+
<p>The root of the OSCAL Implementation Layer Component Definition model is <code>component-definition</code>.</p>
|
|
19
|
+
</m:remarks>
|
|
20
|
+
<m:root>component-definition</m:root>
|
|
21
|
+
</xs:appinfo>
|
|
22
|
+
</xs:annotation>
|
|
23
|
+
<xs:element name="component-definition"
|
|
24
|
+
type="oscal-component-definition-component-definition-ASSEMBLY"/>
|
|
25
|
+
<xs:complexType name="oscal-component-definition-component-definition-ASSEMBLY">
|
|
26
|
+
<xs:annotation>
|
|
27
|
+
<xs:appinfo>
|
|
28
|
+
<m:formal-name>Component Definition</m:formal-name>
|
|
29
|
+
<m:description>A collection of component descriptions, which may optionally be grouped by capability.</m:description>
|
|
30
|
+
</xs:appinfo>
|
|
31
|
+
<xs:documentation>
|
|
32
|
+
<b>Component Definition</b>: A collection of component descriptions, which may optionally be grouped by capability.</xs:documentation>
|
|
33
|
+
</xs:annotation>
|
|
34
|
+
<xs:sequence>
|
|
35
|
+
<xs:element name="metadata"
|
|
36
|
+
type="oscal-metadata-metadata-ASSEMBLY"
|
|
37
|
+
minOccurs="1"
|
|
38
|
+
maxOccurs="1"/>
|
|
39
|
+
<xs:element name="import-component-definition"
|
|
40
|
+
type="oscal-component-definition-import-component-definition-ASSEMBLY"
|
|
41
|
+
minOccurs="0"
|
|
42
|
+
maxOccurs="unbounded"/>
|
|
43
|
+
<xs:element name="component"
|
|
44
|
+
type="oscal-component-definition-defined-component-ASSEMBLY"
|
|
45
|
+
minOccurs="0"
|
|
46
|
+
maxOccurs="unbounded"/>
|
|
47
|
+
<xs:element name="capability"
|
|
48
|
+
type="oscal-component-definition-capability-ASSEMBLY"
|
|
49
|
+
minOccurs="0"
|
|
50
|
+
maxOccurs="unbounded"/>
|
|
51
|
+
<xs:element name="back-matter"
|
|
52
|
+
type="oscal-metadata-back-matter-ASSEMBLY"
|
|
53
|
+
minOccurs="0"
|
|
54
|
+
maxOccurs="1"/>
|
|
55
|
+
</xs:sequence>
|
|
56
|
+
<xs:attribute name="uuid" use="required" type="UUIDDatatype">
|
|
57
|
+
<xs:annotation>
|
|
58
|
+
<xs:appinfo>
|
|
59
|
+
<m:formal-name>Component Definition Universally Unique Identifier</m:formal-name>
|
|
60
|
+
<m:description>Provides a globally unique means to identify a given component definition instance.</m:description>
|
|
61
|
+
</xs:appinfo>
|
|
62
|
+
<xs:documentation>
|
|
63
|
+
<b>Component Definition Universally Unique Identifier</b>: Provides a globally unique means to identify a given component definition instance.</xs:documentation>
|
|
64
|
+
</xs:annotation>
|
|
65
|
+
</xs:attribute>
|
|
66
|
+
</xs:complexType>
|
|
67
|
+
<xs:complexType name="oscal-component-definition-import-component-definition-ASSEMBLY">
|
|
68
|
+
<xs:annotation>
|
|
69
|
+
<xs:appinfo>
|
|
70
|
+
<m:formal-name>Import Component Definition</m:formal-name>
|
|
71
|
+
<m:description>Loads a component definition from another resource.</m:description>
|
|
72
|
+
</xs:appinfo>
|
|
73
|
+
<xs:documentation>
|
|
74
|
+
<b>Import Component Definition</b>: Loads a component definition from another resource.</xs:documentation>
|
|
75
|
+
</xs:annotation>
|
|
76
|
+
<xs:attribute name="href" use="required" type="URIReferenceDatatype">
|
|
77
|
+
<xs:annotation>
|
|
78
|
+
<xs:appinfo>
|
|
79
|
+
<m:formal-name>Hyperlink Reference</m:formal-name>
|
|
80
|
+
<m:description>A link to a resource that defines a set of components and/or capabilities to import into this collection.</m:description>
|
|
81
|
+
</xs:appinfo>
|
|
82
|
+
<xs:documentation>
|
|
83
|
+
<b>Hyperlink Reference</b>: A link to a resource that defines a set of components and/or capabilities to import into this collection.</xs:documentation>
|
|
84
|
+
</xs:annotation>
|
|
85
|
+
</xs:attribute>
|
|
86
|
+
</xs:complexType>
|
|
87
|
+
<xs:complexType name="oscal-component-definition-defined-component-ASSEMBLY">
|
|
88
|
+
<xs:annotation>
|
|
89
|
+
<xs:appinfo>
|
|
90
|
+
<m:formal-name>Component</m:formal-name>
|
|
91
|
+
<m:description>A defined component that can be part of an implemented system.</m:description>
|
|
92
|
+
</xs:appinfo>
|
|
93
|
+
<xs:documentation>
|
|
94
|
+
<b>Component</b>: A defined component that can be part of an implemented system.</xs:documentation>
|
|
95
|
+
</xs:annotation>
|
|
96
|
+
<xs:sequence>
|
|
97
|
+
<xs:element name="title" minOccurs="1" maxOccurs="1">
|
|
98
|
+
<xs:complexType mixed="true">
|
|
99
|
+
<xs:annotation>
|
|
100
|
+
<xs:appinfo>
|
|
101
|
+
<m:formal-name>Component Title</m:formal-name>
|
|
102
|
+
<m:description>A human readable name for the component.</m:description>
|
|
103
|
+
</xs:appinfo>
|
|
104
|
+
<xs:documentation>
|
|
105
|
+
<b>Component Title</b>: A human readable name for the component.</xs:documentation>
|
|
106
|
+
</xs:annotation>
|
|
107
|
+
<xs:complexContent>
|
|
108
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
109
|
+
</xs:complexContent>
|
|
110
|
+
</xs:complexType>
|
|
111
|
+
</xs:element>
|
|
112
|
+
<xs:element name="description" minOccurs="1" maxOccurs="1">
|
|
113
|
+
<xs:complexType>
|
|
114
|
+
<xs:annotation>
|
|
115
|
+
<xs:appinfo>
|
|
116
|
+
<m:formal-name>Component Description</m:formal-name>
|
|
117
|
+
<m:description>A description of the component, including information about its function.</m:description>
|
|
118
|
+
</xs:appinfo>
|
|
119
|
+
<xs:documentation>
|
|
120
|
+
<b>Component Description</b>: A description of the component, including information about its function.</xs:documentation>
|
|
121
|
+
</xs:annotation>
|
|
122
|
+
<xs:complexContent>
|
|
123
|
+
<xs:extension base="MarkupMultilineDatatype"/>
|
|
124
|
+
</xs:complexContent>
|
|
125
|
+
</xs:complexType>
|
|
126
|
+
</xs:element>
|
|
127
|
+
<xs:element name="purpose" minOccurs="0" maxOccurs="1">
|
|
128
|
+
<xs:complexType mixed="true">
|
|
129
|
+
<xs:annotation>
|
|
130
|
+
<xs:appinfo>
|
|
131
|
+
<m:formal-name>Purpose</m:formal-name>
|
|
132
|
+
<m:description>A summary of the technological or business purpose of the component.</m:description>
|
|
133
|
+
</xs:appinfo>
|
|
134
|
+
<xs:documentation>
|
|
135
|
+
<b>Purpose</b>: A summary of the technological or business purpose of the component.</xs:documentation>
|
|
136
|
+
</xs:annotation>
|
|
137
|
+
<xs:complexContent>
|
|
138
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
139
|
+
</xs:complexContent>
|
|
140
|
+
</xs:complexType>
|
|
141
|
+
</xs:element>
|
|
142
|
+
<xs:element name="prop"
|
|
143
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
144
|
+
minOccurs="0"
|
|
145
|
+
maxOccurs="unbounded"/>
|
|
146
|
+
<xs:element name="link"
|
|
147
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
148
|
+
minOccurs="0"
|
|
149
|
+
maxOccurs="unbounded"/>
|
|
150
|
+
<xs:element name="responsible-role"
|
|
151
|
+
type="oscal-metadata-responsible-role-ASSEMBLY"
|
|
152
|
+
minOccurs="0"
|
|
153
|
+
maxOccurs="unbounded"/>
|
|
154
|
+
<xs:element name="protocol"
|
|
155
|
+
type="oscal-implementation-common-protocol-ASSEMBLY"
|
|
156
|
+
minOccurs="0"
|
|
157
|
+
maxOccurs="unbounded"/>
|
|
158
|
+
<xs:element name="control-implementation"
|
|
159
|
+
type="oscal-component-definition-control-implementation-ASSEMBLY"
|
|
160
|
+
minOccurs="0"
|
|
161
|
+
maxOccurs="unbounded"/>
|
|
162
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
163
|
+
<xs:annotation>
|
|
164
|
+
<xs:appinfo>
|
|
165
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
166
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
167
|
+
</xs:appinfo>
|
|
168
|
+
<xs:documentation>
|
|
169
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
170
|
+
</xs:annotation>
|
|
171
|
+
<xs:complexType>
|
|
172
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
173
|
+
</xs:complexType>
|
|
174
|
+
</xs:element>
|
|
175
|
+
</xs:sequence>
|
|
176
|
+
<xs:attribute name="uuid" use="required" type="UUIDDatatype">
|
|
177
|
+
<xs:annotation>
|
|
178
|
+
<xs:appinfo>
|
|
179
|
+
<m:formal-name>Component Identifier</m:formal-name>
|
|
180
|
+
<m:description>Provides a globally unique means to identify a given component.</m:description>
|
|
181
|
+
</xs:appinfo>
|
|
182
|
+
<xs:documentation>
|
|
183
|
+
<b>Component Identifier</b>: Provides a globally unique means to identify a given component.</xs:documentation>
|
|
184
|
+
</xs:annotation>
|
|
185
|
+
</xs:attribute>
|
|
186
|
+
<xs:attribute name="type" use="required" type="StringDatatype">
|
|
187
|
+
<xs:annotation>
|
|
188
|
+
<xs:appinfo>
|
|
189
|
+
<m:formal-name>Component Type</m:formal-name>
|
|
190
|
+
<m:description>A category describing the purpose of the component.</m:description>
|
|
191
|
+
</xs:appinfo>
|
|
192
|
+
<xs:documentation>
|
|
193
|
+
<b>Component Type</b>: A category describing the purpose of the component.</xs:documentation>
|
|
194
|
+
</xs:annotation>
|
|
195
|
+
</xs:attribute>
|
|
196
|
+
</xs:complexType>
|
|
197
|
+
<xs:complexType name="oscal-component-definition-capability-ASSEMBLY">
|
|
198
|
+
<xs:annotation>
|
|
199
|
+
<xs:appinfo>
|
|
200
|
+
<m:formal-name>Capability</m:formal-name>
|
|
201
|
+
<m:description>A grouping of other components and/or capabilities.</m:description>
|
|
202
|
+
</xs:appinfo>
|
|
203
|
+
<xs:documentation>
|
|
204
|
+
<b>Capability</b>: A grouping of other components and/or capabilities.</xs:documentation>
|
|
205
|
+
</xs:annotation>
|
|
206
|
+
<xs:sequence>
|
|
207
|
+
<xs:element name="description" minOccurs="1" maxOccurs="1">
|
|
208
|
+
<xs:complexType>
|
|
209
|
+
<xs:annotation>
|
|
210
|
+
<xs:appinfo>
|
|
211
|
+
<m:formal-name>Capability Description</m:formal-name>
|
|
212
|
+
<m:description>A summary of the capability.</m:description>
|
|
213
|
+
</xs:appinfo>
|
|
214
|
+
<xs:documentation>
|
|
215
|
+
<b>Capability Description</b>: A summary of the capability.</xs:documentation>
|
|
216
|
+
</xs:annotation>
|
|
217
|
+
<xs:complexContent>
|
|
218
|
+
<xs:extension base="MarkupMultilineDatatype"/>
|
|
219
|
+
</xs:complexContent>
|
|
220
|
+
</xs:complexType>
|
|
221
|
+
</xs:element>
|
|
222
|
+
<xs:element name="prop"
|
|
223
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
224
|
+
minOccurs="0"
|
|
225
|
+
maxOccurs="unbounded"/>
|
|
226
|
+
<xs:element name="link"
|
|
227
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
228
|
+
minOccurs="0"
|
|
229
|
+
maxOccurs="unbounded"/>
|
|
230
|
+
<xs:element name="incorporates-component"
|
|
231
|
+
type="oscal-component-definition-incorporates-component-ASSEMBLY"
|
|
232
|
+
minOccurs="0"
|
|
233
|
+
maxOccurs="unbounded"/>
|
|
234
|
+
<xs:element name="control-implementation"
|
|
235
|
+
type="oscal-component-definition-control-implementation-ASSEMBLY"
|
|
236
|
+
minOccurs="0"
|
|
237
|
+
maxOccurs="unbounded"/>
|
|
238
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
239
|
+
<xs:annotation>
|
|
240
|
+
<xs:appinfo>
|
|
241
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
242
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
243
|
+
</xs:appinfo>
|
|
244
|
+
<xs:documentation>
|
|
245
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
246
|
+
</xs:annotation>
|
|
247
|
+
<xs:complexType>
|
|
248
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
249
|
+
</xs:complexType>
|
|
250
|
+
</xs:element>
|
|
251
|
+
</xs:sequence>
|
|
252
|
+
<xs:attribute name="uuid" use="required" type="UUIDDatatype">
|
|
253
|
+
<xs:annotation>
|
|
254
|
+
<xs:appinfo>
|
|
255
|
+
<m:formal-name>Capability Identifier</m:formal-name>
|
|
256
|
+
<m:description>Provides a globally unique means to identify a given capability.</m:description>
|
|
257
|
+
</xs:appinfo>
|
|
258
|
+
<xs:documentation>
|
|
259
|
+
<b>Capability Identifier</b>: Provides a globally unique means to identify a given capability.</xs:documentation>
|
|
260
|
+
</xs:annotation>
|
|
261
|
+
</xs:attribute>
|
|
262
|
+
<xs:attribute name="name" use="required" type="StringDatatype">
|
|
263
|
+
<xs:annotation>
|
|
264
|
+
<xs:appinfo>
|
|
265
|
+
<m:formal-name>Capability Name</m:formal-name>
|
|
266
|
+
<m:description>The capability's human-readable name.</m:description>
|
|
267
|
+
</xs:appinfo>
|
|
268
|
+
<xs:documentation>
|
|
269
|
+
<b>Capability Name</b>: The capability's human-readable name.</xs:documentation>
|
|
270
|
+
</xs:annotation>
|
|
271
|
+
</xs:attribute>
|
|
272
|
+
</xs:complexType>
|
|
273
|
+
<xs:complexType name="oscal-component-definition-incorporates-component-ASSEMBLY">
|
|
274
|
+
<xs:annotation>
|
|
275
|
+
<xs:appinfo>
|
|
276
|
+
<m:formal-name>Incorporates Component</m:formal-name>
|
|
277
|
+
<m:description>The collection of components comprising this capability.</m:description>
|
|
278
|
+
</xs:appinfo>
|
|
279
|
+
<xs:documentation>
|
|
280
|
+
<b>Incorporates Component</b>: The collection of components comprising this capability.</xs:documentation>
|
|
281
|
+
</xs:annotation>
|
|
282
|
+
<xs:sequence>
|
|
283
|
+
<xs:element name="description" minOccurs="1" maxOccurs="1">
|
|
284
|
+
<xs:complexType>
|
|
285
|
+
<xs:annotation>
|
|
286
|
+
<xs:appinfo>
|
|
287
|
+
<m:formal-name>Component Description</m:formal-name>
|
|
288
|
+
<m:description>A description of the component, including information about its function.</m:description>
|
|
289
|
+
</xs:appinfo>
|
|
290
|
+
<xs:documentation>
|
|
291
|
+
<b>Component Description</b>: A description of the component, including information about its function.</xs:documentation>
|
|
292
|
+
</xs:annotation>
|
|
293
|
+
<xs:complexContent>
|
|
294
|
+
<xs:extension base="MarkupMultilineDatatype"/>
|
|
295
|
+
</xs:complexContent>
|
|
296
|
+
</xs:complexType>
|
|
297
|
+
</xs:element>
|
|
298
|
+
</xs:sequence>
|
|
299
|
+
<xs:attribute name="component-uuid" use="required" type="UUIDDatatype">
|
|
300
|
+
<xs:annotation>
|
|
301
|
+
<xs:appinfo>
|
|
302
|
+
<m:formal-name>Component Reference</m:formal-name>
|
|
303
|
+
<m:description>A <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#machine-oriented">machine-oriented</a> identifier reference to a <code>component</code>.</m:description>
|
|
304
|
+
</xs:appinfo>
|
|
305
|
+
<xs:documentation>
|
|
306
|
+
<b>Component Reference</b>: A machine-oriented identifier reference to a component.</xs:documentation>
|
|
307
|
+
</xs:annotation>
|
|
308
|
+
</xs:attribute>
|
|
309
|
+
</xs:complexType>
|
|
310
|
+
<xs:complexType name="oscal-component-definition-control-implementation-ASSEMBLY">
|
|
311
|
+
<xs:annotation>
|
|
312
|
+
<xs:appinfo>
|
|
313
|
+
<m:formal-name>Control Implementation Set</m:formal-name>
|
|
314
|
+
<m:description>Defines how the component or capability supports a set of controls.</m:description>
|
|
315
|
+
</xs:appinfo>
|
|
316
|
+
<xs:documentation>
|
|
317
|
+
<b>Control Implementation Set</b>: Defines how the component or capability supports a set of controls.</xs:documentation>
|
|
318
|
+
</xs:annotation>
|
|
319
|
+
<xs:sequence>
|
|
320
|
+
<xs:element name="description" minOccurs="1" maxOccurs="1">
|
|
321
|
+
<xs:complexType>
|
|
322
|
+
<xs:annotation>
|
|
323
|
+
<xs:appinfo>
|
|
324
|
+
<m:formal-name>Control Implementation Description</m:formal-name>
|
|
325
|
+
<m:description>A description of how the specified set of controls are implemented for the containing component or capability.</m:description>
|
|
326
|
+
</xs:appinfo>
|
|
327
|
+
<xs:documentation>
|
|
328
|
+
<b>Control Implementation Description</b>: A description of how the specified set of controls are implemented for the containing component or capability.</xs:documentation>
|
|
329
|
+
</xs:annotation>
|
|
330
|
+
<xs:complexContent>
|
|
331
|
+
<xs:extension base="MarkupMultilineDatatype"/>
|
|
332
|
+
</xs:complexContent>
|
|
333
|
+
</xs:complexType>
|
|
334
|
+
</xs:element>
|
|
335
|
+
<xs:element name="prop"
|
|
336
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
337
|
+
minOccurs="0"
|
|
338
|
+
maxOccurs="unbounded"/>
|
|
339
|
+
<xs:element name="link"
|
|
340
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
341
|
+
minOccurs="0"
|
|
342
|
+
maxOccurs="unbounded"/>
|
|
343
|
+
<xs:element name="set-parameter"
|
|
344
|
+
type="oscal-implementation-common-set-parameter-ASSEMBLY"
|
|
345
|
+
minOccurs="0"
|
|
346
|
+
maxOccurs="unbounded"/>
|
|
347
|
+
<xs:element name="implemented-requirement"
|
|
348
|
+
type="oscal-component-definition-implemented-requirement-ASSEMBLY"
|
|
349
|
+
minOccurs="1"
|
|
350
|
+
maxOccurs="unbounded"/>
|
|
351
|
+
</xs:sequence>
|
|
352
|
+
<xs:attribute name="uuid" use="required" type="UUIDDatatype">
|
|
353
|
+
<xs:annotation>
|
|
354
|
+
<xs:appinfo>
|
|
355
|
+
<m:formal-name>Control Implementation Set Identifier</m:formal-name>
|
|
356
|
+
<m:description>Provides a means to identify a set of control implementations that are supported by a given component or capability.</m:description>
|
|
357
|
+
</xs:appinfo>
|
|
358
|
+
<xs:documentation>
|
|
359
|
+
<b>Control Implementation Set Identifier</b>: Provides a means to identify a set of control implementations that are supported by a given component or capability.</xs:documentation>
|
|
360
|
+
</xs:annotation>
|
|
361
|
+
</xs:attribute>
|
|
362
|
+
<xs:attribute name="source" use="required" type="URIReferenceDatatype">
|
|
363
|
+
<xs:annotation>
|
|
364
|
+
<xs:appinfo>
|
|
365
|
+
<m:formal-name>Source Resource Reference</m:formal-name>
|
|
366
|
+
<m:description>A reference to an OSCAL catalog or profile providing the referenced control or subcontrol definition.</m:description>
|
|
367
|
+
</xs:appinfo>
|
|
368
|
+
<xs:documentation>
|
|
369
|
+
<b>Source Resource Reference</b>: A reference to an OSCAL catalog or profile providing the referenced control or subcontrol definition.</xs:documentation>
|
|
370
|
+
</xs:annotation>
|
|
371
|
+
</xs:attribute>
|
|
372
|
+
</xs:complexType>
|
|
373
|
+
<xs:complexType name="oscal-component-definition-implemented-requirement-ASSEMBLY">
|
|
374
|
+
<xs:annotation>
|
|
375
|
+
<xs:appinfo>
|
|
376
|
+
<m:formal-name>Control Implementation</m:formal-name>
|
|
377
|
+
<m:description>Describes how the containing component or capability implements an individual control.</m:description>
|
|
378
|
+
</xs:appinfo>
|
|
379
|
+
<xs:documentation>
|
|
380
|
+
<b>Control Implementation</b>: Describes how the containing component or capability implements an individual control.</xs:documentation>
|
|
381
|
+
</xs:annotation>
|
|
382
|
+
<xs:sequence>
|
|
383
|
+
<xs:element name="description" minOccurs="1" maxOccurs="1">
|
|
384
|
+
<xs:complexType>
|
|
385
|
+
<xs:annotation>
|
|
386
|
+
<xs:appinfo>
|
|
387
|
+
<m:formal-name>Control Implementation Description</m:formal-name>
|
|
388
|
+
<m:description>A suggestion from the supplier (e.g., component vendor or author) for how the specified control may be implemented if the containing component or capability is instantiated in a system security plan.</m:description>
|
|
389
|
+
</xs:appinfo>
|
|
390
|
+
<xs:documentation>
|
|
391
|
+
<b>Control Implementation Description</b>: A suggestion from the supplier (e.g., component vendor or author) for how the specified control may be implemented if the containing component or capability is instantiated in a system security plan.</xs:documentation>
|
|
392
|
+
</xs:annotation>
|
|
393
|
+
<xs:complexContent>
|
|
394
|
+
<xs:extension base="MarkupMultilineDatatype"/>
|
|
395
|
+
</xs:complexContent>
|
|
396
|
+
</xs:complexType>
|
|
397
|
+
</xs:element>
|
|
398
|
+
<xs:element name="prop"
|
|
399
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
400
|
+
minOccurs="0"
|
|
401
|
+
maxOccurs="unbounded"/>
|
|
402
|
+
<xs:element name="link"
|
|
403
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
404
|
+
minOccurs="0"
|
|
405
|
+
maxOccurs="unbounded"/>
|
|
406
|
+
<xs:element name="set-parameter"
|
|
407
|
+
type="oscal-implementation-common-set-parameter-ASSEMBLY"
|
|
408
|
+
minOccurs="0"
|
|
409
|
+
maxOccurs="unbounded"/>
|
|
410
|
+
<xs:element name="responsible-role"
|
|
411
|
+
type="oscal-metadata-responsible-role-ASSEMBLY"
|
|
412
|
+
minOccurs="0"
|
|
413
|
+
maxOccurs="unbounded"/>
|
|
414
|
+
<xs:element name="statement"
|
|
415
|
+
type="oscal-component-definition-statement-ASSEMBLY"
|
|
416
|
+
minOccurs="0"
|
|
417
|
+
maxOccurs="unbounded"/>
|
|
418
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
419
|
+
<xs:annotation>
|
|
420
|
+
<xs:appinfo>
|
|
421
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
422
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
423
|
+
</xs:appinfo>
|
|
424
|
+
<xs:documentation>
|
|
425
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
426
|
+
</xs:annotation>
|
|
427
|
+
<xs:complexType>
|
|
428
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
429
|
+
</xs:complexType>
|
|
430
|
+
</xs:element>
|
|
431
|
+
</xs:sequence>
|
|
432
|
+
<xs:attribute name="uuid" use="required" type="UUIDDatatype">
|
|
433
|
+
<xs:annotation>
|
|
434
|
+
<xs:appinfo>
|
|
435
|
+
<m:formal-name>Control Implementation Identifier</m:formal-name>
|
|
436
|
+
<m:description>Provides a globally unique means to identify a given control implementation by a component.</m:description>
|
|
437
|
+
</xs:appinfo>
|
|
438
|
+
<xs:documentation>
|
|
439
|
+
<b>Control Implementation Identifier</b>: Provides a globally unique means to identify a given control implementation by a component.</xs:documentation>
|
|
440
|
+
</xs:annotation>
|
|
441
|
+
</xs:attribute>
|
|
442
|
+
<xs:attribute name="control-id" use="required" type="TokenDatatype">
|
|
443
|
+
<xs:annotation>
|
|
444
|
+
<xs:appinfo>
|
|
445
|
+
<m:formal-name>Control Identifier Reference</m:formal-name>
|
|
446
|
+
<m:description>A reference to a control with a corresponding <code>id</code> value. When referencing an externally defined <code>control</code>, the <code>Control Identifier Reference</code> must be used in the context of the external / imported OSCAL instance (e.g., uri-reference).</m:description>
|
|
447
|
+
</xs:appinfo>
|
|
448
|
+
<xs:documentation>
|
|
449
|
+
<b>Control Identifier Reference</b>: A reference to a control with a corresponding id value. When referencing an externally defined control, the Control Identifier Reference must be used in the context of the external / imported OSCAL instance (e.g., uri-reference).</xs:documentation>
|
|
450
|
+
</xs:annotation>
|
|
451
|
+
</xs:attribute>
|
|
452
|
+
</xs:complexType>
|
|
453
|
+
<xs:complexType name="oscal-component-definition-statement-ASSEMBLY">
|
|
454
|
+
<xs:annotation>
|
|
455
|
+
<xs:appinfo>
|
|
456
|
+
<m:formal-name>Control Statement Implementation</m:formal-name>
|
|
457
|
+
<m:description>Identifies which statements within a control are addressed.</m:description>
|
|
458
|
+
</xs:appinfo>
|
|
459
|
+
<xs:documentation>
|
|
460
|
+
<b>Control Statement Implementation</b>: Identifies which statements within a control are addressed.</xs:documentation>
|
|
461
|
+
</xs:annotation>
|
|
462
|
+
<xs:sequence>
|
|
463
|
+
<xs:element name="description" minOccurs="1" maxOccurs="1">
|
|
464
|
+
<xs:complexType>
|
|
465
|
+
<xs:annotation>
|
|
466
|
+
<xs:appinfo>
|
|
467
|
+
<m:formal-name>Statement Implementation Description</m:formal-name>
|
|
468
|
+
<m:description>A summary of how the containing control statement is implemented by the component or capability.</m:description>
|
|
469
|
+
</xs:appinfo>
|
|
470
|
+
<xs:documentation>
|
|
471
|
+
<b>Statement Implementation Description</b>: A summary of how the containing control statement is implemented by the component or capability.</xs:documentation>
|
|
472
|
+
</xs:annotation>
|
|
473
|
+
<xs:complexContent>
|
|
474
|
+
<xs:extension base="MarkupMultilineDatatype"/>
|
|
475
|
+
</xs:complexContent>
|
|
476
|
+
</xs:complexType>
|
|
477
|
+
</xs:element>
|
|
478
|
+
<xs:element name="prop"
|
|
479
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
480
|
+
minOccurs="0"
|
|
481
|
+
maxOccurs="unbounded"/>
|
|
482
|
+
<xs:element name="link"
|
|
483
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
484
|
+
minOccurs="0"
|
|
485
|
+
maxOccurs="unbounded"/>
|
|
486
|
+
<xs:element name="responsible-role"
|
|
487
|
+
type="oscal-metadata-responsible-role-ASSEMBLY"
|
|
488
|
+
minOccurs="0"
|
|
489
|
+
maxOccurs="unbounded"/>
|
|
490
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
491
|
+
<xs:annotation>
|
|
492
|
+
<xs:appinfo>
|
|
493
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
494
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
495
|
+
</xs:appinfo>
|
|
496
|
+
<xs:documentation>
|
|
497
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
498
|
+
</xs:annotation>
|
|
499
|
+
<xs:complexType>
|
|
500
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
501
|
+
</xs:complexType>
|
|
502
|
+
</xs:element>
|
|
503
|
+
</xs:sequence>
|
|
504
|
+
<xs:attribute name="statement-id" use="required" type="TokenDatatype">
|
|
505
|
+
<xs:annotation>
|
|
506
|
+
<xs:appinfo>
|
|
507
|
+
<m:formal-name>Control Statement Reference</m:formal-name>
|
|
508
|
+
<m:description>A <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#human-oriented">human-oriented</a> identifier reference to a <code>control statement</code>.</m:description>
|
|
509
|
+
</xs:appinfo>
|
|
510
|
+
<xs:documentation>
|
|
511
|
+
<b>Control Statement Reference</b>: A human-oriented identifier reference to a control statement.</xs:documentation>
|
|
512
|
+
</xs:annotation>
|
|
513
|
+
</xs:attribute>
|
|
514
|
+
<xs:attribute name="uuid" use="required" type="UUIDDatatype">
|
|
515
|
+
<xs:annotation>
|
|
516
|
+
<xs:appinfo>
|
|
517
|
+
<m:formal-name>Control Statement Reference Universally Unique Identifier</m:formal-name>
|
|
518
|
+
<m:description>A <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#machine-oriented">machine-oriented</a>, <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#globally-unique">globally unique</a> identifier with <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#cross-instance">cross-instance</a> scope that can be used to reference this control statement elsewhere in <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#component-definition-identifiers">this or other OSCAL instances</a>. The <em>UUID</em> of the <code>control statement</code> in the source OSCAL instance is sufficient to reference the data item locally or globally (e.g., in an imported OSCAL instance).</m:description>
|
|
519
|
+
</xs:appinfo>
|
|
520
|
+
<xs:documentation>
|
|
521
|
+
<b>Control Statement Reference Universally Unique Identifier</b>: A machine-oriented, globally unique identifier with cross-instance scope that can be used to reference this control statement elsewhere in this or other OSCAL instances. The UUID of the control statement in the source OSCAL instance is sufficient to reference the data item locally or globally (e.g., in an imported OSCAL instance).</xs:documentation>
|
|
522
|
+
</xs:annotation>
|
|
523
|
+
</xs:attribute>
|
|
524
|
+
</xs:complexType>
|
|
525
|
+
<xs:complexType name="oscal-implementation-common-system-component-ASSEMBLY">
|
|
526
|
+
<xs:annotation>
|
|
527
|
+
<xs:appinfo>
|
|
528
|
+
<m:formal-name>Component</m:formal-name>
|
|
529
|
+
<m:description>A defined component that can be part of an implemented system.</m:description>
|
|
530
|
+
</xs:appinfo>
|
|
531
|
+
<xs:documentation>
|
|
532
|
+
<b>Component</b>: A defined component that can be part of an implemented system.</xs:documentation>
|
|
533
|
+
</xs:annotation>
|
|
534
|
+
<xs:sequence>
|
|
535
|
+
<xs:element name="title" minOccurs="1" maxOccurs="1">
|
|
536
|
+
<xs:complexType mixed="true">
|
|
537
|
+
<xs:annotation>
|
|
538
|
+
<xs:appinfo>
|
|
539
|
+
<m:formal-name>Component Title</m:formal-name>
|
|
540
|
+
<m:description>A human readable name for the system component.</m:description>
|
|
541
|
+
</xs:appinfo>
|
|
542
|
+
<xs:documentation>
|
|
543
|
+
<b>Component Title</b>: A human readable name for the system component.</xs:documentation>
|
|
544
|
+
</xs:annotation>
|
|
545
|
+
<xs:complexContent>
|
|
546
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
547
|
+
</xs:complexContent>
|
|
548
|
+
</xs:complexType>
|
|
549
|
+
</xs:element>
|
|
550
|
+
<xs:element name="description" minOccurs="1" maxOccurs="1">
|
|
551
|
+
<xs:complexType>
|
|
552
|
+
<xs:annotation>
|
|
553
|
+
<xs:appinfo>
|
|
554
|
+
<m:formal-name>Component Description</m:formal-name>
|
|
555
|
+
<m:description>A description of the component, including information about its function.</m:description>
|
|
556
|
+
</xs:appinfo>
|
|
557
|
+
<xs:documentation>
|
|
558
|
+
<b>Component Description</b>: A description of the component, including information about its function.</xs:documentation>
|
|
559
|
+
</xs:annotation>
|
|
560
|
+
<xs:complexContent>
|
|
561
|
+
<xs:extension base="MarkupMultilineDatatype"/>
|
|
562
|
+
</xs:complexContent>
|
|
563
|
+
</xs:complexType>
|
|
564
|
+
</xs:element>
|
|
565
|
+
<xs:element name="purpose" minOccurs="0" maxOccurs="1">
|
|
566
|
+
<xs:complexType mixed="true">
|
|
567
|
+
<xs:annotation>
|
|
568
|
+
<xs:appinfo>
|
|
569
|
+
<m:formal-name>Purpose</m:formal-name>
|
|
570
|
+
<m:description>A summary of the technological or business purpose of the component.</m:description>
|
|
571
|
+
</xs:appinfo>
|
|
572
|
+
<xs:documentation>
|
|
573
|
+
<b>Purpose</b>: A summary of the technological or business purpose of the component.</xs:documentation>
|
|
574
|
+
</xs:annotation>
|
|
575
|
+
<xs:complexContent>
|
|
576
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
577
|
+
</xs:complexContent>
|
|
578
|
+
</xs:complexType>
|
|
579
|
+
</xs:element>
|
|
580
|
+
<xs:element name="prop"
|
|
581
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
582
|
+
minOccurs="0"
|
|
583
|
+
maxOccurs="unbounded"/>
|
|
584
|
+
<xs:element name="link"
|
|
585
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
586
|
+
minOccurs="0"
|
|
587
|
+
maxOccurs="unbounded"/>
|
|
588
|
+
<xs:element name="status" minOccurs="1" maxOccurs="1">
|
|
589
|
+
<xs:complexType>
|
|
590
|
+
<xs:annotation>
|
|
591
|
+
<xs:appinfo>
|
|
592
|
+
<m:formal-name>Status</m:formal-name>
|
|
593
|
+
<m:description>Describes the operational status of the system component.</m:description>
|
|
594
|
+
</xs:appinfo>
|
|
595
|
+
<xs:documentation>
|
|
596
|
+
<b>Status</b>: Describes the operational status of the system component.</xs:documentation>
|
|
597
|
+
</xs:annotation>
|
|
598
|
+
<xs:sequence>
|
|
599
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
600
|
+
<xs:annotation>
|
|
601
|
+
<xs:appinfo>
|
|
602
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
603
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
604
|
+
</xs:appinfo>
|
|
605
|
+
<xs:documentation>
|
|
606
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
607
|
+
</xs:annotation>
|
|
608
|
+
<xs:complexType>
|
|
609
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
610
|
+
</xs:complexType>
|
|
611
|
+
</xs:element>
|
|
612
|
+
</xs:sequence>
|
|
613
|
+
<xs:attribute name="state" use="required" type="TokenDatatype">
|
|
614
|
+
<xs:annotation>
|
|
615
|
+
<xs:appinfo>
|
|
616
|
+
<m:formal-name>State</m:formal-name>
|
|
617
|
+
<m:description>The operational status.</m:description>
|
|
618
|
+
</xs:appinfo>
|
|
619
|
+
<xs:documentation>
|
|
620
|
+
<b>State</b>: The operational status.</xs:documentation>
|
|
621
|
+
</xs:annotation>
|
|
622
|
+
</xs:attribute>
|
|
623
|
+
</xs:complexType>
|
|
624
|
+
</xs:element>
|
|
625
|
+
<xs:element name="responsible-role"
|
|
626
|
+
type="oscal-metadata-responsible-role-ASSEMBLY"
|
|
627
|
+
minOccurs="0"
|
|
628
|
+
maxOccurs="unbounded"/>
|
|
629
|
+
<xs:element name="protocol"
|
|
630
|
+
type="oscal-implementation-common-protocol-ASSEMBLY"
|
|
631
|
+
minOccurs="0"
|
|
632
|
+
maxOccurs="unbounded"/>
|
|
633
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
634
|
+
<xs:annotation>
|
|
635
|
+
<xs:appinfo>
|
|
636
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
637
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
638
|
+
</xs:appinfo>
|
|
639
|
+
<xs:documentation>
|
|
640
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
641
|
+
</xs:annotation>
|
|
642
|
+
<xs:complexType>
|
|
643
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
644
|
+
</xs:complexType>
|
|
645
|
+
</xs:element>
|
|
646
|
+
</xs:sequence>
|
|
647
|
+
<xs:attribute name="uuid" use="required" type="UUIDDatatype">
|
|
648
|
+
<xs:annotation>
|
|
649
|
+
<xs:appinfo>
|
|
650
|
+
<m:formal-name>Component Identifier</m:formal-name>
|
|
651
|
+
<m:description>A <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#machine-oriented">machine-oriented</a>, <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#globally-unique">globally unique</a> identifier with <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#cross-instance">cross-instance</a> scope that can be used to reference this component elsewhere in <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#scope">this or other OSCAL instances</a>. The locally defined <em>UUID</em> of the <code>component</code> can be used to reference the data item locally or globally (e.g., in an imported OSCAL instance). This UUID should be assigned <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#consistency">per-subject</a>, which means it should be consistently used to identify the same subject across revisions of the document.</m:description>
|
|
652
|
+
</xs:appinfo>
|
|
653
|
+
<xs:documentation>
|
|
654
|
+
<b>Component Identifier</b>: A machine-oriented, globally unique identifier with cross-instance scope that can be used to reference this component elsewhere in this or other OSCAL instances. The locally defined UUID of the component can be used to reference the data item locally or globally (e.g., in an imported OSCAL instance). This UUID should be assigned per-subject, which means it should be consistently used to identify the same subject across revisions of the document.</xs:documentation>
|
|
655
|
+
</xs:annotation>
|
|
656
|
+
</xs:attribute>
|
|
657
|
+
<xs:attribute name="type" use="required" type="StringDatatype">
|
|
658
|
+
<xs:annotation>
|
|
659
|
+
<xs:appinfo>
|
|
660
|
+
<m:formal-name>Component Type</m:formal-name>
|
|
661
|
+
<m:description>A category describing the purpose of the component.</m:description>
|
|
662
|
+
</xs:appinfo>
|
|
663
|
+
<xs:documentation>
|
|
664
|
+
<b>Component Type</b>: A category describing the purpose of the component.</xs:documentation>
|
|
665
|
+
</xs:annotation>
|
|
666
|
+
</xs:attribute>
|
|
667
|
+
</xs:complexType>
|
|
668
|
+
<xs:complexType name="oscal-implementation-common-protocol-ASSEMBLY">
|
|
669
|
+
<xs:annotation>
|
|
670
|
+
<xs:appinfo>
|
|
671
|
+
<m:formal-name>Service Protocol Information</m:formal-name>
|
|
672
|
+
<m:description>Information about the protocol used to provide a service.</m:description>
|
|
673
|
+
</xs:appinfo>
|
|
674
|
+
<xs:documentation>
|
|
675
|
+
<b>Service Protocol Information</b>: Information about the protocol used to provide a service.</xs:documentation>
|
|
676
|
+
</xs:annotation>
|
|
677
|
+
<xs:sequence>
|
|
678
|
+
<xs:element name="title" minOccurs="0" maxOccurs="1">
|
|
679
|
+
<xs:complexType mixed="true">
|
|
680
|
+
<xs:annotation>
|
|
681
|
+
<xs:appinfo>
|
|
682
|
+
<m:formal-name>Protocol Title</m:formal-name>
|
|
683
|
+
<m:description>A human readable name for the protocol (e.g., Transport Layer Security).</m:description>
|
|
684
|
+
</xs:appinfo>
|
|
685
|
+
<xs:documentation>
|
|
686
|
+
<b>Protocol Title</b>: A human readable name for the protocol (e.g., Transport Layer Security).</xs:documentation>
|
|
687
|
+
</xs:annotation>
|
|
688
|
+
<xs:complexContent>
|
|
689
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
690
|
+
</xs:complexContent>
|
|
691
|
+
</xs:complexType>
|
|
692
|
+
</xs:element>
|
|
693
|
+
<xs:element name="port-range"
|
|
694
|
+
type="oscal-implementation-common-port-range-ASSEMBLY"
|
|
695
|
+
minOccurs="0"
|
|
696
|
+
maxOccurs="unbounded"/>
|
|
697
|
+
</xs:sequence>
|
|
698
|
+
<xs:attribute name="uuid" type="UUIDDatatype">
|
|
699
|
+
<xs:annotation>
|
|
700
|
+
<xs:appinfo>
|
|
701
|
+
<m:formal-name>Service Protocol Information Universally Unique Identifier</m:formal-name>
|
|
702
|
+
<m:description>A <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#machine-oriented">machine-oriented</a>, <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#globally-unique">globally unique</a> identifier with <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#cross-instance">cross-instance</a> scope that can be used to reference this service protocol information elsewhere in <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#scope">this or other OSCAL instances</a>. The locally defined <em>UUID</em> of the <code>service protocol</code> can be used to reference the data item locally or globally (e.g., in an imported OSCAL instance). This UUID should be assigned <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#consistency">per-subject</a>, which means it should be consistently used to identify the same subject across revisions of the document.</m:description>
|
|
703
|
+
</xs:appinfo>
|
|
704
|
+
<xs:documentation>
|
|
705
|
+
<b>Service Protocol Information Universally Unique Identifier</b>: A machine-oriented, globally unique identifier with cross-instance scope that can be used to reference this service protocol information elsewhere in this or other OSCAL instances. The locally defined UUID of the service protocol can be used to reference the data item locally or globally (e.g., in an imported OSCAL instance). This UUID should be assigned per-subject, which means it should be consistently used to identify the same subject across revisions of the document.</xs:documentation>
|
|
706
|
+
</xs:annotation>
|
|
707
|
+
</xs:attribute>
|
|
708
|
+
<xs:attribute name="name" type="StringDatatype">
|
|
709
|
+
<xs:annotation>
|
|
710
|
+
<xs:appinfo>
|
|
711
|
+
<m:formal-name>Protocol Name</m:formal-name>
|
|
712
|
+
<m:description>The common name of the protocol, which should be the appropriate "service name" from the <a href="https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml">IANA Service Name and Transport Protocol Port Number Registry</a>. </m:description>
|
|
713
|
+
</xs:appinfo>
|
|
714
|
+
<xs:documentation>
|
|
715
|
+
<b>Protocol Name</b>: The common name of the protocol, which should be the appropriate "service name" from the IANA Service Name and Transport Protocol Port Number Registry. </xs:documentation>
|
|
716
|
+
</xs:annotation>
|
|
717
|
+
</xs:attribute>
|
|
718
|
+
</xs:complexType>
|
|
719
|
+
<xs:complexType name="oscal-implementation-common-port-range-ASSEMBLY">
|
|
720
|
+
<xs:annotation>
|
|
721
|
+
<xs:appinfo>
|
|
722
|
+
<m:formal-name>Port Range</m:formal-name>
|
|
723
|
+
<m:description>Where applicable this is the transport layer protocol port range an IPv4-based or IPv6-based service uses.</m:description>
|
|
724
|
+
</xs:appinfo>
|
|
725
|
+
<xs:documentation>
|
|
726
|
+
<b>Port Range</b>: Where applicable this is the transport layer protocol port range an IPv4-based or IPv6-based service uses.</xs:documentation>
|
|
727
|
+
</xs:annotation>
|
|
728
|
+
<xs:attribute name="start" type="NonNegativeIntegerDatatype">
|
|
729
|
+
<xs:annotation>
|
|
730
|
+
<xs:appinfo>
|
|
731
|
+
<m:formal-name>Start</m:formal-name>
|
|
732
|
+
<m:description>Indicates the starting port number in a port range for a transport layer protocol</m:description>
|
|
733
|
+
</xs:appinfo>
|
|
734
|
+
<xs:documentation>
|
|
735
|
+
<b>Start</b>: Indicates the starting port number in a port range for a transport layer protocol</xs:documentation>
|
|
736
|
+
</xs:annotation>
|
|
737
|
+
</xs:attribute>
|
|
738
|
+
<xs:attribute name="end" type="NonNegativeIntegerDatatype">
|
|
739
|
+
<xs:annotation>
|
|
740
|
+
<xs:appinfo>
|
|
741
|
+
<m:formal-name>End</m:formal-name>
|
|
742
|
+
<m:description>Indicates the ending port number in a port range for a transport layer protocol</m:description>
|
|
743
|
+
</xs:appinfo>
|
|
744
|
+
<xs:documentation>
|
|
745
|
+
<b>End</b>: Indicates the ending port number in a port range for a transport layer protocol</xs:documentation>
|
|
746
|
+
</xs:annotation>
|
|
747
|
+
</xs:attribute>
|
|
748
|
+
<xs:attribute name="transport" type="TokenDatatype">
|
|
749
|
+
<xs:annotation>
|
|
750
|
+
<xs:appinfo>
|
|
751
|
+
<m:formal-name>Transport</m:formal-name>
|
|
752
|
+
<m:description>Indicates the transport type.</m:description>
|
|
753
|
+
</xs:appinfo>
|
|
754
|
+
<xs:documentation>
|
|
755
|
+
<b>Transport</b>: Indicates the transport type.</xs:documentation>
|
|
756
|
+
</xs:annotation>
|
|
757
|
+
</xs:attribute>
|
|
758
|
+
</xs:complexType>
|
|
759
|
+
<xs:complexType name="oscal-implementation-common-implementation-status-ASSEMBLY">
|
|
760
|
+
<xs:annotation>
|
|
761
|
+
<xs:appinfo>
|
|
762
|
+
<m:formal-name>Implementation Status</m:formal-name>
|
|
763
|
+
<m:description>Indicates the degree to which the a given control is implemented.</m:description>
|
|
764
|
+
</xs:appinfo>
|
|
765
|
+
<xs:documentation>
|
|
766
|
+
<b>Implementation Status</b>: Indicates the degree to which the a given control is implemented.</xs:documentation>
|
|
767
|
+
</xs:annotation>
|
|
768
|
+
<xs:sequence>
|
|
769
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
770
|
+
<xs:annotation>
|
|
771
|
+
<xs:appinfo>
|
|
772
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
773
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
774
|
+
</xs:appinfo>
|
|
775
|
+
<xs:documentation>
|
|
776
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
777
|
+
</xs:annotation>
|
|
778
|
+
<xs:complexType>
|
|
779
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
780
|
+
</xs:complexType>
|
|
781
|
+
</xs:element>
|
|
782
|
+
</xs:sequence>
|
|
783
|
+
<xs:attribute name="state" use="required" type="TokenDatatype">
|
|
784
|
+
<xs:annotation>
|
|
785
|
+
<xs:appinfo>
|
|
786
|
+
<m:formal-name>Implementation State</m:formal-name>
|
|
787
|
+
<m:description>Identifies the implementation status of the control or control objective.</m:description>
|
|
788
|
+
</xs:appinfo>
|
|
789
|
+
<xs:documentation>
|
|
790
|
+
<b>Implementation State</b>: Identifies the implementation status of the control or control objective.</xs:documentation>
|
|
791
|
+
</xs:annotation>
|
|
792
|
+
</xs:attribute>
|
|
793
|
+
</xs:complexType>
|
|
794
|
+
<xs:complexType name="oscal-implementation-common-system-user-ASSEMBLY">
|
|
795
|
+
<xs:annotation>
|
|
796
|
+
<xs:appinfo>
|
|
797
|
+
<m:formal-name>System User</m:formal-name>
|
|
798
|
+
<m:description>A type of user that interacts with the system based on an associated role.</m:description>
|
|
799
|
+
</xs:appinfo>
|
|
800
|
+
<xs:documentation>
|
|
801
|
+
<b>System User</b>: A type of user that interacts with the system based on an associated role.</xs:documentation>
|
|
802
|
+
</xs:annotation>
|
|
803
|
+
<xs:sequence>
|
|
804
|
+
<xs:element name="title" minOccurs="0" maxOccurs="1">
|
|
805
|
+
<xs:complexType mixed="true">
|
|
806
|
+
<xs:annotation>
|
|
807
|
+
<xs:appinfo>
|
|
808
|
+
<m:formal-name>User Title</m:formal-name>
|
|
809
|
+
<m:description>A name given to the user, which may be used by a tool for display and navigation.</m:description>
|
|
810
|
+
</xs:appinfo>
|
|
811
|
+
<xs:documentation>
|
|
812
|
+
<b>User Title</b>: A name given to the user, which may be used by a tool for display and navigation.</xs:documentation>
|
|
813
|
+
</xs:annotation>
|
|
814
|
+
<xs:complexContent>
|
|
815
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
816
|
+
</xs:complexContent>
|
|
817
|
+
</xs:complexType>
|
|
818
|
+
</xs:element>
|
|
819
|
+
<xs:element name="short-name" minOccurs="0" maxOccurs="1">
|
|
820
|
+
<xs:simpleType>
|
|
821
|
+
<xs:annotation>
|
|
822
|
+
<xs:appinfo>
|
|
823
|
+
<m:formal-name>User Short Name</m:formal-name>
|
|
824
|
+
<m:description>A short common name, abbreviation, or acronym for the user.</m:description>
|
|
825
|
+
</xs:appinfo>
|
|
826
|
+
<xs:documentation>
|
|
827
|
+
<b>User Short Name</b>: A short common name, abbreviation, or acronym for the user.</xs:documentation>
|
|
828
|
+
</xs:annotation>
|
|
829
|
+
<xs:restriction base="StringDatatype"/>
|
|
830
|
+
</xs:simpleType>
|
|
831
|
+
</xs:element>
|
|
832
|
+
<xs:element name="description" minOccurs="0" maxOccurs="1">
|
|
833
|
+
<xs:complexType>
|
|
834
|
+
<xs:annotation>
|
|
835
|
+
<xs:appinfo>
|
|
836
|
+
<m:formal-name>User Description</m:formal-name>
|
|
837
|
+
<m:description>A summary of the user's purpose within the system.</m:description>
|
|
838
|
+
</xs:appinfo>
|
|
839
|
+
<xs:documentation>
|
|
840
|
+
<b>User Description</b>: A summary of the user's purpose within the system.</xs:documentation>
|
|
841
|
+
</xs:annotation>
|
|
842
|
+
<xs:complexContent>
|
|
843
|
+
<xs:extension base="MarkupMultilineDatatype"/>
|
|
844
|
+
</xs:complexContent>
|
|
845
|
+
</xs:complexType>
|
|
846
|
+
</xs:element>
|
|
847
|
+
<xs:element name="prop"
|
|
848
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
849
|
+
minOccurs="0"
|
|
850
|
+
maxOccurs="unbounded"/>
|
|
851
|
+
<xs:element name="link"
|
|
852
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
853
|
+
minOccurs="0"
|
|
854
|
+
maxOccurs="unbounded"/>
|
|
855
|
+
<xs:element name="role-id"
|
|
856
|
+
type="oscal-metadata-role-id-FIELD"
|
|
857
|
+
minOccurs="0"
|
|
858
|
+
maxOccurs="unbounded"/>
|
|
859
|
+
<xs:element name="authorized-privilege"
|
|
860
|
+
type="oscal-implementation-common-authorized-privilege-ASSEMBLY"
|
|
861
|
+
minOccurs="0"
|
|
862
|
+
maxOccurs="unbounded"/>
|
|
863
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
864
|
+
<xs:annotation>
|
|
865
|
+
<xs:appinfo>
|
|
866
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
867
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
868
|
+
</xs:appinfo>
|
|
869
|
+
<xs:documentation>
|
|
870
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
871
|
+
</xs:annotation>
|
|
872
|
+
<xs:complexType>
|
|
873
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
874
|
+
</xs:complexType>
|
|
875
|
+
</xs:element>
|
|
876
|
+
</xs:sequence>
|
|
877
|
+
<xs:attribute name="uuid" use="required" type="UUIDDatatype">
|
|
878
|
+
<xs:annotation>
|
|
879
|
+
<xs:appinfo>
|
|
880
|
+
<m:formal-name>User Universally Unique Identifier</m:formal-name>
|
|
881
|
+
<m:description>A <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#machine-oriented">machine-oriented</a>, <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#globally-unique">globally unique</a> identifier with <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#cross-instance">cross-instance</a> scope that can be used to reference this user class elsewhere in <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#scope">this or other OSCAL instances</a>. The locally defined <em>UUID</em> of the <code>system user</code> can be used to reference the data item locally or globally (e.g., in an imported OSCAL instance). This UUID should be assigned <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#consistency">per-subject</a>, which means it should be consistently used to identify the same subject across revisions of the document.</m:description>
|
|
882
|
+
</xs:appinfo>
|
|
883
|
+
<xs:documentation>
|
|
884
|
+
<b>User Universally Unique Identifier</b>: A machine-oriented, globally unique identifier with cross-instance scope that can be used to reference this user class elsewhere in this or other OSCAL instances. The locally defined UUID of the system user can be used to reference the data item locally or globally (e.g., in an imported OSCAL instance). This UUID should be assigned per-subject, which means it should be consistently used to identify the same subject across revisions of the document.</xs:documentation>
|
|
885
|
+
</xs:annotation>
|
|
886
|
+
</xs:attribute>
|
|
887
|
+
</xs:complexType>
|
|
888
|
+
<xs:complexType name="oscal-implementation-common-authorized-privilege-ASSEMBLY">
|
|
889
|
+
<xs:annotation>
|
|
890
|
+
<xs:appinfo>
|
|
891
|
+
<m:formal-name>Privilege</m:formal-name>
|
|
892
|
+
<m:description>Identifies a specific system privilege held by the user, along with an associated description and/or rationale for the privilege.</m:description>
|
|
893
|
+
</xs:appinfo>
|
|
894
|
+
<xs:documentation>
|
|
895
|
+
<b>Privilege</b>: Identifies a specific system privilege held by the user, along with an associated description and/or rationale for the privilege.</xs:documentation>
|
|
896
|
+
</xs:annotation>
|
|
897
|
+
<xs:sequence>
|
|
898
|
+
<xs:element name="title" minOccurs="1" maxOccurs="1">
|
|
899
|
+
<xs:complexType mixed="true">
|
|
900
|
+
<xs:annotation>
|
|
901
|
+
<xs:appinfo>
|
|
902
|
+
<m:formal-name>Privilege Title</m:formal-name>
|
|
903
|
+
<m:description>A human readable name for the privilege.</m:description>
|
|
904
|
+
</xs:appinfo>
|
|
905
|
+
<xs:documentation>
|
|
906
|
+
<b>Privilege Title</b>: A human readable name for the privilege.</xs:documentation>
|
|
907
|
+
</xs:annotation>
|
|
908
|
+
<xs:complexContent>
|
|
909
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
910
|
+
</xs:complexContent>
|
|
911
|
+
</xs:complexType>
|
|
912
|
+
</xs:element>
|
|
913
|
+
<xs:element name="description" minOccurs="0" maxOccurs="1">
|
|
914
|
+
<xs:complexType>
|
|
915
|
+
<xs:annotation>
|
|
916
|
+
<xs:appinfo>
|
|
917
|
+
<m:formal-name>Privilege Description</m:formal-name>
|
|
918
|
+
<m:description>A summary of the privilege's purpose within the system.</m:description>
|
|
919
|
+
</xs:appinfo>
|
|
920
|
+
<xs:documentation>
|
|
921
|
+
<b>Privilege Description</b>: A summary of the privilege's purpose within the system.</xs:documentation>
|
|
922
|
+
</xs:annotation>
|
|
923
|
+
<xs:complexContent>
|
|
924
|
+
<xs:extension base="MarkupMultilineDatatype"/>
|
|
925
|
+
</xs:complexContent>
|
|
926
|
+
</xs:complexType>
|
|
927
|
+
</xs:element>
|
|
928
|
+
<xs:element name="function-performed"
|
|
929
|
+
type="oscal-implementation-common-function-performed-FIELD"
|
|
930
|
+
minOccurs="1"
|
|
931
|
+
maxOccurs="unbounded"/>
|
|
932
|
+
</xs:sequence>
|
|
933
|
+
</xs:complexType>
|
|
934
|
+
<xs:simpleType name="oscal-implementation-common-function-performed-FIELD">
|
|
935
|
+
<xs:annotation>
|
|
936
|
+
<xs:appinfo>
|
|
937
|
+
<m:formal-name>Functions Performed</m:formal-name>
|
|
938
|
+
<m:description>Describes a function performed for a given authorized privilege by this user class.</m:description>
|
|
939
|
+
</xs:appinfo>
|
|
940
|
+
<xs:documentation>
|
|
941
|
+
<b>Functions Performed</b>: Describes a function performed for a given authorized privilege by this user class.</xs:documentation>
|
|
942
|
+
</xs:annotation>
|
|
943
|
+
<xs:restriction base="StringDatatype"/>
|
|
944
|
+
</xs:simpleType>
|
|
945
|
+
<xs:complexType name="oscal-implementation-common-inventory-item-ASSEMBLY">
|
|
946
|
+
<xs:annotation>
|
|
947
|
+
<xs:appinfo>
|
|
948
|
+
<m:formal-name>Inventory Item</m:formal-name>
|
|
949
|
+
<m:description>A single managed inventory item within the system.</m:description>
|
|
950
|
+
</xs:appinfo>
|
|
951
|
+
<xs:documentation>
|
|
952
|
+
<b>Inventory Item</b>: A single managed inventory item within the system.</xs:documentation>
|
|
953
|
+
</xs:annotation>
|
|
954
|
+
<xs:sequence>
|
|
955
|
+
<xs:element name="description" minOccurs="1" maxOccurs="1">
|
|
956
|
+
<xs:complexType>
|
|
957
|
+
<xs:annotation>
|
|
958
|
+
<xs:appinfo>
|
|
959
|
+
<m:formal-name>Inventory Item Description</m:formal-name>
|
|
960
|
+
<m:description>A summary of the inventory item stating its purpose within the system.</m:description>
|
|
961
|
+
</xs:appinfo>
|
|
962
|
+
<xs:documentation>
|
|
963
|
+
<b>Inventory Item Description</b>: A summary of the inventory item stating its purpose within the system.</xs:documentation>
|
|
964
|
+
</xs:annotation>
|
|
965
|
+
<xs:complexContent>
|
|
966
|
+
<xs:extension base="MarkupMultilineDatatype"/>
|
|
967
|
+
</xs:complexContent>
|
|
968
|
+
</xs:complexType>
|
|
969
|
+
</xs:element>
|
|
970
|
+
<xs:element name="prop"
|
|
971
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
972
|
+
minOccurs="0"
|
|
973
|
+
maxOccurs="unbounded"/>
|
|
974
|
+
<xs:element name="link"
|
|
975
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
976
|
+
minOccurs="0"
|
|
977
|
+
maxOccurs="unbounded"/>
|
|
978
|
+
<xs:element name="responsible-party"
|
|
979
|
+
type="oscal-metadata-responsible-party-ASSEMBLY"
|
|
980
|
+
minOccurs="0"
|
|
981
|
+
maxOccurs="unbounded"/>
|
|
982
|
+
<xs:element name="implemented-component" minOccurs="0" maxOccurs="unbounded">
|
|
983
|
+
<xs:complexType>
|
|
984
|
+
<xs:annotation>
|
|
985
|
+
<xs:appinfo>
|
|
986
|
+
<m:formal-name>Implemented Component</m:formal-name>
|
|
987
|
+
<m:description>The set of components that are implemented in a given system inventory item.</m:description>
|
|
988
|
+
</xs:appinfo>
|
|
989
|
+
<xs:documentation>
|
|
990
|
+
<b>Implemented Component</b>: The set of components that are implemented in a given system inventory item.</xs:documentation>
|
|
991
|
+
</xs:annotation>
|
|
992
|
+
<xs:sequence>
|
|
993
|
+
<xs:element name="prop"
|
|
994
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
995
|
+
minOccurs="0"
|
|
996
|
+
maxOccurs="unbounded"/>
|
|
997
|
+
<xs:element name="link"
|
|
998
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
999
|
+
minOccurs="0"
|
|
1000
|
+
maxOccurs="unbounded"/>
|
|
1001
|
+
<xs:element name="responsible-party"
|
|
1002
|
+
type="oscal-metadata-responsible-party-ASSEMBLY"
|
|
1003
|
+
minOccurs="0"
|
|
1004
|
+
maxOccurs="unbounded"/>
|
|
1005
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
1006
|
+
<xs:annotation>
|
|
1007
|
+
<xs:appinfo>
|
|
1008
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
1009
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
1010
|
+
</xs:appinfo>
|
|
1011
|
+
<xs:documentation>
|
|
1012
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
1013
|
+
</xs:annotation>
|
|
1014
|
+
<xs:complexType>
|
|
1015
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
1016
|
+
</xs:complexType>
|
|
1017
|
+
</xs:element>
|
|
1018
|
+
</xs:sequence>
|
|
1019
|
+
<xs:attribute name="component-uuid" use="required" type="UUIDDatatype">
|
|
1020
|
+
<xs:annotation>
|
|
1021
|
+
<xs:appinfo>
|
|
1022
|
+
<m:formal-name>Component Universally Unique Identifier Reference</m:formal-name>
|
|
1023
|
+
<m:description>A <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#machine-oriented">machine-oriented</a> identifier reference to a <code>component</code> that is implemented as part of an inventory item.</m:description>
|
|
1024
|
+
</xs:appinfo>
|
|
1025
|
+
<xs:documentation>
|
|
1026
|
+
<b>Component Universally Unique Identifier Reference</b>: A machine-oriented identifier reference to a component that is implemented as part of an inventory item.</xs:documentation>
|
|
1027
|
+
</xs:annotation>
|
|
1028
|
+
</xs:attribute>
|
|
1029
|
+
</xs:complexType>
|
|
1030
|
+
</xs:element>
|
|
1031
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
1032
|
+
<xs:annotation>
|
|
1033
|
+
<xs:appinfo>
|
|
1034
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
1035
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
1036
|
+
</xs:appinfo>
|
|
1037
|
+
<xs:documentation>
|
|
1038
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
1039
|
+
</xs:annotation>
|
|
1040
|
+
<xs:complexType>
|
|
1041
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
1042
|
+
</xs:complexType>
|
|
1043
|
+
</xs:element>
|
|
1044
|
+
</xs:sequence>
|
|
1045
|
+
<xs:attribute name="uuid" use="required" type="UUIDDatatype">
|
|
1046
|
+
<xs:annotation>
|
|
1047
|
+
<xs:appinfo>
|
|
1048
|
+
<m:formal-name>Inventory Item Universally Unique Identifier</m:formal-name>
|
|
1049
|
+
<m:description>A <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#machine-oriented">machine-oriented</a>, <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#globally-unique">globally unique</a> identifier with <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#cross-instance">cross-instance</a> scope that can be used to reference this inventory item elsewhere in <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#scope">this or other OSCAL instances</a>. The locally defined <em>UUID</em> of the <code>inventory item</code> can be used to reference the data item locally or globally (e.g., in an imported OSCAL instance). This UUID should be assigned <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#consistency">per-subject</a>, which means it should be consistently used to identify the same subject across revisions of the document.</m:description>
|
|
1050
|
+
</xs:appinfo>
|
|
1051
|
+
<xs:documentation>
|
|
1052
|
+
<b>Inventory Item Universally Unique Identifier</b>: A machine-oriented, globally unique identifier with cross-instance scope that can be used to reference this inventory item elsewhere in this or other OSCAL instances. The locally defined UUID of the inventory item can be used to reference the data item locally or globally (e.g., in an imported OSCAL instance). This UUID should be assigned per-subject, which means it should be consistently used to identify the same subject across revisions of the document.</xs:documentation>
|
|
1053
|
+
</xs:annotation>
|
|
1054
|
+
</xs:attribute>
|
|
1055
|
+
</xs:complexType>
|
|
1056
|
+
<xs:complexType name="oscal-implementation-common-set-parameter-ASSEMBLY">
|
|
1057
|
+
<xs:annotation>
|
|
1058
|
+
<xs:appinfo>
|
|
1059
|
+
<m:formal-name>Set Parameter Value</m:formal-name>
|
|
1060
|
+
<m:description>Identifies the parameter that will be set by the enclosed value.</m:description>
|
|
1061
|
+
</xs:appinfo>
|
|
1062
|
+
<xs:documentation>
|
|
1063
|
+
<b>Set Parameter Value</b>: Identifies the parameter that will be set by the enclosed value.</xs:documentation>
|
|
1064
|
+
</xs:annotation>
|
|
1065
|
+
<xs:sequence>
|
|
1066
|
+
<xs:element name="value" minOccurs="1" maxOccurs="unbounded">
|
|
1067
|
+
<xs:simpleType>
|
|
1068
|
+
<xs:annotation>
|
|
1069
|
+
<xs:appinfo>
|
|
1070
|
+
<m:formal-name>Parameter Value</m:formal-name>
|
|
1071
|
+
<m:description>A parameter value or set of values.</m:description>
|
|
1072
|
+
</xs:appinfo>
|
|
1073
|
+
<xs:documentation>
|
|
1074
|
+
<b>Parameter Value</b>: A parameter value or set of values.</xs:documentation>
|
|
1075
|
+
</xs:annotation>
|
|
1076
|
+
<xs:restriction base="StringDatatype"/>
|
|
1077
|
+
</xs:simpleType>
|
|
1078
|
+
</xs:element>
|
|
1079
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
1080
|
+
<xs:annotation>
|
|
1081
|
+
<xs:appinfo>
|
|
1082
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
1083
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
1084
|
+
</xs:appinfo>
|
|
1085
|
+
<xs:documentation>
|
|
1086
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
1087
|
+
</xs:annotation>
|
|
1088
|
+
<xs:complexType>
|
|
1089
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
1090
|
+
</xs:complexType>
|
|
1091
|
+
</xs:element>
|
|
1092
|
+
</xs:sequence>
|
|
1093
|
+
<xs:attribute name="param-id" use="required" type="TokenDatatype">
|
|
1094
|
+
<xs:annotation>
|
|
1095
|
+
<xs:appinfo>
|
|
1096
|
+
<m:formal-name>Parameter ID</m:formal-name>
|
|
1097
|
+
<m:description>A <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#human-oriented">human-oriented</a> reference to a <code>parameter</code> within a control, who's catalog has been imported into the current implementation context.</m:description>
|
|
1098
|
+
</xs:appinfo>
|
|
1099
|
+
<xs:documentation>
|
|
1100
|
+
<b>Parameter ID</b>: A human-oriented reference to a parameter within a control, who's catalog has been imported into the current implementation context.</xs:documentation>
|
|
1101
|
+
</xs:annotation>
|
|
1102
|
+
</xs:attribute>
|
|
1103
|
+
</xs:complexType>
|
|
1104
|
+
<xs:complexType name="oscal-implementation-common-system-id-FIELD">
|
|
1105
|
+
<xs:annotation>
|
|
1106
|
+
<xs:appinfo>
|
|
1107
|
+
<m:formal-name>System Identification</m:formal-name>
|
|
1108
|
+
<m:description>A <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#human-oriented">human-oriented</a>, <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#globally-unique">globally unique</a> identifier with <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#cross-instance">cross-instance</a> scope that can be used to reference this system identification property elsewhere in <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#scope">this or other OSCAL instances</a>. When referencing an externally defined <code>system identification</code>, the <code>system identification</code> must be used in the context of the external / imported OSCAL instance (e.g., uri-reference). This string should be assigned <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#consistency">per-subject</a>, which means it should be consistently used to identify the same system across revisions of the document.</m:description>
|
|
1109
|
+
</xs:appinfo>
|
|
1110
|
+
<xs:documentation>
|
|
1111
|
+
<b>System Identification</b>: A human-oriented, globally unique identifier with cross-instance scope that can be used to reference this system identification property elsewhere in this or other OSCAL instances. When referencing an externally defined system identification, the system identification must be used in the context of the external / imported OSCAL instance (e.g., uri-reference). This string should be assigned per-subject, which means it should be consistently used to identify the same system across revisions of the document.</xs:documentation>
|
|
1112
|
+
</xs:annotation>
|
|
1113
|
+
<xs:simpleContent>
|
|
1114
|
+
<xs:extension base="StringDatatype">
|
|
1115
|
+
<xs:attribute name="identifier-type" type="URIDatatype">
|
|
1116
|
+
<xs:annotation>
|
|
1117
|
+
<xs:appinfo>
|
|
1118
|
+
<m:formal-name>Identification System Type</m:formal-name>
|
|
1119
|
+
<m:description>Identifies the identification system from which the provided identifier was assigned. </m:description>
|
|
1120
|
+
</xs:appinfo>
|
|
1121
|
+
<xs:documentation>
|
|
1122
|
+
<b>Identification System Type</b>: Identifies the identification system from which the provided identifier was assigned. </xs:documentation>
|
|
1123
|
+
</xs:annotation>
|
|
1124
|
+
</xs:attribute>
|
|
1125
|
+
</xs:extension>
|
|
1126
|
+
</xs:simpleContent>
|
|
1127
|
+
</xs:complexType>
|
|
1128
|
+
<xs:complexType name="oscal-metadata-metadata-ASSEMBLY">
|
|
1129
|
+
<xs:annotation>
|
|
1130
|
+
<xs:appinfo>
|
|
1131
|
+
<m:formal-name>Document Metadata</m:formal-name>
|
|
1132
|
+
<m:description>Provides information about the containing document, and defines concepts that are shared across the document.</m:description>
|
|
1133
|
+
</xs:appinfo>
|
|
1134
|
+
<xs:documentation>
|
|
1135
|
+
<b>Document Metadata</b>: Provides information about the containing document, and defines concepts that are shared across the document.</xs:documentation>
|
|
1136
|
+
</xs:annotation>
|
|
1137
|
+
<xs:sequence>
|
|
1138
|
+
<xs:element name="title" minOccurs="1" maxOccurs="1">
|
|
1139
|
+
<xs:complexType mixed="true">
|
|
1140
|
+
<xs:annotation>
|
|
1141
|
+
<xs:appinfo>
|
|
1142
|
+
<m:formal-name>Document Title</m:formal-name>
|
|
1143
|
+
<m:description>A name given to the document, which may be used by a tool for display and navigation.</m:description>
|
|
1144
|
+
</xs:appinfo>
|
|
1145
|
+
<xs:documentation>
|
|
1146
|
+
<b>Document Title</b>: A name given to the document, which may be used by a tool for display and navigation.</xs:documentation>
|
|
1147
|
+
</xs:annotation>
|
|
1148
|
+
<xs:complexContent>
|
|
1149
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
1150
|
+
</xs:complexContent>
|
|
1151
|
+
</xs:complexType>
|
|
1152
|
+
</xs:element>
|
|
1153
|
+
<xs:element name="published"
|
|
1154
|
+
type="oscal-metadata-published-FIELD"
|
|
1155
|
+
minOccurs="0"
|
|
1156
|
+
maxOccurs="1"/>
|
|
1157
|
+
<xs:element name="last-modified"
|
|
1158
|
+
type="oscal-metadata-last-modified-FIELD"
|
|
1159
|
+
minOccurs="1"
|
|
1160
|
+
maxOccurs="1"/>
|
|
1161
|
+
<xs:element name="version"
|
|
1162
|
+
type="oscal-metadata-version-FIELD"
|
|
1163
|
+
minOccurs="1"
|
|
1164
|
+
maxOccurs="1"/>
|
|
1165
|
+
<xs:element name="oscal-version"
|
|
1166
|
+
type="oscal-metadata-oscal-version-FIELD"
|
|
1167
|
+
minOccurs="1"
|
|
1168
|
+
maxOccurs="1"/>
|
|
1169
|
+
<xs:element name="revisions" minOccurs="0" maxOccurs="1">
|
|
1170
|
+
<xs:annotation>
|
|
1171
|
+
<xs:appinfo>
|
|
1172
|
+
<m:formal-name>revisions</m:formal-name>
|
|
1173
|
+
<m:description>A group of 'revision' elements</m:description>
|
|
1174
|
+
</xs:appinfo>
|
|
1175
|
+
<xs:documentation>
|
|
1176
|
+
<b>revisions</b>: A group of 'revision' elements</xs:documentation>
|
|
1177
|
+
</xs:annotation>
|
|
1178
|
+
<xs:complexType>
|
|
1179
|
+
<xs:sequence>
|
|
1180
|
+
<xs:element name="revision" minOccurs="0" maxOccurs="unbounded">
|
|
1181
|
+
<xs:complexType>
|
|
1182
|
+
<xs:annotation>
|
|
1183
|
+
<xs:appinfo>
|
|
1184
|
+
<m:formal-name>Revision History Entry</m:formal-name>
|
|
1185
|
+
<m:description>An entry in a sequential list of revisions to the containing document, expected to be in reverse chronological order (i.e. latest first).</m:description>
|
|
1186
|
+
</xs:appinfo>
|
|
1187
|
+
<xs:documentation>
|
|
1188
|
+
<b>Revision History Entry</b>: An entry in a sequential list of revisions to the containing document, expected to be in reverse chronological order (i.e. latest first).</xs:documentation>
|
|
1189
|
+
</xs:annotation>
|
|
1190
|
+
<xs:sequence>
|
|
1191
|
+
<xs:element name="title" minOccurs="0" maxOccurs="1">
|
|
1192
|
+
<xs:complexType mixed="true">
|
|
1193
|
+
<xs:annotation>
|
|
1194
|
+
<xs:appinfo>
|
|
1195
|
+
<m:formal-name>Document Title</m:formal-name>
|
|
1196
|
+
<m:description>A name given to the document revision, which may be used by a tool for display and navigation.</m:description>
|
|
1197
|
+
</xs:appinfo>
|
|
1198
|
+
<xs:documentation>
|
|
1199
|
+
<b>Document Title</b>: A name given to the document revision, which may be used by a tool for display and navigation.</xs:documentation>
|
|
1200
|
+
</xs:annotation>
|
|
1201
|
+
<xs:complexContent>
|
|
1202
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
1203
|
+
</xs:complexContent>
|
|
1204
|
+
</xs:complexType>
|
|
1205
|
+
</xs:element>
|
|
1206
|
+
<xs:element name="published"
|
|
1207
|
+
type="oscal-metadata-published-FIELD"
|
|
1208
|
+
minOccurs="0"
|
|
1209
|
+
maxOccurs="1"/>
|
|
1210
|
+
<xs:element name="last-modified"
|
|
1211
|
+
type="oscal-metadata-last-modified-FIELD"
|
|
1212
|
+
minOccurs="0"
|
|
1213
|
+
maxOccurs="1"/>
|
|
1214
|
+
<xs:element name="version"
|
|
1215
|
+
type="oscal-metadata-version-FIELD"
|
|
1216
|
+
minOccurs="1"
|
|
1217
|
+
maxOccurs="1"/>
|
|
1218
|
+
<xs:element name="oscal-version"
|
|
1219
|
+
type="oscal-metadata-oscal-version-FIELD"
|
|
1220
|
+
minOccurs="0"
|
|
1221
|
+
maxOccurs="1"/>
|
|
1222
|
+
<xs:element name="prop"
|
|
1223
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
1224
|
+
minOccurs="0"
|
|
1225
|
+
maxOccurs="unbounded"/>
|
|
1226
|
+
<xs:element name="link"
|
|
1227
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
1228
|
+
minOccurs="0"
|
|
1229
|
+
maxOccurs="unbounded"/>
|
|
1230
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
1231
|
+
<xs:annotation>
|
|
1232
|
+
<xs:appinfo>
|
|
1233
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
1234
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
1235
|
+
</xs:appinfo>
|
|
1236
|
+
<xs:documentation>
|
|
1237
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
1238
|
+
</xs:annotation>
|
|
1239
|
+
<xs:complexType>
|
|
1240
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
1241
|
+
</xs:complexType>
|
|
1242
|
+
</xs:element>
|
|
1243
|
+
</xs:sequence>
|
|
1244
|
+
</xs:complexType>
|
|
1245
|
+
</xs:element>
|
|
1246
|
+
</xs:sequence>
|
|
1247
|
+
</xs:complexType>
|
|
1248
|
+
</xs:element>
|
|
1249
|
+
<xs:element name="document-id"
|
|
1250
|
+
type="oscal-metadata-document-id-FIELD"
|
|
1251
|
+
minOccurs="0"
|
|
1252
|
+
maxOccurs="unbounded"/>
|
|
1253
|
+
<xs:element name="prop"
|
|
1254
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
1255
|
+
minOccurs="0"
|
|
1256
|
+
maxOccurs="unbounded"/>
|
|
1257
|
+
<xs:element name="link"
|
|
1258
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
1259
|
+
minOccurs="0"
|
|
1260
|
+
maxOccurs="unbounded"/>
|
|
1261
|
+
<xs:element name="role" minOccurs="0" maxOccurs="unbounded">
|
|
1262
|
+
<xs:complexType>
|
|
1263
|
+
<xs:annotation>
|
|
1264
|
+
<xs:appinfo>
|
|
1265
|
+
<m:formal-name>Role</m:formal-name>
|
|
1266
|
+
<m:description>Defines a function, which might be assigned to a party in a specific situation.</m:description>
|
|
1267
|
+
</xs:appinfo>
|
|
1268
|
+
<xs:documentation>
|
|
1269
|
+
<b>Role</b>: Defines a function, which might be assigned to a party in a specific situation.</xs:documentation>
|
|
1270
|
+
</xs:annotation>
|
|
1271
|
+
<xs:sequence>
|
|
1272
|
+
<xs:element name="title" minOccurs="1" maxOccurs="1">
|
|
1273
|
+
<xs:complexType mixed="true">
|
|
1274
|
+
<xs:annotation>
|
|
1275
|
+
<xs:appinfo>
|
|
1276
|
+
<m:formal-name>Role Title</m:formal-name>
|
|
1277
|
+
<m:description>A name given to the role, which may be used by a tool for display and navigation.</m:description>
|
|
1278
|
+
</xs:appinfo>
|
|
1279
|
+
<xs:documentation>
|
|
1280
|
+
<b>Role Title</b>: A name given to the role, which may be used by a tool for display and navigation.</xs:documentation>
|
|
1281
|
+
</xs:annotation>
|
|
1282
|
+
<xs:complexContent>
|
|
1283
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
1284
|
+
</xs:complexContent>
|
|
1285
|
+
</xs:complexType>
|
|
1286
|
+
</xs:element>
|
|
1287
|
+
<xs:element name="short-name" minOccurs="0" maxOccurs="1">
|
|
1288
|
+
<xs:simpleType>
|
|
1289
|
+
<xs:annotation>
|
|
1290
|
+
<xs:appinfo>
|
|
1291
|
+
<m:formal-name>Role Short Name</m:formal-name>
|
|
1292
|
+
<m:description>A short common name, abbreviation, or acronym for the role.</m:description>
|
|
1293
|
+
</xs:appinfo>
|
|
1294
|
+
<xs:documentation>
|
|
1295
|
+
<b>Role Short Name</b>: A short common name, abbreviation, or acronym for the role.</xs:documentation>
|
|
1296
|
+
</xs:annotation>
|
|
1297
|
+
<xs:restriction base="StringDatatype"/>
|
|
1298
|
+
</xs:simpleType>
|
|
1299
|
+
</xs:element>
|
|
1300
|
+
<xs:element name="description" minOccurs="0" maxOccurs="1">
|
|
1301
|
+
<xs:complexType>
|
|
1302
|
+
<xs:annotation>
|
|
1303
|
+
<xs:appinfo>
|
|
1304
|
+
<m:formal-name>Role Description</m:formal-name>
|
|
1305
|
+
<m:description>A summary of the role's purpose and associated responsibilities.</m:description>
|
|
1306
|
+
</xs:appinfo>
|
|
1307
|
+
<xs:documentation>
|
|
1308
|
+
<b>Role Description</b>: A summary of the role's purpose and associated responsibilities.</xs:documentation>
|
|
1309
|
+
</xs:annotation>
|
|
1310
|
+
<xs:complexContent>
|
|
1311
|
+
<xs:extension base="MarkupMultilineDatatype"/>
|
|
1312
|
+
</xs:complexContent>
|
|
1313
|
+
</xs:complexType>
|
|
1314
|
+
</xs:element>
|
|
1315
|
+
<xs:element name="prop"
|
|
1316
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
1317
|
+
minOccurs="0"
|
|
1318
|
+
maxOccurs="unbounded"/>
|
|
1319
|
+
<xs:element name="link"
|
|
1320
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
1321
|
+
minOccurs="0"
|
|
1322
|
+
maxOccurs="unbounded"/>
|
|
1323
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
1324
|
+
<xs:annotation>
|
|
1325
|
+
<xs:appinfo>
|
|
1326
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
1327
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
1328
|
+
</xs:appinfo>
|
|
1329
|
+
<xs:documentation>
|
|
1330
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
1331
|
+
</xs:annotation>
|
|
1332
|
+
<xs:complexType>
|
|
1333
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
1334
|
+
</xs:complexType>
|
|
1335
|
+
</xs:element>
|
|
1336
|
+
</xs:sequence>
|
|
1337
|
+
<xs:attribute name="id" use="required" type="TokenDatatype">
|
|
1338
|
+
<xs:annotation>
|
|
1339
|
+
<xs:appinfo>
|
|
1340
|
+
<m:formal-name>Role Identifier</m:formal-name>
|
|
1341
|
+
<m:description>A unique identifier for the role.</m:description>
|
|
1342
|
+
</xs:appinfo>
|
|
1343
|
+
<xs:documentation>
|
|
1344
|
+
<b>Role Identifier</b>: A unique identifier for the role.</xs:documentation>
|
|
1345
|
+
</xs:annotation>
|
|
1346
|
+
</xs:attribute>
|
|
1347
|
+
</xs:complexType>
|
|
1348
|
+
</xs:element>
|
|
1349
|
+
<xs:element name="location" minOccurs="0" maxOccurs="unbounded">
|
|
1350
|
+
<xs:complexType>
|
|
1351
|
+
<xs:annotation>
|
|
1352
|
+
<xs:appinfo>
|
|
1353
|
+
<m:formal-name>Location</m:formal-name>
|
|
1354
|
+
<m:description>A physical point of presence, which may be associated with people, organizations, or other concepts within the current or linked OSCAL document.</m:description>
|
|
1355
|
+
</xs:appinfo>
|
|
1356
|
+
<xs:documentation>
|
|
1357
|
+
<b>Location</b>: A physical point of presence, which may be associated with people, organizations, or other concepts within the current or linked OSCAL document.</xs:documentation>
|
|
1358
|
+
</xs:annotation>
|
|
1359
|
+
<xs:sequence>
|
|
1360
|
+
<xs:element name="title" minOccurs="0" maxOccurs="1">
|
|
1361
|
+
<xs:complexType mixed="true">
|
|
1362
|
+
<xs:annotation>
|
|
1363
|
+
<xs:appinfo>
|
|
1364
|
+
<m:formal-name>Location Title</m:formal-name>
|
|
1365
|
+
<m:description>A name given to the location, which may be used by a tool for display and navigation.</m:description>
|
|
1366
|
+
</xs:appinfo>
|
|
1367
|
+
<xs:documentation>
|
|
1368
|
+
<b>Location Title</b>: A name given to the location, which may be used by a tool for display and navigation.</xs:documentation>
|
|
1369
|
+
</xs:annotation>
|
|
1370
|
+
<xs:complexContent>
|
|
1371
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
1372
|
+
</xs:complexContent>
|
|
1373
|
+
</xs:complexType>
|
|
1374
|
+
</xs:element>
|
|
1375
|
+
<xs:element name="address"
|
|
1376
|
+
type="oscal-metadata-address-ASSEMBLY"
|
|
1377
|
+
minOccurs="0"
|
|
1378
|
+
maxOccurs="1"/>
|
|
1379
|
+
<xs:element name="email-address"
|
|
1380
|
+
type="oscal-metadata-email-address-FIELD"
|
|
1381
|
+
minOccurs="0"
|
|
1382
|
+
maxOccurs="unbounded"/>
|
|
1383
|
+
<xs:element name="telephone-number"
|
|
1384
|
+
type="oscal-metadata-telephone-number-FIELD"
|
|
1385
|
+
minOccurs="0"
|
|
1386
|
+
maxOccurs="unbounded"/>
|
|
1387
|
+
<xs:element name="url" minOccurs="0" maxOccurs="unbounded">
|
|
1388
|
+
<xs:simpleType>
|
|
1389
|
+
<xs:annotation>
|
|
1390
|
+
<xs:appinfo>
|
|
1391
|
+
<m:formal-name>Location URL</m:formal-name>
|
|
1392
|
+
<m:description>The uniform resource locator (URL) for a web site or other resource associated with the location.</m:description>
|
|
1393
|
+
</xs:appinfo>
|
|
1394
|
+
<xs:documentation>
|
|
1395
|
+
<b>Location URL</b>: The uniform resource locator (URL) for a web site or other resource associated with the location.</xs:documentation>
|
|
1396
|
+
</xs:annotation>
|
|
1397
|
+
<xs:restriction base="URIDatatype"/>
|
|
1398
|
+
</xs:simpleType>
|
|
1399
|
+
</xs:element>
|
|
1400
|
+
<xs:element name="prop"
|
|
1401
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
1402
|
+
minOccurs="0"
|
|
1403
|
+
maxOccurs="unbounded"/>
|
|
1404
|
+
<xs:element name="link"
|
|
1405
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
1406
|
+
minOccurs="0"
|
|
1407
|
+
maxOccurs="unbounded"/>
|
|
1408
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
1409
|
+
<xs:annotation>
|
|
1410
|
+
<xs:appinfo>
|
|
1411
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
1412
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
1413
|
+
</xs:appinfo>
|
|
1414
|
+
<xs:documentation>
|
|
1415
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
1416
|
+
</xs:annotation>
|
|
1417
|
+
<xs:complexType>
|
|
1418
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
1419
|
+
</xs:complexType>
|
|
1420
|
+
</xs:element>
|
|
1421
|
+
</xs:sequence>
|
|
1422
|
+
<xs:attribute name="uuid" use="required" type="UUIDDatatype">
|
|
1423
|
+
<xs:annotation>
|
|
1424
|
+
<xs:appinfo>
|
|
1425
|
+
<m:formal-name>Location Universally Unique Identifier</m:formal-name>
|
|
1426
|
+
<m:description>A unique ID for the location, for reference.</m:description>
|
|
1427
|
+
</xs:appinfo>
|
|
1428
|
+
<xs:documentation>
|
|
1429
|
+
<b>Location Universally Unique Identifier</b>: A unique ID for the location, for reference.</xs:documentation>
|
|
1430
|
+
</xs:annotation>
|
|
1431
|
+
</xs:attribute>
|
|
1432
|
+
</xs:complexType>
|
|
1433
|
+
</xs:element>
|
|
1434
|
+
<xs:element name="party" minOccurs="0" maxOccurs="unbounded">
|
|
1435
|
+
<xs:complexType>
|
|
1436
|
+
<xs:annotation>
|
|
1437
|
+
<xs:appinfo>
|
|
1438
|
+
<m:formal-name>Party</m:formal-name>
|
|
1439
|
+
<m:description>An organization or person, which may be associated with roles or other concepts within the current or linked OSCAL document.</m:description>
|
|
1440
|
+
</xs:appinfo>
|
|
1441
|
+
<xs:documentation>
|
|
1442
|
+
<b>Party</b>: An organization or person, which may be associated with roles or other concepts within the current or linked OSCAL document.</xs:documentation>
|
|
1443
|
+
</xs:annotation>
|
|
1444
|
+
<xs:sequence>
|
|
1445
|
+
<xs:element name="name" minOccurs="0" maxOccurs="1">
|
|
1446
|
+
<xs:simpleType>
|
|
1447
|
+
<xs:annotation>
|
|
1448
|
+
<xs:appinfo>
|
|
1449
|
+
<m:formal-name>Party Name</m:formal-name>
|
|
1450
|
+
<m:description>The full name of the party. This is typically the legal name associated with the party.</m:description>
|
|
1451
|
+
</xs:appinfo>
|
|
1452
|
+
<xs:documentation>
|
|
1453
|
+
<b>Party Name</b>: The full name of the party. This is typically the legal name associated with the party.</xs:documentation>
|
|
1454
|
+
</xs:annotation>
|
|
1455
|
+
<xs:restriction base="StringDatatype"/>
|
|
1456
|
+
</xs:simpleType>
|
|
1457
|
+
</xs:element>
|
|
1458
|
+
<xs:element name="short-name" minOccurs="0" maxOccurs="1">
|
|
1459
|
+
<xs:simpleType>
|
|
1460
|
+
<xs:annotation>
|
|
1461
|
+
<xs:appinfo>
|
|
1462
|
+
<m:formal-name>Party Short Name</m:formal-name>
|
|
1463
|
+
<m:description>A short common name, abbreviation, or acronym for the party.</m:description>
|
|
1464
|
+
</xs:appinfo>
|
|
1465
|
+
<xs:documentation>
|
|
1466
|
+
<b>Party Short Name</b>: A short common name, abbreviation, or acronym for the party.</xs:documentation>
|
|
1467
|
+
</xs:annotation>
|
|
1468
|
+
<xs:restriction base="StringDatatype"/>
|
|
1469
|
+
</xs:simpleType>
|
|
1470
|
+
</xs:element>
|
|
1471
|
+
<xs:element name="external-id" minOccurs="0" maxOccurs="unbounded">
|
|
1472
|
+
<xs:complexType>
|
|
1473
|
+
<xs:annotation>
|
|
1474
|
+
<xs:appinfo>
|
|
1475
|
+
<m:formal-name>Party External Identifier</m:formal-name>
|
|
1476
|
+
<m:description>An identifier for a person or organization using a designated scheme. e.g. an Open Researcher and Contributor ID (ORCID).</m:description>
|
|
1477
|
+
</xs:appinfo>
|
|
1478
|
+
<xs:documentation>
|
|
1479
|
+
<b>Party External Identifier</b>: An identifier for a person or organization using a designated scheme. e.g. an Open Researcher and Contributor ID (ORCID).</xs:documentation>
|
|
1480
|
+
</xs:annotation>
|
|
1481
|
+
<xs:simpleContent>
|
|
1482
|
+
<xs:extension base="StringDatatype">
|
|
1483
|
+
<xs:attribute name="scheme" use="required" type="URIDatatype">
|
|
1484
|
+
<xs:annotation>
|
|
1485
|
+
<xs:appinfo>
|
|
1486
|
+
<m:formal-name>External Identifier Schema</m:formal-name>
|
|
1487
|
+
<m:description>Indicates the type of external identifier.</m:description>
|
|
1488
|
+
</xs:appinfo>
|
|
1489
|
+
<xs:documentation>
|
|
1490
|
+
<b>External Identifier Schema</b>: Indicates the type of external identifier.</xs:documentation>
|
|
1491
|
+
</xs:annotation>
|
|
1492
|
+
</xs:attribute>
|
|
1493
|
+
</xs:extension>
|
|
1494
|
+
</xs:simpleContent>
|
|
1495
|
+
</xs:complexType>
|
|
1496
|
+
</xs:element>
|
|
1497
|
+
<xs:element name="prop"
|
|
1498
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
1499
|
+
minOccurs="0"
|
|
1500
|
+
maxOccurs="unbounded"/>
|
|
1501
|
+
<xs:element name="link"
|
|
1502
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
1503
|
+
minOccurs="0"
|
|
1504
|
+
maxOccurs="unbounded"/>
|
|
1505
|
+
<xs:element name="email-address"
|
|
1506
|
+
type="oscal-metadata-email-address-FIELD"
|
|
1507
|
+
minOccurs="0"
|
|
1508
|
+
maxOccurs="unbounded"/>
|
|
1509
|
+
<xs:element name="telephone-number"
|
|
1510
|
+
type="oscal-metadata-telephone-number-FIELD"
|
|
1511
|
+
minOccurs="0"
|
|
1512
|
+
maxOccurs="unbounded"/>
|
|
1513
|
+
<xs:choice>
|
|
1514
|
+
<xs:element name="address"
|
|
1515
|
+
type="oscal-metadata-address-ASSEMBLY"
|
|
1516
|
+
minOccurs="0"
|
|
1517
|
+
maxOccurs="unbounded"/>
|
|
1518
|
+
<xs:element name="location-uuid"
|
|
1519
|
+
type="oscal-metadata-location-uuid-FIELD"
|
|
1520
|
+
minOccurs="0"
|
|
1521
|
+
maxOccurs="unbounded"/>
|
|
1522
|
+
</xs:choice>
|
|
1523
|
+
<xs:element name="member-of-organization" minOccurs="0" maxOccurs="unbounded">
|
|
1524
|
+
<xs:simpleType>
|
|
1525
|
+
<xs:annotation>
|
|
1526
|
+
<xs:appinfo>
|
|
1527
|
+
<m:formal-name>Organizational Affiliation</m:formal-name>
|
|
1528
|
+
<m:description>A reference to another <code>party</code> by UUID, typically an organization, that this subject is associated with.</m:description>
|
|
1529
|
+
</xs:appinfo>
|
|
1530
|
+
<xs:documentation>
|
|
1531
|
+
<b>Organizational Affiliation</b>: A reference to another party by UUID, typically an organization, that this subject is associated with.</xs:documentation>
|
|
1532
|
+
</xs:annotation>
|
|
1533
|
+
<xs:restriction base="UUIDDatatype"/>
|
|
1534
|
+
</xs:simpleType>
|
|
1535
|
+
</xs:element>
|
|
1536
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
1537
|
+
<xs:annotation>
|
|
1538
|
+
<xs:appinfo>
|
|
1539
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
1540
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
1541
|
+
</xs:appinfo>
|
|
1542
|
+
<xs:documentation>
|
|
1543
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
1544
|
+
</xs:annotation>
|
|
1545
|
+
<xs:complexType>
|
|
1546
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
1547
|
+
</xs:complexType>
|
|
1548
|
+
</xs:element>
|
|
1549
|
+
</xs:sequence>
|
|
1550
|
+
<xs:attribute name="uuid" use="required" type="UUIDDatatype">
|
|
1551
|
+
<xs:annotation>
|
|
1552
|
+
<xs:appinfo>
|
|
1553
|
+
<m:formal-name>Party Universally Unique Identifier</m:formal-name>
|
|
1554
|
+
<m:description>A unique identifier for the party.</m:description>
|
|
1555
|
+
</xs:appinfo>
|
|
1556
|
+
<xs:documentation>
|
|
1557
|
+
<b>Party Universally Unique Identifier</b>: A unique identifier for the party.</xs:documentation>
|
|
1558
|
+
</xs:annotation>
|
|
1559
|
+
</xs:attribute>
|
|
1560
|
+
<xs:attribute name="type" use="required" type="StringDatatype">
|
|
1561
|
+
<xs:annotation>
|
|
1562
|
+
<xs:appinfo>
|
|
1563
|
+
<m:formal-name>Party Type</m:formal-name>
|
|
1564
|
+
<m:description>A category describing the kind of party the object describes.</m:description>
|
|
1565
|
+
</xs:appinfo>
|
|
1566
|
+
<xs:documentation>
|
|
1567
|
+
<b>Party Type</b>: A category describing the kind of party the object describes.</xs:documentation>
|
|
1568
|
+
</xs:annotation>
|
|
1569
|
+
</xs:attribute>
|
|
1570
|
+
</xs:complexType>
|
|
1571
|
+
</xs:element>
|
|
1572
|
+
<xs:element name="responsible-party"
|
|
1573
|
+
type="oscal-metadata-responsible-party-ASSEMBLY"
|
|
1574
|
+
minOccurs="0"
|
|
1575
|
+
maxOccurs="unbounded"/>
|
|
1576
|
+
<xs:element name="action"
|
|
1577
|
+
type="oscal-metadata-action-ASSEMBLY"
|
|
1578
|
+
minOccurs="0"
|
|
1579
|
+
maxOccurs="unbounded"/>
|
|
1580
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
1581
|
+
<xs:annotation>
|
|
1582
|
+
<xs:appinfo>
|
|
1583
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
1584
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
1585
|
+
</xs:appinfo>
|
|
1586
|
+
<xs:documentation>
|
|
1587
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
1588
|
+
</xs:annotation>
|
|
1589
|
+
<xs:complexType>
|
|
1590
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
1591
|
+
</xs:complexType>
|
|
1592
|
+
</xs:element>
|
|
1593
|
+
</xs:sequence>
|
|
1594
|
+
</xs:complexType>
|
|
1595
|
+
<xs:simpleType name="oscal-metadata-location-uuid-FIELD">
|
|
1596
|
+
<xs:annotation>
|
|
1597
|
+
<xs:appinfo>
|
|
1598
|
+
<m:formal-name>Location Universally Unique Identifier Reference</m:formal-name>
|
|
1599
|
+
<m:description>Reference to a location by UUID.</m:description>
|
|
1600
|
+
</xs:appinfo>
|
|
1601
|
+
<xs:documentation>
|
|
1602
|
+
<b>Location Universally Unique Identifier Reference</b>: Reference to a location by UUID.</xs:documentation>
|
|
1603
|
+
</xs:annotation>
|
|
1604
|
+
<xs:restriction base="UUIDDatatype"/>
|
|
1605
|
+
</xs:simpleType>
|
|
1606
|
+
<xs:simpleType name="oscal-metadata-party-uuid-FIELD">
|
|
1607
|
+
<xs:annotation>
|
|
1608
|
+
<xs:appinfo>
|
|
1609
|
+
<m:formal-name>Party Universally Unique Identifier Reference</m:formal-name>
|
|
1610
|
+
<m:description>Reference to a party by UUID.</m:description>
|
|
1611
|
+
</xs:appinfo>
|
|
1612
|
+
<xs:documentation>
|
|
1613
|
+
<b>Party Universally Unique Identifier Reference</b>: Reference to a party by UUID.</xs:documentation>
|
|
1614
|
+
</xs:annotation>
|
|
1615
|
+
<xs:restriction base="UUIDDatatype"/>
|
|
1616
|
+
</xs:simpleType>
|
|
1617
|
+
<xs:simpleType name="oscal-metadata-role-id-FIELD">
|
|
1618
|
+
<xs:annotation>
|
|
1619
|
+
<xs:appinfo>
|
|
1620
|
+
<m:formal-name>Role Identifier Reference</m:formal-name>
|
|
1621
|
+
<m:description>Reference to a role by UUID.</m:description>
|
|
1622
|
+
</xs:appinfo>
|
|
1623
|
+
<xs:documentation>
|
|
1624
|
+
<b>Role Identifier Reference</b>: Reference to a role by UUID.</xs:documentation>
|
|
1625
|
+
</xs:annotation>
|
|
1626
|
+
<xs:restriction base="TokenDatatype"/>
|
|
1627
|
+
</xs:simpleType>
|
|
1628
|
+
<xs:complexType name="oscal-metadata-back-matter-ASSEMBLY">
|
|
1629
|
+
<xs:annotation>
|
|
1630
|
+
<xs:appinfo>
|
|
1631
|
+
<m:formal-name>Back matter</m:formal-name>
|
|
1632
|
+
<m:description>A collection of resources that may be referenced from within the OSCAL document instance.</m:description>
|
|
1633
|
+
</xs:appinfo>
|
|
1634
|
+
<xs:documentation>
|
|
1635
|
+
<b>Back matter</b>: A collection of resources that may be referenced from within the OSCAL document instance.</xs:documentation>
|
|
1636
|
+
</xs:annotation>
|
|
1637
|
+
<xs:sequence>
|
|
1638
|
+
<xs:element name="resource" minOccurs="0" maxOccurs="unbounded">
|
|
1639
|
+
<xs:complexType>
|
|
1640
|
+
<xs:annotation>
|
|
1641
|
+
<xs:appinfo>
|
|
1642
|
+
<m:formal-name>Resource</m:formal-name>
|
|
1643
|
+
<m:description>A resource associated with content in the containing document instance. A resource may be directly included in the document using base64 encoding or may point to one or more equivalent internet resources.</m:description>
|
|
1644
|
+
</xs:appinfo>
|
|
1645
|
+
<xs:documentation>
|
|
1646
|
+
<b>Resource</b>: A resource associated with content in the containing document instance. A resource may be directly included in the document using base64 encoding or may point to one or more equivalent internet resources.</xs:documentation>
|
|
1647
|
+
</xs:annotation>
|
|
1648
|
+
<xs:sequence>
|
|
1649
|
+
<xs:element name="title" minOccurs="0" maxOccurs="1">
|
|
1650
|
+
<xs:complexType mixed="true">
|
|
1651
|
+
<xs:annotation>
|
|
1652
|
+
<xs:appinfo>
|
|
1653
|
+
<m:formal-name>Resource Title</m:formal-name>
|
|
1654
|
+
<m:description>An optional name given to the resource, which may be used by a tool for display and navigation.</m:description>
|
|
1655
|
+
</xs:appinfo>
|
|
1656
|
+
<xs:documentation>
|
|
1657
|
+
<b>Resource Title</b>: An optional name given to the resource, which may be used by a tool for display and navigation.</xs:documentation>
|
|
1658
|
+
</xs:annotation>
|
|
1659
|
+
<xs:complexContent>
|
|
1660
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
1661
|
+
</xs:complexContent>
|
|
1662
|
+
</xs:complexType>
|
|
1663
|
+
</xs:element>
|
|
1664
|
+
<xs:element name="description" minOccurs="0" maxOccurs="1">
|
|
1665
|
+
<xs:complexType>
|
|
1666
|
+
<xs:annotation>
|
|
1667
|
+
<xs:appinfo>
|
|
1668
|
+
<m:formal-name>Resource Description</m:formal-name>
|
|
1669
|
+
<m:description>An optional short summary of the resource used to indicate the purpose of the resource.</m:description>
|
|
1670
|
+
</xs:appinfo>
|
|
1671
|
+
<xs:documentation>
|
|
1672
|
+
<b>Resource Description</b>: An optional short summary of the resource used to indicate the purpose of the resource.</xs:documentation>
|
|
1673
|
+
</xs:annotation>
|
|
1674
|
+
<xs:complexContent>
|
|
1675
|
+
<xs:extension base="MarkupMultilineDatatype"/>
|
|
1676
|
+
</xs:complexContent>
|
|
1677
|
+
</xs:complexType>
|
|
1678
|
+
</xs:element>
|
|
1679
|
+
<xs:element name="prop"
|
|
1680
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
1681
|
+
minOccurs="0"
|
|
1682
|
+
maxOccurs="unbounded"/>
|
|
1683
|
+
<xs:element name="document-id"
|
|
1684
|
+
type="oscal-metadata-document-id-FIELD"
|
|
1685
|
+
minOccurs="0"
|
|
1686
|
+
maxOccurs="unbounded"/>
|
|
1687
|
+
<xs:element name="citation" minOccurs="0" maxOccurs="1">
|
|
1688
|
+
<xs:complexType>
|
|
1689
|
+
<xs:annotation>
|
|
1690
|
+
<xs:appinfo>
|
|
1691
|
+
<m:formal-name>Citation</m:formal-name>
|
|
1692
|
+
<m:description>An optional citation consisting of end note text using structured markup.</m:description>
|
|
1693
|
+
</xs:appinfo>
|
|
1694
|
+
<xs:documentation>
|
|
1695
|
+
<b>Citation</b>: An optional citation consisting of end note text using structured markup.</xs:documentation>
|
|
1696
|
+
</xs:annotation>
|
|
1697
|
+
<xs:sequence>
|
|
1698
|
+
<xs:element name="text" minOccurs="1" maxOccurs="1">
|
|
1699
|
+
<xs:complexType mixed="true">
|
|
1700
|
+
<xs:annotation>
|
|
1701
|
+
<xs:appinfo>
|
|
1702
|
+
<m:formal-name>Citation Text</m:formal-name>
|
|
1703
|
+
<m:description>A line of citation text.</m:description>
|
|
1704
|
+
</xs:appinfo>
|
|
1705
|
+
<xs:documentation>
|
|
1706
|
+
<b>Citation Text</b>: A line of citation text.</xs:documentation>
|
|
1707
|
+
</xs:annotation>
|
|
1708
|
+
<xs:complexContent>
|
|
1709
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
1710
|
+
</xs:complexContent>
|
|
1711
|
+
</xs:complexType>
|
|
1712
|
+
</xs:element>
|
|
1713
|
+
<xs:element name="prop"
|
|
1714
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
1715
|
+
minOccurs="0"
|
|
1716
|
+
maxOccurs="unbounded"/>
|
|
1717
|
+
<xs:element name="link"
|
|
1718
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
1719
|
+
minOccurs="0"
|
|
1720
|
+
maxOccurs="unbounded"/>
|
|
1721
|
+
</xs:sequence>
|
|
1722
|
+
</xs:complexType>
|
|
1723
|
+
</xs:element>
|
|
1724
|
+
<xs:element name="rlink" minOccurs="0" maxOccurs="unbounded">
|
|
1725
|
+
<xs:complexType>
|
|
1726
|
+
<xs:annotation>
|
|
1727
|
+
<xs:appinfo>
|
|
1728
|
+
<m:formal-name>Resource link</m:formal-name>
|
|
1729
|
+
<m:description>A URL-based pointer to an external resource with an optional hash for verification and change detection.</m:description>
|
|
1730
|
+
</xs:appinfo>
|
|
1731
|
+
<xs:documentation>
|
|
1732
|
+
<b>Resource link</b>: A URL-based pointer to an external resource with an optional hash for verification and change detection.</xs:documentation>
|
|
1733
|
+
</xs:annotation>
|
|
1734
|
+
<xs:sequence>
|
|
1735
|
+
<xs:element name="hash"
|
|
1736
|
+
type="oscal-metadata-hash-FIELD"
|
|
1737
|
+
minOccurs="0"
|
|
1738
|
+
maxOccurs="unbounded"/>
|
|
1739
|
+
</xs:sequence>
|
|
1740
|
+
<xs:attribute name="href" use="required" type="URIReferenceDatatype">
|
|
1741
|
+
<xs:annotation>
|
|
1742
|
+
<xs:appinfo>
|
|
1743
|
+
<m:formal-name>Hypertext Reference</m:formal-name>
|
|
1744
|
+
<m:description>A resolvable URL pointing to the referenced resource.</m:description>
|
|
1745
|
+
</xs:appinfo>
|
|
1746
|
+
<xs:documentation>
|
|
1747
|
+
<b>Hypertext Reference</b>: A resolvable URL pointing to the referenced resource.</xs:documentation>
|
|
1748
|
+
</xs:annotation>
|
|
1749
|
+
</xs:attribute>
|
|
1750
|
+
<xs:attribute name="media-type" type="StringDatatype">
|
|
1751
|
+
<xs:annotation>
|
|
1752
|
+
<xs:appinfo>
|
|
1753
|
+
<m:formal-name>Media Type</m:formal-name>
|
|
1754
|
+
<m:description>A label that indicates the nature of a resource, as a data serialization or format.</m:description>
|
|
1755
|
+
</xs:appinfo>
|
|
1756
|
+
<xs:documentation>
|
|
1757
|
+
<b>Media Type</b>: A label that indicates the nature of a resource, as a data serialization or format.</xs:documentation>
|
|
1758
|
+
</xs:annotation>
|
|
1759
|
+
</xs:attribute>
|
|
1760
|
+
</xs:complexType>
|
|
1761
|
+
</xs:element>
|
|
1762
|
+
<xs:element name="base64" minOccurs="0" maxOccurs="1">
|
|
1763
|
+
<xs:complexType>
|
|
1764
|
+
<xs:annotation>
|
|
1765
|
+
<xs:appinfo>
|
|
1766
|
+
<m:formal-name>Base64</m:formal-name>
|
|
1767
|
+
<m:description>A resource encoded using the Base64 alphabet defined by <a href="https://www.rfc-editor.org/rfc/rfc2045.html">RFC 2045</a>.</m:description>
|
|
1768
|
+
</xs:appinfo>
|
|
1769
|
+
<xs:documentation>
|
|
1770
|
+
<b>Base64</b>: A resource encoded using the Base64 alphabet defined by RFC 2045.</xs:documentation>
|
|
1771
|
+
</xs:annotation>
|
|
1772
|
+
<xs:simpleContent>
|
|
1773
|
+
<xs:extension base="Base64Datatype">
|
|
1774
|
+
<xs:attribute name="filename" type="TokenDatatype">
|
|
1775
|
+
<xs:annotation>
|
|
1776
|
+
<xs:appinfo>
|
|
1777
|
+
<m:formal-name>File Name</m:formal-name>
|
|
1778
|
+
<m:description>Name of the file before it was encoded as Base64 to be embedded in a <code>resource</code>. This is the name that will be assigned to the file when the file is decoded.</m:description>
|
|
1779
|
+
</xs:appinfo>
|
|
1780
|
+
<xs:documentation>
|
|
1781
|
+
<b>File Name</b>: Name of the file before it was encoded as Base64 to be embedded in a resource. This is the name that will be assigned to the file when the file is decoded.</xs:documentation>
|
|
1782
|
+
</xs:annotation>
|
|
1783
|
+
</xs:attribute>
|
|
1784
|
+
<xs:attribute name="media-type" type="StringDatatype">
|
|
1785
|
+
<xs:annotation>
|
|
1786
|
+
<xs:appinfo>
|
|
1787
|
+
<m:formal-name>Media Type</m:formal-name>
|
|
1788
|
+
<m:description>A label that indicates the nature of a resource, as a data serialization or format.</m:description>
|
|
1789
|
+
</xs:appinfo>
|
|
1790
|
+
<xs:documentation>
|
|
1791
|
+
<b>Media Type</b>: A label that indicates the nature of a resource, as a data serialization or format.</xs:documentation>
|
|
1792
|
+
</xs:annotation>
|
|
1793
|
+
</xs:attribute>
|
|
1794
|
+
</xs:extension>
|
|
1795
|
+
</xs:simpleContent>
|
|
1796
|
+
</xs:complexType>
|
|
1797
|
+
</xs:element>
|
|
1798
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
1799
|
+
<xs:annotation>
|
|
1800
|
+
<xs:appinfo>
|
|
1801
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
1802
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
1803
|
+
</xs:appinfo>
|
|
1804
|
+
<xs:documentation>
|
|
1805
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
1806
|
+
</xs:annotation>
|
|
1807
|
+
<xs:complexType>
|
|
1808
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
1809
|
+
</xs:complexType>
|
|
1810
|
+
</xs:element>
|
|
1811
|
+
</xs:sequence>
|
|
1812
|
+
<xs:attribute name="uuid" use="required" type="UUIDDatatype">
|
|
1813
|
+
<xs:annotation>
|
|
1814
|
+
<xs:appinfo>
|
|
1815
|
+
<m:formal-name>Resource Universally Unique Identifier</m:formal-name>
|
|
1816
|
+
<m:description>A unique identifier for a resource.</m:description>
|
|
1817
|
+
</xs:appinfo>
|
|
1818
|
+
<xs:documentation>
|
|
1819
|
+
<b>Resource Universally Unique Identifier</b>: A unique identifier for a resource.</xs:documentation>
|
|
1820
|
+
</xs:annotation>
|
|
1821
|
+
</xs:attribute>
|
|
1822
|
+
</xs:complexType>
|
|
1823
|
+
</xs:element>
|
|
1824
|
+
</xs:sequence>
|
|
1825
|
+
</xs:complexType>
|
|
1826
|
+
<xs:complexType name="oscal-metadata-property-ASSEMBLY">
|
|
1827
|
+
<xs:annotation>
|
|
1828
|
+
<xs:appinfo>
|
|
1829
|
+
<m:formal-name>Property</m:formal-name>
|
|
1830
|
+
<m:description>An attribute, characteristic, or quality of the containing object expressed as a namespace qualified name/value pair.</m:description>
|
|
1831
|
+
</xs:appinfo>
|
|
1832
|
+
<xs:documentation>
|
|
1833
|
+
<b>Property</b>: An attribute, characteristic, or quality of the containing object expressed as a namespace qualified name/value pair.</xs:documentation>
|
|
1834
|
+
</xs:annotation>
|
|
1835
|
+
<xs:sequence>
|
|
1836
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
1837
|
+
<xs:annotation>
|
|
1838
|
+
<xs:appinfo>
|
|
1839
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
1840
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
1841
|
+
</xs:appinfo>
|
|
1842
|
+
<xs:documentation>
|
|
1843
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
1844
|
+
</xs:annotation>
|
|
1845
|
+
<xs:complexType>
|
|
1846
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
1847
|
+
</xs:complexType>
|
|
1848
|
+
</xs:element>
|
|
1849
|
+
</xs:sequence>
|
|
1850
|
+
<xs:attribute name="name" use="required" type="TokenDatatype">
|
|
1851
|
+
<xs:annotation>
|
|
1852
|
+
<xs:appinfo>
|
|
1853
|
+
<m:formal-name>Property Name</m:formal-name>
|
|
1854
|
+
<m:description>A textual label, within a namespace, that identifies a specific attribute, characteristic, or quality of the property's containing object.</m:description>
|
|
1855
|
+
</xs:appinfo>
|
|
1856
|
+
<xs:documentation>
|
|
1857
|
+
<b>Property Name</b>: A textual label, within a namespace, that identifies a specific attribute, characteristic, or quality of the property's containing object.</xs:documentation>
|
|
1858
|
+
</xs:annotation>
|
|
1859
|
+
</xs:attribute>
|
|
1860
|
+
<xs:attribute name="uuid" type="UUIDDatatype">
|
|
1861
|
+
<xs:annotation>
|
|
1862
|
+
<xs:appinfo>
|
|
1863
|
+
<m:formal-name>Property Universally Unique Identifier</m:formal-name>
|
|
1864
|
+
<m:description>A unique identifier for a property.</m:description>
|
|
1865
|
+
</xs:appinfo>
|
|
1866
|
+
<xs:documentation>
|
|
1867
|
+
<b>Property Universally Unique Identifier</b>: A unique identifier for a property.</xs:documentation>
|
|
1868
|
+
</xs:annotation>
|
|
1869
|
+
</xs:attribute>
|
|
1870
|
+
<xs:attribute name="ns" type="URIDatatype">
|
|
1871
|
+
<xs:annotation>
|
|
1872
|
+
<xs:appinfo>
|
|
1873
|
+
<m:formal-name>Property Namespace</m:formal-name>
|
|
1874
|
+
<m:description>A namespace qualifying the property's name. This allows different organizations to associate distinct semantics with the same name.</m:description>
|
|
1875
|
+
</xs:appinfo>
|
|
1876
|
+
<xs:documentation>
|
|
1877
|
+
<b>Property Namespace</b>: A namespace qualifying the property's name. This allows different organizations to associate distinct semantics with the same name.</xs:documentation>
|
|
1878
|
+
</xs:annotation>
|
|
1879
|
+
</xs:attribute>
|
|
1880
|
+
<xs:attribute name="value" use="required" type="StringDatatype">
|
|
1881
|
+
<xs:annotation>
|
|
1882
|
+
<xs:appinfo>
|
|
1883
|
+
<m:formal-name>Property Value</m:formal-name>
|
|
1884
|
+
<m:description>Indicates the value of the attribute, characteristic, or quality.</m:description>
|
|
1885
|
+
</xs:appinfo>
|
|
1886
|
+
<xs:documentation>
|
|
1887
|
+
<b>Property Value</b>: Indicates the value of the attribute, characteristic, or quality.</xs:documentation>
|
|
1888
|
+
</xs:annotation>
|
|
1889
|
+
</xs:attribute>
|
|
1890
|
+
<xs:attribute name="class" type="TokenDatatype">
|
|
1891
|
+
<xs:annotation>
|
|
1892
|
+
<xs:appinfo>
|
|
1893
|
+
<m:formal-name>Property Class</m:formal-name>
|
|
1894
|
+
<m:description>A textual label that provides a sub-type or characterization of the property's <code>name</code>.</m:description>
|
|
1895
|
+
</xs:appinfo>
|
|
1896
|
+
<xs:documentation>
|
|
1897
|
+
<b>Property Class</b>: A textual label that provides a sub-type or characterization of the property's name.</xs:documentation>
|
|
1898
|
+
</xs:annotation>
|
|
1899
|
+
</xs:attribute>
|
|
1900
|
+
<xs:attribute name="group" type="TokenDatatype">
|
|
1901
|
+
<xs:annotation>
|
|
1902
|
+
<xs:appinfo>
|
|
1903
|
+
<m:formal-name>Property Group</m:formal-name>
|
|
1904
|
+
<m:description>An identifier for relating distinct sets of properties.</m:description>
|
|
1905
|
+
</xs:appinfo>
|
|
1906
|
+
<xs:documentation>
|
|
1907
|
+
<b>Property Group</b>: An identifier for relating distinct sets of properties.</xs:documentation>
|
|
1908
|
+
</xs:annotation>
|
|
1909
|
+
</xs:attribute>
|
|
1910
|
+
</xs:complexType>
|
|
1911
|
+
<xs:complexType name="oscal-metadata-link-ASSEMBLY">
|
|
1912
|
+
<xs:annotation>
|
|
1913
|
+
<xs:appinfo>
|
|
1914
|
+
<m:formal-name>Link</m:formal-name>
|
|
1915
|
+
<m:description>A reference to a local or remote resource, that has a specific relation to the containing object.</m:description>
|
|
1916
|
+
</xs:appinfo>
|
|
1917
|
+
<xs:documentation>
|
|
1918
|
+
<b>Link</b>: A reference to a local or remote resource, that has a specific relation to the containing object.</xs:documentation>
|
|
1919
|
+
</xs:annotation>
|
|
1920
|
+
<xs:sequence>
|
|
1921
|
+
<xs:element name="text" minOccurs="0" maxOccurs="1">
|
|
1922
|
+
<xs:complexType mixed="true">
|
|
1923
|
+
<xs:annotation>
|
|
1924
|
+
<xs:appinfo>
|
|
1925
|
+
<m:formal-name>Link Text</m:formal-name>
|
|
1926
|
+
<m:description>A textual label to associate with the link, which may be used for presentation in a tool.</m:description>
|
|
1927
|
+
</xs:appinfo>
|
|
1928
|
+
<xs:documentation>
|
|
1929
|
+
<b>Link Text</b>: A textual label to associate with the link, which may be used for presentation in a tool.</xs:documentation>
|
|
1930
|
+
</xs:annotation>
|
|
1931
|
+
<xs:complexContent>
|
|
1932
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
1933
|
+
</xs:complexContent>
|
|
1934
|
+
</xs:complexType>
|
|
1935
|
+
</xs:element>
|
|
1936
|
+
</xs:sequence>
|
|
1937
|
+
<xs:attribute name="href" use="required" type="URIReferenceDatatype">
|
|
1938
|
+
<xs:annotation>
|
|
1939
|
+
<xs:appinfo>
|
|
1940
|
+
<m:formal-name>Hypertext Reference</m:formal-name>
|
|
1941
|
+
<m:description>A resolvable URL reference to a resource.</m:description>
|
|
1942
|
+
</xs:appinfo>
|
|
1943
|
+
<xs:documentation>
|
|
1944
|
+
<b>Hypertext Reference</b>: A resolvable URL reference to a resource.</xs:documentation>
|
|
1945
|
+
</xs:annotation>
|
|
1946
|
+
</xs:attribute>
|
|
1947
|
+
<xs:attribute name="rel" type="TokenDatatype">
|
|
1948
|
+
<xs:annotation>
|
|
1949
|
+
<xs:appinfo>
|
|
1950
|
+
<m:formal-name>Link Relation Type</m:formal-name>
|
|
1951
|
+
<m:description>Describes the type of relationship provided by the link's hypertext reference. This can be an indicator of the link's purpose.</m:description>
|
|
1952
|
+
</xs:appinfo>
|
|
1953
|
+
<xs:documentation>
|
|
1954
|
+
<b>Link Relation Type</b>: Describes the type of relationship provided by the link's hypertext reference. This can be an indicator of the link's purpose.</xs:documentation>
|
|
1955
|
+
</xs:annotation>
|
|
1956
|
+
</xs:attribute>
|
|
1957
|
+
<xs:attribute name="media-type" type="StringDatatype">
|
|
1958
|
+
<xs:annotation>
|
|
1959
|
+
<xs:appinfo>
|
|
1960
|
+
<m:formal-name>Media Type</m:formal-name>
|
|
1961
|
+
<m:description>A label that indicates the nature of a resource, as a data serialization or format.</m:description>
|
|
1962
|
+
</xs:appinfo>
|
|
1963
|
+
<xs:documentation>
|
|
1964
|
+
<b>Media Type</b>: A label that indicates the nature of a resource, as a data serialization or format.</xs:documentation>
|
|
1965
|
+
</xs:annotation>
|
|
1966
|
+
</xs:attribute>
|
|
1967
|
+
<xs:attribute name="resource-fragment" type="StringDatatype">
|
|
1968
|
+
<xs:annotation>
|
|
1969
|
+
<xs:appinfo>
|
|
1970
|
+
<m:formal-name>Resource Fragment</m:formal-name>
|
|
1971
|
+
<m:description>In case where the <code>href</code> points to a <code>back-matter/resource</code>, this value will indicate the URI <a href="https://www.rfc-editor.org/rfc/rfc3986#section-3.5">fragment</a> to append to any <code>rlink</code> associated with the resource. This value MUST be <a href="https://www.rfc-editor.org/rfc/rfc3986#section-2.1">URI encoded</a>.</m:description>
|
|
1972
|
+
</xs:appinfo>
|
|
1973
|
+
<xs:documentation>
|
|
1974
|
+
<b>Resource Fragment</b>: In case where the href points to a back-matter/resource, this value will indicate the URI fragment to append to any rlink associated with the resource. This value MUST be URI encoded.</xs:documentation>
|
|
1975
|
+
</xs:annotation>
|
|
1976
|
+
</xs:attribute>
|
|
1977
|
+
</xs:complexType>
|
|
1978
|
+
<xs:complexType name="oscal-metadata-responsible-party-ASSEMBLY">
|
|
1979
|
+
<xs:annotation>
|
|
1980
|
+
<xs:appinfo>
|
|
1981
|
+
<m:formal-name>Responsible Party</m:formal-name>
|
|
1982
|
+
<m:description>A reference to a set of persons and/or organizations that have responsibility for performing the referenced role in the context of the containing object.</m:description>
|
|
1983
|
+
</xs:appinfo>
|
|
1984
|
+
<xs:documentation>
|
|
1985
|
+
<b>Responsible Party</b>: A reference to a set of persons and/or organizations that have responsibility for performing the referenced role in the context of the containing object.</xs:documentation>
|
|
1986
|
+
</xs:annotation>
|
|
1987
|
+
<xs:sequence>
|
|
1988
|
+
<xs:element name="party-uuid"
|
|
1989
|
+
type="oscal-metadata-party-uuid-FIELD"
|
|
1990
|
+
minOccurs="1"
|
|
1991
|
+
maxOccurs="unbounded"/>
|
|
1992
|
+
<xs:element name="prop"
|
|
1993
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
1994
|
+
minOccurs="0"
|
|
1995
|
+
maxOccurs="unbounded"/>
|
|
1996
|
+
<xs:element name="link"
|
|
1997
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
1998
|
+
minOccurs="0"
|
|
1999
|
+
maxOccurs="unbounded"/>
|
|
2000
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
2001
|
+
<xs:annotation>
|
|
2002
|
+
<xs:appinfo>
|
|
2003
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
2004
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
2005
|
+
</xs:appinfo>
|
|
2006
|
+
<xs:documentation>
|
|
2007
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
2008
|
+
</xs:annotation>
|
|
2009
|
+
<xs:complexType>
|
|
2010
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
2011
|
+
</xs:complexType>
|
|
2012
|
+
</xs:element>
|
|
2013
|
+
</xs:sequence>
|
|
2014
|
+
<xs:attribute name="role-id" use="required" type="TokenDatatype">
|
|
2015
|
+
<xs:annotation>
|
|
2016
|
+
<xs:appinfo>
|
|
2017
|
+
<m:formal-name>Responsible Role</m:formal-name>
|
|
2018
|
+
<m:description>A reference to a <code>role</code> performed by a <code>party</code>.</m:description>
|
|
2019
|
+
</xs:appinfo>
|
|
2020
|
+
<xs:documentation>
|
|
2021
|
+
<b>Responsible Role</b>: A reference to a role performed by a party.</xs:documentation>
|
|
2022
|
+
</xs:annotation>
|
|
2023
|
+
</xs:attribute>
|
|
2024
|
+
</xs:complexType>
|
|
2025
|
+
<xs:complexType name="oscal-metadata-action-ASSEMBLY">
|
|
2026
|
+
<xs:annotation>
|
|
2027
|
+
<xs:appinfo>
|
|
2028
|
+
<m:formal-name>Action</m:formal-name>
|
|
2029
|
+
<m:description>An action applied by a role within a given party to the content.</m:description>
|
|
2030
|
+
</xs:appinfo>
|
|
2031
|
+
<xs:documentation>
|
|
2032
|
+
<b>Action</b>: An action applied by a role within a given party to the content.</xs:documentation>
|
|
2033
|
+
</xs:annotation>
|
|
2034
|
+
<xs:sequence>
|
|
2035
|
+
<xs:element name="prop"
|
|
2036
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
2037
|
+
minOccurs="0"
|
|
2038
|
+
maxOccurs="unbounded"/>
|
|
2039
|
+
<xs:element name="link"
|
|
2040
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
2041
|
+
minOccurs="0"
|
|
2042
|
+
maxOccurs="unbounded"/>
|
|
2043
|
+
<xs:element name="responsible-party"
|
|
2044
|
+
type="oscal-metadata-responsible-party-ASSEMBLY"
|
|
2045
|
+
minOccurs="0"
|
|
2046
|
+
maxOccurs="unbounded"/>
|
|
2047
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
2048
|
+
<xs:annotation>
|
|
2049
|
+
<xs:appinfo>
|
|
2050
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
2051
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
2052
|
+
</xs:appinfo>
|
|
2053
|
+
<xs:documentation>
|
|
2054
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
2055
|
+
</xs:annotation>
|
|
2056
|
+
<xs:complexType>
|
|
2057
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
2058
|
+
</xs:complexType>
|
|
2059
|
+
</xs:element>
|
|
2060
|
+
</xs:sequence>
|
|
2061
|
+
<xs:attribute name="uuid" use="required" type="UUIDDatatype">
|
|
2062
|
+
<xs:annotation>
|
|
2063
|
+
<xs:appinfo>
|
|
2064
|
+
<m:formal-name>Action Universally Unique Identifier</m:formal-name>
|
|
2065
|
+
<m:description>A unique identifier that can be used to reference this defined action elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document.</m:description>
|
|
2066
|
+
</xs:appinfo>
|
|
2067
|
+
<xs:documentation>
|
|
2068
|
+
<b>Action Universally Unique Identifier</b>: A unique identifier that can be used to reference this defined action elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document.</xs:documentation>
|
|
2069
|
+
</xs:annotation>
|
|
2070
|
+
</xs:attribute>
|
|
2071
|
+
<xs:attribute name="date" type="DateTimeWithTimezoneDatatype">
|
|
2072
|
+
<xs:annotation>
|
|
2073
|
+
<xs:appinfo>
|
|
2074
|
+
<m:formal-name>Action Occurrence Date</m:formal-name>
|
|
2075
|
+
<m:description>The date and time when the action occurred.</m:description>
|
|
2076
|
+
</xs:appinfo>
|
|
2077
|
+
<xs:documentation>
|
|
2078
|
+
<b>Action Occurrence Date</b>: The date and time when the action occurred.</xs:documentation>
|
|
2079
|
+
</xs:annotation>
|
|
2080
|
+
</xs:attribute>
|
|
2081
|
+
<xs:attribute name="type" use="required" type="TokenDatatype">
|
|
2082
|
+
<xs:annotation>
|
|
2083
|
+
<xs:appinfo>
|
|
2084
|
+
<m:formal-name>Action Type</m:formal-name>
|
|
2085
|
+
<m:description>The type of action documented by the assembly, such as an approval.</m:description>
|
|
2086
|
+
</xs:appinfo>
|
|
2087
|
+
<xs:documentation>
|
|
2088
|
+
<b>Action Type</b>: The type of action documented by the assembly, such as an approval.</xs:documentation>
|
|
2089
|
+
</xs:annotation>
|
|
2090
|
+
</xs:attribute>
|
|
2091
|
+
<xs:attribute name="system" use="required" type="URIDatatype">
|
|
2092
|
+
<xs:annotation>
|
|
2093
|
+
<xs:appinfo>
|
|
2094
|
+
<m:formal-name>Action Type System</m:formal-name>
|
|
2095
|
+
<m:description>Specifies the action type system used.</m:description>
|
|
2096
|
+
</xs:appinfo>
|
|
2097
|
+
<xs:documentation>
|
|
2098
|
+
<b>Action Type System</b>: Specifies the action type system used.</xs:documentation>
|
|
2099
|
+
</xs:annotation>
|
|
2100
|
+
</xs:attribute>
|
|
2101
|
+
</xs:complexType>
|
|
2102
|
+
<xs:complexType name="oscal-metadata-responsible-role-ASSEMBLY">
|
|
2103
|
+
<xs:annotation>
|
|
2104
|
+
<xs:appinfo>
|
|
2105
|
+
<m:formal-name>Responsible Role</m:formal-name>
|
|
2106
|
+
<m:description>A reference to a role with responsibility for performing a function relative to the containing object, optionally associated with a set of persons and/or organizations that perform that role.</m:description>
|
|
2107
|
+
</xs:appinfo>
|
|
2108
|
+
<xs:documentation>
|
|
2109
|
+
<b>Responsible Role</b>: A reference to a role with responsibility for performing a function relative to the containing object, optionally associated with a set of persons and/or organizations that perform that role.</xs:documentation>
|
|
2110
|
+
</xs:annotation>
|
|
2111
|
+
<xs:sequence>
|
|
2112
|
+
<xs:element name="prop"
|
|
2113
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
2114
|
+
minOccurs="0"
|
|
2115
|
+
maxOccurs="unbounded"/>
|
|
2116
|
+
<xs:element name="link"
|
|
2117
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
2118
|
+
minOccurs="0"
|
|
2119
|
+
maxOccurs="unbounded"/>
|
|
2120
|
+
<xs:element name="party-uuid"
|
|
2121
|
+
type="oscal-metadata-party-uuid-FIELD"
|
|
2122
|
+
minOccurs="0"
|
|
2123
|
+
maxOccurs="unbounded"/>
|
|
2124
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
2125
|
+
<xs:annotation>
|
|
2126
|
+
<xs:appinfo>
|
|
2127
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
2128
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
2129
|
+
</xs:appinfo>
|
|
2130
|
+
<xs:documentation>
|
|
2131
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
2132
|
+
</xs:annotation>
|
|
2133
|
+
<xs:complexType>
|
|
2134
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
2135
|
+
</xs:complexType>
|
|
2136
|
+
</xs:element>
|
|
2137
|
+
</xs:sequence>
|
|
2138
|
+
<xs:attribute name="role-id" use="required" type="TokenDatatype">
|
|
2139
|
+
<xs:annotation>
|
|
2140
|
+
<xs:appinfo>
|
|
2141
|
+
<m:formal-name>Responsible Role ID</m:formal-name>
|
|
2142
|
+
<m:description>A <a href="https://pages.nist.gov/OSCAL/concepts/identifier-use/#human-oriented">human-oriented</a> identifier reference to a <code>role</code> performed.</m:description>
|
|
2143
|
+
</xs:appinfo>
|
|
2144
|
+
<xs:documentation>
|
|
2145
|
+
<b>Responsible Role ID</b>: A human-oriented identifier reference to a role performed.</xs:documentation>
|
|
2146
|
+
</xs:annotation>
|
|
2147
|
+
</xs:attribute>
|
|
2148
|
+
</xs:complexType>
|
|
2149
|
+
<xs:complexType name="oscal-metadata-hash-FIELD">
|
|
2150
|
+
<xs:annotation>
|
|
2151
|
+
<xs:appinfo>
|
|
2152
|
+
<m:formal-name>Hash</m:formal-name>
|
|
2153
|
+
<m:description>A representation of a cryptographic digest generated over a resource using a specified hash algorithm.</m:description>
|
|
2154
|
+
</xs:appinfo>
|
|
2155
|
+
<xs:documentation>
|
|
2156
|
+
<b>Hash</b>: A representation of a cryptographic digest generated over a resource using a specified hash algorithm.</xs:documentation>
|
|
2157
|
+
</xs:annotation>
|
|
2158
|
+
<xs:simpleContent>
|
|
2159
|
+
<xs:extension base="StringDatatype">
|
|
2160
|
+
<xs:attribute name="algorithm" use="required" type="StringDatatype">
|
|
2161
|
+
<xs:annotation>
|
|
2162
|
+
<xs:appinfo>
|
|
2163
|
+
<m:formal-name>Hash algorithm</m:formal-name>
|
|
2164
|
+
<m:description>The digest method by which a hash is derived.</m:description>
|
|
2165
|
+
</xs:appinfo>
|
|
2166
|
+
<xs:documentation>
|
|
2167
|
+
<b>Hash algorithm</b>: The digest method by which a hash is derived.</xs:documentation>
|
|
2168
|
+
</xs:annotation>
|
|
2169
|
+
</xs:attribute>
|
|
2170
|
+
</xs:extension>
|
|
2171
|
+
</xs:simpleContent>
|
|
2172
|
+
</xs:complexType>
|
|
2173
|
+
<xs:complexType name="oscal-metadata-remarks-FIELD">
|
|
2174
|
+
<xs:annotation>
|
|
2175
|
+
<xs:appinfo>
|
|
2176
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
2177
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
2178
|
+
</xs:appinfo>
|
|
2179
|
+
<xs:documentation>
|
|
2180
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
2181
|
+
</xs:annotation>
|
|
2182
|
+
<xs:complexContent>
|
|
2183
|
+
<xs:extension base="MarkupMultilineDatatype"/>
|
|
2184
|
+
</xs:complexContent>
|
|
2185
|
+
</xs:complexType>
|
|
2186
|
+
<xs:simpleType name="oscal-metadata-published-FIELD">
|
|
2187
|
+
<xs:annotation>
|
|
2188
|
+
<xs:appinfo>
|
|
2189
|
+
<m:formal-name>Publication Timestamp</m:formal-name>
|
|
2190
|
+
<m:description>The date and time the document was last made available.</m:description>
|
|
2191
|
+
</xs:appinfo>
|
|
2192
|
+
<xs:documentation>
|
|
2193
|
+
<b>Publication Timestamp</b>: The date and time the document was last made available.</xs:documentation>
|
|
2194
|
+
</xs:annotation>
|
|
2195
|
+
<xs:restriction base="DateTimeWithTimezoneDatatype"/>
|
|
2196
|
+
</xs:simpleType>
|
|
2197
|
+
<xs:simpleType name="oscal-metadata-last-modified-FIELD">
|
|
2198
|
+
<xs:annotation>
|
|
2199
|
+
<xs:appinfo>
|
|
2200
|
+
<m:formal-name>Last Modified Timestamp</m:formal-name>
|
|
2201
|
+
<m:description>The date and time the document was last stored for later retrieval.</m:description>
|
|
2202
|
+
</xs:appinfo>
|
|
2203
|
+
<xs:documentation>
|
|
2204
|
+
<b>Last Modified Timestamp</b>: The date and time the document was last stored for later retrieval.</xs:documentation>
|
|
2205
|
+
</xs:annotation>
|
|
2206
|
+
<xs:restriction base="DateTimeWithTimezoneDatatype"/>
|
|
2207
|
+
</xs:simpleType>
|
|
2208
|
+
<xs:simpleType name="oscal-metadata-version-FIELD">
|
|
2209
|
+
<xs:annotation>
|
|
2210
|
+
<xs:appinfo>
|
|
2211
|
+
<m:formal-name>Document Version</m:formal-name>
|
|
2212
|
+
<m:description>Used to distinguish a specific revision of an OSCAL document from other previous and future versions.</m:description>
|
|
2213
|
+
</xs:appinfo>
|
|
2214
|
+
<xs:documentation>
|
|
2215
|
+
<b>Document Version</b>: Used to distinguish a specific revision of an OSCAL document from other previous and future versions.</xs:documentation>
|
|
2216
|
+
</xs:annotation>
|
|
2217
|
+
<xs:restriction base="StringDatatype"/>
|
|
2218
|
+
</xs:simpleType>
|
|
2219
|
+
<xs:simpleType name="oscal-metadata-oscal-version-FIELD">
|
|
2220
|
+
<xs:annotation>
|
|
2221
|
+
<xs:appinfo>
|
|
2222
|
+
<m:formal-name>OSCAL Version</m:formal-name>
|
|
2223
|
+
<m:description>The OSCAL model version the document was authored against and will conform to as valid.</m:description>
|
|
2224
|
+
</xs:appinfo>
|
|
2225
|
+
<xs:documentation>
|
|
2226
|
+
<b>OSCAL Version</b>: The OSCAL model version the document was authored against and will conform to as valid.</xs:documentation>
|
|
2227
|
+
</xs:annotation>
|
|
2228
|
+
<xs:restriction base="StringDatatype"/>
|
|
2229
|
+
</xs:simpleType>
|
|
2230
|
+
<xs:simpleType name="oscal-metadata-email-address-FIELD">
|
|
2231
|
+
<xs:annotation>
|
|
2232
|
+
<xs:appinfo>
|
|
2233
|
+
<m:formal-name>Email Address</m:formal-name>
|
|
2234
|
+
<m:description>An email address as defined by <a href="https://tools.ietf.org/html/rfc5322#section-3.4.1">RFC 5322 Section 3.4.1</a>.</m:description>
|
|
2235
|
+
</xs:appinfo>
|
|
2236
|
+
<xs:documentation>
|
|
2237
|
+
<b>Email Address</b>: An email address as defined by RFC 5322 Section 3.4.1.</xs:documentation>
|
|
2238
|
+
</xs:annotation>
|
|
2239
|
+
<xs:restriction base="EmailAddressDatatype"/>
|
|
2240
|
+
</xs:simpleType>
|
|
2241
|
+
<xs:complexType name="oscal-metadata-telephone-number-FIELD">
|
|
2242
|
+
<xs:annotation>
|
|
2243
|
+
<xs:appinfo>
|
|
2244
|
+
<m:formal-name>Telephone Number</m:formal-name>
|
|
2245
|
+
<m:description>A telephone service number as defined by <a href="https://www.itu.int/rec/T-REC-E.164-201011-I/en">ITU-T E.164</a>.</m:description>
|
|
2246
|
+
</xs:appinfo>
|
|
2247
|
+
<xs:documentation>
|
|
2248
|
+
<b>Telephone Number</b>: A telephone service number as defined by ITU-T E.164.</xs:documentation>
|
|
2249
|
+
</xs:annotation>
|
|
2250
|
+
<xs:simpleContent>
|
|
2251
|
+
<xs:extension base="StringDatatype">
|
|
2252
|
+
<xs:attribute name="type" type="StringDatatype">
|
|
2253
|
+
<xs:annotation>
|
|
2254
|
+
<xs:appinfo>
|
|
2255
|
+
<m:formal-name>type flag</m:formal-name>
|
|
2256
|
+
<m:description>Indicates the type of phone number.</m:description>
|
|
2257
|
+
</xs:appinfo>
|
|
2258
|
+
<xs:documentation>
|
|
2259
|
+
<b>type flag</b>: Indicates the type of phone number.</xs:documentation>
|
|
2260
|
+
</xs:annotation>
|
|
2261
|
+
</xs:attribute>
|
|
2262
|
+
</xs:extension>
|
|
2263
|
+
</xs:simpleContent>
|
|
2264
|
+
</xs:complexType>
|
|
2265
|
+
<xs:complexType name="oscal-metadata-address-ASSEMBLY">
|
|
2266
|
+
<xs:annotation>
|
|
2267
|
+
<xs:appinfo>
|
|
2268
|
+
<m:formal-name>Address</m:formal-name>
|
|
2269
|
+
<m:description>A postal address for the location.</m:description>
|
|
2270
|
+
</xs:appinfo>
|
|
2271
|
+
<xs:documentation>
|
|
2272
|
+
<b>Address</b>: A postal address for the location.</xs:documentation>
|
|
2273
|
+
</xs:annotation>
|
|
2274
|
+
<xs:sequence>
|
|
2275
|
+
<xs:element name="addr-line"
|
|
2276
|
+
type="oscal-metadata-addr-line-FIELD"
|
|
2277
|
+
minOccurs="0"
|
|
2278
|
+
maxOccurs="unbounded"/>
|
|
2279
|
+
<xs:element name="city" minOccurs="0" maxOccurs="1">
|
|
2280
|
+
<xs:simpleType>
|
|
2281
|
+
<xs:annotation>
|
|
2282
|
+
<xs:appinfo>
|
|
2283
|
+
<m:formal-name>City</m:formal-name>
|
|
2284
|
+
<m:description>City, town or geographical region for the mailing address.</m:description>
|
|
2285
|
+
</xs:appinfo>
|
|
2286
|
+
<xs:documentation>
|
|
2287
|
+
<b>City</b>: City, town or geographical region for the mailing address.</xs:documentation>
|
|
2288
|
+
</xs:annotation>
|
|
2289
|
+
<xs:restriction base="StringDatatype"/>
|
|
2290
|
+
</xs:simpleType>
|
|
2291
|
+
</xs:element>
|
|
2292
|
+
<xs:element name="state" minOccurs="0" maxOccurs="1">
|
|
2293
|
+
<xs:simpleType>
|
|
2294
|
+
<xs:annotation>
|
|
2295
|
+
<xs:appinfo>
|
|
2296
|
+
<m:formal-name>State</m:formal-name>
|
|
2297
|
+
<m:description>State, province or analogous geographical region for a mailing address.</m:description>
|
|
2298
|
+
</xs:appinfo>
|
|
2299
|
+
<xs:documentation>
|
|
2300
|
+
<b>State</b>: State, province or analogous geographical region for a mailing address.</xs:documentation>
|
|
2301
|
+
</xs:annotation>
|
|
2302
|
+
<xs:restriction base="StringDatatype"/>
|
|
2303
|
+
</xs:simpleType>
|
|
2304
|
+
</xs:element>
|
|
2305
|
+
<xs:element name="postal-code" minOccurs="0" maxOccurs="1">
|
|
2306
|
+
<xs:simpleType>
|
|
2307
|
+
<xs:annotation>
|
|
2308
|
+
<xs:appinfo>
|
|
2309
|
+
<m:formal-name>Postal Code</m:formal-name>
|
|
2310
|
+
<m:description>Postal or ZIP code for mailing address.</m:description>
|
|
2311
|
+
</xs:appinfo>
|
|
2312
|
+
<xs:documentation>
|
|
2313
|
+
<b>Postal Code</b>: Postal or ZIP code for mailing address.</xs:documentation>
|
|
2314
|
+
</xs:annotation>
|
|
2315
|
+
<xs:restriction base="StringDatatype"/>
|
|
2316
|
+
</xs:simpleType>
|
|
2317
|
+
</xs:element>
|
|
2318
|
+
<xs:element name="country" minOccurs="0" maxOccurs="1">
|
|
2319
|
+
<xs:simpleType>
|
|
2320
|
+
<xs:annotation>
|
|
2321
|
+
<xs:appinfo>
|
|
2322
|
+
<m:formal-name>Country Code</m:formal-name>
|
|
2323
|
+
<m:description>The ISO 3166-1 alpha-2 country code for the mailing address.</m:description>
|
|
2324
|
+
</xs:appinfo>
|
|
2325
|
+
<xs:documentation>
|
|
2326
|
+
<b>Country Code</b>: The ISO 3166-1 alpha-2 country code for the mailing address.</xs:documentation>
|
|
2327
|
+
</xs:annotation>
|
|
2328
|
+
<xs:restriction base="StringDatatype"/>
|
|
2329
|
+
</xs:simpleType>
|
|
2330
|
+
</xs:element>
|
|
2331
|
+
</xs:sequence>
|
|
2332
|
+
<xs:attribute name="type" type="TokenDatatype">
|
|
2333
|
+
<xs:annotation>
|
|
2334
|
+
<xs:appinfo>
|
|
2335
|
+
<m:formal-name>Address Type</m:formal-name>
|
|
2336
|
+
<m:description>Indicates the type of address.</m:description>
|
|
2337
|
+
</xs:appinfo>
|
|
2338
|
+
<xs:documentation>
|
|
2339
|
+
<b>Address Type</b>: Indicates the type of address.</xs:documentation>
|
|
2340
|
+
</xs:annotation>
|
|
2341
|
+
</xs:attribute>
|
|
2342
|
+
</xs:complexType>
|
|
2343
|
+
<xs:simpleType name="oscal-metadata-addr-line-FIELD">
|
|
2344
|
+
<xs:annotation>
|
|
2345
|
+
<xs:appinfo>
|
|
2346
|
+
<m:formal-name>Address line</m:formal-name>
|
|
2347
|
+
<m:description>A single line of an address.</m:description>
|
|
2348
|
+
</xs:appinfo>
|
|
2349
|
+
<xs:documentation>
|
|
2350
|
+
<b>Address line</b>: A single line of an address.</xs:documentation>
|
|
2351
|
+
</xs:annotation>
|
|
2352
|
+
<xs:restriction base="StringDatatype"/>
|
|
2353
|
+
</xs:simpleType>
|
|
2354
|
+
<xs:complexType name="oscal-metadata-document-id-FIELD">
|
|
2355
|
+
<xs:annotation>
|
|
2356
|
+
<xs:appinfo>
|
|
2357
|
+
<m:formal-name>Document Identifier</m:formal-name>
|
|
2358
|
+
<m:description>A document identifier qualified by an identifier <code>scheme</code>.</m:description>
|
|
2359
|
+
</xs:appinfo>
|
|
2360
|
+
<xs:documentation>
|
|
2361
|
+
<b>Document Identifier</b>: A document identifier qualified by an identifier scheme.</xs:documentation>
|
|
2362
|
+
</xs:annotation>
|
|
2363
|
+
<xs:simpleContent>
|
|
2364
|
+
<xs:extension base="StringDatatype">
|
|
2365
|
+
<xs:attribute name="scheme" type="URIDatatype">
|
|
2366
|
+
<xs:annotation>
|
|
2367
|
+
<xs:appinfo>
|
|
2368
|
+
<m:formal-name>Document Identification Scheme</m:formal-name>
|
|
2369
|
+
<m:description>Qualifies the kind of document identifier using a URI. If the scheme is not provided the value of the element will be interpreted as a string of characters.</m:description>
|
|
2370
|
+
</xs:appinfo>
|
|
2371
|
+
<xs:documentation>
|
|
2372
|
+
<b>Document Identification Scheme</b>: Qualifies the kind of document identifier using a URI. If the scheme is not provided the value of the element will be interpreted as a string of characters.</xs:documentation>
|
|
2373
|
+
</xs:annotation>
|
|
2374
|
+
</xs:attribute>
|
|
2375
|
+
</xs:extension>
|
|
2376
|
+
</xs:simpleContent>
|
|
2377
|
+
</xs:complexType>
|
|
2378
|
+
<xs:complexType name="oscal-control-common-part-ASSEMBLY">
|
|
2379
|
+
<xs:annotation>
|
|
2380
|
+
<xs:appinfo>
|
|
2381
|
+
<m:formal-name>Part</m:formal-name>
|
|
2382
|
+
<m:description>An annotated, markup-based textual element of a control's or catalog group's definition, or a child of another part.</m:description>
|
|
2383
|
+
</xs:appinfo>
|
|
2384
|
+
<xs:documentation>
|
|
2385
|
+
<b>Part</b>: An annotated, markup-based textual element of a control's or catalog group's definition, or a child of another part.</xs:documentation>
|
|
2386
|
+
</xs:annotation>
|
|
2387
|
+
<xs:sequence>
|
|
2388
|
+
<xs:element name="title" minOccurs="0" maxOccurs="1">
|
|
2389
|
+
<xs:complexType mixed="true">
|
|
2390
|
+
<xs:annotation>
|
|
2391
|
+
<xs:appinfo>
|
|
2392
|
+
<m:formal-name>Part Title</m:formal-name>
|
|
2393
|
+
<m:description>An optional name given to the part, which may be used by a tool for display and navigation.</m:description>
|
|
2394
|
+
</xs:appinfo>
|
|
2395
|
+
<xs:documentation>
|
|
2396
|
+
<b>Part Title</b>: An optional name given to the part, which may be used by a tool for display and navigation.</xs:documentation>
|
|
2397
|
+
</xs:annotation>
|
|
2398
|
+
<xs:complexContent>
|
|
2399
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
2400
|
+
</xs:complexContent>
|
|
2401
|
+
</xs:complexType>
|
|
2402
|
+
</xs:element>
|
|
2403
|
+
<xs:element name="prop"
|
|
2404
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
2405
|
+
minOccurs="0"
|
|
2406
|
+
maxOccurs="unbounded"/>
|
|
2407
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
2408
|
+
<xs:element name="part"
|
|
2409
|
+
type="oscal-control-common-part-ASSEMBLY"
|
|
2410
|
+
minOccurs="0"
|
|
2411
|
+
maxOccurs="unbounded"/>
|
|
2412
|
+
<xs:element name="link"
|
|
2413
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
2414
|
+
minOccurs="0"
|
|
2415
|
+
maxOccurs="unbounded"/>
|
|
2416
|
+
</xs:sequence>
|
|
2417
|
+
<xs:attribute name="id" type="TokenDatatype">
|
|
2418
|
+
<xs:annotation>
|
|
2419
|
+
<xs:appinfo>
|
|
2420
|
+
<m:formal-name>Part Identifier</m:formal-name>
|
|
2421
|
+
<m:description>A unique identifier for the part.</m:description>
|
|
2422
|
+
</xs:appinfo>
|
|
2423
|
+
<xs:documentation>
|
|
2424
|
+
<b>Part Identifier</b>: A unique identifier for the part.</xs:documentation>
|
|
2425
|
+
</xs:annotation>
|
|
2426
|
+
</xs:attribute>
|
|
2427
|
+
<xs:attribute name="name" use="required" type="TokenDatatype">
|
|
2428
|
+
<xs:annotation>
|
|
2429
|
+
<xs:appinfo>
|
|
2430
|
+
<m:formal-name>Part Name</m:formal-name>
|
|
2431
|
+
<m:description>A textual label that uniquely identifies the part's semantic type, which exists in a value space qualified by the <code>ns</code>.</m:description>
|
|
2432
|
+
</xs:appinfo>
|
|
2433
|
+
<xs:documentation>
|
|
2434
|
+
<b>Part Name</b>: A textual label that uniquely identifies the part's semantic type, which exists in a value space qualified by the ns.</xs:documentation>
|
|
2435
|
+
</xs:annotation>
|
|
2436
|
+
</xs:attribute>
|
|
2437
|
+
<xs:attribute name="ns" type="URIDatatype">
|
|
2438
|
+
<xs:annotation>
|
|
2439
|
+
<xs:appinfo>
|
|
2440
|
+
<m:formal-name>Part Namespace</m:formal-name>
|
|
2441
|
+
<m:description>An optional namespace qualifying the part's <code>name</code>. This allows different organizations to associate distinct semantics with the same name.</m:description>
|
|
2442
|
+
</xs:appinfo>
|
|
2443
|
+
<xs:documentation>
|
|
2444
|
+
<b>Part Namespace</b>: An optional namespace qualifying the part's name. This allows different organizations to associate distinct semantics with the same name.</xs:documentation>
|
|
2445
|
+
</xs:annotation>
|
|
2446
|
+
</xs:attribute>
|
|
2447
|
+
<xs:attribute name="class" type="TokenDatatype">
|
|
2448
|
+
<xs:annotation>
|
|
2449
|
+
<xs:appinfo>
|
|
2450
|
+
<m:formal-name>Part Class</m:formal-name>
|
|
2451
|
+
<m:description>An optional textual providing a sub-type or characterization of the part's <code>name</code>, or a category to which the part belongs.</m:description>
|
|
2452
|
+
</xs:appinfo>
|
|
2453
|
+
<xs:documentation>
|
|
2454
|
+
<b>Part Class</b>: An optional textual providing a sub-type or characterization of the part's name, or a category to which the part belongs.</xs:documentation>
|
|
2455
|
+
</xs:annotation>
|
|
2456
|
+
</xs:attribute>
|
|
2457
|
+
</xs:complexType>
|
|
2458
|
+
<xs:complexType name="oscal-control-common-parameter-ASSEMBLY">
|
|
2459
|
+
<xs:annotation>
|
|
2460
|
+
<xs:appinfo>
|
|
2461
|
+
<m:formal-name>Parameter</m:formal-name>
|
|
2462
|
+
<m:description>Parameters provide a mechanism for the dynamic assignment of value(s) in a control.</m:description>
|
|
2463
|
+
</xs:appinfo>
|
|
2464
|
+
<xs:documentation>
|
|
2465
|
+
<b>Parameter</b>: Parameters provide a mechanism for the dynamic assignment of value(s) in a control.</xs:documentation>
|
|
2466
|
+
</xs:annotation>
|
|
2467
|
+
<xs:sequence>
|
|
2468
|
+
<xs:element name="prop"
|
|
2469
|
+
type="oscal-metadata-property-ASSEMBLY"
|
|
2470
|
+
minOccurs="0"
|
|
2471
|
+
maxOccurs="unbounded"/>
|
|
2472
|
+
<xs:element name="link"
|
|
2473
|
+
type="oscal-metadata-link-ASSEMBLY"
|
|
2474
|
+
minOccurs="0"
|
|
2475
|
+
maxOccurs="unbounded"/>
|
|
2476
|
+
<xs:element name="label" minOccurs="0" maxOccurs="1">
|
|
2477
|
+
<xs:complexType mixed="true">
|
|
2478
|
+
<xs:annotation>
|
|
2479
|
+
<xs:appinfo>
|
|
2480
|
+
<m:formal-name>Parameter Label</m:formal-name>
|
|
2481
|
+
<m:description>A short, placeholder name for the parameter, which can be used as a substitute for a <code>value</code> if no value is assigned.</m:description>
|
|
2482
|
+
</xs:appinfo>
|
|
2483
|
+
<xs:documentation>
|
|
2484
|
+
<b>Parameter Label</b>: A short, placeholder name for the parameter, which can be used as a substitute for a value if no value is assigned.</xs:documentation>
|
|
2485
|
+
</xs:annotation>
|
|
2486
|
+
<xs:complexContent>
|
|
2487
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
2488
|
+
</xs:complexContent>
|
|
2489
|
+
</xs:complexType>
|
|
2490
|
+
</xs:element>
|
|
2491
|
+
<xs:element name="usage" minOccurs="0" maxOccurs="1">
|
|
2492
|
+
<xs:complexType>
|
|
2493
|
+
<xs:annotation>
|
|
2494
|
+
<xs:appinfo>
|
|
2495
|
+
<m:formal-name>Parameter Usage Description</m:formal-name>
|
|
2496
|
+
<m:description>Describes the purpose and use of a parameter.</m:description>
|
|
2497
|
+
</xs:appinfo>
|
|
2498
|
+
<xs:documentation>
|
|
2499
|
+
<b>Parameter Usage Description</b>: Describes the purpose and use of a parameter.</xs:documentation>
|
|
2500
|
+
</xs:annotation>
|
|
2501
|
+
<xs:complexContent>
|
|
2502
|
+
<xs:extension base="MarkupMultilineDatatype"/>
|
|
2503
|
+
</xs:complexContent>
|
|
2504
|
+
</xs:complexType>
|
|
2505
|
+
</xs:element>
|
|
2506
|
+
<xs:element name="constraint"
|
|
2507
|
+
type="oscal-control-common-parameter-constraint-ASSEMBLY"
|
|
2508
|
+
minOccurs="0"
|
|
2509
|
+
maxOccurs="unbounded"/>
|
|
2510
|
+
<xs:element name="guideline"
|
|
2511
|
+
type="oscal-control-common-parameter-guideline-ASSEMBLY"
|
|
2512
|
+
minOccurs="0"
|
|
2513
|
+
maxOccurs="unbounded"/>
|
|
2514
|
+
<xs:choice>
|
|
2515
|
+
<xs:element name="value"
|
|
2516
|
+
type="oscal-control-common-parameter-value-FIELD"
|
|
2517
|
+
minOccurs="0"
|
|
2518
|
+
maxOccurs="unbounded"/>
|
|
2519
|
+
<xs:element name="select"
|
|
2520
|
+
type="oscal-control-common-parameter-selection-ASSEMBLY"
|
|
2521
|
+
minOccurs="0"
|
|
2522
|
+
maxOccurs="1"/>
|
|
2523
|
+
</xs:choice>
|
|
2524
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
2525
|
+
<xs:annotation>
|
|
2526
|
+
<xs:appinfo>
|
|
2527
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
2528
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
2529
|
+
</xs:appinfo>
|
|
2530
|
+
<xs:documentation>
|
|
2531
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
2532
|
+
</xs:annotation>
|
|
2533
|
+
<xs:complexType>
|
|
2534
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
2535
|
+
</xs:complexType>
|
|
2536
|
+
</xs:element>
|
|
2537
|
+
</xs:sequence>
|
|
2538
|
+
<xs:attribute name="id" use="required" type="TokenDatatype">
|
|
2539
|
+
<xs:annotation>
|
|
2540
|
+
<xs:appinfo>
|
|
2541
|
+
<m:formal-name>Parameter Identifier</m:formal-name>
|
|
2542
|
+
<m:description>A unique identifier for the parameter.</m:description>
|
|
2543
|
+
</xs:appinfo>
|
|
2544
|
+
<xs:documentation>
|
|
2545
|
+
<b>Parameter Identifier</b>: A unique identifier for the parameter.</xs:documentation>
|
|
2546
|
+
</xs:annotation>
|
|
2547
|
+
</xs:attribute>
|
|
2548
|
+
<xs:attribute name="class" type="TokenDatatype">
|
|
2549
|
+
<xs:annotation>
|
|
2550
|
+
<xs:appinfo>
|
|
2551
|
+
<m:formal-name>Parameter Class</m:formal-name>
|
|
2552
|
+
<m:description>A textual label that provides a characterization of the type, purpose, use or scope of the parameter.</m:description>
|
|
2553
|
+
</xs:appinfo>
|
|
2554
|
+
<xs:documentation>
|
|
2555
|
+
<b>Parameter Class</b>: A textual label that provides a characterization of the type, purpose, use or scope of the parameter.</xs:documentation>
|
|
2556
|
+
</xs:annotation>
|
|
2557
|
+
</xs:attribute>
|
|
2558
|
+
<xs:attribute name="depends-on" type="TokenDatatype">
|
|
2559
|
+
<xs:annotation>
|
|
2560
|
+
<xs:appinfo>
|
|
2561
|
+
<m:formal-name>Depends on</m:formal-name>
|
|
2562
|
+
<m:description>
|
|
2563
|
+
<strong>(deprecated)</strong> Another parameter invoking this one. This construct has been deprecated and should not be used.</m:description>
|
|
2564
|
+
</xs:appinfo>
|
|
2565
|
+
<xs:documentation>
|
|
2566
|
+
<b>Depends on</b>: (deprecated) Another parameter invoking this one. This construct has been deprecated and should not be used.</xs:documentation>
|
|
2567
|
+
</xs:annotation>
|
|
2568
|
+
</xs:attribute>
|
|
2569
|
+
</xs:complexType>
|
|
2570
|
+
<xs:complexType name="oscal-control-common-parameter-constraint-ASSEMBLY">
|
|
2571
|
+
<xs:annotation>
|
|
2572
|
+
<xs:appinfo>
|
|
2573
|
+
<m:formal-name>Constraint</m:formal-name>
|
|
2574
|
+
<m:description>A formal or informal expression of a constraint or test.</m:description>
|
|
2575
|
+
</xs:appinfo>
|
|
2576
|
+
<xs:documentation>
|
|
2577
|
+
<b>Constraint</b>: A formal or informal expression of a constraint or test.</xs:documentation>
|
|
2578
|
+
</xs:annotation>
|
|
2579
|
+
<xs:sequence>
|
|
2580
|
+
<xs:element name="description" minOccurs="0" maxOccurs="1">
|
|
2581
|
+
<xs:complexType>
|
|
2582
|
+
<xs:annotation>
|
|
2583
|
+
<xs:appinfo>
|
|
2584
|
+
<m:formal-name>Constraint Description</m:formal-name>
|
|
2585
|
+
<m:description>A textual summary of the constraint to be applied.</m:description>
|
|
2586
|
+
</xs:appinfo>
|
|
2587
|
+
<xs:documentation>
|
|
2588
|
+
<b>Constraint Description</b>: A textual summary of the constraint to be applied.</xs:documentation>
|
|
2589
|
+
</xs:annotation>
|
|
2590
|
+
<xs:complexContent>
|
|
2591
|
+
<xs:extension base="MarkupMultilineDatatype"/>
|
|
2592
|
+
</xs:complexContent>
|
|
2593
|
+
</xs:complexType>
|
|
2594
|
+
</xs:element>
|
|
2595
|
+
<xs:element name="test" minOccurs="0" maxOccurs="unbounded">
|
|
2596
|
+
<xs:complexType>
|
|
2597
|
+
<xs:annotation>
|
|
2598
|
+
<xs:appinfo>
|
|
2599
|
+
<m:formal-name>Constraint Test</m:formal-name>
|
|
2600
|
+
<m:description>A test expression which is expected to be evaluated by a tool.</m:description>
|
|
2601
|
+
</xs:appinfo>
|
|
2602
|
+
<xs:documentation>
|
|
2603
|
+
<b>Constraint Test</b>: A test expression which is expected to be evaluated by a tool.</xs:documentation>
|
|
2604
|
+
</xs:annotation>
|
|
2605
|
+
<xs:sequence>
|
|
2606
|
+
<xs:element name="expression" minOccurs="1" maxOccurs="1">
|
|
2607
|
+
<xs:simpleType>
|
|
2608
|
+
<xs:annotation>
|
|
2609
|
+
<xs:appinfo>
|
|
2610
|
+
<m:formal-name>Constraint test</m:formal-name>
|
|
2611
|
+
<m:description>A formal (executable) expression of a constraint.</m:description>
|
|
2612
|
+
</xs:appinfo>
|
|
2613
|
+
<xs:documentation>
|
|
2614
|
+
<b>Constraint test</b>: A formal (executable) expression of a constraint.</xs:documentation>
|
|
2615
|
+
</xs:annotation>
|
|
2616
|
+
<xs:restriction base="StringDatatype"/>
|
|
2617
|
+
</xs:simpleType>
|
|
2618
|
+
</xs:element>
|
|
2619
|
+
<xs:element name="remarks" minOccurs="0" maxOccurs="1">
|
|
2620
|
+
<xs:annotation>
|
|
2621
|
+
<xs:appinfo>
|
|
2622
|
+
<m:formal-name>Remarks</m:formal-name>
|
|
2623
|
+
<m:description>Additional commentary about the containing object.</m:description>
|
|
2624
|
+
</xs:appinfo>
|
|
2625
|
+
<xs:documentation>
|
|
2626
|
+
<b>Remarks</b>: Additional commentary about the containing object.</xs:documentation>
|
|
2627
|
+
</xs:annotation>
|
|
2628
|
+
<xs:complexType>
|
|
2629
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
2630
|
+
</xs:complexType>
|
|
2631
|
+
</xs:element>
|
|
2632
|
+
</xs:sequence>
|
|
2633
|
+
</xs:complexType>
|
|
2634
|
+
</xs:element>
|
|
2635
|
+
</xs:sequence>
|
|
2636
|
+
</xs:complexType>
|
|
2637
|
+
<xs:complexType name="oscal-control-common-parameter-guideline-ASSEMBLY">
|
|
2638
|
+
<xs:annotation>
|
|
2639
|
+
<xs:appinfo>
|
|
2640
|
+
<m:formal-name>Guideline</m:formal-name>
|
|
2641
|
+
<m:description>A prose statement that provides a recommendation for the use of a parameter.</m:description>
|
|
2642
|
+
</xs:appinfo>
|
|
2643
|
+
<xs:documentation>
|
|
2644
|
+
<b>Guideline</b>: A prose statement that provides a recommendation for the use of a parameter.</xs:documentation>
|
|
2645
|
+
</xs:annotation>
|
|
2646
|
+
<xs:sequence>
|
|
2647
|
+
<xs:group ref="blockElementGroup" maxOccurs="unbounded" minOccurs="0"/>
|
|
2648
|
+
</xs:sequence>
|
|
2649
|
+
</xs:complexType>
|
|
2650
|
+
<xs:simpleType name="oscal-control-common-parameter-value-FIELD">
|
|
2651
|
+
<xs:annotation>
|
|
2652
|
+
<xs:appinfo>
|
|
2653
|
+
<m:formal-name>Parameter Value</m:formal-name>
|
|
2654
|
+
<m:description>A parameter value or set of values.</m:description>
|
|
2655
|
+
</xs:appinfo>
|
|
2656
|
+
<xs:documentation>
|
|
2657
|
+
<b>Parameter Value</b>: A parameter value or set of values.</xs:documentation>
|
|
2658
|
+
</xs:annotation>
|
|
2659
|
+
<xs:restriction base="StringDatatype"/>
|
|
2660
|
+
</xs:simpleType>
|
|
2661
|
+
<xs:complexType name="oscal-control-common-parameter-selection-ASSEMBLY">
|
|
2662
|
+
<xs:annotation>
|
|
2663
|
+
<xs:appinfo>
|
|
2664
|
+
<m:formal-name>Selection</m:formal-name>
|
|
2665
|
+
<m:description>Presenting a choice among alternatives.</m:description>
|
|
2666
|
+
</xs:appinfo>
|
|
2667
|
+
<xs:documentation>
|
|
2668
|
+
<b>Selection</b>: Presenting a choice among alternatives.</xs:documentation>
|
|
2669
|
+
</xs:annotation>
|
|
2670
|
+
<xs:sequence>
|
|
2671
|
+
<xs:element name="choice" minOccurs="0" maxOccurs="unbounded">
|
|
2672
|
+
<xs:complexType mixed="true">
|
|
2673
|
+
<xs:annotation>
|
|
2674
|
+
<xs:appinfo>
|
|
2675
|
+
<m:formal-name>Choice</m:formal-name>
|
|
2676
|
+
<m:description>A value selection among several such options.</m:description>
|
|
2677
|
+
</xs:appinfo>
|
|
2678
|
+
<xs:documentation>
|
|
2679
|
+
<b>Choice</b>: A value selection among several such options.</xs:documentation>
|
|
2680
|
+
</xs:annotation>
|
|
2681
|
+
<xs:complexContent>
|
|
2682
|
+
<xs:extension base="MarkupLineDatatype"/>
|
|
2683
|
+
</xs:complexContent>
|
|
2684
|
+
</xs:complexType>
|
|
2685
|
+
</xs:element>
|
|
2686
|
+
</xs:sequence>
|
|
2687
|
+
<xs:attribute name="how-many" type="TokenDatatype">
|
|
2688
|
+
<xs:annotation>
|
|
2689
|
+
<xs:appinfo>
|
|
2690
|
+
<m:formal-name>Parameter Cardinality</m:formal-name>
|
|
2691
|
+
<m:description>Describes the number of selections that must occur. Without this setting, only one value should be assumed to be permitted.</m:description>
|
|
2692
|
+
</xs:appinfo>
|
|
2693
|
+
<xs:documentation>
|
|
2694
|
+
<b>Parameter Cardinality</b>: Describes the number of selections that must occur. Without this setting, only one value should be assumed to be permitted.</xs:documentation>
|
|
2695
|
+
</xs:annotation>
|
|
2696
|
+
</xs:attribute>
|
|
2697
|
+
</xs:complexType>
|
|
2698
|
+
<xs:complexType name="oscal-control-common-include-all-ASSEMBLY">
|
|
2699
|
+
<xs:annotation>
|
|
2700
|
+
<xs:appinfo>
|
|
2701
|
+
<m:formal-name>Include All</m:formal-name>
|
|
2702
|
+
<m:description>Include all controls from the imported catalog or profile resources.</m:description>
|
|
2703
|
+
</xs:appinfo>
|
|
2704
|
+
<xs:documentation>
|
|
2705
|
+
<b>Include All</b>: Include all controls from the imported catalog or profile resources.</xs:documentation>
|
|
2706
|
+
</xs:annotation>
|
|
2707
|
+
</xs:complexType>
|
|
2708
|
+
<xs:complexType name="MarkupMultilineDatatype">
|
|
2709
|
+
<xs:choice minOccurs="1" maxOccurs="unbounded">
|
|
2710
|
+
<xs:group ref="blockElementGroup"/>
|
|
2711
|
+
</xs:choice>
|
|
2712
|
+
</xs:complexType>
|
|
2713
|
+
<xs:group name="headingBlockElementGroup">
|
|
2714
|
+
<xs:choice>
|
|
2715
|
+
<xs:element name="h1" type="inlineMarkupType"/>
|
|
2716
|
+
<xs:element name="h2" type="inlineMarkupType"/>
|
|
2717
|
+
<xs:element name="h3" type="inlineMarkupType"/>
|
|
2718
|
+
<xs:element name="h4" type="inlineMarkupType"/>
|
|
2719
|
+
<xs:element name="h5" type="inlineMarkupType"/>
|
|
2720
|
+
<xs:element name="h6" type="inlineMarkupType"/>
|
|
2721
|
+
</xs:choice>
|
|
2722
|
+
</xs:group>
|
|
2723
|
+
<xs:group name="blockElementGroup">
|
|
2724
|
+
<xs:choice>
|
|
2725
|
+
<xs:group ref="headingBlockElementGroup"/>
|
|
2726
|
+
<xs:group ref="listsGroup"/>
|
|
2727
|
+
<xs:group ref="blockTextGroup"/>
|
|
2728
|
+
<xs:element name="p" type="inlineMarkupType"/>
|
|
2729
|
+
<xs:element name="table" type="tableType"/>
|
|
2730
|
+
<!-- QUESTION: Deprecate this? -->
|
|
2731
|
+
<xs:element name="img" type="imageType"/>
|
|
2732
|
+
</xs:choice>
|
|
2733
|
+
</xs:group>
|
|
2734
|
+
<xs:group name="blockTextGroup">
|
|
2735
|
+
<xs:choice>
|
|
2736
|
+
<xs:element name="pre" type="preformattedType"/>
|
|
2737
|
+
<xs:element name="hr"/>
|
|
2738
|
+
<!-- TODO: need to add support for blockquote, which can contain block elements. usnistgov/metaschema#70 -->
|
|
2739
|
+
<xs:element name="blockquote" type="blockQuoteType"/>
|
|
2740
|
+
</xs:choice>
|
|
2741
|
+
</xs:group>
|
|
2742
|
+
<xs:complexType name="preformattedType" mixed="true">
|
|
2743
|
+
<xs:complexContent>
|
|
2744
|
+
<xs:extension base="inlineMarkupType">
|
|
2745
|
+
<xs:annotation>
|
|
2746
|
+
<xs:documentation>The content model is the same as inlineMarkupType, but line endings need
|
|
2747
|
+
to be preserved, since this is pre-formatted.</xs:documentation>
|
|
2748
|
+
</xs:annotation>
|
|
2749
|
+
</xs:extension>
|
|
2750
|
+
</xs:complexContent>
|
|
2751
|
+
</xs:complexType>
|
|
2752
|
+
<xs:complexType name="listType">
|
|
2753
|
+
<xs:sequence>
|
|
2754
|
+
<xs:element name="li"
|
|
2755
|
+
type="listItemType"
|
|
2756
|
+
minOccurs="1"
|
|
2757
|
+
maxOccurs="unbounded"/>
|
|
2758
|
+
</xs:sequence>
|
|
2759
|
+
</xs:complexType>
|
|
2760
|
+
<xs:complexType name="orderedListType">
|
|
2761
|
+
<xs:complexContent>
|
|
2762
|
+
<xs:extension base="listType">
|
|
2763
|
+
<!-- TODO: confirm if romans are allowed -->
|
|
2764
|
+
<xs:attribute name="start" type="xs:nonNegativeInteger"/>
|
|
2765
|
+
</xs:extension>
|
|
2766
|
+
</xs:complexContent>
|
|
2767
|
+
</xs:complexType>
|
|
2768
|
+
<xs:group name="listsGroup">
|
|
2769
|
+
<xs:choice>
|
|
2770
|
+
<xs:element name="ul" type="listType"/>
|
|
2771
|
+
<xs:element name="ol" type="orderedListType"/>
|
|
2772
|
+
</xs:choice>
|
|
2773
|
+
</xs:group>
|
|
2774
|
+
<xs:complexType name="listItemType" mixed="true">
|
|
2775
|
+
<!-- TODO: is this the correct construction? -->
|
|
2776
|
+
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
2777
|
+
<xs:group ref="inlineMarkupGroup"/>
|
|
2778
|
+
<xs:group ref="listsGroup"/>
|
|
2779
|
+
<xs:group ref="blockTextGroup"/>
|
|
2780
|
+
<xs:group ref="headingBlockElementGroup"/>
|
|
2781
|
+
<xs:element name="p" type="inlineMarkupType"/>
|
|
2782
|
+
</xs:choice>
|
|
2783
|
+
</xs:complexType>
|
|
2784
|
+
<xs:complexType name="tableType">
|
|
2785
|
+
<xs:sequence>
|
|
2786
|
+
<xs:element maxOccurs="unbounded" name="tr" type="tableRowType"/>
|
|
2787
|
+
</xs:sequence>
|
|
2788
|
+
</xs:complexType>
|
|
2789
|
+
<xs:complexType name="tableRowType">
|
|
2790
|
+
<!-- QUESTION: Should we allow TH and TD to be mixed? -->
|
|
2791
|
+
<xs:choice minOccurs="1" maxOccurs="unbounded">
|
|
2792
|
+
<xs:element name="td" type="tableCellType" maxOccurs="unbounded"/>
|
|
2793
|
+
<xs:element name="th" type="tableCellType" maxOccurs="unbounded"/>
|
|
2794
|
+
</xs:choice>
|
|
2795
|
+
</xs:complexType>
|
|
2796
|
+
<xs:complexType name="tableCellType" mixed="true">
|
|
2797
|
+
<xs:complexContent>
|
|
2798
|
+
<!-- TODO: consider adding a choice between the inline or paragraphs. We need to figure out what is supported in Markdown. -->
|
|
2799
|
+
<xs:extension base="inlineMarkupType">
|
|
2800
|
+
<!-- TODO: need to add support for alignment. usnistgov/metaschema#70 -->
|
|
2801
|
+
<xs:attribute name="align" type="alignType" default="left"/>
|
|
2802
|
+
</xs:extension>
|
|
2803
|
+
</xs:complexContent>
|
|
2804
|
+
</xs:complexType>
|
|
2805
|
+
<xs:simpleType name="alignType">
|
|
2806
|
+
<xs:restriction base="xs:token">
|
|
2807
|
+
<xs:enumeration value="left"/>
|
|
2808
|
+
<xs:enumeration value="center"/>
|
|
2809
|
+
<xs:enumeration value="right"/>
|
|
2810
|
+
</xs:restriction>
|
|
2811
|
+
</xs:simpleType>
|
|
2812
|
+
<xs:complexType name="blockQuoteType">
|
|
2813
|
+
<!-- TODO: confirm if nested blockquote is supported in markdown -->
|
|
2814
|
+
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
2815
|
+
<xs:group ref="blockElementGroup"/>
|
|
2816
|
+
</xs:choice>
|
|
2817
|
+
</xs:complexType>
|
|
2818
|
+
<xs:complexType name="MarkupLineDatatype" mixed="true">
|
|
2819
|
+
<xs:complexContent>
|
|
2820
|
+
<xs:extension base="inlineMarkupType"/>
|
|
2821
|
+
</xs:complexContent>
|
|
2822
|
+
</xs:complexType>
|
|
2823
|
+
<xs:complexType name="inlineMarkupType" mixed="true">
|
|
2824
|
+
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
2825
|
+
<xs:group ref="inlineMarkupGroup"/>
|
|
2826
|
+
</xs:choice>
|
|
2827
|
+
</xs:complexType>
|
|
2828
|
+
<xs:group name="inlineMarkupGroup">
|
|
2829
|
+
<xs:choice>
|
|
2830
|
+
<xs:element name="a" type="anchorType"/>
|
|
2831
|
+
<xs:element name="insert" type="insertType"/>
|
|
2832
|
+
<xs:element name="br"/>
|
|
2833
|
+
<xs:group ref="phraseMarkupGroup"/>
|
|
2834
|
+
</xs:choice>
|
|
2835
|
+
</xs:group>
|
|
2836
|
+
<xs:group name="phraseMarkupGroup">
|
|
2837
|
+
<xs:choice>
|
|
2838
|
+
<xs:element name="code" type="codeType"/>
|
|
2839
|
+
<xs:element name="em" type="inlineMarkupType"/>
|
|
2840
|
+
<xs:element name="i" type="inlineMarkupType"/>
|
|
2841
|
+
<xs:element name="b" type="inlineMarkupType"/>
|
|
2842
|
+
<xs:element name="strong" type="inlineMarkupType"/>
|
|
2843
|
+
<xs:element name="sub" type="inlineMarkupType"/>
|
|
2844
|
+
<xs:element name="sup" type="inlineMarkupType"/>
|
|
2845
|
+
<xs:element name="q" type="inlineMarkupType"/>
|
|
2846
|
+
<xs:element name="img" type="imageType"/>
|
|
2847
|
+
</xs:choice>
|
|
2848
|
+
</xs:group>
|
|
2849
|
+
<xs:complexType name="codeType">
|
|
2850
|
+
<xs:complexContent>
|
|
2851
|
+
<xs:extension base="inlineMarkupType">
|
|
2852
|
+
<xs:attribute name="class" type="xs:token"/>
|
|
2853
|
+
</xs:extension>
|
|
2854
|
+
</xs:complexContent>
|
|
2855
|
+
</xs:complexType>
|
|
2856
|
+
<xs:complexType name="imageType">
|
|
2857
|
+
<xs:attribute name="alt" type="xs:string"/>
|
|
2858
|
+
<xs:attribute name="src" use="required" type="xs:anyURI"/>
|
|
2859
|
+
<xs:attribute name="title" type="xs:string"/>
|
|
2860
|
+
</xs:complexType>
|
|
2861
|
+
<xs:complexType name="anchorType" mixed="true">
|
|
2862
|
+
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
2863
|
+
<xs:group ref="phraseMarkupGroup"/>
|
|
2864
|
+
</xs:choice>
|
|
2865
|
+
<xs:attribute name="href" type="xs:anyURI"/>
|
|
2866
|
+
<xs:attribute name="title" type="xs:string"/>
|
|
2867
|
+
</xs:complexType>
|
|
2868
|
+
<xs:complexType name="insertType">
|
|
2869
|
+
<xs:annotation>
|
|
2870
|
+
<xs:documentation>An insert can be used to identify a placeholder for dynamically inserting text related to a specific object, which is referenced by the object's identifier using an <code xmlns="">id-ref</code>. This insert mechanism allows the selection of which text value from the object to dynamically include based on the application's display requirements.</xs:documentation>
|
|
2871
|
+
</xs:annotation>
|
|
2872
|
+
<xs:attribute name="type" use="required" type="xs:NCName">
|
|
2873
|
+
<xs:annotation>
|
|
2874
|
+
<xs:documentation>The type of object to include from (e.g., parameter, control, component, role, etc.)</xs:documentation>
|
|
2875
|
+
</xs:annotation>
|
|
2876
|
+
</xs:attribute>
|
|
2877
|
+
<xs:attribute name="id-ref" use="required" type="xs:NCName">
|
|
2878
|
+
<xs:annotation>
|
|
2879
|
+
<xs:documentation>The identity of the object to insert a value for. The identity will be selected from the index of objects of the specified <code xmlns="">type</code>. The specific value to include is based on the application's display requirements, which will likely use a specific data element associated with the <code xmlns="">type</code> (e.g., title, identifier, value, etc.) that is appropriate for the application.</xs:documentation>
|
|
2880
|
+
</xs:annotation>
|
|
2881
|
+
</xs:attribute>
|
|
2882
|
+
</xs:complexType>
|
|
2883
|
+
<xs:simpleType name="Base64Datatype">
|
|
2884
|
+
<xs:annotation>
|
|
2885
|
+
<xs:documentation>Binary data encoded using the Base64 encoding algorithm
|
|
2886
|
+
as defined by RFC4648.</xs:documentation>
|
|
2887
|
+
</xs:annotation>
|
|
2888
|
+
<xs:restriction base="xs:base64Binary">
|
|
2889
|
+
<xs:pattern value="[0-9A-Za-z+/]+={0,2}"/>
|
|
2890
|
+
</xs:restriction>
|
|
2891
|
+
</xs:simpleType>
|
|
2892
|
+
<xs:simpleType name="DateTimeDatatype">
|
|
2893
|
+
<xs:annotation>
|
|
2894
|
+
<xs:documentation>A string representing a point in time with an optional timezone.</xs:documentation>
|
|
2895
|
+
</xs:annotation>
|
|
2896
|
+
<xs:restriction base="xs:dateTime">
|
|
2897
|
+
<xs:pattern value="(((2000|2400|2800|(19|2[0-9](0[48]|[2468][048]|[13579][26])))-02-29)|(((19|2[0-9])[0-9]{2})-02-(0[1-9]|1[0-9]|2[0-8]))|(((19|2[0-9])[0-9]{2})-(0[13578]|10|12)-(0[1-9]|[12][0-9]|3[01]))|(((19|2[0-9])[0-9]{2})-(0[469]|11)-(0[1-9]|[12][0-9]|30)))T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\.[0-9]+)?(Z|(-((0[0-9]|1[0-2]):00|0[39]:30)|\+((0[0-9]|1[0-4]):00|(0[34569]|10):30|(0[58]|12):45)))?"/>
|
|
2898
|
+
</xs:restriction>
|
|
2899
|
+
</xs:simpleType>
|
|
2900
|
+
<xs:simpleType name="DateTimeWithTimezoneDatatype">
|
|
2901
|
+
<xs:annotation>
|
|
2902
|
+
<xs:documentation>A string representing a point in time with a required timezone.</xs:documentation>
|
|
2903
|
+
</xs:annotation>
|
|
2904
|
+
<xs:restriction base="DateTimeDatatype">
|
|
2905
|
+
<xs:pattern value="(((2000|2400|2800|(19|2[0-9](0[48]|[2468][048]|[13579][26])))-02-29)|(((19|2[0-9])[0-9]{2})-02-(0[1-9]|1[0-9]|2[0-8]))|(((19|2[0-9])[0-9]{2})-(0[13578]|10|12)-(0[1-9]|[12][0-9]|3[01]))|(((19|2[0-9])[0-9]{2})-(0[469]|11)-(0[1-9]|[12][0-9]|30)))T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\.[0-9]+)?(Z|(-((0[0-9]|1[0-2]):00|0[39]:30)|\+((0[0-9]|1[0-4]):00|(0[34569]|10):30|(0[58]|12):45)))"/>
|
|
2906
|
+
</xs:restriction>
|
|
2907
|
+
</xs:simpleType>
|
|
2908
|
+
<xs:simpleType name="EmailAddressDatatype">
|
|
2909
|
+
<xs:annotation>
|
|
2910
|
+
<xs:documentation>An email address string formatted according to RFC 6531.</xs:documentation>
|
|
2911
|
+
</xs:annotation>
|
|
2912
|
+
<xs:restriction base="StringDatatype">
|
|
2913
|
+
<xs:pattern value=".+@.+">
|
|
2914
|
+
<!-- TODO: Need a better pattern. -->
|
|
2915
|
+
</xs:pattern>
|
|
2916
|
+
</xs:restriction>
|
|
2917
|
+
</xs:simpleType>
|
|
2918
|
+
<xs:simpleType name="NonNegativeIntegerDatatype">
|
|
2919
|
+
<xs:annotation>
|
|
2920
|
+
<xs:documentation>An integer value that is equal to or greater than 0.</xs:documentation>
|
|
2921
|
+
</xs:annotation>
|
|
2922
|
+
<xs:restriction base="xs:nonNegativeInteger">
|
|
2923
|
+
<xs:pattern value="\S(.*\S)?">
|
|
2924
|
+
<xs:annotation>
|
|
2925
|
+
<xs:documentation>This pattern ensures that leading and trailing whitespace is
|
|
2926
|
+
disallowed. This helps to even the user experience between implementations
|
|
2927
|
+
related to whitespace.</xs:documentation>
|
|
2928
|
+
</xs:annotation>
|
|
2929
|
+
</xs:pattern>
|
|
2930
|
+
</xs:restriction>
|
|
2931
|
+
</xs:simpleType>
|
|
2932
|
+
<xs:simpleType name="StringDatatype">
|
|
2933
|
+
<xs:annotation>
|
|
2934
|
+
<xs:documentation>A non-empty string of Unicode characters with leading and trailing whitespace
|
|
2935
|
+
disallowed. Whitespace is: U+9, U+10, U+32 or [ \n\t]+</xs:documentation>
|
|
2936
|
+
</xs:annotation>
|
|
2937
|
+
<xs:restriction base="xs:string">
|
|
2938
|
+
<xs:annotation>
|
|
2939
|
+
<xs:documentation>The 'string' datatype restricts the XSD type by prohibiting leading
|
|
2940
|
+
and trailing whitespace, and something (not only whitespace) is required.</xs:documentation>
|
|
2941
|
+
</xs:annotation>
|
|
2942
|
+
<xs:whiteSpace value="preserve"/>
|
|
2943
|
+
<xs:pattern value="\S(.*\S)?">
|
|
2944
|
+
<xs:annotation>
|
|
2945
|
+
<xs:documentation>This pattern ensures that leading and trailing whitespace is
|
|
2946
|
+
disallowed. This helps to even the user experience between implementations
|
|
2947
|
+
related to whitespace.</xs:documentation>
|
|
2948
|
+
</xs:annotation>
|
|
2949
|
+
</xs:pattern>
|
|
2950
|
+
</xs:restriction>
|
|
2951
|
+
</xs:simpleType>
|
|
2952
|
+
<xs:simpleType name="TokenDatatype">
|
|
2953
|
+
<xs:annotation>
|
|
2954
|
+
<!--<xs:documentation>Matching XSD NCName, except whitespace is not collapsed.</xs:documentation> -->
|
|
2955
|
+
<xs:documentation>A non-empty, non-colonized name as defined by XML Schema Part 2: Datatypes
|
|
2956
|
+
Second Edition (https://www.w3.org/TR/xmlschema11-2/#NCName), with leading and trailing
|
|
2957
|
+
whitespace disallowed.</xs:documentation>
|
|
2958
|
+
</xs:annotation>
|
|
2959
|
+
<xs:restriction base="StringDatatype">
|
|
2960
|
+
<xs:pattern value="(\p{L}|_)(\p{L}|\p{N}|[.\-_])*">
|
|
2961
|
+
<xs:annotation>
|
|
2962
|
+
<!--<xs:documentation>An XML initial character (but not colon), followed
|
|
2963
|
+
by any XML name character (but not colon).</xs:documentation> -->
|
|
2964
|
+
<xs:documentation>A single token may not contain whitespace.
|
|
2965
|
+
</xs:documentation>
|
|
2966
|
+
</xs:annotation>
|
|
2967
|
+
</xs:pattern>
|
|
2968
|
+
</xs:restriction>
|
|
2969
|
+
</xs:simpleType>
|
|
2970
|
+
<xs:simpleType name="URIDatatype">
|
|
2971
|
+
<xs:annotation>
|
|
2972
|
+
<xs:documentation>A universal resource identifier (URI) formatted according to RFC3986.</xs:documentation>
|
|
2973
|
+
</xs:annotation>
|
|
2974
|
+
<xs:restriction base="xs:anyURI">
|
|
2975
|
+
<xs:pattern value="[a-zA-Z][a-zA-Z0-9+\-.]+:.*\S">
|
|
2976
|
+
<xs:annotation>
|
|
2977
|
+
<xs:documentation>Requires a scheme with colon per RFC 3986.</xs:documentation>
|
|
2978
|
+
</xs:annotation>
|
|
2979
|
+
</xs:pattern>
|
|
2980
|
+
</xs:restriction>
|
|
2981
|
+
</xs:simpleType>
|
|
2982
|
+
<xs:simpleType name="URIReferenceDatatype">
|
|
2983
|
+
<xs:annotation>
|
|
2984
|
+
<xs:documentation>A URI Reference, either a URI or a relative-reference, formatted according to section 4.1 of RFC3986.</xs:documentation>
|
|
2985
|
+
</xs:annotation>
|
|
2986
|
+
<xs:restriction base="xs:anyURI">
|
|
2987
|
+
<xs:pattern value="\S(.*\S)?">
|
|
2988
|
+
<xs:annotation>
|
|
2989
|
+
<xs:documentation>This pattern ensures that leading and trailing whitespace is
|
|
2990
|
+
disallowed. This helps to even the user experience between implementations
|
|
2991
|
+
related to whitespace.</xs:documentation>
|
|
2992
|
+
</xs:annotation>
|
|
2993
|
+
</xs:pattern>
|
|
2994
|
+
</xs:restriction>
|
|
2995
|
+
</xs:simpleType>
|
|
2996
|
+
<xs:simpleType name="UUIDDatatype">
|
|
2997
|
+
<xs:annotation>
|
|
2998
|
+
<xs:documentation>A type 4 ('random' or 'pseudorandom') or type 5 UUID per RFC
|
|
2999
|
+
4122.</xs:documentation>
|
|
3000
|
+
</xs:annotation>
|
|
3001
|
+
<xs:restriction base="StringDatatype">
|
|
3002
|
+
<xs:pattern value="[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[45][0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}">
|
|
3003
|
+
<xs:annotation>
|
|
3004
|
+
<xs:documentation>A sequence of 8-4-4-4-12 hex digits, with extra
|
|
3005
|
+
constraints in the 13th and 17-18th places for version 4 and 5
|
|
3006
|
+
</xs:documentation>
|
|
3007
|
+
</xs:annotation>
|
|
3008
|
+
</xs:pattern>
|
|
3009
|
+
</xs:restriction>
|
|
3010
|
+
</xs:simpleType>
|
|
3011
|
+
</xs:schema>
|