Imported schema GeoDatasource.xsd
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Properties
attribute form default: unqualified
element form default: qualified
Element GeoDataProfile
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
This profile contains information for the PTV xServer on how to use
and interpret geographic objects. All elements are optional. Each profile can
inherit from another profile.
Diagram
Diagram GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_majorVersion GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_minorVersion GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Parent GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Filter GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Style GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Search GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Routing GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile
Type GeoDataProfile
Properties
content: complex
Model Parent{0,1} , Filter{0,1} , Style{0,1} , Search{0,1} , Routing{0,1}
Children Filter, Parent, Routing, Search, Style
Instance
<GeoDataProfile majorVersion="" minorVersion="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Parent>{0,1}</Parent>
  <Filter>{0,1}</Filter>
  <Style>{0,1}</Style>
  <Search>{0,1}</Search>
  <Routing>{0,1}</Routing>
</GeoDataProfile>
Attributes
QName Type Fixed Default Use Annotation
majorVersion xs:int required
The major version of the document.
minorVersion xs:int required
The minor version of the document.
Element GeoDataProfile / Parent
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
If this profile inherits from another profile, this element
must contain the other profile's name.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Element GeoDataProfile / Filter
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
In order to filter the objects in question, an SQL filter
statement can be added here.
Diagram
Diagram GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Filter_SqlFilter
Properties
content: complex
minOccurs: 0
Model SqlFilter{0,1}
Children SqlFilter
Instance
<Filter xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <SqlFilter>{0,1}</SqlFilter>
</Filter>
Element GeoDataProfile / Filter / SqlFilter
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The SQL filter. When using attribute names, put
them into brackets, such as [id] = 42.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Element GeoDataProfile / Style
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The style element describes how to display the objects in a
map image.
Diagram
Diagram GeoDatasource_xsd.tmp#Style_Point GeoDatasource_xsd.tmp#Style_Line GeoDatasource_xsd.tmp#Style_Polygon GeoDatasource_xsd.tmp#Style_GlobalInfo GeoDatasource_xsd.tmp#Style
Type Style
Properties
content: complex
minOccurs: 0
Model Point{0,1} , Line{0,1} , Polygon{0,1} , GlobalInfo{0,1}
Children GlobalInfo, Line, Point, Polygon
Instance
<Style xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Point autoplacement="">{0,1}</Point>
  <Line>{0,1}</Line>
  <Polygon>{0,1}</Polygon>
  <GlobalInfo>{0,1}</GlobalInfo>
</Style>
Element Style / Point
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The point element describes how to display the object's
reference point.
Diagram
Diagram GeoDatasource_xsd.tmp#Style_Style_Point_autoplacement GeoDatasource_xsd.tmp#Style_Style_Point_Description GeoDatasource_xsd.tmp#Style_Style_Point_TextInfo GeoDatasource_xsd.tmp#Style_Style_Point_Bitmap GeoDatasource_xsd.tmp#Style_Style_Point_Symbol
Properties
content: complex
minOccurs: 0
Model Description{0,1} , TextInfo{0,1} , Bitmap{0,1} , Symbol{0,1}
Children Bitmap, Description, Symbol, TextInfo
Instance
<Point autoplacement="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Description>{0,1}</Description>
  <TextInfo>{0,1}</TextInfo>
  <Bitmap bitmapPath="" extension="">{0,1}</Bitmap>
  <Symbol>{0,1}</Symbol>
</Point>
Attributes
QName Type Fixed Default Use Annotation
autoplacement xs:boolean optional
If autoplacement is enabled, symbols and bitmaps are
placed so that they do not cover each other, if possible. By default
autoplacement is disabled.
Element Style / Point / Description
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The description itself is not displayed on the map
but will be returned by PTV xMap Server. It can be a
concatenation of attributes separated by special
characters.
Diagram
Diagram GeoDatasource_xsd.tmp#TextFields_TextField GeoDatasource_xsd.tmp#TextFields
Type TextFields
Properties
content: complex
minOccurs: 0
Model TextField*
Children TextField
Instance
<Description xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <TextField attributeName="" separator="">{0,unbounded}</TextField>
</Description>
Element TextFields / TextField
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
A single text field consisting of attribute name and separator
string. Please note that the last field's separator will be
ignored.
Diagram
Diagram GeoDatasource_xsd.tmp#TextFields_TextFields_TextField_attributeName GeoDatasource_xsd.tmp#TextFields_TextFields_TextField_separator
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
attributeName xs:string required
The text attribute name to add.
separator xs:string required
The separator name to add.
Element Style / Point / TextInfo
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The text info string which will be displayed at
the reference point. Evaluated only, if a bitmap name is
set.
Diagram
Diagram GeoDatasource_xsd.tmp#Style_Style_Point_Style_Style_Point_TextInfo_Text GeoDatasource_xsd.tmp#Style_Style_Point_Style_Style_Point_TextInfo_Font GeoDatasource_xsd.tmp#Style_Style_Point_Style_Style_Point_TextInfo_LabelMinScale GeoDatasource_xsd.tmp#Style_Style_Point_Style_Style_Point_TextInfo_LabelMaxScale
Properties
content: complex
minOccurs: 0
Model Text{0,1} , Font{0,1} , LabelMinScale{0,1} , LabelMaxScale{0,1}
Children Font, LabelMaxScale, LabelMinScale, Text
Instance
<TextInfo xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Text>{0,1}</Text>
  <Font>{0,1}</Font>
  <LabelMinScale MappingMethod="" value="">{0,1}</LabelMinScale>
  <LabelMaxScale MappingMethod="" value="">{0,1}</LabelMaxScale>
</TextInfo>
Element Style / Point / TextInfo / Text
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The text can be a concatenation of
attributes separated by special
characters.
Diagram
Diagram GeoDatasource_xsd.tmp#TextFields_TextField GeoDatasource_xsd.tmp#TextFields
Type TextFields
Properties
content: complex
minOccurs: 0
Model TextField*
Children TextField
Instance
<Text xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <TextField attributeName="" separator="">{0,unbounded}</TextField>
</Text>
Element Style / Point / TextInfo / Font
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The font. Not yet
supported.
Diagram
Diagram GeoDatasource_xsd.tmp#Style_Style_Point_Style_Style_Point_TextInfo_Style_Style_Point_Style_Style_Point_TextInfo_Font_Name GeoDatasource_xsd.tmp#Style_Style_Point_Style_Style_Point_TextInfo_Style_Style_Point_Style_Style_Point_TextInfo_Font_Size GeoDatasource_xsd.tmp#Style_Style_Point_Style_Style_Point_TextInfo_Style_Style_Point_Style_Style_Point_TextInfo_Font_Color GeoDatasource_xsd.tmp#Style_Style_Point_Style_Style_Point_TextInfo_Style_Style_Point_Style_Style_Point_TextInfo_Font_Style GeoDatasource_xsd.tmp#Style_Style_Point_Style_Style_Point_TextInfo_Style_Style_Point_Style_Style_Point_TextInfo_Font_Bpp
Properties
content: complex
minOccurs: 0
Model Name{0,1} , Size{0,1} , Color{0,1} , Style{0,1} , Bpp{0,1}
Children Bpp, Color, Name, Size, Style
Instance
<Font xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Name MappingMethod="" value="">{0,1}</Name>
  <Size MappingMethod="" value="">{0,1}</Size>
  <Color MappingMethod="" value="">{0,1}</Color>
  <Style MappingMethod="" value="">{0,1}</Style>
  <Bpp MappingMethod="" value="">{0,1}</Bpp>
</Font>
Element Style / Point / TextInfo / Font / Name
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The font name. If the font is
not available, a similar one is chosen
automatically. Default: Arial.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#StringMapping_value GeoDatasource_xsd.tmp#StringMapping_Map GeoDatasource_xsd.tmp#StringMapping
Type StringMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Name MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Name>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:string optional
The target value.
Element Mapping / AttributeName
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The attribute name which contains the attribute
values.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Element StringMapping / Map
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The map which maps attrbute values to target
values.
Diagram
Diagram GeoDatasource_xsd.tmp#StringMap_Key GeoDatasource_xsd.tmp#StringMap_Value GeoDatasource_xsd.tmp#StringMap
Type StringMap
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model Key , Value
Children Key, Value
Instance
<Map xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Key>{1,1}</Key>
  <Value>{1,1}</Value>
</Map>
Element StringMap / Key
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The criterion depending on the mapping
method.
Diagram
Diagram
Type xs:string
Properties
content: simple
Element StringMap / Value
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The target value.
Diagram
Diagram
Type xs:string
Properties
content: simple
Element Style / Point / TextInfo / Font / Size
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The font size. Default:
10.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#UnsignedByteMapping_value GeoDatasource_xsd.tmp#UnsignedByteMapping_Map GeoDatasource_xsd.tmp#UnsignedByteMapping
Type UnsignedByteMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Size MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Size>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:unsignedByte optional
The target value.
Element UnsignedByteMapping / Map
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The map which maps attrbute values to target
values.
Diagram
Diagram GeoDatasource_xsd.tmp#UnsignedByteMap_Key GeoDatasource_xsd.tmp#UnsignedByteMap_Value GeoDatasource_xsd.tmp#UnsignedByteMap
Type UnsignedByteMap
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model Key , Value
Children Key, Value
Instance
<Map xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Key>{1,1}</Key>
  <Value>{1,1}</Value>
</Map>
Element UnsignedByteMap / Key
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The criterion depending on the mapping
method.
Diagram
Diagram
Type xs:string
Properties
content: simple
Element UnsignedByteMap / Value
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The target value.
Diagram
Diagram
Type xs:unsignedByte
Properties
content: simple
Element Style / Point / TextInfo / Font / Color
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The font color. Default:
black.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#IntegerMapping_value GeoDatasource_xsd.tmp#IntegerMapping_Map GeoDatasource_xsd.tmp#IntegerMapping
Type IntegerMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Color MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Color>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:integer optional
The target value.
Element IntegerMapping / Map
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The map which maps attrbute values to target
values.
Diagram
Diagram GeoDatasource_xsd.tmp#IntegerMap_Key GeoDatasource_xsd.tmp#IntegerMap_Value GeoDatasource_xsd.tmp#IntegerMap
Type IntegerMap
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model Key , Value
Children Key, Value
Instance
<Map xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Key>{1,1}</Key>
  <Value>{1,1}</Value>
</Map>
Element IntegerMap / Key
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The criterion depending on the mapping
method.
Diagram
Diagram
Type xs:string
Properties
content: simple
Element IntegerMap / Value
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The target value.
Diagram
Diagram
Type xs:integer
Properties
content: simple
Element Style / Point / TextInfo / Font / Style
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The font style, a bitmask of the
following bits: 0 bold, 1 italic, 2 underline, 3
strike-out, 4 frame, 5 smoothed. Default:
0.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#UnsignedByteMapping_value GeoDatasource_xsd.tmp#UnsignedByteMapping_Map GeoDatasource_xsd.tmp#UnsignedByteMapping
Type UnsignedByteMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Style MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Style>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:unsignedByte optional
The target value.
Element Style / Point / TextInfo / Font / Bpp
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The font color depth: 1 for
black and white, 8 otherwise. Default:
8.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#UnsignedByteMapping_value GeoDatasource_xsd.tmp#UnsignedByteMapping_Map GeoDatasource_xsd.tmp#UnsignedByteMapping
Type UnsignedByteMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Bpp MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Bpp>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:unsignedByte optional
The target value.
Element Style / Point / TextInfo / LabelMinScale
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The minimum scale from which the text
info string will be displayed. Default:
0.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#IntegerMapping_value GeoDatasource_xsd.tmp#IntegerMapping_Map GeoDatasource_xsd.tmp#IntegerMapping
Type IntegerMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<LabelMinScale MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</LabelMinScale>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:integer optional
The target value.
Element Style / Point / TextInfo / LabelMaxScale
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The maximum scale from which the text
info string will be displayed. Default: always
visible.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#IntegerMapping_value GeoDatasource_xsd.tmp#IntegerMapping_Map GeoDatasource_xsd.tmp#IntegerMapping
Type IntegerMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<LabelMaxScale MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</LabelMaxScale>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:integer optional
The target value.
Element Style / Point / Bitmap
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The bitmap which will be displayed at the
reference point.
Diagram
Diagram GeoDatasource_xsd.tmp#Style_Style_Point_Style_Style_Point_Bitmap_bitmapPath GeoDatasource_xsd.tmp#Style_Style_Point_Style_Style_Point_Bitmap_extension GeoDatasource_xsd.tmp#Style_Style_Point_Style_Style_Point_Bitmap_Name GeoDatasource_xsd.tmp#Style_Style_Point_Style_Style_Point_Bitmap_Height GeoDatasource_xsd.tmp#Style_Style_Point_Style_Style_Point_Bitmap_TransparencyColor
Properties
content: complex
minOccurs: 0
Model Name{0,1} , Height{0,1} , TransparencyColor{0,1}
Children Height, Name, TransparencyColor
Instance
<Bitmap bitmapPath="" extension="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Name MappingMethod="" value="">{0,1}</Name>
  <Height MappingMethod="" value="">{0,1}</Height>
  <TransparencyColor MappingMethod="" value="">{0,1}</TransparencyColor>
</Bitmap>
Attributes
QName Type Fixed Default Use Annotation
bitmapPath xs:string optional
An (optional )path to search for specific
bitmaps.
extension xs:string optional
The file extension for specific bitmaps
(e. g. '.bmp').
Element Style / Point / Bitmap / Name
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The bitmap given as a valid URL or as
a filename which must be available in the PTV xMap
Server's bitmap directory. Hint: please use
lower-case names, only.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#StringMapping_value GeoDatasource_xsd.tmp#StringMapping_Map GeoDatasource_xsd.tmp#StringMapping
Type StringMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Name MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Name>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:string optional
The target value.
Element Style / Point / Bitmap / Height
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
Not yet
implemented.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#ShortMapping_value GeoDatasource_xsd.tmp#ShortMapping_Map GeoDatasource_xsd.tmp#ShortMapping
Type ShortMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Height MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Height>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:short optional
The target value.
Element ShortMapping / Map
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The map which maps attrbute values to target
values.
Diagram
Diagram GeoDatasource_xsd.tmp#ShortMap_Key GeoDatasource_xsd.tmp#ShortMap_Value GeoDatasource_xsd.tmp#ShortMap
Type ShortMap
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model Key , Value
Children Key, Value
Instance
<Map xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Key>{1,1}</Key>
  <Value>{1,1}</Value>
</Map>
Element ShortMap / Key
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The criterion depending on the mapping
method.
Diagram
Diagram
Type xs:string
Properties
content: simple
Element ShortMap / Value
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The target value.
Diagram
Diagram
Type xs:short
Properties
content: simple
Element Style / Point / Bitmap / TransparencyColor
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
All pixels of the bitmap of this color
will not be displayed. By default, the color of the
top left pixel will be used.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#IntegerMapping_value GeoDatasource_xsd.tmp#IntegerMapping_Map GeoDatasource_xsd.tmp#IntegerMapping
Type IntegerMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<TransparencyColor MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</TransparencyColor>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:integer optional
The target value.
Element Style / Point / Symbol
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
Not yet implemented.
Diagram
Diagram GeoDatasource_xsd.tmp#Style_Style_Point_Style_Style_Point_Symbol_ScaleFactor
Properties
content: complex
minOccurs: 0
Model ScaleFactor{0,1}
Children ScaleFactor
Instance
<Symbol xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <ScaleFactor MappingMethod="" value="">{0,1}</ScaleFactor>
</Symbol>
Element Style / Point / Symbol / ScaleFactor
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
Not yet
implemented.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#UnsignedByteMapping_value GeoDatasource_xsd.tmp#UnsignedByteMapping_Map GeoDatasource_xsd.tmp#UnsignedByteMapping
Type UnsignedByteMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<ScaleFactor MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</ScaleFactor>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:unsignedByte optional
The target value.
Element Style / Line
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The line element describes how to display lines and the
borders of polygons.
Diagram
Diagram GeoDatasource_xsd.tmp#Style_Style_Line_Color GeoDatasource_xsd.tmp#Style_Style_Line_Width GeoDatasource_xsd.tmp#Style_Style_Line_Alpha GeoDatasource_xsd.tmp#Style_Style_Line_Style GeoDatasource_xsd.tmp#Style_Style_Line_Type GeoDatasource_xsd.tmp#Style_Style_Line_ArrowColor GeoDatasource_xsd.tmp#Style_Style_Line_ScaleFactor GeoDatasource_xsd.tmp#Style_Style_Line_DisplacementFactor GeoDatasource_xsd.tmp#Style_Style_Line_SideLine GeoDatasource_xsd.tmp#Style_Style_Line_BorderLine
Properties
content: complex
minOccurs: 0
Model Color{0,1} , Width{0,1} , Alpha{0,1} , Style{0,1} , Type{0,1} , ArrowColor{0,1} , ScaleFactor{0,1} , DisplacementFactor{0,1} , SideLine{0,1} , BorderLine{0,1}
Children Alpha, ArrowColor, BorderLine, Color, DisplacementFactor, ScaleFactor, SideLine, Style, Type, Width
Instance
<Line xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Color MappingMethod="" value="">{0,1}</Color>
  <Width MappingMethod="" value="">{0,1}</Width>
  <Alpha MappingMethod="" value="">{0,1}</Alpha>
  <Style MappingMethod="" value="">{0,1}</Style>
  <Type MappingMethod="" value="">{0,1}</Type>
  <ArrowColor MappingMethod="" value="">{0,1}</ArrowColor>
  <ScaleFactor MappingMethod="" value="">{0,1}</ScaleFactor>
  <DisplacementFactor MappingMethod="" value="">{0,1}</DisplacementFactor>
  <SideLine>{0,1}</SideLine>
  <BorderLine>{0,1}</BorderLine>
</Line>
Element Style / Line / Color
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The line or border color. Default:
red.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#IntegerMapping_value GeoDatasource_xsd.tmp#IntegerMapping_Map GeoDatasource_xsd.tmp#IntegerMapping
Type IntegerMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Color MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Color>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:integer optional
The target value.
Element Style / Line / Width
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The line width. Negative values indicate that the
absolute value is added to the current width of a motorway.
Default: 3.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#ShortMapping_value GeoDatasource_xsd.tmp#ShortMapping_Map GeoDatasource_xsd.tmp#ShortMapping
Type ShortMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Width MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Width>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:short optional
The target value.
Element Style / Line / Alpha
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The line alpha value [0,255] (0 opaque, 255
transparent). Default: 0. Please note that alpha value must
equal 0 if side line or border line is used.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#UnsignedByteMapping_value GeoDatasource_xsd.tmp#UnsignedByteMapping_Map GeoDatasource_xsd.tmp#UnsignedByteMapping
Type UnsignedByteMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Alpha MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Alpha>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:unsignedByte optional
The target value.
Element Style / Line / Style
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The line or border style: 0 solid, 1 dash, 2 dot,
3 dash dot, 4 dash dot dot. Default: 0.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#UnsignedByteMapping_value GeoDatasource_xsd.tmp#UnsignedByteMapping_Map GeoDatasource_xsd.tmp#UnsignedByteMapping
Type UnsignedByteMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Style MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Style>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:unsignedByte optional
The target value.
Element Style / Line / Type
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The line or border type. 0 standard, 1
traffic-info style (with arrows). Default: 0.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#UnsignedByteMapping_value GeoDatasource_xsd.tmp#UnsignedByteMapping_Map GeoDatasource_xsd.tmp#UnsignedByteMapping
Type UnsignedByteMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Type MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Type>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:unsignedByte optional
The target value.
Element Style / Line / ArrowColor
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The color of the arrows. Default:
white.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#IntegerMapping_value GeoDatasource_xsd.tmp#IntegerMapping_Map GeoDatasource_xsd.tmp#IntegerMapping
Type IntegerMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<ArrowColor MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</ArrowColor>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:integer optional
The target value.
Element Style / Line / ScaleFactor
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
This value [0,100] defines how to adapt the line
or border width to the map scale. 0 means no adaption, 100 means
linear adaption. Default: 0.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#UnsignedByteMapping_value GeoDatasource_xsd.tmp#UnsignedByteMapping_Map GeoDatasource_xsd.tmp#UnsignedByteMapping
Type UnsignedByteMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<ScaleFactor MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</ScaleFactor>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:unsignedByte optional
The target value.
Element Style / Line / DisplacementFactor
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
Displacement value in percent of the line width.
Both the main and the side line are displaced. Default:
0.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#ShortMapping_value GeoDatasource_xsd.tmp#ShortMapping_Map GeoDatasource_xsd.tmp#ShortMapping
Type ShortMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<DisplacementFactor MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</DisplacementFactor>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:short optional
The target value.
Element Style / Line / SideLine
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
This element describes how to display the side
line. Please note that alpha must equal 0, if the side line is
used.
Diagram
Diagram GeoDatasource_xsd.tmp#Style_Style_Line_Style_Style_Line_SideLine_Color GeoDatasource_xsd.tmp#Style_Style_Line_Style_Style_Line_SideLine_Width GeoDatasource_xsd.tmp#Style_Style_Line_Style_Style_Line_SideLine_Style GeoDatasource_xsd.tmp#Style_Style_Line_Style_Style_Line_SideLine_Type
Properties
content: complex
minOccurs: 0
Model Color{0,1} , Width{0,1} , Style{0,1} , Type{0,1}
Children Color, Style, Type, Width
Instance
<SideLine xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Color MappingMethod="" value="">{0,1}</Color>
  <Width MappingMethod="" value="">{0,1}</Width>
  <Style MappingMethod="" value="">{0,1}</Style>
  <Type MappingMethod="" value="">{0,1}</Type>
</SideLine>
Element Style / Line / SideLine / Color
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The side line color. Default:
green.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#IntegerMapping_value GeoDatasource_xsd.tmp#IntegerMapping_Map GeoDatasource_xsd.tmp#IntegerMapping
Type IntegerMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Color MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Color>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:integer optional
The target value.
Element Style / Line / SideLine / Width
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The side line width. Default:
1.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#ShortMapping_value GeoDatasource_xsd.tmp#ShortMapping_Map GeoDatasource_xsd.tmp#ShortMapping
Type ShortMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Width MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Width>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:short optional
The target value.
Element Style / Line / SideLine / Style
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The side line style (see line style).
Default: 0.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#UnsignedByteMapping_value GeoDatasource_xsd.tmp#UnsignedByteMapping_Map GeoDatasource_xsd.tmp#UnsignedByteMapping
Type UnsignedByteMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Style MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Style>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:unsignedByte optional
The target value.
Element Style / Line / SideLine / Type
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The side line type (0 none, 1 right, 2
left, 3 right and left). Default:
0.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#UnsignedByteMapping_value GeoDatasource_xsd.tmp#UnsignedByteMapping_Map GeoDatasource_xsd.tmp#UnsignedByteMapping
Type UnsignedByteMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Type MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Type>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:unsignedByte optional
The target value.
Element Style / Line / BorderLine
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
This element describes how to display the border
line. Please note that alpha must equal 0, if the border line is
used.
Diagram
Diagram GeoDatasource_xsd.tmp#Style_Style_Line_Style_Style_Line_BorderLine_Color GeoDatasource_xsd.tmp#Style_Style_Line_Style_Style_Line_BorderLine_Width GeoDatasource_xsd.tmp#Style_Style_Line_Style_Style_Line_BorderLine_Style
Properties
content: complex
minOccurs: 0
Model Color{0,1} , Width{0,1} , Style{0,1}
Children Color, Style, Width
Instance
<BorderLine xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Color MappingMethod="" value="">{0,1}</Color>
  <Width MappingMethod="" value="">{0,1}</Width>
  <Style MappingMethod="" value="">{0,1}</Style>
</BorderLine>
Element Style / Line / BorderLine / Color
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The border line color. Default:
white.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#IntegerMapping_value GeoDatasource_xsd.tmp#IntegerMapping_Map GeoDatasource_xsd.tmp#IntegerMapping
Type IntegerMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Color MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Color>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:integer optional
The target value.
Element Style / Line / BorderLine / Width
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The border line width. Negative values
indicate that the absolute value is interpreted as
percentage of the complete line width (maximum is
-50, which means 50%). Default:
0.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#ShortMapping_value GeoDatasource_xsd.tmp#ShortMapping_Map GeoDatasource_xsd.tmp#ShortMapping
Type ShortMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Width MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Width>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:short optional
The target value.
Element Style / Line / BorderLine / Style
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The border line style (see line
style). Default: 0.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#UnsignedByteMapping_value GeoDatasource_xsd.tmp#UnsignedByteMapping_Map GeoDatasource_xsd.tmp#UnsignedByteMapping
Type UnsignedByteMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Style MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Style>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:unsignedByte optional
The target value.
Element Style / Polygon
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The polygon element describes how to display polygons. Please
note that the display of polygon borders will be taken from the line
element.
Diagram
Diagram GeoDatasource_xsd.tmp#Style_Style_Polygon_FillColor GeoDatasource_xsd.tmp#Style_Style_Polygon_FillAlpha GeoDatasource_xsd.tmp#Style_Style_Polygon_HatchColor GeoDatasource_xsd.tmp#Style_Style_Polygon_HatchStyle GeoDatasource_xsd.tmp#Style_Style_Polygon_HatchAlpha
Properties
content: complex
minOccurs: 0
Model FillColor{0,1} , FillAlpha{0,1} , HatchColor{0,1} , HatchStyle{0,1} , HatchAlpha{0,1}
Children FillAlpha, FillColor, HatchAlpha, HatchColor, HatchStyle
Instance
<Polygon xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <FillColor MappingMethod="" value="">{0,1}</FillColor>
  <FillAlpha MappingMethod="" value="">{0,1}</FillAlpha>
  <HatchColor MappingMethod="" value="">{0,1}</HatchColor>
  <HatchStyle MappingMethod="" value="">{0,1}</HatchStyle>
  <HatchAlpha MappingMethod="" value="">{0,1}</HatchAlpha>
</Polygon>
Element Style / Polygon / FillColor
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The fill color. In order to draw only the polygon
frame, set FillAlpha to 255. Default: blue.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#IntegerMapping_value GeoDatasource_xsd.tmp#IntegerMapping_Map GeoDatasource_xsd.tmp#IntegerMapping
Type IntegerMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<FillColor MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</FillColor>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:integer optional
The target value.
Element Style / Polygon / FillAlpha
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The fill alpha value (see line alpha). Default:
128.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#UnsignedByteMapping_value GeoDatasource_xsd.tmp#UnsignedByteMapping_Map GeoDatasource_xsd.tmp#UnsignedByteMapping
Type UnsignedByteMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<FillAlpha MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</FillAlpha>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:unsignedByte optional
The target value.
Element Style / Polygon / HatchColor
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The hatch color. Default:
black.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#IntegerMapping_value GeoDatasource_xsd.tmp#IntegerMapping_Map GeoDatasource_xsd.tmp#IntegerMapping
Type IntegerMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<HatchColor MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</HatchColor>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:integer optional
The target value.
Element Style / Polygon / HatchStyle
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The hatch style: 0 none, 1 horizontal, 2 vertical,
3 diagonal from left top to right bottom, 4 diagonal from left
bottom to right top, 5 horizontal and vertical crossed, 6
diagonal crossed. Default: 0.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#UnsignedByteMapping_value GeoDatasource_xsd.tmp#UnsignedByteMapping_Map GeoDatasource_xsd.tmp#UnsignedByteMapping
Type UnsignedByteMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<HatchStyle MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</HatchStyle>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:unsignedByte optional
The target value.
Element Style / Polygon / HatchAlpha
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The hatch alpha value (see line alpha). Default:
0. Not yet implemented, currently HatchAlpha =
FillAlpha.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#UnsignedByteMapping_value GeoDatasource_xsd.tmp#UnsignedByteMapping_Map GeoDatasource_xsd.tmp#UnsignedByteMapping
Type UnsignedByteMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<HatchAlpha MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</HatchAlpha>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:unsignedByte optional
The target value.
Element Style / GlobalInfo
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
This element contains global information valid for all
objects.
Diagram
Diagram GeoDatasource_xsd.tmp#Style_Style_GlobalInfo_ObjectID GeoDatasource_xsd.tmp#Style_Style_GlobalInfo_MinScale GeoDatasource_xsd.tmp#Style_Style_GlobalInfo_MaxScale GeoDatasource_xsd.tmp#Style_Style_GlobalInfo_DrawPriority
Properties
content: complex
minOccurs: 0
Model ObjectID{0,1} , MinScale{0,1} , MaxScale{0,1} , DrawPriority{0,1}
Children DrawPriority, MaxScale, MinScale, ObjectID
Instance
<GlobalInfo xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <ObjectID attributeName="">{0,1}</ObjectID>
  <MinScale MappingMethod="" value="">{0,1}</MinScale>
  <MaxScale MappingMethod="" value="">{0,1}</MaxScale>
  <DrawPriority MappingMethod="" value="">{0,1}</DrawPriority>
</GlobalInfo>
Element Style / GlobalInfo / ObjectID
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
If the object has an ID other than the one
configured in the database configuration, the attribute name can
be given here. This feature is useful when the object ID is
non-numerical.
Diagram
Diagram GeoDatasource_xsd.tmp#Style_Style_GlobalInfo_Style_Style_GlobalInfo_ObjectID_attributeName
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
attributeName xs:string required
The attribute name for the
ID.
Element Style / GlobalInfo / MinScale
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The minimum scale value for the display of the
objects. Default: 0.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#IntegerMapping_value GeoDatasource_xsd.tmp#IntegerMapping_Map GeoDatasource_xsd.tmp#IntegerMapping
Type IntegerMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<MinScale MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</MinScale>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:integer optional
The target value.
Element Style / GlobalInfo / MaxScale
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The maximum scale value for the display of the
objects. Default: always visible.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#IntegerMapping_value GeoDatasource_xsd.tmp#IntegerMapping_Map GeoDatasource_xsd.tmp#IntegerMapping
Type IntegerMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<MaxScale MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</MaxScale>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:integer optional
The target value.
Element Style / GlobalInfo / DrawPriority
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The draw priority of the objects [1,49999].
Streets are displayed at priority 100, town names at 500.
Default: 25000.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#IntegerMapping_value GeoDatasource_xsd.tmp#IntegerMapping_Map GeoDatasource_xsd.tmp#IntegerMapping
Type IntegerMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<DrawPriority MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</DrawPriority>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:integer optional
The target value.
Element GeoDataProfile / Search
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
Diagram
Type Search
Properties
Model SortParameter{0,1} , SearchParameter{0,1}
Children SearchParameter, SortParameter
Instance
Element Search / SortParameter
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The sort parameter element describes how to sort the result
set.
Diagram
Diagram GeoDatasource_xsd.tmp#Search_Search_SortParameter_SortField
Properties
content: complex
minOccurs: 0
Model SortField*
Children SortField
Instance
<SortParameter xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <SortField attributeName="" order="">{0,unbounded}</SortField>
</SortParameter>
Element Search / SortParameter / SortField
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
A single sort field described by its name and the
sort order.
Diagram
Diagram GeoDatasource_xsd.tmp#Search_Search_SortParameter_Search_Search_SortParameter_SortField_attributeName GeoDatasource_xsd.tmp#Search_Search_SortParameter_Search_Search_SortParameter_SortField_order
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
attributeName xs:string required
The name of the sort
field.
order SortOrder required
The sort order to use for this
field.
Element Search / SearchParameter
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The search parameter element describes how to search for
results.
Diagram
Diagram GeoDatasource_xsd.tmp#Search_Search_SearchParameter_maximumSearchRange GeoDatasource_xsd.tmp#Search_Search_SearchParameter_countryCodeType GeoDatasource_xsd.tmp#Search_Search_SearchParameter_minimumSearchSimilarity GeoDatasource_xsd.tmp#Search_Search_SearchParameter_maximumResultSize GeoDatasource_xsd.tmp#Search_Search_SearchParameter_padResultList GeoDatasource_xsd.tmp#Search_Search_SearchParameter_SearchField
Properties
content: complex
minOccurs: 0
Model SearchField*
Children SearchField
Instance
<SearchParameter countryCodeType="" maximumResultSize="" maximumSearchRange="" minimumSearchSimilarity="" padResultList="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <SearchField attributeName="" fuzzy="" multiword="" prefix="">{0,unbounded}</SearchField>
</SearchParameter>
Attributes
QName Type Fixed Default Use Annotation
countryCodeType xs:int optional
The representation of a country code: 0 country code
(number), 1 ISO2, 2 ISO3, 3 country code plate. Default:
3.
maximumResultSize xs:int optional
The maximum result set size. Default: 250. Please note
that the result set is clipped after sorting.
maximumSearchRange xs:int optional
When searching for a location, this defines the search
radius in meters. Default: 300000.
minimumSearchSimilarity xs:float optional
The similarity of the fuzzy search is controlled by
this parameter in the interval [0.0,1.0], whereby 1.0 means exact
match and 0.0 means no similarity. Default: 0.7. Please note that
small changes on this value can have large effect on the result
set.
padResultList xs:boolean optional
The result list is padded with less precise results up
to maximumResultSize. Default: false.
Element Search / SearchParameter / SearchField
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
A single search field described by its name and
the search mode(s). Each search mode can be enabled or disabled.
The execution sequence is fuzzy, prefix, and multiword. Whenever
a search mode has found at least one result, the following
search modes are not executed anymore. All search modes are
case-insensitive.
Diagram
Diagram GeoDatasource_xsd.tmp#Search_Search_SearchParameter_Search_Search_SearchParameter_SearchField_attributeName GeoDatasource_xsd.tmp#Search_Search_SearchParameter_Search_Search_SearchParameter_SearchField_fuzzy GeoDatasource_xsd.tmp#Search_Search_SearchParameter_Search_Search_SearchParameter_SearchField_prefix GeoDatasource_xsd.tmp#Search_Search_SearchParameter_Search_Search_SearchParameter_SearchField_multiword
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
attributeName xs:string required
The name of the search
field.
fuzzy xs:boolean optional
The search string must be similar to the
the field content Searching for 'Kalrsruhe' matches
'Karlsruhe'. Please set the minimumSearchSimilarity
attribute of the SearchParameter
element.
multiword xs:boolean optional
The search string must match one word of
the field content exactly. This can produce a large
result set. Searching for 'city' matches 'city
hall'.
prefix xs:boolean optional
The search string must match the field's
beginning. Searching for 'Karl' matches
'Karlsruhe'.
Element GeoDataProfile / Routing
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The routing element describes how to influence the route
calculation (for traffic information only).
Diagram
Diagram GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Routing_Malus
Properties
content: complex
minOccurs: 0
Model Malus{0,1}
Children Malus
Instance
<Routing xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Malus malusType="" MappingMethod="" value="">{0,1}</Malus>
</Routing>
Element GeoDataProfile / Routing / Malus
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The malus for the object can either be relative to
the calculating cost of the routing path in question or
absolute, i.e. a time value. For more information on malus
values in general, please refer the the API documentation of PTV
xRoute Server, class ExceptionPath. If relative, values within
[-99;2501] are valid for a relative malus and are given in
percent of the original segment cost which will be added. The
maximum of 2501 blocks the segments. For an absolute malus the
value is given in seconds which will be added to the routing
time. A negative value will block the segments. Default: 0
(unchanged segment cost or time).
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#IntegerMapping_value GeoDatasource_xsd.tmp#IntegerMapping_Map GeoDatasource_xsd.tmp#IntegerMapping GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Routing_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Routing_Malus_malusType
Type extension of IntegerMapping
Type hierarchy
Properties
content: complex
minOccurs: 0
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Instance
<Malus malusType="" MappingMethod="" value="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeName>{0,1}</AttributeName>
  <Map>{0,unbounded}</Map>
</Malus>
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
malusType MalusType required
The malus type to be applied for
malus values.
value xs:integer optional
The target value.
Element BooleanMap / Key
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The criterion depending on the mapping
method.
Diagram
Diagram
Type xs:string
Properties
content: simple
Element BooleanMap / Value
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The target value.
Diagram
Diagram
Type xs:boolean
Properties
content: simple
Element BooleanMapping / Map
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The map which maps attrbute values to target
values.
Diagram
Diagram GeoDatasource_xsd.tmp#BooleanMap_Key GeoDatasource_xsd.tmp#BooleanMap_Value GeoDatasource_xsd.tmp#BooleanMap
Type BooleanMap
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model Key , Value
Children Key, Value
Instance
<Map xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Key>{1,1}</Key>
  <Value>{1,1}</Value>
</Map>
Element GeoDatasource
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
This file configures the datasource for processing geographical data
stored in a database by the PTV xServer.
Diagram
Diagram GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_name GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_majorVersion GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_minorVersion GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Datasource GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource
Type GeoDatasource
Properties
content: complex
Model Datasource , (Layers)
Children Datasource, Layers
Instance
<GeoDatasource majorVersion="" minorVersion="" name="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Datasource driver="" password="" url="" user="">{1,1}</Datasource>
  <Layers default="">{1,1}</Layers>
</GeoDatasource>
Attributes
QName Type Fixed Default Use Annotation
majorVersion xs:int required
The major version of the document.
minorVersion xs:int required
The minor version of the document.
name xs:string optional
The identifying name of the geodatasource
Element GeoDatasource / Datasource
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The datasource configuration.
Diagram
Diagram GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Datasource_driver GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Datasource_url GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Datasource_user GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Datasource_password
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
driver xs:string required
The (Java) class name to use for the database
access.
password xs:string required
The password of the user for the database
access.
url xs:string required
The connection URL for the database
access.
user xs:string required
The name of the user for the database
access.
Element GeoDatasource / Layers
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The available layers.
Diagram
Diagram GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_default GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo
Properties
content: complex
Model LayerInfo+
Children LayerInfo
Instance
<Layers default="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <LayerInfo coordType="" fetchSize="" maxRows="" name="" table="">{1,unbounded}</LayerInfo>
</Layers>
Attributes
QName Type Fixed Default Use Annotation
default xs:string optional
The default layer used for xLocate poi search
backward compatiblity.
Element GeoDatasource / Layers / LayerInfo
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
This element represents one single layer
configured by name, database table and co-ordinate
format.
Diagram
Diagram GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_name GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_coordType GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_table GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_fetchSize GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_maxRows GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Profiles GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_AttributeMappings GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters
Properties
content: complex
maxOccurs: unbounded
Model Profiles , AttributeMappings , EngineParameters{0,1}
Children AttributeMappings, EngineParameters, Profiles
Instance
<LayerInfo coordType="" fetchSize="" maxRows="" name="" table="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Profiles>{1,1}</Profiles>
  <AttributeMappings>{1,1}</AttributeMappings>
  <EngineParameters aliasForColumnName="" aliasTypeColumnName="" poiIdColumnName="">{0,1}</EngineParameters>
</LayerInfo>
Attributes
QName Type Fixed Default Use Annotation
coordType CoordType required
The coordinate format used by the
layer data.
fetchSize xs:int optional
Optional attribute to optimize the
fetch size for select operations. The default fetch
size is 20.
maxRows xs:int optional
Optional attribute to set the maximum
number of rows for select operations. The default
row size is 100000.
name xs:string required
The identifying name of the
layer.
table xs:string required
The database table name containing the
layer data.
Element GeoDatasource / Layers / LayerInfo / Profiles
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The profiles.
Diagram
Diagram GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Profiles_Profile
Properties
content: complex
Model Profile+
Children Profile
Instance
<Profiles xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Profile filename="" name="">{1,unbounded}</Profile>
</Profiles>
Element GeoDatasource / Layers / LayerInfo / Profiles / Profile
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
This element configures a single
profile.
Diagram
Diagram GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Profiles_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Profiles_Profile_name GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Profiles_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Profiles_Profile_filename GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Profiles_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Profiles_Profile_GeoDataProfile
Properties
content: complex
maxOccurs: unbounded
Model GeoDataProfile{0,1}
Children GeoDataProfile
Instance
<Profile filename="" name="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <GeoDataProfile majorVersion="" minorVersion="">{0,1}</GeoDataProfile>
</Profile>
Attributes
QName Type Fixed Default Use Annotation
filename xs:string optional
If the GeoDataProfile element is
not set, the file name to load the profile from.
This attribute is not applicable if the
GeoDatasource is set by XML
snippet.
name xs:string required
The name of the
GeoDataProfile.
Element GeoDatasource / Layers / LayerInfo / Profiles / Profile / GeoDataProfile
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
This element configures the
content of a profile.
Diagram
Diagram GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_majorVersion GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_minorVersion GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Parent GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Filter GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Style GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Search GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Routing GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile
Type GeoDataProfile
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model Parent{0,1} , Filter{0,1} , Style{0,1} , Search{0,1} , Routing{0,1}
Children Filter, Parent, Routing, Search, Style
Instance
<GeoDataProfile majorVersion="" minorVersion="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <Parent>{0,1}</Parent>
  <Filter>{0,1}</Filter>
  <Style>{0,1}</Style>
  <Search>{0,1}</Search>
  <Routing>{0,1}</Routing>
</GeoDataProfile>
Attributes
QName Type Fixed Default Use Annotation
majorVersion xs:int required
The major version of the document.
minorVersion xs:int required
The minor version of the document.
Element GeoDatasource / Layers / LayerInfo / AttributeMappings
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The mappings from a database
column name to an attribute name. Please note that
the attributes id, x, y are
mandatory.
Diagram
Diagram GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_AttributeMappings_AttributeMapping
Properties
content: complex
Model AttributeMapping{3,unbounded}
Children AttributeMapping
Instance
<AttributeMappings xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <AttributeMapping attributeName="" columnName="" type="">{3,unbounded}</AttributeMapping>
</AttributeMappings>
Element GeoDatasource / Layers / LayerInfo / AttributeMappings / AttributeMapping
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
This element configures a single
attribute mapping which maps a column name to an
attribute name.
Diagram
Diagram GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_AttributeMappings_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_AttributeMappings_AttributeMapping_attributeName GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_AttributeMappings_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_AttributeMappings_AttributeMapping_columnName GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_AttributeMappings_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_AttributeMappings_AttributeMapping_type
Properties
content: complex
minOccurs: 3
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
attributeName xs:string required
The attribute name for the
mapping.
columnName xs:string required
The column name for the
mapping.
type xs:string optional
The datatype of the mapping. Any
primitive Java datatype or 'java.lang.String'. If
not set, the latter is default.
Element GeoDatasource / Layers / LayerInfo / EngineParameters
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The parameters which are necessary
for the respective engine. They will not be
returned to the client.
Diagram
Diagram GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_poiIdColumnName GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_aliasTypeColumnName GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_aliasForColumnName GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_BoundingBox GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_Rendering GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_Traffic GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_Search
Properties
content: complex
minOccurs: 0
Model BoundingBox{0,1} , Rendering{0,1} , Traffic{0,1} , Search{0,1}
Children BoundingBox, Rendering, Search, Traffic
Instance
<EngineParameters aliasForColumnName="" aliasTypeColumnName="" poiIdColumnName="" xmlns="http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess">
  <BoundingBox bottomColumnName="" leftColumnName="" rightColumnName="" topColumnName="">{0,1}</BoundingBox>
  <Rendering geometryColumnName="" geometryType="">{0,1}</Rendering>
  <Traffic exceptionPathColumnName="">{0,1}</Traffic>
  <Search luceneIndexPath="">{0,1}</Search>
</EngineParameters>
Attributes
QName Type Fixed Default Use Annotation
aliasForColumnName xs:string optional
Sets optional database column
containing the alias.
aliasTypeColumnName xs:string optional
Sets optional database column
containing the alias type.
poiIdColumnName xs:string optional
Sets optional database column
containing the ID.
Element GeoDatasource / Layers / LayerInfo / EngineParameters / BoundingBox
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
Attributes containing the
bounding box of geographic
objects.
Diagram
Diagram GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_BoundingBox_leftColumnName GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_BoundingBox_topColumnName GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_BoundingBox_rightColumnName GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_BoundingBox_bottomColumnName
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
bottomColumnName xs:string required
The name of the column that sets
the minimum y coordinate of the bounding
box.
leftColumnName xs:string required
The name of the column that sets
the mininum x coordinate of the bounding
box.
rightColumnName xs:string required
The name of the column that sets
the maximum x coordinate of the bounding
box.
topColumnName xs:string required
The name of the column that sets
the maximum y coordinate of the bounding
box.
Element GeoDatasource / Layers / LayerInfo / EngineParameters / Rendering
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
Attributes necessary for
rendering geometry data. Please note that the
bounding box is mandatory, if the Rendering
element is present.
Diagram
Diagram GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_Rendering_geometryColumnName GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_Rendering_geometryType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
geometryColumnName xs:string required
The name of the geometry
column.
geometryType GeometryType required
The geometry type of the
geometry data.
Element GeoDatasource / Layers / LayerInfo / EngineParameters / Traffic
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
Attributes necessary for traffic
information.
Diagram
Diagram GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers_LayerInfo_EngineParameters_Traffic_exceptionPathColumnName
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
exceptionPathColumnName xs:string required
The database column containing
the exception path of the traffic
information.
Element GeoDatasource / Layers / LayerInfo / EngineParameters / Search
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
Diagram
Properties
Attributes
Complex Type GeoDataProfile
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Diagram
Diagram GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_majorVersion GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_minorVersion GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Parent GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Filter GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Style GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Search GeoDatasource_xsd.tmp#http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_GeoDataProfile_Routing
Used by
Model Parent{0,1} , Filter{0,1} , Style{0,1} , Search{0,1} , Routing{0,1}
Children Filter, Parent, Routing, Search, Style
Attributes
QName Type Fixed Default Use Annotation
majorVersion xs:int required
The major version of the document.
minorVersion xs:int required
The minor version of the document.
Complex Type Style
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The visualization parameters.
Diagram
Diagram GeoDatasource_xsd.tmp#Style_Point GeoDatasource_xsd.tmp#Style_Line GeoDatasource_xsd.tmp#Style_Polygon GeoDatasource_xsd.tmp#Style_GlobalInfo
Used by
Model Point{0,1} , Line{0,1} , Polygon{0,1} , GlobalInfo{0,1}
Children GlobalInfo, Line, Point, Polygon
Complex Type TextFields
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The text attributes to be concatenated.
Diagram
Diagram GeoDatasource_xsd.tmp#TextFields_TextField
Used by
Model TextField*
Children TextField
Complex Type StringMapping
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The string mapping consists of the default value and an optional
mapping.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#StringMapping_value GeoDatasource_xsd.tmp#StringMapping_Map
Type extension of Mapping
Type hierarchy
Used by
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:string optional
The target value.
Complex Type Mapping
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
A mapping can be used to have a value be dependent on the value of
another attribute.              If the population densitiy is to be visualized, the
color of an area depends on the respective value in the database.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName
Used by
Model AttributeName{0,1}
Children AttributeName
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
Simple Type MappingMethod
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The mapping method to be applied.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration DirectMappingMethod
The map will be ignored, instead the attribute value itself is
used. If it is null, the default value will be used. If the default value
does not exist, the complete object will be ignored. This mapping method can
be used for all data types. Use case: The bitmap name is taken directly from
the database.
enumeration IntervalMappingMethod
Each map key denotes the upper bound of an interval. If the
attribute value is within an interval, the corresponding value will be used.
If the attribute value is greater than the largest key, the default value
will be used. If the default value does not exist, the complete object will
be ignored. This mapping method can be used for all data types (for strings
lexicographical order will be used). Use case: Visualize population density
by filling areas with a fixed number of different colors.
enumeration KeyValueMappingMethod
Maps distinct attribute values to distinct target values,
case-insensitively for strings The key can also contain a comma-separated
list of attribute values in order to map several attributes to a single
value. If the attribute value does not match any key, the default value will
be used.If the default value does not exist, the complete object will be
ignored.  This mapping method can be used for all data types. Use case:
Choose a bitmap name for each type of object.
enumeration LinearMappingMethod
Exactly 2 mappings must be present, the target value is a
linear interpolation. If the attribute value is less than the first key or
greater than the second key, the default value will be used. If the default
value does not exist, the complete object will be ignored. This mapping
method can only be used for numercial data. Use case: The font size depends
on the city's population, the larger the city the larger the
font.
enumeration TemplateMappingMethod
This mapping method evaluates the value-property only and
allows to specify the resulting string by using any characters and all
attributes as variables like this: ${attributename}. Here's an example:
value='${street} / ${housenr}'. If street and housenr where 'Oxford Street'
and '4' then the result would be 'Oxford Street / 4'.
Used by
Complex Type StringMap
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
Maps an attribute value to a string value.
Diagram
Diagram GeoDatasource_xsd.tmp#StringMap_Key GeoDatasource_xsd.tmp#StringMap_Value
Used by
Model Key , Value
Children Key, Value
Complex Type UnsignedByteMapping
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The byte mapping consists of the default value and an optional
mapping.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#UnsignedByteMapping_value GeoDatasource_xsd.tmp#UnsignedByteMapping_Map
Type extension of Mapping
Type hierarchy
Used by
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:unsignedByte optional
The target value.
Complex Type UnsignedByteMap
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
Maps an attribute value to an unsigned byte value.
Diagram
Diagram GeoDatasource_xsd.tmp#UnsignedByteMap_Key GeoDatasource_xsd.tmp#UnsignedByteMap_Value
Used by
Model Key , Value
Children Key, Value
Complex Type IntegerMapping
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The integer mapping consists of the default value and an optional
mapping.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#IntegerMapping_value GeoDatasource_xsd.tmp#IntegerMapping_Map
Type extension of Mapping
Type hierarchy
Used by
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:integer optional
The target value.
Complex Type IntegerMap
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
Maps an attribute value to an integer value.
Diagram
Diagram GeoDatasource_xsd.tmp#IntegerMap_Key GeoDatasource_xsd.tmp#IntegerMap_Value
Used by
Model Key , Value
Children Key, Value
Complex Type ShortMapping
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The short mapping consists of the default value and an optional
mapping.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#ShortMapping_value GeoDatasource_xsd.tmp#ShortMapping_Map
Type extension of Mapping
Type hierarchy
Used by
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:short optional
The target value.
Complex Type ShortMap
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
Maps an attribute value to a short value.
Diagram
Diagram GeoDatasource_xsd.tmp#ShortMap_Key GeoDatasource_xsd.tmp#ShortMap_Value
Used by
Model Key , Value
Children Key, Value
Complex Type Search
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
Diagram
Used by
Model SortParameter{0,1} , SearchParameter{0,1}
Children SearchParameter, SortParameter
Simple Type SortOrder
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The sort order to be applied.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Ascending
The ascending order.
enumeration Descending
The descending order.
Used by
Simple Type MalusType
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The malus type.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Relative
The type to use for relative malus values.
enumeration Absolute
The type to use for absolute malus values.
Used by
Complex Type BooleanMap
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
Maps an attribute value to a boolean value.
Diagram
Diagram GeoDatasource_xsd.tmp#BooleanMap_Key GeoDatasource_xsd.tmp#BooleanMap_Value
Used by
Model Key , Value
Children Key, Value
Complex Type BooleanMapping
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The boolean mapping consists of the default value and an optional
mapping.
Diagram
Diagram GeoDatasource_xsd.tmp#Mapping_MappingMethod GeoDatasource_xsd.tmp#Mapping_AttributeName GeoDatasource_xsd.tmp#Mapping GeoDatasource_xsd.tmp#BooleanMapping_value GeoDatasource_xsd.tmp#BooleanMapping_Map
Type extension of Mapping
Type hierarchy
Model AttributeName{0,1} , Map*
Children AttributeName, Map
Attributes
QName Type Fixed Default Use Annotation
MappingMethod MappingMethod optional
The mapping method to be applied.
value xs:boolean optional
The target value.
Complex Type GeoDatasource
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Diagram
Diagram GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_name GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_majorVersion GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_minorVersion GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Datasource GeoDatasource_xsd.tmp#Complex_Type_FROM_http___www.ptv.de_com_ptvag_xserver_engines_xpoidbaccess_PQN_GeoDatasource_Layers
Used by
Element GeoDatasource
Model Datasource , (Layers)
Children Datasource, Layers
Attributes
QName Type Fixed Default Use Annotation
majorVersion xs:int required
The major version of the document.
minorVersion xs:int required
The minor version of the document.
name xs:string optional
The identifying name of the geodatasource
Simple Type GeometryType
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The geometry type to be applied.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration WKB
The geometry type 'Well-Known-Binary'.
enumeration WKT
The geometry type 'Well-Known-Text'.
enumeration KML
The geometry type
'Keyhole-Markup-Language'.
Used by
Simple Type CoordType
Namespace http://www.ptv.de/com/ptvag/xserver/engines/xpoidbaccess
Annotations
The coordinate format to be applied. Note: The use of SRIDs is not
supported here!
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration OG_GEODECIMAL
OpenGIS representation of WGS 84 co-ordinates. Example
x=8.2505556, y=48.7627778.
enumeration PTV_MERCATOR
Mercator projection. Example x=917420,
y=6227729.
enumeration PTV_GEOMINSEC
PTV representation of co-ordinates by degree, minute, and
second. Example x=815020, y=4845460.
enumeration PTV_GEODECIMAL
PTV representation of WGS 84 co-ordinates. Example x=825056,
y=4876278.
enumeration PTV_CONFORM
PTV representation of conform co-ordinates. Example x=1672358,
y=1620743.
enumeration PTV_SUPERCONFORM
PTV representation of super-conform co-ordinates. Example
x=5072358, y=3320743.
enumeration PTV_SMARTUNITS
PTV internal co-ordinate format. Example x=4352286,
y=5456405.
Used by
Attribute TextFields / TextField / @attributeName
Namespace No namespace
Annotations
The text attribute name to add.
Type xs:string
Properties
use: required
Used by
Attribute TextFields / TextField / @separator
Namespace No namespace
Annotations
The separator name to add.
Type xs:string
Properties
use: required
Used by
Attribute Mapping / @MappingMethod
Namespace No namespace
Annotations
The mapping method to be applied.
Type MappingMethod
Properties
use: optional
Facets
enumeration DirectMappingMethod
The map will be ignored, instead the attribute value itself is
used. If it is null, the default value will be used. If the default value
does not exist, the complete object will be ignored. This mapping method can
be used for all data types. Use case: The bitmap name is taken directly from
the database.
enumeration IntervalMappingMethod
Each map key denotes the upper bound of an interval. If the
attribute value is within an interval, the corresponding value will be used.
If the attribute value is greater than the largest key, the default value
will be used. If the default value does not exist, the complete object will
be ignored. This mapping method can be used for all data types (for strings
lexicographical order will be used). Use case: Visualize population density
by filling areas with a fixed number of different colors.
enumeration KeyValueMappingMethod
Maps distinct attribute values to distinct target values,
case-insensitively for strings The key can also contain a comma-separated
list of attribute values in order to map several attributes to a single
value. If the attribute value does not match any key, the default value will
be used.If the default value does not exist, the complete object will be
ignored.  This mapping method can be used for all data types. Use case:
Choose a bitmap name for each type of object.
enumeration LinearMappingMethod
Exactly 2 mappings must be present, the target value is a
linear interpolation. If the attribute value is less than the first key or
greater than the second key, the default value will be used. If the default
value does not exist, the complete object will be ignored. This mapping
method can only be used for numercial data. Use case: The font size depends
on the city's population, the larger the city the larger the
font.
enumeration TemplateMappingMethod
This mapping method evaluates the value-property only and
allows to specify the resulting string by using any characters and all
attributes as variables like this: ${attributename}. Here's an example:
value='${street} / ${housenr}'. If street and housenr where 'Oxford Street'
and '4' then the result would be 'Oxford Street / 4'.
Used by
Complex Type Mapping
Attribute StringMapping / @value
Namespace No namespace
Annotations
The target value.
Type xs:string
Properties
use: optional
Used by
Complex Type StringMapping
Attribute UnsignedByteMapping / @value
Namespace No namespace
Annotations
The target value.
Type xs:unsignedByte
Properties
use: optional
Used by
Complex Type UnsignedByteMapping
Attribute IntegerMapping / @value
Namespace No namespace
Annotations
The target value.
Type xs:integer
Properties
use: optional
Used by
Complex Type IntegerMapping
Attribute ShortMapping / @value
Namespace No namespace
Annotations
The target value.
Type xs:short
Properties
use: optional
Used by
Complex Type ShortMapping
Attribute Style / Point / Bitmap / @bitmapPath
Namespace No namespace
Annotations
An (optional )path to search for specific
bitmaps.
Type xs:string
Properties
use: optional
Used by
Attribute Style / Point / Bitmap / @extension
Namespace No namespace
Annotations
The file extension for specific bitmaps
(e. g. '.bmp').
Type xs:string
Properties
use: optional
Used by
Attribute Style / Point / @autoplacement
Namespace No namespace
Annotations
If autoplacement is enabled, symbols and bitmaps are
placed so that they do not cover each other, if possible. By default
autoplacement is disabled.
Type xs:boolean
Properties
use: optional
Used by
Element Style/Point
Attribute Style / GlobalInfo / ObjectID / @attributeName
Namespace No namespace
Annotations
The attribute name for the
ID.
Type xs:string
Properties
use: required
Used by
Attribute Search / SortParameter / SortField / @attributeName
Namespace No namespace
Annotations
The name of the sort
field.
Type xs:string
Properties
use: required
Used by
Attribute Search / SortParameter / SortField / @order
Namespace No namespace
Annotations
The sort order to use for this
field.
Type SortOrder
Properties
use: required
Facets
enumeration Ascending
The ascending order.
enumeration Descending
The descending order.
Used by
Attribute Search / SearchParameter / SearchField / @attributeName
Namespace No namespace
Annotations
The name of the search
field.
Type xs:string
Properties
use: required
Used by
Attribute Search / SearchParameter / SearchField / @fuzzy
Namespace No namespace
Annotations
The search string must be similar to the
the field content Searching for 'Kalrsruhe' matches
'Karlsruhe'. Please set the minimumSearchSimilarity
attribute of the SearchParameter
element.
Type xs:boolean
Properties
use: optional
Used by
Attribute Search / SearchParameter / SearchField / @prefix
Namespace No namespace
Annotations
The search string must match the field's
beginning. Searching for 'Karl' matches
'Karlsruhe'.
Type xs:boolean
Properties
use: optional
Used by
Attribute Search / SearchParameter / SearchField / @multiword
Namespace No namespace
Annotations
The search string must match one word of
the field content exactly. This can produce a large
result set. Searching for 'city' matches 'city
hall'.
Type xs:boolean
Properties
use: optional
Used by
Attribute Search / SearchParameter / @maximumSearchRange
Namespace No namespace
Annotations
When searching for a location, this defines the search
radius in meters. Default: 300000.
Type xs:int
Properties
use: optional
Used by
Attribute Search / SearchParameter / @countryCodeType
Namespace No namespace
Annotations
The representation of a country code: 0 country code
(number), 1 ISO2, 2 ISO3, 3 country code plate. Default:
3.
Type xs:int
Properties
use: optional
Used by
Attribute Search / SearchParameter / @minimumSearchSimilarity
Namespace No namespace
Annotations
The similarity of the fuzzy search is controlled by
this parameter in the interval [0.0,1.0], whereby 1.0 means exact
match and 0.0 means no similarity. Default: 0.7. Please note that
small changes on this value can have large effect on the result
set.
Type xs:float
Properties
use: optional
Used by
Attribute Search / SearchParameter / @maximumResultSize
Namespace No namespace
Annotations
The maximum result set size. Default: 250. Please note
that the result set is clipped after sorting.
Type xs:int
Properties
use: optional
Used by
Attribute Search / SearchParameter / @padResultList
Namespace No namespace
Annotations
The result list is padded with less precise results up
to maximumResultSize. Default: false.
Type xs:boolean
Properties
use: optional
Used by
Attribute GeoDataProfile / Routing / Malus / @malusType
Namespace No namespace
Annotations
The malus type to be applied for
malus values.
Type MalusType
Properties
use: required
Facets
enumeration Relative
The type to use for relative malus values.
enumeration Absolute
The type to use for absolute malus values.
Used by
Attribute GeoDataProfile / @majorVersion
Namespace No namespace
Annotations
The major version of the document.
Type xs:int
Properties
use: required
Used by
Complex Type GeoDataProfile
Attribute GeoDataProfile / @minorVersion
Namespace No namespace
Annotations
The minor version of the document.
Type xs:int
Properties
use: required
Used by
Complex Type GeoDataProfile
Attribute BooleanMapping / @value
Namespace No namespace
Annotations
The target value.
Type xs:boolean
Properties
use: optional
Used by
Complex Type BooleanMapping
Attribute GeoDatasource / Datasource / @driver
Namespace No namespace
Annotations
The (Java) class name to use for the database
access.
Type xs:string
Properties
use: required
Used by
Attribute GeoDatasource / Datasource / @url
Namespace No namespace
Annotations
The connection URL for the database
access.
Type xs:string
Properties
use: required
Used by
Attribute GeoDatasource / Datasource / @user
Namespace No namespace
Annotations
The name of the user for the database
access.
Type xs:string
Properties
use: required
Used by
Attribute GeoDatasource / Datasource / @password
Namespace No namespace
Annotations
The password of the user for the database
access.
Type xs:string
Properties
use: required
Used by
Attribute GeoDatasource / Layers / LayerInfo / Profiles / Profile / @name
Namespace No namespace
Annotations
The name of the
GeoDataProfile.
Type xs:string
Properties
use: required
Used by
Attribute GeoDatasource / Layers / LayerInfo / Profiles / Profile / @filename
Namespace No namespace
Annotations
If the GeoDataProfile element is
not set, the file name to load the profile from.
This attribute is not applicable if the
GeoDatasource is set by XML
snippet.
Type xs:string
Properties
use: optional
Used by
Attribute GeoDatasource / Layers / LayerInfo / AttributeMappings / AttributeMapping / @attributeName
Namespace No namespace
Annotations
The attribute name for the
mapping.
Type xs:string
Properties
use: required
Used by
Attribute GeoDatasource / Layers / LayerInfo / AttributeMappings / AttributeMapping / @columnName
Namespace No namespace
Annotations
The column name for the
mapping.
Type xs:string
Properties
use: required
Used by
Attribute GeoDatasource / Layers / LayerInfo / AttributeMappings / AttributeMapping / @type
Namespace No namespace
Annotations
The datatype of the mapping. Any
primitive Java datatype or 'java.lang.String'. If
not set, the latter is default.
Type xs:string
Properties
use: optional
Used by
Attribute GeoDatasource / Layers / LayerInfo / EngineParameters / BoundingBox / @leftColumnName
Namespace No namespace
Annotations
The name of the column that sets
the mininum x coordinate of the bounding
box.
Type xs:string
Properties
use: required
Used by
Attribute GeoDatasource / Layers / LayerInfo / EngineParameters / BoundingBox / @topColumnName
Namespace No namespace
Annotations
The name of the column that sets
the maximum y coordinate of the bounding
box.
Type xs:string
Properties
use: required
Used by
Attribute GeoDatasource / Layers / LayerInfo / EngineParameters / BoundingBox / @rightColumnName
Namespace No namespace
Annotations
The name of the column that sets
the maximum x coordinate of the bounding
box.
Type xs:string
Properties
use: required
Used by
Attribute GeoDatasource / Layers / LayerInfo / EngineParameters / BoundingBox / @bottomColumnName
Namespace No namespace
Annotations
The name of the column that sets
the minimum y coordinate of the bounding
box.
Type xs:string
Properties
use: required
Used by
Attribute GeoDatasource / Layers / LayerInfo / EngineParameters / Rendering / @geometryColumnName
Namespace No namespace
Annotations
The name of the geometry
column.
Type xs:string
Properties
use: required
Used by
Attribute GeoDatasource / Layers / LayerInfo / EngineParameters / Rendering / @geometryType
Namespace No namespace
Annotations
The geometry type of the
geometry data.
Type GeometryType
Properties
use: required
Facets
enumeration WKB
The geometry type 'Well-Known-Binary'.
enumeration WKT
The geometry type 'Well-Known-Text'.
enumeration KML
The geometry type
'Keyhole-Markup-Language'.
Used by
Attribute GeoDatasource / Layers / LayerInfo / EngineParameters / Traffic / @exceptionPathColumnName
Namespace No namespace
Annotations
The database column containing
the exception path of the traffic
information.
Type xs:string
Properties
use: required
Used by
Attribute GeoDatasource / Layers / LayerInfo / EngineParameters / Search / @luceneIndexPath
Namespace No namespace
Annotations
Sets the path to the Lucene
Index to be used to search for
objects.
Type xs:string
Properties
use: optional
Used by
Attribute GeoDatasource / Layers / LayerInfo / EngineParameters / @poiIdColumnName
Namespace No namespace
Annotations
Sets optional database column
containing the ID.
Type xs:string
Properties
use: optional
Used by
Attribute GeoDatasource / Layers / LayerInfo / EngineParameters / @aliasTypeColumnName
Namespace No namespace
Annotations
Sets optional database column
containing the alias type.
Type xs:string
Properties
use: optional
Used by
Attribute GeoDatasource / Layers / LayerInfo / EngineParameters / @aliasForColumnName
Namespace No namespace
Annotations
Sets optional database column
containing the alias.
Type xs:string
Properties
use: optional
Used by
Attribute GeoDatasource / Layers / LayerInfo / @name
Namespace No namespace
Annotations
The identifying name of the
layer.
Type xs:string
Properties
use: required
Used by
Attribute GeoDatasource / Layers / LayerInfo / @coordType
Namespace No namespace
Annotations
The coordinate format used by the
layer data.
Type CoordType
Properties
use: required
Facets
enumeration OG_GEODECIMAL
OpenGIS representation of WGS 84 co-ordinates. Example
x=8.2505556, y=48.7627778.
enumeration PTV_MERCATOR
Mercator projection. Example x=917420,
y=6227729.
enumeration PTV_GEOMINSEC
PTV representation of co-ordinates by degree, minute, and
second. Example x=815020, y=4845460.
enumeration PTV_GEODECIMAL
PTV representation of WGS 84 co-ordinates. Example x=825056,
y=4876278.
enumeration PTV_CONFORM
PTV representation of conform co-ordinates. Example x=1672358,
y=1620743.
enumeration PTV_SUPERCONFORM
PTV representation of super-conform co-ordinates. Example
x=5072358, y=3320743.
enumeration PTV_SMARTUNITS
PTV internal co-ordinate format. Example x=4352286,
y=5456405.
Used by
Attribute GeoDatasource / Layers / LayerInfo / @table
Namespace No namespace
Annotations
The database table name containing the
layer data.
Type xs:string
Properties
use: required
Used by
Attribute GeoDatasource / Layers / LayerInfo / @fetchSize
Namespace No namespace
Annotations
Optional attribute to optimize the
fetch size for select operations. The default fetch
size is 20.
Type xs:int
Properties
use: optional
Used by
Attribute GeoDatasource / Layers / LayerInfo / @maxRows
Namespace No namespace
Annotations
Optional attribute to set the maximum
number of rows for select operations. The default
row size is 100000.
Type xs:int
Properties
use: optional
Used by
Attribute GeoDatasource / Layers / @default
Namespace No namespace
Annotations
The default layer used for xLocate poi search
backward compatiblity.
Type xs:string
Properties
use: optional
Used by
Attribute GeoDatasource / @name
Namespace No namespace
Annotations
The identifying name of the geodatasource
Type xs:string
Properties
use: optional
Used by
Complex Type GeoDatasource
Attribute GeoDatasource / @majorVersion
Namespace No namespace
Annotations
The major version of the document.
Type xs:int
Properties
use: required
Used by
Complex Type GeoDatasource
Attribute GeoDatasource / @minorVersion
Namespace No namespace
Annotations
The minor version of the document.
Type xs:int
Properties
use: required
Used by
Complex Type GeoDatasource