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 2005/02/11 19:32:02 UTC

svn commit: r153433 - incubator/apollo/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceMetadataDescriptor-1_0.xsd

Author: ips
Date: Fri Feb 11 10:32:01 2005
New Revision: 153433

URL: http://svn.apache.org/viewcvs?view=rev&rev=153433
Log:
formatted

Modified:
    incubator/apollo/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceMetadataDescriptor-1_0.xsd

Modified: incubator/apollo/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceMetadataDescriptor-1_0.xsd
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceMetadataDescriptor-1_0.xsd?view=diff&r1=153432&r2=153433
==============================================================================
--- incubator/apollo/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceMetadataDescriptor-1_0.xsd (original)
+++ incubator/apollo/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceMetadataDescriptor-1_0.xsd Fri Feb 11 10:32:01 2005
@@ -67,29 +67,26 @@
 
   <!-- ================ PortType Attribute Extensions ================ -->
   <simpleType name="SpecializesType">
-  <list itemType="xsd:QName" />
+    <list itemType="xsd:QName"/>
   </simpleType>
 
-  <attribute name="specializes" type="wsrmd:SpecializesType" />
+  <attribute name="specializes" type="wsrmd:SpecializesType"/>
 
-  <attribute name="metadataDescriptor" type="xsd:QName" />
+  <attribute name="metadataDescriptor" type="xsd:QName"/>
 
-  <attribute name="metadataDescriptorLocation" type="wsrmd:PairsOfURIType" />
+  <attribute name="metadataDescriptorLocation" type="wsrmd:PairsOfURIType"/>
 
   <!-- ================= Documentation Component ==================== -->
   <complexType name="DocumentationType" mixed="true">
     <sequence>
-      <any namespace="##any"
-        minOccurs="0" maxOccurs="unbounded"
-        processContents="lax"/>
+      <any namespace="##any" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
     </sequence>
     <anyAttribute/>
   </complexType>
 
   <complexType name="DocumentedType">
     <sequence>
-      <element name="documentation" type="wsrmd:DocumentationType"
-        minOccurs="0" maxOccurs="1"/>
+      <element name="documentation" type="wsrmd:DocumentationType" minOccurs="0" maxOccurs="1"/>
     </sequence>
   </complexType>
 
@@ -110,14 +107,10 @@
     <complexContent>
       <extension base="wsrmd:DocumentedType">
         <sequence>
-          <element ref="wsrmd:MetadataDescriptor"
-            minOccurs="0" maxOccurs="unbounded"/>
-          <any namespace="##other"
-            minOccurs="0" maxOccurs="unbounded"
-            processContents="lax"/>
+          <element ref="wsrmd:MetadataDescriptor" minOccurs="0" maxOccurs="unbounded"/>
+          <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
         </sequence>
-        <attribute name="targetNamespace"
-          type="xsd:anyURI" use="required"/>
+        <attribute name="targetNamespace" type="xsd:anyURI" use="required"/>
         <anyAttribute namespace="##other" processContents="lax"/>
       </extension>
     </complexContent>
@@ -158,24 +151,15 @@
     <complexContent>
       <extension base="wsrmd:DocumentedType">
         <sequence>
-          <element ref="wsrmd:Property"
-            minOccurs="0" maxOccurs="unbounded"/>
-          <element ref="wsrmd:Operation"
-            minOccurs="0" maxOccurs="unbounded"/>
-          <any namespace="##other"
-            minOccurs="0" maxOccurs="unbounded"
-            processContents="lax"/>
+          <element ref="wsrmd:Property" minOccurs="0" maxOccurs="unbounded"/>
+          <element ref="wsrmd:Operation" minOccurs="0" maxOccurs="unbounded"/>
+          <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
         </sequence>
-        <attribute name="name"
-          type="xsd:NCName" use="required"/>
-        <attribute name="interface"
-          type="xsd:QName" use="required"/>
-        <attribute name="specializes"
-          type="wsrmd:SpecializesType"/>
-        <attribute name="wsdlLocation"
-          type="wsrmd:PairsOfURIType"/>
-        <attribute name="metadataDescriptorLocation"
-          type="wsrmd:PairsOfURIType"/>
+        <attribute name="name" type="xsd:NCName" use="required"/>
+        <attribute name="interface" type="xsd:QName" use="required"/>
+        <attribute name="specializes" type="wsrmd:SpecializesType"/>
+        <attribute name="wsdlLocation" type="wsrmd:PairsOfURIType"/>
+        <attribute name="metadataDescriptorLocation" type="wsrmd:PairsOfURIType"/>
         <anyAttribute namespace="##other" processContents="lax"/>
       </extension>
     </complexContent>
@@ -209,25 +193,16 @@
       <extension base="wsrmd:DocumentedType">
         <sequence>
           <choice>
-            <element ref="wsrmd:ValidValues"
-              minOccurs="0" maxOccurs="1"/>
-            <element ref="wsrmd:ValidValueRange"
-              minOccurs="0" maxOccurs="1"/>
+            <element ref="wsrmd:ValidValues" minOccurs="0" maxOccurs="1"/>
+            <element ref="wsrmd:ValidValueRange" minOccurs="0" maxOccurs="1"/>
           </choice>
-          <element ref="wsrmd:StaticValues"
-            minOccurs="0" maxOccurs="1"/>
-          <any namespace="##other"
-            minOccurs="0" maxOccurs="unbounded"
-            processContents="lax"/>
+          <element ref="wsrmd:StaticValues" minOccurs="0" maxOccurs="1"/>
+          <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
         </sequence>
-        <attribute name="path"
-          type="wsrmd:PathType" use="required"/>
-        <attribute name="mutability"
-          type="wsrmd:MutabilityType"/>
-        <attribute name="modifiability"
-          type="wsrmd:ModifiabilityType"/>
-        <attribute name="subscribability" type="xsd:boolean"
-          default="false"/>
+        <attribute name="path" type="wsrmd:PathType" use="required"/>
+        <attribute name="mutability" type="wsrmd:MutabilityType"/>
+        <attribute name="modifiability" type="wsrmd:ModifiabilityType"/>
+        <attribute name="subscribability" type="xsd:boolean" default="false"/>
         <anyAttribute namespace="##other" processContents="lax"/>
       </extension>
     </complexContent>
@@ -291,12 +266,8 @@
   -->
   <complexType name="ValidValuesType" mixed="true">
     <sequence>
-      <element name="documentation" type="wsrmd:DocumentationType"
-        minOccurs="0" maxOccurs="1"/>
-
-      <any namespace="##other"
-        minOccurs="0" maxOccurs="unbounded"
-        processContents="lax"/>
+      <element name="documentation" type="wsrmd:DocumentationType" minOccurs="0" maxOccurs="1"/>
+      <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
     </sequence>
     <anyAttribute namespace="##other" processContents="lax"/>
   </complexType>
@@ -314,12 +285,8 @@
   -->
   <complexType name="ValidValueRangeType" mixed="true">
     <sequence>
-      <element name="documentation" type="wsrmd:DocumentationType"
-        minOccurs="0" maxOccurs="1" />
-
-      <any namespace="##other"
-        minOccurs="0" maxOccurs="unbounded"
-        processContents="lax"/>
+      <element name="documentation" type="wsrmd:DocumentationType" minOccurs="0" maxOccurs="1"/>
+      <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
     </sequence>
     <attribute name="lowerBound" type="xsd:anySimpleType"/>
     <attribute name="upperBound" type="xsd:anySimpleType"/>
@@ -338,12 +305,8 @@
   -->
   <complexType name="StaticValuesType" mixed="true">
     <sequence>
-      <element name="documentation" type="wsrmd:DocumentationType"
-        minOccurs="0" maxOccurs="1"/>
-
-      <any namespace="##other"
-        minOccurs="0" maxOccurs="unbounded"
-        processContents="lax"/>
+      <element name="documentation" type="wsrmd:DocumentationType" minOccurs="0" maxOccurs="1"/>
+      <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
     </sequence>
     <anyAttribute namespace="##other" processContents="lax"/>
   </complexType>
@@ -365,9 +328,7 @@
     <complexContent>
       <extension base="wsrmd:DocumentedType">
         <sequence>
-          <any namespace="##other"
-            minOccurs="0" maxOccurs="unbounded"
-            processContents="lax"/>
+          <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
         </sequence>
         <attribute name="name" type="xsd:NCName" use="required"/>
         <attribute name="idempotent" type="xsd:boolean" default="false"/>
@@ -393,13 +354,10 @@
     <complexContent>
       <extension base="wsrmd:DocumentedType">
         <sequence>
-          <any namespace="##other"
-            minOccurs="0" maxOccurs="unbounded"
-            processContents="lax"/>
+          <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
         </sequence>
         <attribute name="name" type="xsd:QName" use="required"/>
-        <attribute name="metadataDescirptorLocation"
-          type="wsrmd:PairsOfURIType"/>
+        <attribute name="metadataDescirptorLocation" type="wsrmd:PairsOfURIType"/>
         <anyAttribute namespace="##other" processContents="lax"/>
       </extension>
     </complexContent>



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