pengis.net/gml:CoordinatesType.
<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>
@generated
@source $URL$