complexType CoordinatesType
diagram index_p1660.png
namespace http://www.opengis.net/gml
type extension of xs:string
properties
base string
used by
elements coordinates tupleList
attributes
Name  Type  Use  Default  Fixed  annotation
decimalxs:string  .    
csxs:string  ,    
tsxs:string       
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. 
source <xs:complexType name="CoordinatesType">
 
<xs:annotation>
   
<xs: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. 
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="string">
     
<xs:attribute name="decimal" type="string" default="."/>
     
<xs:attribute name="cs" type="string" default=","/>
     
<xs:attribute name="ts" type="string" default="&#x20;"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute CoordinatesType/@decimal
type xs:string
properties
isRef 0
default .
source <xs:attribute name="decimal" type="string" default="."/>

attribute CoordinatesType/@cs
type xs:string
properties
isRef 0
default ,
source <xs:attribute name="cs" type="string" default=","/>

attribute CoordinatesType/@ts
type xs:string
properties
isRef 0
default &#x20;
source <xs:attribute name="ts" type="string" default="&#x20;"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy