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


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: William Cox
             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]