Re: [poe] EXAMPLE 19 makes no sense

> What if C1 was "purpose=education" and C2 was "meteredTime=P60M" ?

I don't understand the example given in https://w3c.github.io/poe/vocab/#term-meteredTime: 
> meteredTime eq P60M indicates that the action can be exercised for an accumulated period of 60 Minutes. **This means that the action can be ex~~p~~ercised for 5 minutes each day over 12 days.,** 

but i could also "consume" those 60min all at once, 1min/day over 60 days, etc. right? if that's the case -> s/can/could e.g./
> Only the **eq** operator SHOULD be used.

when's a meteredTime constraint considered to be satisfied then? if I have exercised the action for < 60min it's not = 60min so it's unsatisfied?
----------
anyway.. 
>  What if C1 was "purpose=education" and C2 was "meteredTime<=P60M" ?

assuming that a meteredTime constraint with <=  P60M is considered to be satisfied if constrained action wasn't exercised for > 60min, then a respective permission is in effect if:
1. the purpose != education for the first 60min the action is exercised
2. the purpose == education afterwards.

it is not in effect if the purpose == education and the action wasn't already exercised for more than 60min.

-- 
GitHub Notification of comment by simonstey
Please view or discuss this issue at https://github.com/w3c/poe/issues/205#issuecomment-311264737 using your GitHub account

Received on Tuesday, 27 June 2017 06:25:02 UTC