Definition Type: Element
Name: tupleList
Namespace: http://www.opengis.net/gml/3.2
Type: gml:CoordinatesType
Containing Schema: coverage.xsd
Abstract
Documentation:
gml:CoordinatesType consists of a list of coordinate tuples, with each coordinate tuple separated by the ts or tuple separator (whitespace), and each coordinate in the tuple by the cs or coordinate separator (comma). The gml:tupleList encoding is effectively "band-interleaved".
Collapse XSD Schema Diagram:
Drilldown into ts in schema basictypes_xsd Drilldown into cs in schema basictypes_xsd Drilldown into decimal in schema basictypes_xsd Drilldown into CoordinatesType in schema basictypes_xsdXSD Diagram of tupleList in schema coverage_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="tupleList" type="gml:CoordinatesType">
    <annotation>
        <documentation>gml:CoordinatesType consists of a list of coordinate tuples, with each coordinate tuple separated by the ts or tuple separator (whitespace), and each coordinate in the tuple by the cs or coordinate separator (comma).
The gml:tupleList encoding is effectively "band-interleaved".</documentation>
    </annotation>
</element>
Collapse Child Attributes:
Name Type Default Value Use
decimal gml:decimal . (Optional)
cs gml:cs , (Optional)
ts gml:ts (Optional)
Collapse Derivation Tree: