element SignalPdu
diagram x3d-3.0_diagrams/x3d-3.0_p119.png
type extension of X3DNetworkSensorNode
properties
content complex
children IS MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString
used by
group ChildContentModelDIS
attributes
Name  Type  Use  Default  Fixed  Annotation
DEF  xs:ID        
appinfo

DEF defines a unique ID name for each node, referenceable by other nodes.
USE  xs:IDREF        
appinfo

USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).
class  xs:NMTOKENS        
appinfo

The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
enabled  SFBool    true    
bboxCenter  SFVec3f    0 0 0    
bboxSize  bboxSizeType    -1 -1 -1    
whichGeometry  SFInt32    1    
readInterval  derived by: SFTime    0.1    
writeInterval  derived by: SFTime    1.0    
networkMode  networkModeChoices    standAlone    
siteID  SFInt32    0    
applicationID  SFInt32    0    
entityID  SFInt32    0    
address  SFString    localhost    
port  SFInt32    0    
multicastRelayHost  SFString        
multicastRelayPort  SFInt32    0    
rtpHeaderExpected  SFBool    false    
radioID  SFInt32    0    
encodingScheme  SFInt32    0    
tdlType  SFInt32    0    
sampleRate  SFInt32    0    
samples  SFInt32    0    
dataLength  SFInt32    0    
data  MFInt32        
geoSystem  geoSystemType    "GD" "WE"    
geoCoords  SFVec3d    0 0 0    
containerField  xs:NMTOKEN    children    
annotation
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" fixed="outputOnlyField">
<!-- type="SFTimeNonNegative" -->
<xs:simpleType>
<xs:restriction base="SFTime">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="additionalInterface" type="xs:string" default="X3DBoundedObject"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="DIS"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
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" fixed="outputOnlyField">
       
<!-- type="SFTimeNonNegative" -->
       
<xs:simpleType>
         
<xs:restriction base="SFTime">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:attribute name="additionalInterface" type="xs:string" default="X3DBoundedObject"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="DIS"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
   
</xs:appinfo>
   
<xs:documentation source="https://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="bboxSizeType" default="-1 -1 -1"/>
       
<xs:attribute name="whichGeometry" type="SFInt32" default="1"/>
       
<xs:attribute name="readInterval" default="0.1">
         
<!-- type="SFTimeNonNegative" -->
         
<xs:simpleType>
           
<xs:restriction base="SFTime">
             
<xs:minInclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="writeInterval" default="1.0">
         
<!-- type="SFTimeNonNegative" -->
         
<xs:simpleType>
           
<xs:restriction base="SFTime">
             
<xs:minInclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="networkMode" type="networkModeChoices" 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>
     
<!-- bboxDisplay, visible added in X3D version 4.0 -->
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute SignalPdu/@bboxCenter
type SFVec3f
properties
default 0 0 0
facets
Kind Value Annotation
whiteSpace collapse
pattern \s*(([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s+){2}([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*
source <xs:attribute name="bboxCenter" type="SFVec3f" default="0 0 0"/>

attribute SignalPdu/@bboxSize
type bboxSizeType
properties
default -1 -1 -1
facets
Kind Value Annotation
whiteSpace collapse
pattern \s*((([+]?(((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s+){2}([+]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*)|((\-1(\.(0)*)?([Ee][+-]?[0]+)?\s+){2}\-1(\.(0)*)?([Ee][+-]?[0]+)?)\s*)?
source <xs:attribute name="bboxSize" type="bboxSizeType" default="-1 -1 -1"/>

attribute SignalPdu/@whichGeometry
type SFInt32
properties
default 1
source <xs:attribute name="whichGeometry" type="SFInt32" default="1"/>

attribute SignalPdu/@readInterval
type restriction of SFTime
properties
default 0.1
facets
Kind Value Annotation
minInclusive 0
source <xs:attribute name="readInterval" default="0.1">
 
<!-- type="SFTimeNonNegative" -->
 
<xs:simpleType>
   
<xs:restriction base="SFTime">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute SignalPdu/@writeInterval
type restriction of SFTime
properties
default 1.0
facets
Kind Value Annotation
minInclusive 0
source <xs:attribute name="writeInterval" default="1.0">
 
<!-- type="SFTimeNonNegative" -->
 
<xs:simpleType>
   
<xs:restriction base="SFTime">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute SignalPdu/@networkMode
type networkModeChoices
properties
default standAlone
facets
Kind Value Annotation
enumeration standAlone
appinfo
ignore network but still respond to events in local scene
enumeration networkReader
appinfo
listen to network and read PDU packets at readInterval, act as remotely linked copy of entity
enumeration networkWriter
appinfo
send PDU packets to network at writeInterval, act as master entity
source <xs:attribute name="networkMode" type="networkModeChoices" default="standAlone"/>

attribute SignalPdu/@siteID
type SFInt32
properties
default 0
source <xs:attribute name="siteID" type="SFInt32" default="0"/>

attribute SignalPdu/@applicationID
type SFInt32
properties
default 0
source <xs:attribute name="applicationID" type="SFInt32" default="0"/>

attribute SignalPdu/@entityID
type SFInt32
properties
default 0
source <xs:attribute name="entityID" type="SFInt32" default="0"/>

attribute SignalPdu/@address
type SFString
properties
default localhost
source <xs:attribute name="address" type="SFString" default="localhost"/>

attribute SignalPdu/@port
type SFInt32
properties
default 0
source <xs:attribute name="port" type="SFInt32" default="0"/>

attribute SignalPdu/@multicastRelayHost
type SFString
source <xs:attribute name="multicastRelayHost" type="SFString"/>

attribute SignalPdu/@multicastRelayPort
type SFInt32
properties
default 0
source <xs:attribute name="multicastRelayPort" type="SFInt32" default="0"/>

attribute SignalPdu/@rtpHeaderExpected
type SFBool
properties
default false
source <xs:attribute name="rtpHeaderExpected" type="SFBool" default="false"/>

attribute SignalPdu/@radioID
type SFInt32
properties
default 0
source <xs:attribute name="radioID" type="SFInt32" default="0"/>

attribute SignalPdu/@encodingScheme
type SFInt32
properties
default 0
source <xs:attribute name="encodingScheme" type="SFInt32" default="0"/>

attribute SignalPdu/@tdlType
type SFInt32
properties
default 0
source <xs:attribute name="tdlType" type="SFInt32" default="0"/>

attribute SignalPdu/@sampleRate
type SFInt32
properties
default 0
source <xs:attribute name="sampleRate" type="SFInt32" default="0"/>

attribute SignalPdu/@samples
type SFInt32
properties
default 0
source <xs:attribute name="samples" type="SFInt32" default="0"/>

attribute SignalPdu/@dataLength
type SFInt32
properties
default 0
source <xs:attribute name="dataLength" type="SFInt32" default="0"/>

attribute SignalPdu/@data
type MFInt32
facets
Kind Value Annotation
whiteSpace collapse
pattern (\s)*([+-]?(0|[1-9][0-9]*)([Ee][+-]?[0-9]+)?\s*,?\s*)*
source <xs:attribute name="data" type="MFInt32"/>

attribute SignalPdu/@geoSystem
type geoSystemType
properties
default "GD" "WE"
source <xs:attribute name="geoSystem" type="geoSystemType" default='"GD" "WE"'/>

attribute SignalPdu/@geoCoords
type SFVec3d
properties
default 0 0 0
facets
Kind Value Annotation
whiteSpace collapse
pattern \s*(([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s+){2}([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*
source <xs:attribute name="geoCoords" type="SFVec3d" default="0 0 0"/>

attribute SignalPdu/@containerField
type xs:NMTOKEN
properties
default children
source <xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy