From b5f67b568173fedd87f39ad523680b2aa110d6d9 Mon Sep 17 00:00:00 2001 From: David Rothenberg Date: Thu, 16 Apr 2015 14:52:34 -0400 Subject: [PATCH] Reverting maxOccurs change related to #242 Updates to the issue change what was originally requested. This commit backs out changes made to address the initial request. --- schemas/asa-system-characteristics-schema.xsd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/schemas/asa-system-characteristics-schema.xsd b/schemas/asa-system-characteristics-schema.xsd index ec6a583..1b94e0c 100644 --- a/schemas/asa-system-characteristics-schema.xsd +++ b/schemas/asa-system-characteristics-schema.xsd @@ -8,7 +8,7 @@ Cisco ASA System Characteristics 5.11.1:1.1 - 3/30/2015 09:00:00 AM + 4/13/2015 09:00:00 AM 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. @@ -98,17 +98,17 @@ Element with the 'match-all' or 'match-any' type of the class-map. ASA's defaults to 'match-any'. - + - Element with the match commands in the class-map. + Element with the match command in the class-map. - + Element with the name of the class-map (for nested class-maps) that this class-map is used in. - + Element with the name of the policy-map that this class-map is used in. @@ -267,7 +267,7 @@ Element with the parameter commands of the policy-map. - + 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'.