Skip to content

Commit 3400f75

Browse files
Improve comments in the XML catalog
Signed-off-by: Nicolas-Peiffer <[email protected]>
1 parent c6e0f03 commit 3400f75

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

schema/xmlcatalog.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
<?xml version="1.0"?>
2+
<!--
3+
This XML catalog provides mappings for CycloneDX schemas.
4+
The catalog maps schema URLs to local XSD files to facilitate schema
5+
validation without needing internet access.
6+
Namespace: urn:oasis:names:tc:entity:xmlns:xml:catalog
7+
-->
28
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
9+
10+
<!-- SPDX BOM Schema -->
311
<uri name="http://cyclonedx.org/schema/spdx" uri="spdx.xsd"/>
12+
13+
<!-- CycloneDX BOM Schemas -->
414
<uri name="http://cyclonedx.org/schema/bom/1.0" uri="bom-1.0.xsd"/>
515
<uri name="http://cyclonedx.org/schema/bom/1.1" uri="bom-1.1.xsd"/>
616
<uri name="http://cyclonedx.org/schema/bom/1.2" uri="bom-1.2.xsd"/>
717
<uri name="http://cyclonedx.org/schema/bom/1.3" uri="bom-1.3.xsd"/>
818
<uri name="http://cyclonedx.org/schema/bom/1.4" uri="bom-1.4.xsd"/>
919
<uri name="http://cyclonedx.org/schema/bom/1.5" uri="bom-1.5.xsd"/>
1020
<uri name="http://cyclonedx.org/schema/bom/1.6" uri="bom-1.6.xsd"/>
11-
</catalog>
21+
22+
<!-- Placeholder for future schemas, where 1.x is the next CycloneDX Spec Version -->
23+
<!-- <uri name="http://cyclonedx.org/schema/bom/1.x" uri="bom-1.x.xsd"/> -->
24+
25+
</catalog>

0 commit comments

Comments
 (0)