<xs:simpleType name="shaderPartTypeValues">
<xs:annotation>
<xs:appinfo>
<xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Shaders"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>shaderPartTypeValues are allowed enumeration values for ShaderPart node type attribute. Unbounded, additional values are possible.</xs:appinfo>
<xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/shaders.html#ShaderPart"/>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="VERTEX"/>
<xs:enumeration value="FRAGMENT"/>
</xs:restriction>
</xs:simpleType> |