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

 


Help: OASIS Mailing Lists Help | MarkMail Help

energyinterop message

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


Subject: [OASIS Issue Tracker] Updated: (ENERGYINTEROP-410) Need to addcurrent value to signals



     [ http://tools.oasis-open.org/issues/browse/ENERGYINTEROP-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ed Koch  updated ENERGYINTEROP-410:
-----------------------------------

    Proposal: 
(1) Confirm that the EIEventCreatedType.createdTime can be used for representing the creation time of the payload.

(2) Add creation time attribute to the EIRequestEventPayloadType

(3) Make the following change to the wip7 schema:

	<xs:complexType name="EiEventSignalType">
		<xs:complexContent>
			<xs:extension base="eitc:EventBaseType">
				<xs:sequence>
					<xs:element ref="eitc:signalName"/>
					<xs:element ref="emix:marketContext" minOccurs="0"/>
					<xs:element ref="eitc:uid"/>
>>>>NEW element
				<xs:element name="currentValue">
						<xs:complexType>
							<xs:sequence>
								<xs:element ref="eitc:signalInformationBase"/>
							</xs:sequence>
						</xs:complexType>
					</xs:element>
>>>END of new element
				</xs:sequence>
				<xs:attribute ref="eitc:schemaVersion"/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>


  was:
(1) Confirm that the EIEventCreatedType.createdTime can be used for representing the creation time of the payload.

(2) Add creation time attribute to the EIRequestEventPayloadType

(3) Make the following change to the wip7 schema:

	<xs:complexType name="EiEventSignalType">
		<xs:complexContent>
			<xs:extension base="eitc:EventBaseType">
				<xs:sequence>
					<xs:element ref="eitc:signalName"/>
					<xs:element ref="emix:marketContext" minOccurs="0"/>
					<xs:element ref="eitc:uid"/>
>>NEW element				<xs:element name="currentValue">
						<xs:complexType>
							<xs:sequence>
								<xs:element ref="eitc:signalInformationBase"/>
							</xs:sequence>
						</xs:complexType>
					</xs:element>
				</xs:sequence>
				<xs:attribute ref="eitc:schemaVersion"/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>



> Need to add current value to signals
> ------------------------------------
>
>                 Key: ENERGYINTEROP-410
>                 URL: http://tools.oasis-open.org/issues/browse/ENERGYINTEROP-410
>             Project: OASIS Energy Interoperation TC
>          Issue Type: Improvement
>            Reporter: Ed Koch 
>            Assignee: William Cox
>             Fix For: wd23
>
>
> Need to add a currentValue attribute to the EIEventSignalType.
> This information reflects the current value of the signal.  It is redundant information to the singal value scheudle and was used in OpenADR 1.0 to reflects the value of the signal at the time that the payload was created.  Even though this is redundant information it makes it much easier for simple devices to determine the current signal value without needed to parse the entire singal schedule. 
> Note that I believe the payload created time is reflected in the EIEventCreated.createdTime attribute. With respect to the RequestEventPayload payload type we may be missing this attribute.

-- 
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

        


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