element BoundaryEnhancementVolumeStyle
diagram x3d-3.3_diagrams/x3d-3.3_p14.png
type extension of X3DComposableVolumeRenderStyleNode
properties
content complex
children IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString
used by
group VolumeRenderStyleContentModel
attributes
Name  Type  Use  Default  Fixed  Annotation
DEF  xs:ID        
appinfo

DEF defines a unique ID name for each node, referenceable by other nodes.
USE  xs:IDREF        
appinfo

USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).
class  xs:NMTOKENS        
appinfo

The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
enabled  SFBool    true    
boundaryOpacity  derived by: SFFloat    0.9    
opacityFactor  derived by: SFFloat    2    
retainedOpacity  derived by: SFFloat    0.2    
containerField  xs:NMTOKEN    renderStyle    
annotation
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="VolumeRendering"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
source <xs:element name="BoundaryEnhancementVolumeStyle">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="VolumeRendering"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
   
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/volume.html#BoundaryEnhancementVolumeStyle"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DComposableVolumeRenderStyleNode">
       
<xs:attribute name="boundaryOpacity" default="0.9">
         
<xs:simpleType>
           
<xs:restriction base="SFFloat">
             
<xs:minInclusive value="0"/>
             
<xs:maxInclusive value="1"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="opacityFactor" default="2">
         
<xs:simpleType>
           
<xs:restriction base="SFFloat">
             
<xs:minInclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="retainedOpacity" default="0.2">
         
<xs:simpleType>
           
<xs:restriction base="SFFloat">
             
<xs:minInclusive value="0"/>
             
<xs:maxInclusive value="1"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="containerField" type="xs:NMTOKEN" default="renderStyle"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute BoundaryEnhancementVolumeStyle/@boundaryOpacity
type restriction of SFFloat
properties
default 0.9
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
source <xs:attribute name="boundaryOpacity" default="0.9">
 
<xs:simpleType>
   
<xs:restriction base="SFFloat">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute BoundaryEnhancementVolumeStyle/@opacityFactor
type restriction of SFFloat
properties
default 2
facets
Kind Value Annotation
minInclusive 0
source <xs:attribute name="opacityFactor" default="2">
 
<xs:simpleType>
   
<xs:restriction base="SFFloat">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute BoundaryEnhancementVolumeStyle/@retainedOpacity
type restriction of SFFloat
properties
default 0.2
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
source <xs:attribute name="retainedOpacity" default="0.2">
 
<xs:simpleType>
   
<xs:restriction base="SFFloat">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute BoundaryEnhancementVolumeStyle/@containerField
type xs:NMTOKEN
properties
default renderStyle
source <xs:attribute name="containerField" type="xs:NMTOKEN" default="renderStyle"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy