Replies: 7 comments 9 replies
-
These should absolutely not be updated for 5.12, it'll break backwards-compatibility. For 6.0, we could do anything. I'd suggest making them shorter, perhaps using a URN, e.g. |
Beta Was this translation helpful? Give feedback.
-
Would the “elementFormDefault” version change to “6.0”?CheersBill MSent from my iPhoneOn Oct 3, 2024, at 11:18, David Solin ***@***.***> wrote:
Here's a full rewrite of your snippet using what I've proposed:
xmlns:oval-sc="urn:oval:oval6:schema:system-characteristics"
xmlns:oval="urn:oval:oval6:schema:common"
xmlns:win-sc="urn:oval:oval6:schema:system-characteristics:windows"
targetNamespace="urn:oval:oval6:schema:system-characteristics:windows"
elementFormDefault="qualified" version="5.11">
<xsd:import namespace="urn:oval:oval6:schema:common" schemaLocation="oval-common-schema.xsd"/>
<xsd:import namespace="urn:oval:oval6:schema:system-characteristics" schemaLocation="oval-system-characteristics-schema.xsd"/>
<xsd:annotation>
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@solind in looking at making this as short/simple as possible, what value does the ":schema:" provide? Also wondering about ":oval:"? Would this still work, or am I overlooking something?
<xsd:import namespace="urn:oval6:common" schemaLocation="oval-common-schema.xsd"/> |
Beta Was this translation helpful? Give feedback.
-
I'm good with either oval:v6 or oval:6, although my preference is oval:v6 for some reason. |
Beta Was this translation helpful? Give feedback.
-
Is formal registration of the namespace being considered? Some cursory searching suggests IANA is the authority for URN namespaces/NIDs. |
Beta Was this translation helpful? Give feedback.
-
If we want to register it with IANA, then I think registering "oval" is what makes the most sense, and putting the version in a subsequent field. Only question, then, is |
Beta Was this translation helpful? Give feedback.
-
So I have done some research on what our options are for namespaces. There are a couple of paths available:
There are certainly pros and cons for each option, I personally like either options 3 or 4 the most. |
Beta Was this translation helpful? Give feedback.
-
@OVAL-Community/oval-board-members
Given that MITRE is no longer involved with OVAL, is there any reason (besides historical reference) to have http://oval.mitre.org as the namespace base?
Should these be updated for 5.12 or 6.0? If so, what should they be updated to?
For OVAL 6, I assume we at a minimum need to be changing them all from -5 to -6
Beta Was this translation helpful? Give feedback.
All reactions