| type | restriction of xs:NMTOKEN | |||||||||||||||||||||
| properties |
|
|||||||||||||||||||||
| used by |
|
|||||||||||||||||||||
| facets |
|
|||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||
| source | <xs:simpleType name="particleSystemGeometryTypeValues"> <xs:annotation> <xs:appinfo>particleSystemGeometryTypeValues are allowed enumeration values for the ParticleSystem node geometryType field. Unbounded, additional values are possible.</xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/particle_systems.html#ParticleSystem"/> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="LINE"/> <xs:enumeration value="POINT"/> <xs:enumeration value="QUAD"/> <xs:enumeration value="SPRITE"/> <xs:enumeration value="TRIANGLE"/> <xs:enumeration value="GEOMETRY"/> </xs:restriction> </xs:simpleType> |