Skip to content

Commit 8e90d15

Browse files
committed
Use local XSDs in SCAP 1.3 source data stream schema
Similar to acef6dd
1 parent f643a72 commit 8e90d15

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

schemas/sds/1.3/scap-source-data-stream_1.3.xsd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
</xs:appinfo>
1515
</xs:annotation>
1616
<xs:import namespace="http://checklists.nist.gov/xccdf/1.2"
17-
schemaLocation="/schema/xccdf/1.2/xccdf_1.2.xsd"/>
17+
schemaLocation="../../xccdf/1.2/xccdf_1.2.xsd"/>
1818
<xs:import namespace="http://oval.mitre.org/XMLSchema/oval-definitions-5"
19-
schemaLocation="https://raw.githubusercontent.com/OVALProject/Language/5.11.2/schemas/oval-definitions-schema.xsd"/>
19+
schemaLocation="../../oval/5.11.2/oval-definitions-schema.xsd"/>
2020
<xs:import namespace="http://cpe.mitre.org/dictionary/2.0"
21-
schemaLocation="/schema/cpe/2.3/cpe-dictionary_2.3.xsd"/>
21+
schemaLocation="../../cpe/2.3/cpe-dictionary_2.3.xsd"/>
2222
<xs:import namespace="http://scap.nist.gov/schema/ocil/2.0"
23-
schemaLocation="/schema/ocil/2.0/ocil-2.0.xsd"/>
23+
schemaLocation="../../ocil/2.0/ocil-2.0.xsd"/>
2424
<xs:import namespace="http://www.w3.org/2000/09/xmldsig#"
25-
schemaLocation="https://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd"/>
25+
schemaLocation="../../common/xmldsig-core-schema.xsd"/>
2626
<xs:import namespace="urn:oasis:names:tc:entity:xmlns:xml:catalog"
27-
schemaLocation="http://www.oasis-open.org/committees/entity/release/1.1/catalog.xsd"/>
28-
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="https://www.w3.org/1999/xlink.xsd"/>
27+
schemaLocation="../../common/catalog.xsd"/>
28+
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="../../common/xlink.xsd"/>
2929
<xs:element name="data-stream-collection">
3030
<xs:annotation>
3131
<xs:documentation>Holds a collection of data streams and components.</xs:documentation>

0 commit comments

Comments
 (0)