Skip to content

Commit aa0b73b

Browse files
Merge pull request #1326 from jan-cerny/scap13_schema
Add SCAP 1.3 schema and enable XML validation
2 parents 4272ea0 + d67b3fc commit aa0b73b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+527
-305
lines changed

schemas/arf/1.1/asset-reporting-format_1.1.0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</xs:annotation>
105105

106106
<xs:import namespace="http://scap.nist.gov/schema/asset-identification/1.1" schemaLocation="asset-identification_1.1.0.xsd"/>
107-
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
107+
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="../../common/xlink.xsd"/>
108108
<xs:import namespace="http://scap.nist.gov/schema/reporting-core/1.1" schemaLocation="reporting-core_1.1.0.xsd"/>
109109
<xs:element name="asset-report-collection">
110110
<xs:annotation>
File renamed without changes.

schemas/arf/1.1/xlink.xsd renamed to schemas/common/xlink.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ constructs, e.g.
2424
</xs:schema>]]></xs:documentation>
2525
</xs:annotation>
2626

27-
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="../../common/xml.xsd"/>
27+
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
2828

2929
<xs:attribute name="type" type="xlink:typeType"/>
3030

schemas/sds/1.2/scap-source-data-stream_1.2.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<xs:import namespace="http://cpe.mitre.org/dictionary/2.0" schemaLocation="cpe-dictionary_2.3.xsd"/>
1515
<xs:import namespace="http://scap.nist.gov/schema/ocil/2.0" schemaLocation="../../ocil/2.0/ocil-2.0.xsd"/>
1616
<xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="../../common/xmldsig-core-schema.xsd"/>
17-
<xs:import namespace="urn:oasis:names:tc:entity:xmlns:xml:catalog" schemaLocation="catalog.xsd"/>
18-
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
17+
<xs:import namespace="urn:oasis:names:tc:entity:xmlns:xml:catalog" schemaLocation="../../common/catalog.xsd"/>
18+
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="../../common/xlink.xsd"/>
1919
<xs:element name="data-stream-collection">
2020
<xs:annotation>
2121
<xs:documentation>Holds a collection of data streams and components.</xs:documentation>

schemas/sds/1.2/xlink.xsd

Lines changed: 0 additions & 270 deletions
This file was deleted.

0 commit comments

Comments
 (0)