Definition Type: ComplexType
Name: CoordinatesType
Namespace: http://www.opengis.net/gml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: basicTypes.xsd
Abstract
Documentation:
Tables or arrays of tuples. May be used for text-encoding of values from a table. Actually just a string, but allows the user to indicate which characters are used as separators. The value of the 'cs' attribute is the separator for coordinate values, and the value of the 'ts' attribute gives the tuple separator (a single space by default); the default values may be changed to reflect local usage. Defaults to CSV within a tuple, space between tuples. However, any string content will be schema-valid.
Collapse XSD Schema Diagram:
Drilldown into ts in schema basictypes_xsd Drilldown into cs in schema basictypes_xsd Drilldown into decimal in schema basictypes_xsdXSD Diagram of CoordinatesType in schema basictypes_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="CoordinatesType">
    <annotation>
        <documentation>Tables or arrays of tuples.  
        May be used for text-encoding of values from a table.  
        Actually just a string, but allows the user to indicate which characters are used as separators.  
        The value of the 'cs' attribute is the separator for coordinate values, 
        and the value of the 'ts' attribute gives the tuple separator (a single space by default); 
        the default values may be changed to reflect local usage.
        Defaults to CSV within a tuple, space between tuples.  
        However, any string content will be schema-valid.  </documentation>
    </annotation>
    <simpleContent>
        <extension base="string">
            <attribute name="decimal" type="string" default="." />
            <attribute name="cs" type="string" default="," />
            <attribute name="ts" type="string" default=" " />
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
decimal gml:decimal . (Optional)
cs gml:cs , (Optional)
ts gml:ts (Optional)
Collapse Derivation Tree:
Collapse References:
gml:coordinatesgml:tupleList,