<xs:element name="ShaderPart">
<xs:annotation>
<xs:appinfo>
<xs:attribute name="otherInterfaces" type="xs:string" fixed="X3DProgrammableShaderObject" />
</xs:appinfo>
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-19775-Amendment1-X3DAbstractSpecification/Part01/components/shaders.html#ShaderPart" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DNode">
<xs:attribute name="containerField" type="xs:NMTOKEN" default="parts" />
<xs:attribute name="url" type="MFString" />
<xs:attribute name="type" type="shaderPartTypeValues" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|