simpleType shaderPartTypeValues
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
facets
Kind Value Annotation
enumeration VERTEX
appinfo
vertex shader
enumeration FRAGMENT
appinfo
fragment shader
annotation
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. Unbounded, additional values are allowed.
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. Unbounded, additional values are allowed.
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy