<xs:element name="TransmitterPdu">
<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#TransmitterPdu" />
</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="antennaLocation" type="SFVec3f" default="0 0 0" />
<xs:attribute name="antennaPatternLength" type="SFInt32" default="0" />
<xs:attribute name="antennaPatternType" type="SFInt32" default="0" />
<xs:attribute name="cryptoKeyID" type="SFInt32" default="0" />
<xs:attribute name="cryptoSystem" type="SFInt32" default="0" />
<xs:attribute name="frequency" type="SFInt32" default="0" />
<xs:attribute name="inputSource" type="SFInt32" default="0" />
<xs:attribute name="lengthOfModulationParameters" type="SFInt32" default="0" />
<xs:attribute name="modulationTypeDetail" type="SFInt32" default="0" />
<xs:attribute name="modulationTypeMajor" type="SFInt32" default="0" />
<xs:attribute name="modulationTypeSpreadSpectrum" type="SFInt32" default="0" />
<xs:attribute name="modulationTypeSystem" type="SFInt32" default="0" />
<xs:attribute name="power" type="SFFloat" default="0.0" />
<xs:attribute name="radioEntityTypeCategory" type="SFInt32" default="0" />
<xs:attribute name="radioEntityTypeCountry" type="SFInt32" default="0" />
<xs:attribute name="radioEntityTypeDomain" type="SFInt32" default="0" />
<xs:attribute name="radioEntityTypeKind" type="SFInt32" default="0" />
<xs:attribute name="radioEntityTypeNomenclature" type="SFInt32" default="0" />
<xs:attribute name="radioEntityTypeNomenclatureVersion" type="SFInt32" default="0" />
<xs:attribute name="relativeAntennaLocation" type="SFVec3f" default="0 0 0" />
<xs:attribute name="transmitFrequencyBandwidth" type="SFFloat" default="0" />
<xs:attribute name="transmitState" type="SFInt32" default="0" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|