Skip to content

Commit

Permalink
Modify model objects
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Aug 22, 2016
1 parent 8842308 commit 3b693f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/model/resources/mappings/display.ome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<optional name="name" type="string"/>
<optional name="compression" type="double"/>
<required name="quantization" type="ome.model.display.QuantumDef"/>
<zeromany name="spatialDomainEnhancement" type="ome.model.display.CodomainMapContext" inverse="renderingDef" ordered="true"/>
<zeromany name="projections" type="ome.model.display.ProjectionDef" inverse="renderingDef" ordered="true"/>
</properties>
</type>
Expand All @@ -61,6 +60,7 @@
<required name="blue" type="int"/>
<required name="alpha" type="int"/>
<optional name="lookupTable" type="string"/>
<zeromany name="spatialDomainEnhancement" type="ome.model.display.CodomainMapContext" inverse="channelBinding" ordered="true"/>
</properties>
</type>
<type id="ome.model.display.ProjectionDef">
Expand All @@ -84,7 +84,7 @@
<abstract id="ome.model.display.CodomainMapContext">
<!-- Note: CodomainMapContext is not in model-->
<properties>
<manyone name="renderingDef" type="ome.model.display.RenderingDef" ordered="true"/>
<manyone name="channelBinding" type="ome.model.display.ChannelBinding" ordered="true"/>
</properties>
</abstract>
<type id="ome.model.display.ReverseIntensityContext" superclass="ome.model.display.CodomainMapContext">
Expand Down

0 comments on commit 3b693f8

Please sign in to comment.