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-632) Use of Extension Base for Signal and Report


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

Toby Considine commented on ENERGYINTEROP-632:
----------------------------------------------

	<!-- These types are used in all EI Streams (Signal, Payload, Baseline) to convey the information that changes as confomed by the SignalType/ReportType/Baseline -->
	<xs:element name="payloadApplicationSpecific" type="ei:PayloadApplicationSpecificType" abstract="true" substitutionGroup="ei:payloadBase"/>
	<xs:complexType name="PayloadApplicationSpecificType">
		<xs:annotation>
			<xs:documentation>This Payload contains the information that changes in each Stream payload.</xs:documentation>
			<xs:appinfo> Applications that wish to use this should (1) define the appropriate extension to the abstract applicationSpecificPayloadBase and (2) agree to indicates its use with a signalType conforming to the EI Extension pattern (x-*). Different extensions should be made for Signals, Reports, and perhaps Baselines.</xs:appinfo>
		</xs:annotation>
		<xs:complexContent>
			<xs:extension base="ei:PayloadBaseType">
				<xs:sequence>
					<xs:element ref="ei:applicationSpecificPayloadBase" minOccurs="1" maxOccurs="1"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>


> Use of Extension Base for Signal and Report
> -------------------------------------------
>
>                 Key: ENERGYINTEROP-632
>                 URL: http://tools.oasis-open.org/issues/browse/ENERGYINTEROP-632
>             Project: OASIS Energy Interoperation TC
>          Issue Type: Improvement
>          Components: schema
>    Affects Versions: wd33
>         Environment: Bartell
>            Reporter: Bruce Bartell
>            Assignee: William Cox
>            Priority: Minor
>             Fix For: wd34
>
>
> Cannot find where to add/access Extension Base for Signal and Report. I see contextBase in Maret Context. But nothing for the other 2.

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