type | restriction of xs:NMTOKEN | |||||||||||||
properties |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xs:simpleType name="shaderPartTypeValues"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Shaders"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> shaderPartTypeValues are allowed enumeration values for ShaderPart type field. This list is unbounded, additional enumeration values are allowed. </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shaders.html#ShaderPart"/> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="VERTEX"> <xs:annotation> <xs:appinfo>vertex shader</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="FRAGMENT"> <xs:annotation> <xs:appinfo>fragment shader</xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |