element ElevationGrid
diagram x3d-3.2_diagrams/x3d-3.2_p54.png
type extension of X3DGeometryNode
properties
content complex
children IS MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString FloatVertexAttribute Matrix3VertexAttribute Matrix4VertexAttribute Color ColorRGBA FogCoordinate Normal TextureCoordinate TextureCoordinate3D TextureCoordinate4D TextureCoordinateGenerator MultiTextureCoordinate ProtoInstance
used by
group GeometryContentModelInteractive
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.
height  MFFloat        
ccw  SFBool    true    
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="Geometry3D"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
colorPerVertex  SFBool    true    
creaseAngle  derived by: SFFloat    0    
normalPerVertex  SFBool    true    
solid  SFBool    true    
xDimension  derived by: SFInt32    0    
xSpacing  derived by: SFFloat    1.0    
zDimension  derived by: SFInt32    0    
zSpacing  derived by: SFFloat    1.0    
containerField  xs:NMTOKEN    geometry    
annotation
appinfo
<xs:attribute name="set_height" type="MFFloat" fixed="inputOnlyField"/>
<xs:attribute name="solid" type="SFBool" default="true" fixed="initializeOnlyField"/>
<xs:element name="attrib" type="MFNode" fixed="inputOutputField" default="X3DVertexAttributeNode"/>
<xs:element name="color" type="SFNode" fixed="inputOutputField" default="X3DColorNode"/>
<xs:element name="fogCoord" type="SFNode" fixed="inputOutputField" default="FogCoordinate"/>
<xs:element name="normal" type="SFNode" fixed="inputOutputField" default="X3DNormalNode"/>
<xs:element name="texCoord" type="SFNode" fixed="inputOutputField" default="X3DTextureCoordinateNode"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Geometry3D"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="3"/>
source <xs:element name="ElevationGrid">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="set_height" type="MFFloat" fixed="inputOnlyField"/>
     
<xs:attribute name="solid" type="SFBool" default="true" fixed="initializeOnlyField"/>
     
<xs:element name="attrib" type="MFNode" fixed="inputOutputField" default="X3DVertexAttributeNode"/>
     
<xs:element name="color" type="SFNode" fixed="inputOutputField" default="X3DColorNode"/>
     
<xs:element name="fogCoord" type="SFNode" fixed="inputOutputField" default="FogCoordinate"/>
     
<xs:element name="normal" type="SFNode" fixed="inputOutputField" default="X3DNormalNode"/>
     
<xs:element name="texCoord" type="SFNode" fixed="inputOutputField" default="X3DTextureCoordinateNode"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Geometry3D"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="3"/>
   
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geometry3D.html#ElevationGrid"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DGeometryNode">
       
<xs:choice minOccurs="0">
         
<!-- TODO do we really want maxOccurs="unbounded" ? -->
         
<xs:element ref="FloatVertexAttribute">
           
<xs:annotation>
             
<xs:documentation>attrib</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element ref="Matrix3VertexAttribute">
           
<xs:annotation>
             
<xs:documentation>attrib</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element ref="Matrix4VertexAttribute">
           
<xs:annotation>
             
<xs:documentation>attrib</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element ref="Color">
           
<xs:annotation>
             
<xs:documentation>color</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element ref="ColorRGBA">
           
<xs:annotation>
             
<xs:documentation>color</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element ref="FogCoordinate">
           
<xs:annotation>
             
<xs:documentation>fogcoord</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element ref="Normal">
           
<xs:annotation>
             
<xs:documentation>normal</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element ref="TextureCoordinate">
           
<xs:annotation>
             
<xs:documentation>texcoord</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element ref="TextureCoordinate3D">
           
<xs:annotation>
             
<xs:documentation>texcoord</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element ref="TextureCoordinate4D">
           
<xs:annotation>
             
<xs:documentation>texcoord</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element ref="TextureCoordinateGenerator">
           
<xs:annotation>
             
<xs:documentation>texcoord</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element ref="MultiTextureCoordinate">
           
<xs:annotation>
             
<xs:documentation>texcoord</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element ref="ProtoInstance">
           
<xs:annotation>
             
<xs:documentation>Appropriately typed substitution node</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:choice>
       
<xs:attribute name="height" type="MFFloat"/>
       
<xs:attribute name="ccw" type="SFBool" default="true">
         
<xs:annotation>
           
<xs:appinfo>
             
<xs:attribute name="componentName" type="componentNameChoices" fixed="Geometry3D"/>
             
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="colorPerVertex" type="SFBool" default="true"/>
       
<xs:attribute name="creaseAngle" default="0">
         
<!-- type="SFFloatNonNegative" -->
         
<xs:simpleType>
           
<xs:restriction base="SFFloat">
             
<xs:minInclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="normalPerVertex" type="SFBool" default="true"/>
       
<xs:attribute name="solid" type="SFBool" default="true"/>
       
<xs:attribute name="xDimension" default="0">
         
<!-- type="SFInt32NonNegative" -->
         
<xs:simpleType>
           
<xs:restriction base="SFInt32">
             
<xs:minInclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="xSpacing" default="1.0">
         
<!-- type="SFFloatPositive" -->
         
<xs:simpleType>
           
<xs:restriction base="SFFloat">
             
<xs:minExclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="zDimension" default="0">
         
<!-- type="SFInt32NonNegative" -->
         
<xs:simpleType>
           
<xs:restriction base="SFInt32">
             
<xs:minInclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="zSpacing" default="1.0">
         
<!-- type="SFFloatPositive" -->
         
<xs:simpleType>
           
<xs:restriction base="SFFloat">
             
<xs:minExclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="containerField" type="xs:NMTOKEN" default="geometry"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute ElevationGrid/@height
type MFFloat
facets
Kind Value Annotation
whiteSpace collapse
pattern (\s)*(([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*,?\s*)*
source <xs:attribute name="height" type="MFFloat"/>

attribute ElevationGrid/@ccw
type SFBool
properties
default true
annotation
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="Geometry3D"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
source <xs:attribute name="ccw" type="SFBool" default="true">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Geometry3D"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
   
</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute ElevationGrid/@colorPerVertex
type SFBool
properties
default true
source <xs:attribute name="colorPerVertex" type="SFBool" default="true"/>

attribute ElevationGrid/@creaseAngle
type restriction of SFFloat
properties
default 0
facets
Kind Value Annotation
minInclusive 0
source <xs:attribute name="creaseAngle" default="0">
 
<!-- type="SFFloatNonNegative" -->
 
<xs:simpleType>
   
<xs:restriction base="SFFloat">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute ElevationGrid/@normalPerVertex
type SFBool
properties
default true
source <xs:attribute name="normalPerVertex" type="SFBool" default="true"/>

attribute ElevationGrid/@solid
type SFBool
properties
default true
source <xs:attribute name="solid" type="SFBool" default="true"/>

attribute ElevationGrid/@xDimension
type restriction of SFInt32
properties
default 0
facets
Kind Value Annotation
minInclusive 0
source <xs:attribute name="xDimension" default="0">
 
<!-- type="SFInt32NonNegative" -->
 
<xs:simpleType>
   
<xs:restriction base="SFInt32">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute ElevationGrid/@xSpacing
type restriction of SFFloat
properties
default 1.0
facets
Kind Value Annotation
minExclusive 0
source <xs:attribute name="xSpacing" default="1.0">
 
<!-- type="SFFloatPositive" -->
 
<xs:simpleType>
   
<xs:restriction base="SFFloat">
     
<xs:minExclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute ElevationGrid/@zDimension
type restriction of SFInt32
properties
default 0
facets
Kind Value Annotation
minInclusive 0
source <xs:attribute name="zDimension" default="0">
 
<!-- type="SFInt32NonNegative" -->
 
<xs:simpleType>
   
<xs:restriction base="SFInt32">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute ElevationGrid/@zSpacing
type restriction of SFFloat
properties
default 1.0
facets
Kind Value Annotation
minExclusive 0
source <xs:attribute name="zSpacing" default="1.0">
 
<!-- type="SFFloatPositive" -->
 
<xs:simpleType>
   
<xs:restriction base="SFFloat">
     
<xs:minExclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

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


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