The XML processing for a CycloneDX SBOM (v1.5) seems to destroy the XML namespaces:
parlay scorecard enrich bom.cdx.xml
The xmlns declaration for the CycloneDX namespace gets stripped:
<bom xmlns:ns0="http://cyclonedx.org/schema/bom/1.5" ...>
ends up as:
Version: