complexType CoordinatesType

complexType {http://www.opengis.net/gml}CoordinatesType

Derived Types
{http://www.opengis.net/gml}CoordinatesType
 {http://www.opengis.net/gml}tupleList (by type)
 {http://www.opengis.net/gml}coordinates (by type)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://www.opengis.net/gml
Declared Namespacesxmlns:gml=http://www.opengis.net/gml
xmlns:xlink=http://www.w3.org/1999/xlink
xmlns=http://www.w3.org/2001/XMLSchema


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>


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.


complexType CoordinatesType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.