LOG4J2-589 updated schema without outer CustomLevels container element

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9ea50900
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9ea50900
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9ea50900

Branch: refs/heads/master
Commit: 9ea5090065bdeceedfd4ca76271b7761ce0640bd
Parents: d30ea90
Author: rpopma <[email protected]>
Authored: Fri Sep 26 02:21:11 2014 +0900
Committer: rpopma <[email protected]>
Committed: Fri Sep 26 02:21:11 2014 +0900

----------------------------------------------------------------------
 log4j-core/src/main/resources/Log4j-config.xsd | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9ea50900/log4j-core/src/main/resources/Log4j-config.xsd
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/resources/Log4j-config.xsd 
b/log4j-core/src/main/resources/Log4j-config.xsd
index 8f492d1..20c1500 100644
--- a/log4j-core/src/main/resources/Log4j-config.xsd
+++ b/log4j-core/src/main/resources/Log4j-config.xsd
@@ -20,10 +20,7 @@
     <xs:element name="Configuration" type="ConfigurationType"/>
     <xs:complexType name="ConfigurationType">
         <xs:sequence>
-            <xs:choice minOccurs="0" maxOccurs="1">
-                <xs:element name="CustomLevels" type="CustomLevelsType"/>
-                <xs:element name="CustomLevel" type="CustomLevelType"/>
-            </xs:choice>
+            <xs:element name="CustomLevel" type="CustomLevelType"/>
             <xs:element name="Properties" type="PropertiesType"/>
             <xs:choice minOccurs="0" maxOccurs="1">
                 <xs:element name="Filters" type="FiltersType"/>

Reply via email to