<xs:element name="TransmitterPdu">
<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#TransmitterPdu"/>
</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="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: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> |