| type | restriction of xs:NMTOKEN | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:simpleType name="networkModeChoices"> <xs:annotation> <xs:appinfo>networkModeChoices are strictly allowed enumeration values for DIS field networkMode.</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:enumeration value="networkReader"/> <xs:enumeration value="networkWriter"/> </xs:restriction> </xs:simpleType> |