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] Commented: (ENERGYINTEROP-420) Proposedchanges to the wip 8 EiEvent.xsd schemas (and other dependencies)



    [ http://tools.oasis-open.org/issues/browse/ENERGYINTEROP-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=25709#action_25709 ] 

Girish Ghatikar  commented on ENERGYINTEROP-420:
------------------------------------------------

Continuing with our discussion at workshop meeting today, the following is a simple and straightforward addition to the EiEvent schemas:

It is intended to not create any conflicting and redundant ways of using price responsive DR for even-based communications. 

<xs:element name="signalPriceRelative" type="eitc: SignalPriceRelativeType " substitutionGroup="eitc:signalInformationBase"/>
<xs:annotation>
    <xs:documentation>
      Represents communication of relative price information for DR-event-based signal dispatch.
     </xs:documentation>
</xs:annotation>
            <xs:complexType name="SignalPriceRelativeType">
                        <xs:complexContent>
                                    <xs:extension base="eitc:SignalInformationBaseType">
                                                <xs:sequence>
                                                            <xs:element name="value" type="xs:string"/>
                                                </xs:sequence>
                                    </xs:extension>
                        </xs:complexContent>
            </xs:complexType>
 
<xs:element name="signalPriceMultiple" type="eitc: SignalPriceMultipleType " substitutionGroup="eitc:signalInformationBase"/>
<xs:annotation>
    <xs:documentation>
      Represents communication of multiple price information for DR-event-based signal dispatch. 
     </xs:documentation>
</xs:annotation>
            <xs:complexType name="SignalPriceMultipleType">
                        <xs:complexContent>
                                    <xs:extension base="eitc:SignalInformationBaseType">
                                                <xs:sequence>
                                                            <xs:element name="value" type="xs:string"/>
                                                </xs:sequence>
                                    </xs:extension>
                        </xs:complexContent>
            </xs:complexType>

<xs:element name="signalPriceAbsolute" type="eitc: SignalPriceAbsoluteType " substitutionGroup="eitc:signalInformationBase"/>
<xs:annotation>
    <xs:documentation>
      Represents communication of absolute price information for DR-event-based signal dispatch.
     </xs:documentation>
</xs:annotation>
        <xs:complexType name="SignalPriceAbsoluteType">
                        <xs:complexContent>
                                    <xs:extension base="eitc:SignalInformationBaseType">
                                                <xs:sequence>
                                                            <xs:element name="value" type="xs:string"/>
                                                </xs:sequence>
                                    </xs:extension>
                        </xs:complexContent>
            </xs:complexType>

> Proposed changes to the wip 8 EiEvent.xsd schemas (and other dependencies)
> --------------------------------------------------------------------------
>
>                 Key: ENERGYINTEROP-420
>                 URL: http://tools.oasis-open.org/issues/browse/ENERGYINTEROP-420
>             Project: OASIS Energy Interoperation TC
>          Issue Type: Improvement
>          Components: schema
>    Affects Versions: wd23
>         Environment: WIP8 EiEvent schema revisions
>            Reporter: Girish Ghatikar 
>            Assignee: William Cox
>             Fix For: wd23
>
>
> Proposed changes to the EiEvent.xsd schemas as per wip8_ed_mods.zip file.

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