← Prev in month ← Prev in thread
Next in thread → Next in month →

[OASIS Issue Tracker] Commented: (ENERGYINTEROP-382) Reviewdefintions of EventStatusEnumeratedType

From
OASIS Issues Tracker <>
Date
2011-04-13T00:55:54+00:00
ID
2010772374.11321302656144872.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Commented: (ENERGYINTEROP-382) Reviewdefintions of EventStatusEnumeratedType
[ http://tools.oasis-open.org/issues/browse/ENERGYINTEROP-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=25214#action_25214 ] 

William Cox commented on ENERGYINTEROP-382:
-------------------------------------------

Relates to EiEvent family refactoring.

> Review defintions of EventStatusEnumeratedType
> ----------------------------------------------
>
>                 Key: ENERGYINTEROP-382
>                 URL: http://tools.oasis-open.org/issues/browse/ENERGYINTEROP-382
>             Project: OASIS Energy Interoperation TC
>          Issue Type: Improvement
>          Components: model, schema, spec
>    Affects Versions: wd22
>         Environment: Toby Considine
>            Reporter: Toby Considine
>            Assignee: William Cox
>
> THe EventStatus includes a number of undefined terms, or rather "Terms dependent on the DR program"
> 	<xs:simpleType name="EventStatusEnumeratedType">
> 		<xs:restriction base="xs:token">
> 			<xs:enumeration value="none">
> 				<xs:annotation>
> 					<xs:documentation>No event pending</xs:documentation>
> 				</xs:annotation>
> 			</xs:enumeration>
> 			<xs:enumeration value="far">
> 				<xs:annotation>
> 					<xs:documentation>event pending in the far future. The exact definition of how far in the future this refers is dependent upon the DR program, but typically means the next day.</xs:documentation>
> 				</xs:annotation>
> 			</xs:enumeration>
> 			<xs:enumeration value="near">
> 				<xs:annotation>
> 					<xs:documentation>event pending in the near future. The exact definition of how near in the future the pending event is active is dependent on the DR program</xs:documentation>
> 				</xs:annotation>
> 			</xs:enumeration>
> 			<xs:enumeration value="active">
> 				<xs:annotation>
> 					<xs:documentation>The event has been initiated and is currently active.</xs:documentation>
> 				</xs:annotation>
> 			</xs:enumeration>
> 			<xs:enumeration value="completed">
> 				<xs:annotation>
> 					<xs:documentation>The event has completed.</xs:documentation>
> 				</xs:annotation>
> 			</xs:enumeration>
> 			<xs:enumeration value="cancelled">
> 				<xs:annotation>
> 					<xs:documentation>The event has been canceled.</xs:documentation>
> 				</xs:annotation>
> 			</xs:enumeration>
> 		</xs:restriction>
> 	</xs:simpleType>
> Can somewhere, perhaps in the program defitnion, can we define "near" and "Far" in terms of durations?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
← Prev in month ← Prev in thread
Next in thread → Next in month →