X3DEnvironmentalSensorNode

Complex Type Information

Model

Attributes

Used By

Source

<xs:complexType name="X3DEnvironmentalSensorNode" abstract="true">
  <xs:annotation>
    <xs:appinfo>
      <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="EnvironmentalSensor"/>
      <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>Base type for the environmental sensor nodes ProximitySensor, TransformSensor and VisibilitySensor.</xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/envsensor.html#X3DEnvironmentalSensorNode"/>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="X3DSensorNode">
      <xs:attribute name="size" type="SFVec3f" default="0 0 0">
        <xs:annotation>
          <xs:appinfo>
            <xs:minInclusive value="0"/>
          </xs:appinfo>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
    <!-- concrete nodes must implement attribute "center" with type="SFVec3f" or type="SFVec3d" -->
  </xs:complexContent>
</xs:complexType>