SignalPdu

Element Information

Model

Attributes

Used By

Source

<xs:element name="SignalPdu">
  <xs:annotation>
    <xs:appinfo>
      <xs:attribute name="isNetworkReader" type="SFBool" fixed="outputOnlyField"/>
      <xs:attribute name="isNetworkWriter" type="SFBool" fixed="outputOnlyField"/>
      <xs:attribute name="isRtpHeaderHeard" type="SFBool" fixed="outputOnlyField"/>
      <xs:attribute name="isStandAlone" type="SFBool" fixed="outputOnlyField"/>
      <xs:attribute name="timestamp" type="SFTime" fixed="outputOnlyField"/>
      <xs:attribute name="additionalInterface" type="xs:string" default="X3DBoundedObject"/>
      <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="DIS"/>
      <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/dis.html#SignalPdu"/>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="X3DNetworkSensorNode">
        <xs:attribute name="bboxCenter" type="SFVec3f" default="0 0 0"/>
        <xs:attribute name="bboxSize" type="boundingBoxSizeType" default="-1 -1 -1"/>
        <xs:attribute name="whichGeometry" type="SFInt32" default="1"/>
        <xs:attribute name="readInterval" type="SFTime" default="0.1"/>
        <xs:attribute name="writeInterval" type="SFTime" default="1.0"/>
        <xs:attribute name="networkMode" type="networkModeValues" default="standAlone"/>
        <xs:attribute name="siteID" type="SFInt32" default="0"/>
        <xs:attribute name="applicationID" type="SFInt32" default="0"/>
        <xs:attribute name="entityID" type="SFInt32" default="0"/>
        <xs:attribute name="address" type="SFString" default="localhost"/>
        <xs:attribute name="port" type="SFInt32" default="0"/>
        <xs:attribute name="multicastRelayHost" type="SFString"/>
        <xs:attribute name="multicastRelayPort" type="SFInt32" default="0"/>
        <xs:attribute name="rtpHeaderExpected" type="SFBool" default="false"/>
        <xs:attribute name="radioID" type="SFInt32" default="0"/>
        <xs:attribute name="encodingScheme" type="SFInt32" default="0"/>
        <xs:attribute name="tdlType" type="SFInt32" default="0"/>
        <xs:attribute name="sampleRate" type="SFInt32" default="0"/>
        <xs:attribute name="samples" type="SFInt32" default="0"/>
        <xs:attribute name="dataLength" type="SFInt32" default="0"/>
        <xs:attribute name="data" type="MFInt32"/>
        <xs:attribute name="geoSystem" type="geoSystemType" default=""GD" "WE""/>
        <xs:attribute name="geoCoords" type="SFVec3d" default="0 0 0"/>
        <xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample