Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Independent platform updates
Browse files Browse the repository at this point in the history
Included missing Family enumeration values in EntityItemFamilyType and
EntityStateFamilyType. Fixes #247.
  • Loading branch information
David Rothenberg committed Mar 24, 2015
1 parent 20ff62c commit bb70210
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
27 changes: 26 additions & 1 deletion schemas/independent-definitions-schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<xsd:documentation>The OVAL Schema is maintained by The MITRE Corporation and developed by the public OVAL Community. For more information, including how to get involved in the project and how to submit change requests, please visit the OVAL website at http://oval.mitre.org.</xsd:documentation>
<xsd:appinfo>
<schema>Independent Definition</schema>
<version>5.11.1:1.0</version>
<version>5.11.1:1.1</version>
<date>3/30/2015 09:00:00 AM</date>
<terms_of_use>Copyright (c) 2002-2015, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the OVAL License located at http://oval.mitre.org/oval/about/termsofuse.html. See the OVAL License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the OVAL Schema, this license header must be included.</terms_of_use>
<sch:ns prefix="oval-def" uri="http://oval.mitre.org/XMLSchema/oval-definitions-5"/>
Expand Down Expand Up @@ -2281,6 +2281,21 @@
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="oval-def:EntityStateStringType">
<xsd:enumeration value="android">
<xsd:annotation>
<xsd:documentation>The android value describes the Android mobile operating system.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="apple_ios">
<xsd:annotation>
<xsd:documentation>The apple_ios value describes the iOS mobile operating system.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="asa">
<xsd:annotation>
<xsd:documentation>The asa value describes the Cisco ASA security devices.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="catos">
<xsd:annotation>
<xsd:documentation>The catos value describes the Cisco CatOS operating system.</xsd:documentation>
Expand All @@ -2291,6 +2306,16 @@
<xsd:documentation>The ios value describes the Cisco IOS operating system.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="iosxe">
<xsd:annotation>
<xsd:documentation>The iosxe value describes the Cisco IOS-XE operating system.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="junos">
<xsd:annotation>
<xsd:documentation>The junos value describes the Juniper JunOS operating system.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="macos">
<xsd:annotation>
<xsd:documentation>The macos value describes the Mac operating system.</xsd:documentation>
Expand Down
27 changes: 26 additions & 1 deletion schemas/independent-system-characteristics-schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<xsd:documentation>The OVAL Schema is maintained by The MITRE Corporation and developed by the public OVAL Community. For more information, including how to get involved in the project and how to submit change requests, please visit the OVAL website at http://oval.mitre.org.</xsd:documentation>
<xsd:appinfo>
<schema>Independent System Characteristics</schema>
<version>5.11.1:1.0</version>
<version>5.11.1:1.1</version>
<date>3/30/2015 09:00:00 AM</date>
<terms_of_use>Copyright (c) 2002-2015, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the OVAL License located at http://oval.mitre.org/oval/about/termsofuse.html. See the OVAL License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the OVAL Schema, this license header must be included.</terms_of_use>
<sch:ns prefix="oval-sc" uri="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5"/>
Expand Down Expand Up @@ -687,6 +687,21 @@
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="oval-sc:EntityItemStringType">
<xsd:enumeration value="android">
<xsd:annotation>
<xsd:documentation>The android value describes the Android mobile operating system.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="apple_ios">
<xsd:annotation>
<xsd:documentation>The apple_ios value describes the iOS mobile operating system.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="asa">
<xsd:annotation>
<xsd:documentation>The asa value describes the Cisco ASA security devices.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="catos">
<xsd:annotation>
<xsd:documentation>The catos value describes the Cisco CatOS operating system.</xsd:documentation>
Expand All @@ -697,6 +712,16 @@
<xsd:documentation>The ios value describes the Cisco IOS operating system.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="iosxe">
<xsd:annotation>
<xsd:documentation>The iosxe value describes the Cisco IOS-XE operating system.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="junos">
<xsd:annotation>
<xsd:documentation>The junos value describes the Juniper JunOS operating system.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="macos">
<xsd:annotation>
<xsd:documentation>The macos value describes the Mac operating system.</xsd:documentation>
Expand Down

0 comments on commit bb70210

Please sign in to comment.