<xs:simpleType name="shaderPartTypeValues">
<xs:annotation>
<xs:appinfo>shaderPartTypeValues are allowed enumeration values for ShaderPart node type attribute.</xs:appinfo>
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-19775-Amendment1-X3DAbstractSpecification/Part01/components/shaders.html#ShaderPart" />
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="VERTEX" />
<xs:enumeration value="FRAGMENT" />
</xs:restriction>
</xs:simpleType>
|