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=28437#action_28437 ] 

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

For the existing signals, the extension is of hte form:

	<!-- 6.4.2 Signal Payload -->
	<xs:element name="signalPayload" type="ei:SignalPayloadType" substitutionGroup="strm:streamPayloadBase"/>
	<xs:complexType name="SignalPayloadType">
		<xs:annotation>
			<xs:documentation>The Signal Payload is a Stream Payload for conveyance within an  EiEventSignal.</xs:documentation>
		</xs:annotation>
		<xs:complexContent>
			<xs:extension base="strm:StreamPayloadBaseType">
				<xs:sequence>
					<xs:element ref="ei:payloadBase" minOccurs="1" maxOccurs="1"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>

There are similar constructed for reportBase.

Is your proposal that we have a specific named wrapper for the ASE's? Easy enough. 

> 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
>         Environment: Bartell
>            Reporter: Bruce Bartell
>            Assignee: William Cox
>            Priority: Minor
>
> 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]