element GeoElevationGrid
diagram x3d-3.3_diagrams/x3d-3.3_p77.png
type extension of X3DGeometryNode
properties
content complex
children IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString GeoOrigin Color ColorRGBA Normal TextureCoordinate TextureCoordinateGenerator MultiTextureCoordinate ProtoInstance FogCoordinate
used by
element GeoMetadata
group GeometryContentModelGeoSpatial
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.
geoSystem  geoSystemType    "GD" "WE"    
geoGridOrigin  SFVec3d    0 0 0    
height  MFDouble    0 0    
ccw  SFBool    true    
colorPerVertex  SFBool    true    
creaseAngle  derived by: SFDouble    0    
normalPerVertex  SFBool    true    
solid  SFBool    true    
xDimension  derived by: SFInt32    0    
xSpacing  derived by: SFDouble    1.0    
yScale  derived by: SFFloat    1    
zDimension  derived by: SFInt32    0    
zSpacing  derived by: SFDouble    1.0    
containerField  xs:NMTOKEN    geometry    
annotation
appinfo
<xs:attribute name="set_height" type="MFDouble" fixed="inputOnlyField"/>
<xs:attribute name="solid" type="SFBool" default="true" fixed="initializeOnlyField"/>
<xs:element name="color" type="SFNode" fixed="inputOutputField" default="X3DColorNode"/>
<xs:element name="normal" type="SFNode" fixed="inputOutputField" default="X3DNormalNode"/>
<xs:element name="geoOrigin" type="SFNode" fixed="initializeOnlyField" default="GeoOrigin"/>
<xs:element name="texCoord" type="SFNode" fixed="inputOutputField" default="X3DTextureCoordinateNode"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Geospatial"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
source <xs:element name="GeoElevationGrid">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="set_height" type="MFDouble" fixed="inputOnlyField"/>
     
<xs:attribute name="solid" type="SFBool" default="true" fixed="initializeOnlyField"/>
     
<xs:element name="color" type="SFNode" fixed="inputOutputField" default="X3DColorNode"/>
     
<xs:element name="normal" type="SFNode" fixed="inputOutputField" default="X3DNormalNode"/>
     
<xs:element name="geoOrigin" type="SFNode" fixed="initializeOnlyField" default="GeoOrigin"/>
     
<xs:element name="texCoord" type="SFNode" fixed="inputOutputField" default="X3DTextureCoordinateNode"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Geospatial"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
   
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#GeoElevationGrid"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DGeometryNode">
       
<xs:choice minOccurs="0">
         
<xs:sequence>
           
<xs:element ref="GeoOrigin"/>
           
<xs:group ref="ColorNormalTexCoordContentModel" minOccurs="0"/>
         
</xs:sequence>
         
<xs:sequence minOccurs="0">
           
<xs:group ref="ColorNormalTexCoordContentModel"/>
           
<xs:element ref="GeoOrigin" minOccurs="0"/>
         
</xs:sequence>
       
</xs:choice>
       
<xs:attribute name="geoSystem" type="geoSystemType" default='"GD" "WE"'/>
       
<xs:attribute name="geoGridOrigin" type="SFVec3d" default="0 0 0"/>
       
<xs:attribute name="height" type="MFDouble" default="0 0"/>
       
<xs:attribute name="ccw" type="SFBool" default="true"/>
       
<xs:attribute name="colorPerVertex" type="SFBool" default="true"/>
       
<xs:attribute name="creaseAngle" default="0">
         
<!-- type="SFDoubleNonNegative" -->
         
<xs:simpleType>
           
<xs:restriction base="SFDouble">
             
<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="SFDoublePositive" -->
         
<xs:simpleType>
           
<xs:restriction base="SFDouble">
             
<xs:minExclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="yScale" default="1">
         
<!-- type="SFFloatNonNegative" -->
         
<xs:simpleType>
           
<xs:restriction base="SFFloat">
             
<xs:minInclusive 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="SFDoublePositive" -->
         
<xs:simpleType>
           
<xs:restriction base="SFDouble">
             
<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 GeoElevationGrid/@geoSystem
type geoSystemType
properties
default "GD" "WE"
source <xs:attribute name="geoSystem" type="geoSystemType" default='"GD" "WE"'/>

attribute GeoElevationGrid/@geoGridOrigin
type SFVec3d
properties
default 0 0 0
facets
Kind Value Annotation
whiteSpace collapse
pattern \s*(([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s+){2}([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*
source <xs:attribute name="geoGridOrigin" type="SFVec3d" default="0 0 0"/>

attribute GeoElevationGrid/@height
type MFDouble
properties
default 0 0
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="MFDouble" default="0 0"/>

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

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

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

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

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

attribute GeoElevationGrid/@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 GeoElevationGrid/@xSpacing
type restriction of SFDouble
properties
default 1.0
facets
Kind Value Annotation
minExclusive 0
source <xs:attribute name="xSpacing" default="1.0">
 
<!-- type="SFDoublePositive" -->
 
<xs:simpleType>
   
<xs:restriction base="SFDouble">
     
<xs:minExclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

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

attribute GeoElevationGrid/@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 GeoElevationGrid/@zSpacing
type restriction of SFDouble
properties
default 1.0
facets
Kind Value Annotation
minExclusive 0
source <xs:attribute name="zSpacing" default="1.0">
 
<!-- type="SFDoublePositive" -->
 
<xs:simpleType>
   
<xs:restriction base="SFDouble">
     
<xs:minExclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute GeoElevationGrid/@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