📄 cml23.xsd
字号:
</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="s"/> <xsd:enumeration value="p"/> <xsd:enumeration value="px"/> <xsd:enumeration value="py"/> <xsd:enumeration value="pz"/> <xsd:enumeration value="d"/> <xsd:enumeration value="dxy"/> <xsd:enumeration value="dyz"/> <xsd:enumeration value="dxz"/> <xsd:enumeration value="dx2y2"/> <xsd:enumeration value="dz2"/> <xsd:enumeration value="f"/> <xsd:enumeration value="g"/> </xsd:restriction> </xsd:simpleType><xsd:simpleType name="matrix44Type" id="st.matrix44Type"> <xsd:annotation> <xsd:documentation> <h:div class="summary">A 4x4 transformation matrix</h:div> <h:div class="description">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><xsd:simpleType name="matrixType" id="st.matrixType"> <xsd:annotation> <xsd:documentation> <h:div class="summary">Allowed matrix types.</h:div> <h:div class="description"> <h:p>Many are square matrices. By default all elements must be included. For symmetric, antisymmetric and diagonal matrices some compression is possible by not reporting the identical or forced zero elements. These have their own subtypes, usually with UT or LT appended. Use these with caution as there is chance of confusion and you cannot rely on standard software to read these.</h:p> <h:p>The matrix type fixes the order and semantics of the elements in the XML element but does not mandate any local syntax. Thus an application may insert newline characters after each row or use a <row> element.</h:p></h:div> <h:div class="example" href="matrix1.xml"/> </xsd:documentation> </xsd:annotation> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="rectangular"> <xsd:annotation> <xsd:documentation> <h:div class="description">Rectangular with no semantic constraints and ordered rowwise (i.e. the column index runs fastest). <h:pre>1 2 3 40 3 5 6 </h:pre></h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="square"> <xsd:annotation> <xsd:documentation> <h:div class="description">Square with no semantic constraints. <h:pre>1 2 783 4 -1-34 2 7 </h:pre></h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="squareSymmetric"> <xsd:annotation> <xsd:documentation> <h:div class="description">Square symmetric with all elements explicit. <h:pre>1 2 32 7 13 1 9 </h:pre></h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="squareSymmetricLT"> <xsd:annotation> <xsd:documentation> <h:div class="description">Square symmetric with the diagonal and lower triangle explicit and the upper triangle omitted. Rows are of length 1, 2, 3... <h:pre>1 2 7 3 1 9 </h:pre>is equivalent to <h:pre>1 2 32 7 13 1 9 </h:pre></h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="squareSymmetricUT"> <xsd:annotation> <xsd:documentation> <h:div class="description">Square symmetric with the diagonal and upper triangle explicit. Rows are of length n, n-1, ... 2, 1 <h:pre>1 7 9 2 -1 34 </h:pre>is equivalent to <h:pre>1 7 97 2 -19 -1 34 </h:pre></h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="squareAntisymmetric"> <xsd:annotation> <xsd:documentation> <h:div class="description">Square antisymmetric with all elements explicit. The diagonal is necessarily zero. <h:pre> 0 -2 3 2 0 1-3 -1 0 </h:pre></h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="squareAntisymmetricLT"> <xsd:annotation> <xsd:documentation> <h:div class="description">Square symmetric with the lower triangle explicit and diagonal and upper triangle omitted. Rows are of length 1, 2,... n-1. <h:pre>-7-9 1 </h:pre>is equivalent to <h:pre> 0 7 9-7 0 -1-9 1 0 </h:pre></h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="squareAntisymmetricUT"> <xsd:annotation> <xsd:documentation> <h:div class="description">Square symmetric with the upper triangle explicit and diagonal and lower triangle omitted. Rows are of length n-1, n-2,... 2,1. <h:pre> 7 9 -1 </h:pre>is equivalent to <h:pre> 0 7 9-7 0 -1-9 1 0 </h:pre></h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="diagonal"> <xsd:annotation> <xsd:documentation> <h:div class="description">Symmetric. Elements are zero except on the diagonal. No compressed representation available (use <h:tt>array</h:tt> element).</h:div> <h:pre>1 0 00 3 00 0 4 </h:pre> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="upperTriangular"> <xsd:annotation> <xsd:documentation> <h:div class="description">Square. Elements are zero below the diagonal <h:pre>1 2 3 40 3 5 60 0 4 80 0 0 2 </h:pre></h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="upperTriangularUT"> <xsd:annotation> <xsd:documentation> <h:div class="description">Square. Elements below the diagonal are zero and omitted, and rows are of length n, n-1, ... , 2, 1. <h:pre>1 2 3 4 3 5 6 4 8 2 </h:pre> is equivalent to <h:pre>1 2 3 40 3 5 60 0 4 80 0 0 2 </h:pre></h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="lowerTriangular"> <xsd:annotation> <xsd:documentation> <h:div class="description">Square. Elements are zero above the diagonal <h:pre>1 0 07 3 09 2 4 </h:pre></h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="lowerTriangularLT"> <xsd:annotation> <xsd:documentation> <h:div class="description">Square. Elements above the diagonal are zero and omitted, and rows are of length 1, 2, ...n. <h:pre>13 79 2 3 </h:pre> is equivalent to <h:pre>1 0 03 7 09 2 3 </h:pre></h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="unit"> <xsd:annotation> <xsd:documentation> <h:div class="description">Square. Diagonal elements are 1 and off-diagonal are zero. <h:pre>1 0 00 1 00 0 1 </h:pre></h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="unitary"> <xsd:annotation> <xsd:documentation> <h:div class="description">Square. When multiplied by its transpose gives the unit matrix. <h:pre>0 -1 01 0 00 0 1 </h:pre></h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="rowEigenvectors"> <xsd:annotation> <xsd:documentation>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -