Changeset 165
- Timestamp:
- 05/02/08 15:56:14 (7 months ago)
- Files:
-
- branches/routingservice/configuration.xsd (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/routingservice/configuration.xsd
r104 r165 50 50 <xs:complexType name="ProjectionType"> 51 51 <xs:attribute name="srid" type="xs:string"/> 52 <xs:attribute name="units" type="xs:string"/> 53 <xs:attribute name="extent" type="xs:string"/> 52 54 </xs:complexType> 53 55 </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> 54 61 <xs:element name="sql" type="SQLContainer"> 55 62 <xs:complexType name="SQLContainer">

