simpleType networkModeChoices
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes EspduTransform/@networkMode ReceiverPdu/@networkMode SignalPdu/@networkMode TransmitterPdu/@networkMode
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
annotation
appinfo
networkModeChoices are strictly allowed enumeration values for DIS field networkMode. Bounded, no additional values are allowed.
source <xs:simpleType name="networkModeChoices">
 
<xs:annotation>
   
<xs:appinfo>networkModeChoices are strictly allowed enumeration values for DIS field networkMode. Bounded, no additional values are allowed.</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/dis.html#CommonDISfields"/>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:enumeration value="standAlone">
     
<xs:annotation>
       
<xs:appinfo>ignore network but still respond to events in local scene</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="networkReader">
     
<xs:annotation>
       
<xs:appinfo>listen to network and read PDU packets at readInterval, act as remotely linked copy of entity</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="networkWriter">
     
<xs:annotation>
       
<xs:appinfo>send PDU packets to network at writeInterval, act as master entity</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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