<h:div class="summary">An x/y/z coordinate triple.</h:div> <h:div class="description">An x/y/z coordinate triple consisting of three real numbers, separated by whitespace or commas. In arrays and matrices, it may be useful to set a separate delimiter.</h:div> <h:div class="example" href="coordinate3Type1.xml"/> |
<xsd:simpleType name="coordinate3Type" id="st.coordinate3Type"> <xsd:annotation> <xsd:documentation> <h:div class="summary">An x/y/z coordinate triple.</h:div> <h:div class="description">An x/y/z coordinate triple consisting of three real numbers, separated by whitespace or commas. In arrays and matrices, it may be useful to set a separate delimiter.</h:div> <h:div class="example" href="coordinate3Type1.xml"/> </xsd:documentation> </xsd:annotation> <xsd:restriction> <xsd:simpleType> <xsd:list itemType="xsd:double"/> </xsd:simpleType> <xsd:length value="3"/> </xsd:restriction> </xsd:simpleType> |