alpha_func

Element Information

Model

Children: func, value

Source

<xs:element name="alpha_func">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="func">
        <xs:complexType>
          <xs:attribute name="value" type="gl_func_enum" use="optional" default="ALWAYS"/>
          <xs:attribute name="param" type="xs:NCName" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="value">
        <xs:complexType>
          <xs:attribute name="value" type="gl_alpha_value_type" use="optional" default="0.0"/>
          <xs:attribute name="param" type="xs:NCName" use="optional"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample