Author: kidz
Date: Thu Jul 14 12:31:45 2005
New Revision: 219079

URL: http://svn.apache.org/viewcvs?rev=219079&view=rev
Log:
added:  CreationTime is the time when the resource was created. 
Owner is the person who is responsible for the resource.
        

Modified:
    webservices/muse/trunk/src/site/content/example/src/wsdl/muws-ext-1.xsd

Modified: 
webservices/muse/trunk/src/site/content/example/src/wsdl/muws-ext-1.xsd
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/site/content/example/src/wsdl/muws-ext-1.xsd?rev=219079&r1=219078&r2=219079&view=diff
==============================================================================
--- webservices/muse/trunk/src/site/content/example/src/wsdl/muws-ext-1.xsd 
(original)
+++ webservices/muse/trunk/src/site/content/example/src/wsdl/muws-ext-1.xsd Thu 
Jul 14 12:31:45 2005
@@ -49,4 +49,8 @@
                </xs:restriction>

        </xs:simpleType>

        <xs:element name="DirectionStyle" type="tns:DirectionStyleType"/>

+       <!-- CreationTime is the time when the resource was created. -->

+       <xs:element name="CreationTime" type="xs:dateTime"/>

+       <!-- Owner is the person who is responsible for the resource. -->

+       <xs:element name="Owner" type="muws-xs2:LangString"/>

 </xs:schema>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to