From 16ef0a3d0ca379abdb3bb072c058f1a5a5731523 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 30 Oct 2019 21:06:55 -0700 Subject: [PATCH] SGF-869 - Add XML Namespace (XSD) Schemas for Neumann/2.3. --- src/main/resources/META-INF/spring.schemas | 12 +- .../config/spring-data-gemfire-2.3.xsd | 257 ++ .../gemfire/config/spring-gemfire-2.3.xsd | 3337 +++++++++++++++++ 3 files changed, 3602 insertions(+), 4 deletions(-) create mode 100644 src/main/resources/org/springframework/data/gemfire/config/spring-data-gemfire-2.3.xsd create mode 100644 src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-2.3.xsd diff --git a/src/main/resources/META-INF/spring.schemas b/src/main/resources/META-INF/spring.schemas index a1537540..751fa992 100644 --- a/src/main/resources/META-INF/spring.schemas +++ b/src/main/resources/META-INF/spring.schemas @@ -1,16 +1,20 @@ http\://www.springframework.org/schema/gemfire/spring-gemfire-2.0.xsd=org/springframework/data/gemfire/config/spring-gemfire-2.0.xsd http\://www.springframework.org/schema/gemfire/spring-gemfire-2.1.xsd=org/springframework/data/gemfire/config/spring-gemfire-2.1.xsd http\://www.springframework.org/schema/gemfire/spring-gemfire-2.2.xsd=org/springframework/data/gemfire/config/spring-gemfire-2.2.xsd -http\://www.springframework.org/schema/gemfire/spring-gemfire.xsd=org/springframework/data/gemfire/config/spring-gemfire-2.2.xsd +http\://www.springframework.org/schema/gemfire/spring-gemfire-2.3.xsd=org/springframework/data/gemfire/config/spring-gemfire-2.3.xsd +http\://www.springframework.org/schema/gemfire/spring-gemfire.xsd=org/springframework/data/gemfire/config/spring-gemfire-2.3.xsd http\://www.springframework.org/schema/data/gemfire/spring-data-gemfire-2.0.xsd=org/springframework/data/gemfire/config/spring-data-gemfire-2.0.xsd http\://www.springframework.org/schema/data/gemfire/spring-data-gemfire-2.1.xsd=org/springframework/data/gemfire/config/spring-data-gemfire-2.1.xsd http\://www.springframework.org/schema/data/gemfire/spring-data-gemfire-2.2.xsd=org/springframework/data/gemfire/config/spring-data-gemfire-2.2.xsd -http\://www.springframework.org/schema/data/gemfire/spring-data-gemfire.xsd=org/springframework/data/gemfire/config/spring-data-gemfire-2.2.xsd +http\://www.springframework.org/schema/data/gemfire/spring-data-gemfire-2.3.xsd=org/springframework/data/gemfire/config/spring-data-gemfire-2.3.xsd +http\://www.springframework.org/schema/data/gemfire/spring-data-gemfire.xsd=org/springframework/data/gemfire/config/spring-data-gemfire-2.3.xsd https\://www.springframework.org/schema/gemfire/spring-gemfire-2.0.xsd=org/springframework/data/gemfire/config/spring-gemfire-2.0.xsd https\://www.springframework.org/schema/gemfire/spring-gemfire-2.1.xsd=org/springframework/data/gemfire/config/spring-gemfire-2.1.xsd https\://www.springframework.org/schema/gemfire/spring-gemfire-2.2.xsd=org/springframework/data/gemfire/config/spring-gemfire-2.2.xsd -https\://www.springframework.org/schema/gemfire/spring-gemfire.xsd=org/springframework/data/gemfire/config/spring-gemfire-2.2.xsd +https\://www.springframework.org/schema/gemfire/spring-gemfire-2.3.xsd=org/springframework/data/gemfire/config/spring-gemfire-2.3.xsd +https\://www.springframework.org/schema/gemfire/spring-gemfire.xsd=org/springframework/data/gemfire/config/spring-gemfire-2.3.xsd https\://www.springframework.org/schema/data/gemfire/spring-data-gemfire-2.0.xsd=org/springframework/data/gemfire/config/spring-data-gemfire-2.0.xsd https\://www.springframework.org/schema/data/gemfire/spring-data-gemfire-2.1.xsd=org/springframework/data/gemfire/config/spring-data-gemfire-2.1.xsd https\://www.springframework.org/schema/data/gemfire/spring-data-gemfire-2.2.xsd=org/springframework/data/gemfire/config/spring-data-gemfire-2.2.xsd -https\://www.springframework.org/schema/data/gemfire/spring-data-gemfire.xsd=org/springframework/data/gemfire/config/spring-data-gemfire-2.2.xsd +https\://www.springframework.org/schema/data/gemfire/spring-data-gemfire-2.3.xsd=org/springframework/data/gemfire/config/spring-data-gemfire-2.3.xsd +https\://www.springframework.org/schema/data/gemfire/spring-data-gemfire.xsd=org/springframework/data/gemfire/config/spring-data-gemfire-2.3.xsd diff --git a/src/main/resources/org/springframework/data/gemfire/config/spring-data-gemfire-2.3.xsd b/src/main/resources/org/springframework/data/gemfire/config/spring-data-gemfire-2.3.xsd new file mode 100644 index 00000000..c0d91e42 --- /dev/null +++ b/src/main/resources/org/springframework/data/gemfire/config/spring-data-gemfire-2.3.xsd @@ -0,0 +1,257 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The reference to a MappingContext. If not set a default one will be created. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Determines whether imports are suppressed on initialization of the GemFire Snapshot Service. + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-2.3.xsd b/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-2.3.xsd new file mode 100644 index 00000000..5b53815b --- /dev/null +++ b/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-2.3.xsd @@ -0,0 +1,3337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + namespace and its 'properties' element. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies the parent, template Region from which to inherit the Region attribute configuration. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +