<xs:element name="GeoOrigin">
<xs:annotation>
<xs:appinfo />
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/geodata.html#GeoOrigin" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<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>
|