<xs:element name="GeoOrigin">
<xs:annotation>
<xs:appinfo>
<xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Geospatial"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>GeoOrigin is deprecated and discouraged (but nevertheless allowed) in X3D v3.3. GeoOrigin is likely to be restored in X3D v4.0 for special use on devices with limited floating-point resolution.</xs:appinfo>
<xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#GeoOrigin"/>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="X3DNode">
<xs:attribute name="geoSystem" type="geoSystemType" default=""GD" "WE""/>
<xs:attribute name="geoCoords" type="SFVec3d" default="0 0 0"/>
<xs:attribute name="rotateYUp" type="SFBool" default="false"/>
<xs:attribute name="containerField" type="xs:NMTOKEN" default="geoOrigin"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element> |