> For the complete documentation index, see [llms.txt](https://survey.fmpx.docs.frox-it.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://survey.fmpx.docs.frox-it.de/besondere-anwendungsgebiete/kataster/kataster-kavdi/export-einer-xml-datei-aus-fx-survey.md).

# Export einer XML-Datei aus FX Survey

Menü Datei / Projekt speichern unter / KAVDI xml-Datei

Modul **M-FX ALKIS Assistent KAVDI**

<figure><img src="/files/0VYBHDatZbAWViS0KBDq" alt=""><figcaption></figcaption></figure>

Der Export der mit **FX S-Kataster** erfassten Daten zu KAVDI 12.4 erfolgt ebenfalls über eine XML- Datei. Diese enthält verschiedene Abschnitte:

**Abschnitt KIVID-Feld**

Der Messstapel wird komplett in der XML-Datei abgelegt und von KAVDI ausgewertet.

**Abschnitt Grafik**

Hier wird die Grafik in Form einer GEOgraf-GRAFBAT Datei abgelegt. Die Strukturierung der

GEOgraf-Daten wird über die gleiche Umsetzungstabelle gesteuert wie bei der Connect2GEOgraf Schnittstelle. Die Umsetzungstabelle wird beim Export zu KAVDI an entsprechender Stelle abgefragt.

KAVDI schleust die GEOgraf-Daten automatisch an den verknüpften GEOgraf-Auftrag weiter. Es ist geplant, später auch andere CAD-Systeme über die Schnittstelle zu bedienen. Die Daten werden in entsprechen bezeichneten Abschnitten in der XML-Datei geführt werden.

**Abschnitt Fotos**

In diesem Abschnitt werden die Koordinaten, Metadaten und relative Links zu den in **FX S-Kataster** erzeugten Fotos abgelegt. Die Fotos werden während des Exportes zu KAVDI von **FX S-Kataster** in einen Ordner geschrieben, der an der gleichen Stelle steht wie die FX Survey-Projektdatei. Der relative Link bezieht sich auf diesen Ordner.

**Bürocode**

Am Messpunkt gibt es im Datenmodell Fachschale Topographie NW nun das Attribut "Bürocode". Falls KAVDI Anwender dieses mit den bisher für KAVDI definierten Codes füllen, können sie es in KAVDI wie gewohnt weiter verwenden.

In KAVDI kann man mit einer gesonderten Funktion für das Protokoll Punktcodes auswerten und anzeigen lassen. In der KAVDI Datei KIVID®-Feld-To-KAVDI-Messdatenprotokoll.xsl muss hierzu in der zweimal vorkommenden Zeile

\<xsl:with-param name="ReadData" select="Attribute/PC"/>

PC durch BUEROCODE ersetzt werden. Auf FX Survey-Seite muss im KIVID®-Feld Ordner Attribute das Attribut BUEROCODE definiert sein und dem Punkt zugeordnet werden.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://survey.fmpx.docs.frox-it.de/besondere-anwendungsgebiete/kataster/kataster-kavdi/export-einer-xml-datei-aus-fx-survey.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
