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