: Public <<XSDcomplexType>> Class
Created: 10/22/2014 9:48:27 AM
Modified: 10/22/2014 9:48:27 AM
Project:
Advanced:
This type is deprecated for tuples with ordinate values that are numbers.<br/>CoordinatesType is a text string, intended to be used to record an array of tuples or coordinates. <br/>While it is not possible to enforce the internal structure of the string through schema validation, some optional attributes have been provided in previous versions of GML to support a description of the internal structure. These attributes are deprecated. The attributes were intended to be used as follows:<br/>Decimal symbol used for a decimal point (default="." a stop or period)<br/>cs         symbol used to separate components within a tuple or coordinate string (default="," a comma)<br/>ts         symbol used to separate tuples or coordinate strings (default=" " a space)<br/>Since it is based on the XML Schema string type, CoordinatesType may be used in the construction of tables of tuples or arrays of tuples, including ones that contain mixed text and numeric values.<br/>
Attribute
Public string
  cs
Details:
default=,
use=optional
 
Public string
  decimal
Details:
default=.
use=optional
 
Public string
  ts
Details:
default=
use=optional
 
Tag Value
mixed false
Details:
Values: true | false
Default: false
Description: Determines whether this element may contain mixed element and character content.  Refer to the W3C XML Schema recommendation
Object Type Connection Direction Notes
«XSDsimpleType» string Class Generalization To