<xs:element name="ReceiverPdu">
<xs:annotation>
<xs:appinfo />
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/dis.html#ReceiverPdu" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DGroupingNode">
<xs:attribute name="enabled" type="SFBool" default="true" />
<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="1" />
<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="receivedPower" type="SFFloat" default="0.0" />
<xs:attribute name="receiverState" type="SFInt32" default="0" />
<xs:attribute name="transmitterSiteID" type="SFInt32" default="0" />
<xs:attribute name="transmitterApplicationID" type="SFInt32" default="0" />
<xs:attribute name="transmitterEntityID" type="SFInt32" default="0" />
<xs:attribute name="transmitterRadioID" type="SFInt32" default="0" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|