OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsdm message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [wsdm] Groups - wd-wsdm-muws-0[1].5-20040219.doc uploaded


Thus quoth vbp@hp.com (~ 19-Feb-04 1:06 AM ~)...

> The document wd-wsdm-muws-0[1].5-20040219.doc has been submitted by
> William Vambenepe (vbp@hp.com) to the OASIS Web Services Distributed
> Management TC document repository.
 > [...]

Section 4.3.2 -- Data Types

The Integer- & DurationMetric types are syntactically incorrect -- the 
closeing tag is missing for the attributeGroup in both.  It should be as 
  done below (and no, I didn't notice this reading it -- I noticed it 
copying it for what follows :-)


We need a definitions for TimeMetric defined as

<xs:complexType name="TimeMetric">
     <xs:simpleContent>
         <xs:extension base="xsd:dateTime">
             <xs:attributeGroup ref="MetricAttributes"/>
             <xs:anyAttribute namespace="##other" processContents="lax"/>
         </xs:extension>
     </xs:simpleContent>
</xs:complexType>

Section 4.3.3 on the CurrentTime metric

We should use  the TimeMetric (as above) like all the others (see 
thing-formerly-known-as-MOWS spec) for current time.

Thus, the current time property should be defined as

<CurrentTime>muws:TimeMetric</CurrentTime>


-- 
Fred Carter / AmberPoint, Inc.

mailto:fred.carter@amberpoint.com
tel:+1.510.433.6525 fax:+1.510.663.6301


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]