Skip to content

Commit

Permalink
Reverting maxOccurs change related to OVALProject#242
Browse files Browse the repository at this point in the history
Updates to the issue change what was originally requested. This commit
backs out changes made to address the initial request.
  • Loading branch information
David Rothenberg committed Apr 16, 2015
1 parent fb6543d commit b5f67b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions schemas/asa-system-characteristics-schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<xsd:appinfo>
<schema>Cisco ASA System Characteristics</schema>
<version>5.11.1:1.1</version>
<date>3/30/2015 09:00:00 AM</date>
<date>4/13/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"/>
<sch:ns prefix="asa-sc" uri="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#asa"/>
Expand Down Expand Up @@ -98,17 +98,17 @@
<xsd:documentation>Element with the 'match-all' or 'match-any' type of the class-map. ASA's defaults to 'match-any'.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="match" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="unbounded">
<xsd:element name="match" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Element with the match commands in the class-map.</xsd:documentation>
<xsd:documentation>Element with the match command in the class-map.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="used_in_class_map" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="unbounded">
<xsd:element name="used_in_class_map" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Element with the name of the class-map (for nested class-maps) that this class-map is used in.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="used_in_policy_map" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="unbounded">
<xsd:element name="used_in_policy_map" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Element with the name of the policy-map that this class-map is used in.</xsd:documentation>
</xsd:annotation>
Expand Down Expand Up @@ -267,7 +267,7 @@
<xsd:documentation>Element with the parameter commands of the policy-map.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="match_action" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="unbounded">
<xsd:element name="match_action" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Element with the in-line match command and the action in the policy-map seperated by delimeter '_-_'. For example an http inspect policy-map could have 'match body regex regexnameX' and the action be 'drop'. Then this element would be 'body regex regexnameX_-_drop'.</xsd:documentation>
</xsd:annotation>
Expand Down

0 comments on commit b5f67b5

Please sign in to comment.