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=28438#action_28438 ] 

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

Wrong extension....

This is the model we shoudl use:

	<xs:element name="payloadEmix" type="ei:PayloadEmixType" substitutionGroup="ei:payloadBase"/>
	<xs:complexType name="PayloadEmixType">
		<xs:annotation>
			<xs:documentation>This is the Payload for Signals that require an EMIX Product Description.</xs:documentation>
		</xs:annotation>
		<xs:complexContent>
			<xs:extension base="ei:PayloadBaseType">
				<xs:sequence>
					<xs:element ref="emix:productDescription" 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
>         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]