diff --git a/docs/generated/OJP.html b/docs/generated/OJP.html index 0411a270e..dd5ea7a99 100644 --- a/docs/generated/OJP.html +++ b/docs/generated/OJP.html @@ -355,7 +355,7 @@

OJP - Open API for distributed Journey

ContinueAt

0:1

xs:nonNegativeInteger

Tells the server to skip the mentioned number of results in its response. Can be used in a follow-up request to get further results. The value is usually taken from the previous response.

IncludePtModes

0:1

xs:boolean

Tells the service to include the available public transport modes at returned stops.

8.6. The complex type GeoRestrictionsStructure

GeoRestrictionsStructure

The element contains one of the following elements:

a

Area

-1:1

+GeoArea

Area is defined by a polyline

b

Circle

-1:1

+GeoCircle

c

Rectangle

-1:1

+GeoRectangle

8.7. The complex type GeoCircleStructure

GeoCircleStructure

The element contains a sequence of the following elements:

Center

1:1

siri:LocationStructure

Radius

1:1

siri:DistanceType

Radius in metres.

8.8. The complex type GeoRectangleStructure

GeoRectangleStructure

The element contains a sequence of the following elements:

UpperLeft

1:1

siri:LocationStructure

LowerRight

1:1

siri:LocationStructure

8.9. The complex type GeoAreaStructure

GeoAreaStructure

[specialisation of ZONE in TMv6] a LINK SEQUENCE (one-dimensional) forming the boundary of a ZONE -

The element contains only one element:

PolylinePoint

3:*

siri:LocationStructure

8.10. The complex type PlaceResultStructure

+

PlaceResultStructure

The element contains a sequence of the following elements:

Location

1:1

+Place

Complete

1:1

xs:boolean

States whether the included location / place is complete or needs further refinement. Only complete locations / places are fully resolved and can be used in e.g. trip requests. Incomplete locations / places have to be refined entering them once again into a PlaceInformationRequest.

Probability

0:1

Probability, that this result is the one meant by the user's input. Value should be between 0 and 1.

The element contains only one element:

PolylinePoint

3:*

siri:LocationStructure

8.10. The complex type PlaceResultStructure

PlaceResultStructure

The element contains a sequence of the following elements:

Location

1:1

+Place

Complete

1:1

xs:boolean

States whether the included location / place is complete or needs further refinement. Only complete locations / places are fully resolved and can be used in e.g. trip requests. Incomplete locations / places have to be refined entering them once again into a LocationInformationRequest.

Probability

0:1

Probability, that this result is the one meant by the user's input. Value should be between 0 and 1.