We have a lot more control in QGIS with *.qml over transparency settings then we do in Arc with *.lyr files that only include path information and symbology. We have a transparency tag in the business logic because in ArcRAVE you needed it (i.e. controlled in display tab, but not stored with *.lyr):

However individual authors of symbology are inconsistent in QGIS whether or not they use this business logic setting setting and always leave layer transparent. So when someone saves this in both their *.qml and in the business logic, what happens:
Node label="Likelihood of Being a Valley Bottom Raster" xpath="Raster[@id='VBET_EVIDENCE']" type="raster" symbology="vbetLikelihood" transparency="40" />
Does it apply both and make it really, really transparent? Or does it override one? More to the point, what should we be doing @MattReimer? It seems we should instruct people to only control it in the business logic?
We have a lot more control in QGIS with *.qml over transparency settings then we do in Arc with *.lyr files that only include path information and symbology. We have a

transparencytag in the business logic because in ArcRAVE you needed it (i.e. controlled in display tab, but not stored with *.lyr):However individual authors of symbology are inconsistent in QGIS whether or not they use this business logic setting setting and always leave layer transparent. So when someone saves this in both their *.qml and in the business logic, what happens:
Node label="Likelihood of Being a Valley Bottom Raster" xpath="Raster[@id='VBET_EVIDENCE']" type="raster" symbology="vbetLikelihood" transparency="40" />Does it apply both and make it really, really transparent? Or does it override one? More to the point, what should we be doing @MattReimer? It seems we should instruct people to only control it in the business logic?