coordinate2Type

<h:div class="summary">An x/y coordinate pair.</h:div>
<h:div class="description">An x/y coordinate pair consisting of two real numbers, separated by whitespace or a comma. In arrays and matrices, it may be useful to set a separate delimiter</h:div>
<h:div class="example" href="coordinate2Type1.xml"/>

Simple Type Information

Source

<xsd:simpleType name="coordinate2Type" id="st.coordinate2Type">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">An x/y coordinate pair.</h:div>
      <h:div class="description">An x/y coordinate pair consisting of two real numbers, separated by whitespace or a comma. In arrays and matrices, it may be useful to set a separate delimiter</h:div>
      <h:div class="example" href="coordinate2Type1.xml"/>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction>
    <xsd:simpleType>
      <xsd:list itemType="xsd:double"/>
    </xsd:simpleType>
    <xsd:length value="2"/>
  </xsd:restriction>
</xsd:simpleType>