You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by ip...@apache.org on 2004/12/08 23:23:00 UTC

svn commit: r111321 - /incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/OhtoroOnlyProperties.xml /incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/SushiProperties.xsd

Author: ips
Date: Wed Dec  8 14:23:00 2004
New Revision: 111321

URL: http://svn.apache.org/viewcvs?view=rev&rev=111321
Log:
new test props doc that doesn't allow open content
Added:
   incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/OhtoroOnlyProperties.xml
Modified:
   incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/SushiProperties.xsd

Added: incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/OhtoroOnlyProperties.xml
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/OhtoroOnlyProperties.xml?view=auto&rev=111321
==============================================================================
--- (empty file)
+++ incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/OhtoroOnlyProperties.xml	Wed Dec  8 14:23:00 2004
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+
+<OhtoroOnlyProperties
+  xmlns="http://ws.apache.org/resource/properties/test/sushi">
+
+   <Ohtoro>
+      <Flavor>indescribable</Flavor>
+   </Ohtoro>
+
+  <Ohtoro>
+     <Flavor>mouthwatering</Flavor>
+  </Ohtoro>
+
+</OhtoroOnlyProperties>

Modified: incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/SushiProperties.xsd
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/SushiProperties.xsd?view=diff&rev=111321&p1=incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/SushiProperties.xsd&r1=111320&p2=incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/SushiProperties.xsd&r2=111321
==============================================================================
--- incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/SushiProperties.xsd	(original)
+++ incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/SushiProperties.xsd	Wed Dec  8 14:23:00 2004
@@ -30,7 +30,7 @@
       </complexType>
    </element>
 
-   <!-- Resource Properties Document Schema -->
+   <!-- Resource properties document schema -->
    <element name="SushiProperties">
       <complexType>
          <sequence>
@@ -48,6 +48,15 @@
             <element ref="tns:Ohtoro" minOccurs="0" maxOccurs="1" />
 
             <any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax"/>
+         </sequence>
+      </complexType>
+   </element>
+
+   <!-- Resource properties document definition that does not have open content -->
+   <element name="OhtoroOnlyProperties">
+      <complexType>
+         <sequence>
+            <element ref="tns:Ohtoro" minOccurs="0" maxOccurs="unbounded" />
          </sequence>
       </complexType>
    </element>

---------------------------------------------------------------------
To unsubscribe, e-mail: apollo-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: apollo-dev-help@ws.apache.org