Definition Type: SimpleType
Name: shaderPartTypeValues
Containing Schema: x3d-3.2.xsd
Collapse XSD Schema Diagram:
XSD Diagram of shaderPartTypeValues in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration VERTEX
Enumeration FRAGMENT
Collapse Derivation Tree:
Collapse References:
type, type