<xs:element name="GeoProximitySensor">
<xs:annotation>
<xs:appinfo />
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-19775-X3DAbstractSpecification_Revision1_to_Part1/Part01/components/geodata.html#GeoProximitySensor" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DEnvironmentalSensorNode">
<xs:sequence minOccurs="0">
<xs:element ref="GeoOrigin" />
</xs:sequence>
<xs:attribute name="geoSystem" type="geoSystemType" default=""GD" "WE"" />
<xs:attribute name="geoCenter" type="MFDouble" default="0 0 0" />
</xs:extension>
<!-- TODO bug submitted that 'center' field in parent type X3DEnvironmentalSensorNode is inappropriate and needs refactoring -->
</xs:complexContent>
</xs:complexType>
</xs:element>
|