Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions oval-schemas/unix-definitions-schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,15 @@
<xsd:restriction base="xsd:string">
<xsd:enumeration value="none"/>
<xsd:enumeration value="up"/>
<xsd:annotation>
<xsd:appinfo>
<oval:deprecated_info>
<oval:version>5.12.3</oval:version>
<oval:reason>The value of 'up' is being removed because it is unused in the language and adds unneeded complexity to OVAL Interpreters.</oval:reason>
<oval:comment>These values have been deprecated and will be removed in version 6.0 of the language.</oval:comment>
</oval:deprecated_info>
</xsd:appinfo>
</xsd:annotation>
<xsd:enumeration value="down"/>
</xsd:restriction>
</xsd:simpleType>
Expand Down
9 changes: 9 additions & 0 deletions oval-schemas/windows-definitions-schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1852,6 +1852,15 @@
<xsd:restriction base="xsd:string">
<xsd:enumeration value="none"/>
<xsd:enumeration value="up"/>
<xsd:annotation>
<xsd:appinfo>
<oval:deprecated_info>
<oval:version>5.12.3</oval:version>
<oval:reason>The value of 'up' is being removed because it is unused in the language and adds unneeded complexity to OVAL Interpreters.</oval:reason>
<oval:comment>These values have been deprecated and will be removed in version 6.0 of the language.</oval:comment>
</oval:deprecated_info>
</xsd:appinfo>
</xsd:annotation>
<xsd:enumeration value="down"/>
</xsd:restriction>
</xsd:simpleType>
Expand Down