Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] treating the time right in the schema

Subject: perfsonar development work

List archive

Re: [pS-dev] treating the time right in the schema


Chronological Thread 
  • From: "Jeff W. Boote" <>
  • To: Roman Lapacz <>
  • Cc: , maxim <>,
  • Subject: Re: [pS-dev] treating the time right in the schema
  • Date: Fri, 07 Dec 2007 09:20:22 -0700

Roman Lapacz wrote:
Jeff W. Boote wrote:
My simplistic approach was going to be to support something like this for current time parameters:

<nmwg:parameter name="startTime" type="nmtime">
<nmtm:time> <!-- see nmtime.rnc --> </nmtm:time>
</nmwg:parameter>
Hi,

java ma service already supports something like this:

<nmwg:parameter name="startTime">
<nmtm:time type="ISO" value="2007-08-10T10:40:00Z"/>
</nmwg:parameter>
<nmwg:parameter name="endTime">
<nmtm:time type="ISO" value="2007-08-10T11:45:00Z"/>
</nmwg:parameter>


I agree with you that we should start using nmtm time element(s).

So, are you just using the type of the child element to determine if you should look for the 'type' attribute of parameter? (I know you use 'type' for "unix" at least...)

jeff



Archive powered by MHonArc 2.6.16.

Top of Page