element ProgramShader
diagram x3d-3.1_diagrams/x3d-3.1_p125.png
type extension of X3DShaderNode
properties
content complex
children IS MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString ShaderProgram
used by
group AppearanceChildContentModelNoProtoInstance
attributes
Name  Type  Use  Default  Fixed  Annotation
DEF  xs:ID        
appinfo

DEF defines a unique ID name for each node, referenceable by other nodes.
USE  xs:IDREF        
appinfo

USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).
class  xs:NMTOKENS        
appinfo

The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
language  SFString        
containerField  xs:NMTOKEN    shaders    
documentation
parent Appearance node
annotation
appinfo
<xs:element name="programs" type="MFNode" fixed="inputOutputField" default="ShaderProgram"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Shaders"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
ProgramShader contains no field declarations and no plain-text source code.
source <xs:element name="ProgramShader">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:element name="programs" type="MFNode" fixed="inputOutputField" default="ShaderProgram"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Shaders"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
ProgramShader contains no field declarations and no plain-text source code.
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/shaders.html#ProgramShader"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DShaderNode">
       
<xs:sequence minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>programs</xs:documentation>
         
</xs:annotation>
         
<xs:element ref="ShaderProgram"/>
       
</xs:sequence>
       
<xs:attribute name="containerField" type="xs:NMTOKEN" default="shaders">
         
<xs:annotation>
           
<xs:documentation>parent Appearance node</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute ProgramShader/@containerField
type xs:NMTOKEN
properties
default shaders
annotation
documentation
parent Appearance node
source <xs:attribute name="containerField" type="xs:NMTOKEN" default="shaders">
 
<xs:annotation>
   
<xs:documentation>parent Appearance node</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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