OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

emix message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Commented: (EMIX-129) Block Power Price MustHave Blocks and Tiers



    [ http://tools.oasis-open.org/issues/browse/EMIX-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=25039#action_25039 ] 

Bruce Bartell commented on EMIX-129:
------------------------------------

Example provided with WD22 will not validate without some changes. 
Specific comments are are related to the updated .xml example that was contributed to EMIX documents.

Line 35 <emix:productDescription xs:type="power:BlockPowerFullRequirementsProductDescriptionType"> <!-- changed type BB -->
The type called out was: assuming changed to the correct one.

Line 36 added: <power:productType>TimeOfUsePricing</power:productType> <!-- added enumerator -->

Added addtional mandatory elements:
Lines 40-62:
<power:unitEnergyPrice> <!-- added this, price, and rest of element BB -->
							<emix:price> <!-- why do we need this price if it is in the block price below -->
								<emix:value>0</emix:value>
							</emix:price>
							<power:energyReal>
								<itemDescription>RealEnergy</itemDescription> <!-- why do we need an item description that matches the element name? -->
								<itemUnits>Wh</itemUnits>
								<scale>#m</scale>
							</power:energyReal>
						</power:unitEnergyPrice>
						<power:powerReal>
							<itemDescription>RealPower</itemDescription> <!-- why do have to define power here? Real Energy already specifies watts -->
							<itemUnits>W</itemUnits>
							<scale>#k</scale>
							<power:powerAttributes>
								<hertz>0</hertz> <!-- Sure, but it validates!  BB -->
								<voltage>0</voltage>
								<ac>true</ac>
							</power:powerAttributes>
						</power:powerReal>
						<power:charges> 
<!--   still have errors on missing elements at ths point. There is an extension that has powerPriceTiers -> blockPowerPrice called out a second time
The original problem may just be the BlockPowerFullRequirementsProductDescriptionType is not the right place to start -->

The entire conumption block structure seems be callled out twice. Once within Charges  and again in powerPriceTiers.
The whole thing is wrapped in a gluon. I assume this reflects the Time of Use tiers.

> Block Power Price Must Have Blocks and Tiers
> --------------------------------------------
>
>                 Key: EMIX-129
>                 URL: http://tools.oasis-open.org/issues/browse/EMIX-129
>             Project: OASIS Energy Market Information Exchange (eMIX) TC
>          Issue Type: Sub-task
>          Components: examples
>    Affects Versions: csprd01 Public Review Draft
>            Reporter: Bruce Bartell
>            Assignee: Edward Cazalet 
>             Fix For: wd20
>
>
> Block Power rates have a price that is dependant on Block and Tier.
> Blocks are a the price boundaries based on consumption over time. Tiers are a dimension based on time of use.

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