element GeoMetadata
diagram x3d-4.0_diagrams/x3d-4.0_p92.png
type extension of X3DInfoNode
properties
content complex
children IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString GeoCoordinate GeoElevationGrid GeoLocation GeoLOD GeoPositionInterpolator GeoProximitySensor GeoTouchSensor GeoTransform GeoViewpoint ProtoInstance
used by
groups ChildContentModelGeoSpatial LoadSensorChildContentModel
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.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
id  xs:NMTOKEN        
appinfo

                    The id attribute is a unique identifier, reserved for use by HTML5/DOM pages, independent of DEF labeling and internal X3D node referencing.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
style  SFString        
appinfo

                    The style attribute provides an inline block of CSS for element styling, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
description  SFString        
load  SFBool    true    
autoRefresh  derived by: SFTime    0    
autoRefreshTimeLimit  derived by: SFTime    3600    
url  MFString        
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="Networking"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
summary  MFString        
containerField  containerFieldChoicesX3DUrlObject    children    
annotation
appinfo
<xs:element name="data" type="MFNode" fixed="inputOutputField" default="X3DNode"/>
<xs:attribute name="additionalInterface" type="xs:string" default="X3DUrlObject"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Geospatial"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
source <xs:element name="GeoMetadata">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:element name="data" type="MFNode" fixed="inputOutputField" default="X3DNode"/>
     
<xs:attribute name="additionalInterface" type="xs:string" default="X3DUrlObject"/>
     
<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/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/geospatial.html#GeoMetadata"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DInfoNode">
       
<xs:choice minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>MFNode data field</xs:documentation>
         
</xs:annotation>
         
<xs:element ref="GeoCoordinate"/>
         
<xs:element ref="GeoElevationGrid"/>
         
<xs:element ref="GeoLocation"/>
         
<xs:element ref="GeoLOD"/>
         
<!-- <xs:element ref="GeoMetadata"/> excluded since does not make sense for a GeoMetadata node to pertain to another GeoMetadata node -->
         
<!-- <xs:element ref="GeoOrigin"/>   excluded since GeoOrigin does not have any information with associated metadata, in turn simplifying GeoOrigin logic -->
         
<xs:element ref="GeoPositionInterpolator"/>
         
<xs:element ref="GeoProximitySensor"/>
         
<xs:element ref="GeoTouchSensor"/>
         
<xs:element ref="GeoTransform"/>
         
<xs:element ref="GeoViewpoint"/>
         
<xs:element ref="ProtoInstance">
           
<xs:annotation>
             
<xs:documentation>Appropriately typed substitution node</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:choice>
       
<xs:attribute name="description" type="SFString"/>
       
<xs:attribute name="load" type="SFBool" default="true"/>
       
<xs:attribute name="autoRefresh" default="0">
         
<!-- type="SFTimeNonNegative" -->
         
<xs:simpleType>
           
<xs:restriction base="SFTime">
             
<xs:minInclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="autoRefreshTimeLimit" default="3600">
         
<!-- type="SFTimeNonNegative" -->
         
<xs:simpleType>
           
<xs:restriction base="SFTime">
             
<xs:minInclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="url" type="MFString">
         
<xs:annotation>
           
<xs:appinfo>
             
<xs:attribute name="componentName" type="componentNameChoices" fixed="Networking"/>
             
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="summary" type="MFString"/>
       
<xs:attribute name="containerField" type="containerFieldChoicesX3DUrlObject" default="children"/>
     
</xs:extension>
     
<!-- 'data' field is MFNode reference array to pertinent GeoSpatial nodes affected by this GeoMetadata node, empty array refers to entire scene -->
     
<!-- TODO when specification is revised:
               
<xs:attribute name="title" type="SFString"/>
               
<xs:attribute name="description" type="SFString"/>
               
<xs:attribute name="coordinateSystem" type="SFString"/>
               
<xs:attribute name="horizontalDatum" type="SFString"/>
               
<xs:attribute name="verticalDatum" type="SFString"/>
               
<xs:attribute name="ellipsoid" type="SFString"/>
               
<xs:attribute name="extent" type="SFString"/>
               
<xs:attribute name="resolution" type="SFString"/>
               
<xs:attribute name="originator" type="SFString"/>
               
<xs:attribute name="copyright" type="SFString"/>
               
<xs:attribute name="date" type="SFString"/>
               
<xs:attribute name="metadataFormat" type="SFString"/>
               
<xs:attribute name="dataUrl" type="SFString"/>
               
<xs:attribute name="dataFormat" type="SFString"/>
                --
>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute GeoMetadata/@description
type SFString
source <xs:attribute name="description" type="SFString"/>

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

attribute GeoMetadata/@autoRefresh
type restriction of SFTime
properties
default 0
facets
Kind Value Annotation
minInclusive 0
source <xs:attribute name="autoRefresh" default="0">
 
<!-- type="SFTimeNonNegative" -->
 
<xs:simpleType>
   
<xs:restriction base="SFTime">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute GeoMetadata/@autoRefreshTimeLimit
type restriction of SFTime
properties
default 3600
facets
Kind Value Annotation
minInclusive 0
source <xs:attribute name="autoRefreshTimeLimit" default="3600">
 
<!-- type="SFTimeNonNegative" -->
 
<xs:simpleType>
   
<xs:restriction base="SFTime">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute GeoMetadata/@url
type MFString
annotation
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="Networking"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
source <xs:attribute name="url" type="MFString">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Networking"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
   
</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute GeoMetadata/@summary
type MFString
source <xs:attribute name="summary" type="MFString"/>

attribute GeoMetadata/@containerField
type containerFieldChoicesX3DUrlObject
properties
default children
facets
Kind Value Annotation
enumeration children
appinfo
parent node has abstract type X3DGroupingNode
enumeration children
appinfo
parent node is LoadSensor (formerly watchList in X3D3)
source <xs:attribute name="containerField" type="containerFieldChoicesX3DUrlObject" default="children"/>


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