Author: bimargulies
Date: Sat Sep 13 10:00:29 2008
New Revision: 694987
URL: http://svn.apache.org/viewvc?rev=694987&view=rev
Log:
YAUF: supply missing file.
Added:
cxf/trunk/rt/databinding/aegis/src/main/resources/META-INF/cxf/aegisTypes.xsd
(with props)
Added:
cxf/trunk/rt/databinding/aegis/src/main/resources/META-INF/cxf/aegisTypes.xsd
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/aegis/src/main/resources/META-INF/cxf/aegisTypes.xsd?rev=694987&view=auto
==============================================================================
---
cxf/trunk/rt/databinding/aegis/src/main/resources/META-INF/cxf/aegisTypes.xsd
(added)
+++
cxf/trunk/rt/databinding/aegis/src/main/resources/META-INF/cxf/aegisTypes.xsd
Sat Sep 13 10:00:29 2008
@@ -0,0 +1,30 @@
+<?xml version="1.0" ?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns:aegisTypes="http://cxf.apache.org/aegisTypes"
+ targetNamespace="http://cxf.apache.org/aegisTypes">
+
+ <xs:simpleType name="char">
+ <xs:restriction base="xs:short" >
+ <xs:minInclusive value="0"/>
+ </xs:restriction>
+ </xs:simpleType>
+
+</xs:schema>
\ No newline at end of file
Propchange:
cxf/trunk/rt/databinding/aegis/src/main/resources/META-INF/cxf/aegisTypes.xsd
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/trunk/rt/databinding/aegis/src/main/resources/META-INF/cxf/aegisTypes.xsd
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/trunk/rt/databinding/aegis/src/main/resources/META-INF/cxf/aegisTypes.xsd
------------------------------------------------------------------------------
svn:mime-type = text/xml