Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type gml:CoordinatesType
Namespace http://www.opengis.net/gml
Annotations
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.
Diagram
Diagram index237.tmp#id74 index237.tmp#id75 index237.tmp#id76
Type extension of string
Used by
Element gml:coordinates
Attributes
QName Type Fixed Default Use Annotation
cs string , optional
decimal string . optional
ts string optional
Source
<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>
Schema location http://schemas.opengis.net/gml/3.1.1/base/basicTypes.xsd
Attribute gml:CoordinatesType / @decimal
Namespace No namespace
Type string
Properties
default: .
Used by
Complex Type gml:CoordinatesType
Source
<attribute name="decimal" type="string" default="."/>
Schema location http://schemas.opengis.net/gml/3.1.1/base/basicTypes.xsd
Attribute gml:CoordinatesType / @cs
Namespace No namespace
Type string
Properties
default: ,
Used by
Complex Type gml:CoordinatesType
Source
<attribute name="cs" type="string" default=","/>
Schema location http://schemas.opengis.net/gml/3.1.1/base/basicTypes.xsd
Attribute gml:CoordinatesType / @ts
Namespace No namespace
Type string
Properties
default:
Used by
Complex Type gml:CoordinatesType
Source
<attribute name="ts" type="string" default=" "/>
Schema location http://schemas.opengis.net/gml/3.1.1/base/basicTypes.xsd