-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathuslm-2.1.0.xsd
40 lines (39 loc) · 1.93 KB
/
uslm-2.1.0.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://schemas.gpo.gov/xml/uslm"
xmlns:uslm="http://schemas.gpo.gov/xml/uslm" xmlns="http://schemas.gpo.gov/xml/uslm"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:mathml="http://www.w3.org/1998/Math/MathML"
xmlns:msenate="https://www.senate.gov/schemas"
elementFormDefault="qualified"
xmlns:sch="http://purl.oclc.org/dsdl/schematron"
attributeFormDefault="unqualified" version="2.1.0">
<!-- Date of release. 2024-08-22 -->
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
<xsd:import namespace="http://purl.org/dc/elements/1.1/" schemaLocation="dc.xsd"/>
<xsd:import schemaLocation="uslm-table-module-2.1.0.xsd" namespace="http://www.w3.org/1999/xhtml">
<xsd:annotation>
<xsd:documentation> Schema that includes the redefinitions for USLM/XHTML tables.
</xsd:documentation>
</xsd:annotation>
</xsd:import>
<xsd:import schemaLocation="mathml3.xsd" namespace="http://www.w3.org/1998/Math/MathML">
<xsd:annotation>
<xsd:documentation> MathML3 Schema without modifications.
</xsd:documentation>
</xsd:annotation>
</xsd:import>
<xsd:import namespace="https://www.senate.gov/schemas" schemaLocation="https://www.senate.gov/schemas/uslm-meta-senate.xsd">
<xsd:annotation>
<xsd:documentation> Schema for the Senate-specific metadata. For the latest version of this schema,
please see https://www.senate.gov/schemas/uslm-meta-senate.xsd.
</xsd:documentation>
</xsd:annotation>
</xsd:import>
<xsd:include schemaLocation="uslm-components-2.1.0.xsd">
<xsd:annotation>
<xsd:documentation> The USLM elements and attributes.
</xsd:documentation>
</xsd:annotation>
</xsd:include>
</xsd:schema>