[
https://issues.apache.org/jira/browse/GEODE-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15230676#comment-15230676
]
ASF subversion and git services commented on GEODE-386:
-------------------------------------------------------
Commit 1458b985093b9db0ca88558a7d5ef87ac5f03e26 in incubator-geode's branch
refs/heads/feature/GEODE-386 from [~jens.deppe]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=1458b98 ]
GEODE-386: Change xsd namespace to apache
> Change xsd namespace to apache
> ------------------------------
>
> Key: GEODE-386
> URL: https://issues.apache.org/jira/browse/GEODE-386
> Project: Geode
> Issue Type: Improvement
> Components: configuration
> Reporter: Dan Smith
> Assignee: Jens Deppe
> Fix For: 1.0.0-incubating.M2
>
>
> The format cache.xml file for geode is currently specified by a xsd called
> cache-9.0.xsd. This xsd has a pivotal.io namespace. It should have an apache
> namespace and be hosted on apache infastructure.
> {code:xml}
> <xsd:schema
> targetNamespace="http://schema.pivotal.io/gemfire/cache"
> xmlns:gf="http://schema.pivotal.io/gemfire/cache"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> elementFormDefault="qualified"
> attributeFormDefault="unqualified"
> version="9.0">
> <xsd:annotation>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)