pgRouting

Changeset 165

Show
Ignore:
Timestamp:
05/02/08 15:56:14 (7 months ago)
Author:
anton
Message:

LIMIT tag description added

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/routingservice/configuration.xsd

    r104 r165  
    5050      <xs:complexType name="ProjectionType"> 
    5151        <xs:attribute name="srid" type="xs:string"/> 
     52        <xs:attribute name="units" type="xs:string"/> 
     53        <xs:attribute name="extent" type="xs:string"/> 
    5254      </xs:complexType>     
    5355    </xs:element> 
     56    <xs:element name="limit" type="LimitType"> 
     57      <xs:complexType name="LimitType"> 
     58        <xs:attribute name="distance" type="xs:float"/> 
     59      </xs:complexType>     
     60    </xs:element>     
    5461    <xs:element name="sql" type="SQLContainer">     
    5562      <xs:complexType name="SQLContainer">