<xs:element name="GeoLOD">
<xs:annotation>
<xs:appinfo>
<xs:attribute name="center" type="SFVec3d" default="0 0 0" fixed="initializeOnlyField"/>
<xs:attribute name="level_changed" fixed="outputOnlyField">
<xs:simpleType>
<xs:restriction base="SFInt32">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:element name="children" type="MFNode" fixed="outputOnlyField" default="X3DChildNode"/>
<xs:element name="geoOrigin" type="SFNode" fixed="initializeOnlyField" default="GeoOrigin"/>
<xs:element name="rootNode" type="MFNode" fixed="initializeOnlyField" default="X3DChildNode"/>
<xs:attribute name="additionalInterface" type="xs:string" default="X3DBoundedObject"/>
<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#GeoLOD"/>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="X3DChildNode">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:appinfo>Note that MFNode rootNode field can contain multiple nodes and has accessType inputOutput. Meanwhile MFNode children field is outputOnly, unlike other X3DGroupingNode exemplars.</xs:appinfo>
<!-- TODO issue reported to reconcile with children content model, 24 JAN 2016 -->
<xs:documentation>rootNode</xs:documentation>
</xs:annotation>
<!-- GeoOrigin included in ChildContentModelGeoSpatial -->
<xs:group ref="ChildContentModel" minOccurs="0" maxOccurs="unbounded"/>
<xs:group ref="ChildContentModelSceneGraphStructure" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="geoSystem" type="geoSystemType" default=""GD" "WE""/>
<xs:attribute name="rootUrl" 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="child1Url" 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="child2Url" 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="child3Url" 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="child4Url" 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="center" type="SFVec3d" default="0 0 0"/>
<xs:attribute name="range" default="10">
<xs:simpleType>
<xs:restriction base="SFFloat">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bboxCenter" type="SFVec3f" default="0 0 0"/>
<xs:attribute name="bboxSize" type="boundingBoxSizeType" default="-1 -1 -1"/>
<xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/>
</xs:extension>
<!-- GeoOrigin included in ChildContentModelGeoSpatial -->
</xs:complexContent>
</xs:complexType>
</xs:element> |