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>
Coordinates can be included in a single string, but there is no
facility for validating string content. 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.
        
</documentation>
    </
annotation>
    <
simpleContent>
        <
extension base="string">
            <
attribute name="decimal" type="string" use="optional" default="."/>
            <
attribute name="cs" type="string" use="optional" default=","/>
            <
attribute name="ts" type="string" use="optional" default=" "/>
        </
extension>
    </
simpleContent>
</
complexType>


Documentation

Coordinates can be included in a single string, but there is no
facility for validating string content. 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.


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.