<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="xs:NMTOKEN" fixed="Geospatial"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
</xs:appinfo>
<xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.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="GeoOrigin"/>
<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="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="url" type="MFString">
<xs:annotation>
<xs:appinfo>
<xs:attribute name="componentName" type="xs:NMTOKEN" 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="xs:NMTOKEN" 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> |