QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
index | gl_max_clip_planes_index_type | optional | ||||
param | xs:NCName | optional | ||||
value | float4_type | 0 0 0 0 | optional |
<xs:element name="clip_plane"> <xs:complexType> <xs:attribute name="value" type="float4_type" use="optional" default="0 0 0 0"/> <xs:attribute name="param" type="xs:NCName" use="optional"/> <xs:attribute name="index" type="gl_max_clip_planes_index_type"/> </xs:complexType> </xs:element> |