WD 33 Transactive EiClasses Schema Comments and Corrections
See Jira 607 to explain changes below.
804 7.1 Tenders
808 <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>
Change to:
808 <xs:documentation>Tender Indicates a specific offer to buy or sell. A Tender can be for one EmixBase derived type. .</xs:documentation>
812 <xs:element ref="emix:emixBase" minOccurs="1" maxOccurs="unbounded"/>
Change to:
812 <xs:element ref="emix:emixBase" minOccurs="1" maxOccurs="1"/>
815 7.2 Quotes
819 <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>
Change to:
819 <xs:documentation> An Indication of the price of a possible Tender such as the transacted price of a previous Tender or a published forecast of a price of a possible Tender. A Quote can be for one EmixBase derived type.</xs:documentation>
828 7.3 Transactions
830 <xs:documentation>A Transaction is a specific agreement to accept a specific Tender or Tenders.</xs:documentation>
Change to:
830 <xs:documentation>A Transaction is a specific agreement to accept a specific Tender.</xs:documentation>
833 <xs:element ref="ei:transactionID" minOccurs="1" maxOccurs="1"/>
834 <xs:element ref="ei:tenderID" minOccurs="0" maxOccurs="unbounded"/>
835 <xs:element ref="emix:emixBase" minOccurs="1" maxOccurs="unbounded"/>
Change to :
833 <xs:element ref="ei:transactionID" minOccurs="1" maxOccurs="1"/>
834 <xs:element ref="ei:tenderID" minOccurs="0" maxOccurs="1"/>
835 <xs:element ref="emix:emixBase" minOccurs="1" maxOccurs="1"/>