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-581) Suggests for corrections to schema documentation and multiplicity for Tenders, Transactions and Quotes in EIPaloads 7.0


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

Edward Cazalet  commented on ENERGYINTEROP-581:
-----------------------------------------------

Not ready for close: following changes still needed based on WD32:

EiClasses:815

xs:documentation>Tender Indicates a specific offer to buy or sell. A Tender can be for any number of EmixBase derived types, and the Tender is treated as all-or-none.</xs:documentation>

Delete reference to all-or-none as each of the Tenders in a createTender  can be accepted independently

xs:documentation>Tender Indicates a specific offer to buy or sell. A Tender can be for any number of EmixBase derived types.</xs:documentation>

EiClasses:819 - an A Tender must ahve a single emixBase. Change 819 to maxOccurs ="1"

<xs:element ref="emix:emixBase" minOccurs="1" maxOccurs="1"/>

EiClasses:826 change to
<xs:documentation>A non-binding indication of price for a potential Tender. A Quote is for a single EmixBase derived type. 

note multiplicity of quotes is in EiCreateQuote

EIClasses:830 change to maxOccurs = "1"

EIClasses:833 correct spelling
	<!-- 7.3 Transations -->
should be
	<!-- 7.3 Transactions -->

EIClasses:837 correct documetnation so that a Transaction is associated only with a single Tender.  Compound Transactions may be considered post 1.0.

Change to:
<xs:documentation>A Transaction is a specific agreement to accept a specific Tender.</xs:documentation>

EiClasses: 841 and 842
Change to maxOccurs = "1"


> Suggests for corrections to schema documentation and multiplicity for Tenders, Transactions and Quotes in EIPaloads 7.0
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: ENERGYINTEROP-581
>                 URL: http://tools.oasis-open.org/issues/browse/ENERGYINTEROP-581
>             Project: OASIS Energy Interoperation TC
>          Issue Type: Bug
>          Components: schema
>         Environment: WD30,WD31
>            Reporter: Edward Cazalet 
>            Assignee: Edward Cazalet 
>             Fix For: wd30
>
>
> Current Schema in EiPayloads WD30
> 	<!-- 7.0 Tenders, Quotes, and Transactions -->
> 	<!-- 7.1 Tenders -->
> 	<xs:element name="eiTender" type="eitc:EiTenderType"/>
> 	<xs:complexType name="EiTenderType">
> 		<xs:annotation>
> 			<xs:documentation>Tender Indicates a specific offer to buy or sell. A Tender can be for any number of EmixBase derived types, and the Tender is treated as all-or-none.</xs:documentation>
> 		</xs:annotation>
> 		<xs:sequence>
> 			<xs:element ref="eitc:tenderID" minOccurs="1" maxOccurs="1"/>
> 			<xs:element ref="emix:emixBase" minOccurs="1" maxOccurs="unbounded"/>
> 		</xs:sequence>
> 	</xs:complexType>
> 	<!-- 7.2 Quotes -->
> 	<xs:element name="eiQuote" type="eitc:EiQuoteType"/>
> 	<xs:complexType name="EiQuoteType">
> 		<xs:annotation>
> 			<xs:documentation>A specific offer to sell for a particular price.  A Quote can be for any number of EmixBase derived types, and the Quote is treated as all-or-none.</xs:documentation>
> 		</xs:annotation>
> 		<xs:sequence>
> 			<xs:element ref="eitc:quoteID" minOccurs="1" maxOccurs="1"/>
> 			<xs:element ref="emix:emixBase" minOccurs="1" maxOccurs="unbounded"/>
> 		</xs:sequence>
> 	</xs:complexType>
> 	<!-- 7.3 Transations -->
> 	<xs:element name="eiTransaction" type="eitc:EiTransactionType"/>
> 	<xs:complexType name="EiTransactionType">
> 		<xs:annotation>
> 			<xs:documentation>A Transaction is a specific agreement to accept a specific Tender or Tenders.</xs:documentation>
> 		</xs:annotation>
> 		<xs:sequence>
> 			<xs:element ref="eitc:transactionID" minOccurs="1" maxOccurs="1"/>
> 			<xs:element ref="eitc:tenderID" minOccurs="0" maxOccurs="unbounded"/>
> 			<xs:element ref="emix:emixBase" minOccurs="1" maxOccurs="unbounded"/>
> 		</xs:sequence>
> 	</xs:complexType>

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