<xsd:simpleType name="matrix44Type" id="st.matrix44Type">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A 4x4 transformation matrix</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">This is the base for extending the transform3 element.
</h:div>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction>
<xsd:simpleType>
<xsd:list itemType="xsd:double" />
</xsd:simpleType>
<xsd:length value="16" />
</xsd:restriction>
</xsd:simpleType>
|