<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>http://string.drv.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Freitagm</id>
		<title>DRV STRING - Benutzerbeiträge [de]</title>
		<link rel="self" type="application/atom+xml" href="http://string.drv.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Freitagm"/>
		<link rel="alternate" type="text/html" href="http://string.drv.de/wiki/index.php/Spezial:Beitr%C3%A4ge/Freitagm"/>
		<updated>2026-05-09T19:19:42Z</updated>
		<subtitle>Benutzerbeiträge</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>http://string.drv.de/wiki/index.php?title=Release_4.0.0&amp;diff=688</id>
		<title>Release 4.0.0</title>
		<link rel="alternate" type="text/html" href="http://string.drv.de/wiki/index.php?title=Release_4.0.0&amp;diff=688"/>
				<updated>2024-08-08T12:45:29Z</updated>
		
		<summary type="html">&lt;p&gt;Freitagm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a release for production use in cruise operator systems.&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
&lt;br /&gt;
* Archive: [http://string.drv.de/downloads/releases/string-release-4.0.0.zip string-release-4.0.0.zip]&lt;br /&gt;
&lt;br /&gt;
* Files: [http://string.drv.de/downloads/releases/release-4.0.0/ Release 4.0.0]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* Support for insurance-Services and insurance search&lt;br /&gt;
* Support for airport search&lt;br /&gt;
* Support for flight seat information&lt;br /&gt;
* Support for booking modifications (full and partial)&lt;/div&gt;</summary>
		<author><name>Freitagm</name></author>	</entry>

	<entry>
		<id>http://string.drv.de/wiki/index.php?title=Release_4.0.0&amp;diff=687</id>
		<title>Release 4.0.0</title>
		<link rel="alternate" type="text/html" href="http://string.drv.de/wiki/index.php?title=Release_4.0.0&amp;diff=687"/>
				<updated>2024-08-08T12:45:06Z</updated>
		
		<summary type="html">&lt;p&gt;Freitagm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a release for production use in cruise operator systems.&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
&lt;br /&gt;
* Archive: [http://string.drv.de/downloads/releases/string-release-4.0.0.zip string-release-4.0.0.zip]&lt;br /&gt;
&lt;br /&gt;
* Files: [http://string.drv.de/downloads/releases/release-4.0.0/ Release 4.0.0]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
- Support for insurance-Services and insurance search&lt;br /&gt;
- Support for airport search&lt;br /&gt;
- Support for flight seat information&lt;br /&gt;
- Support for booking modifications (full and partial)&lt;/div&gt;</summary>
		<author><name>Freitagm</name></author>	</entry>

	<entry>
		<id>http://string.drv.de/wiki/index.php?title=Cruise&amp;diff=627</id>
		<title>Cruise</title>
		<link rel="alternate" type="text/html" href="http://string.drv.de/wiki/index.php?title=Cruise&amp;diff=627"/>
				<updated>2019-10-16T10:45:46Z</updated>
		
		<summary type="html">&lt;p&gt;Freitagm: small change&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
Cruise services extend the CommonService to carry cruise specific information.&lt;br /&gt;
The main element holds basic service information to give a brief overview about the main characteristics which are fully inherited by the CommonService Element. Cruise specific information are held using a List of categories elements and a list of transfer elements.&lt;br /&gt;
&lt;br /&gt;
Available attributes slightly differ for the given direction of the message (Request/Response).&lt;br /&gt;
&lt;br /&gt;
=== Request element ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Service&amp;gt;&lt;br /&gt;
  &amp;lt;Details xsi:type=&amp;quot;CruiseRequestType&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;!-- CommonService elements --&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
    &amp;lt;!-- Cruise specific elements --&amp;gt;&lt;br /&gt;
    &amp;lt;Categories&amp;gt;&lt;br /&gt;
        &amp;lt;CruiseCategory&amp;gt;&lt;br /&gt;
            &amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
            &amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
                &amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
                &amp;lt;Identifier&amp;gt;02&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
            &amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
            &amp;lt;CruiseCategoryCode&amp;gt;&lt;br /&gt;
                &amp;lt;Code&amp;gt;INAW2V&amp;lt;/Code&amp;gt;&lt;br /&gt;
            &amp;lt;/CruiseCategoryCode&amp;gt;&lt;br /&gt;
            &amp;lt;CustomerRequests&amp;gt;&lt;br /&gt;
                &amp;lt;Description&amp;gt;&lt;br /&gt;
                    &amp;lt;Text&amp;gt;Veganes Essen&amp;lt;/Text&amp;gt;&lt;br /&gt;
                &amp;lt;/Description&amp;gt;&lt;br /&gt;
            &amp;lt;/CustomerRequests&amp;gt;&lt;br /&gt;
            &amp;lt;CabinDetails&amp;gt;&lt;br /&gt;
                &amp;lt;CabinDetail&amp;gt;&lt;br /&gt;
	            		&amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
		        				&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
		        				&amp;lt;Identifier&amp;gt;02&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
		    					&amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
		    					&amp;lt;Cabin&amp;gt;&lt;br /&gt;
		        				&amp;lt;Number&amp;gt;10058&amp;lt;/Number&amp;gt;&lt;br /&gt;
		    					&amp;lt;/Cabin&amp;gt;&lt;br /&gt;
                &amp;lt;/CabinDetail&amp;gt;&lt;br /&gt;
            &amp;lt;/CabinDetails&amp;gt;&lt;br /&gt;
        &amp;lt;/CruiseCategory&amp;gt;&lt;br /&gt;
    &amp;lt;/Categories&amp;gt;&lt;br /&gt;
  &amp;lt;/Details&amp;gt;&lt;br /&gt;
&amp;lt;/Service&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Response Element ===&lt;br /&gt;
The Response on the other hand is meant to represent the view of the TourOperator on the request. The Response also carries more specific information about the requested cruise service like detailed route information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Service&amp;gt;&lt;br /&gt;
  &amp;lt;Details xsi:type=&amp;quot;CruiseResponseType&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;!-- CommonService elements --&amp;gt;&lt;br /&gt;
     ...&lt;br /&gt;
     &amp;lt;!-- Cruise specific elements --&amp;gt;&lt;br /&gt;
    &amp;lt;Categories&amp;gt;&lt;br /&gt;
        &amp;lt;CruiseCategory&amp;gt;&lt;br /&gt;
            &amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
            &amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
                &amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
                &amp;lt;Identifier&amp;gt;02&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
            &amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
            &amp;lt;CruiseCategoryCode&amp;gt;&lt;br /&gt;
                &amp;lt;Code&amp;gt;INAW2V&amp;lt;/Code&amp;gt;&lt;br /&gt;
                &amp;lt;Description&amp;gt;&lt;br /&gt;
                    &amp;lt;Text&amp;gt;Innenkabine Kategorie A&amp;lt;/Text&amp;gt;&lt;br /&gt;
                &amp;lt;/Description&amp;gt;&lt;br /&gt;
            &amp;lt;/CruiseCategoryCode&amp;gt;&lt;br /&gt;
            &amp;lt;CabinDetails&amp;gt;&lt;br /&gt;
                  &amp;lt;CabinDetail&amp;gt;&lt;br /&gt;
                     &amp;lt;Identifier&amp;gt;10058&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
                     &amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
                        &amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
                        &amp;lt;Identifier&amp;gt;02&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
                     &amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
                     &amp;lt;Attributes&amp;gt;&lt;br /&gt;
                        &amp;lt;Attribute&amp;gt;&lt;br /&gt;
                           &amp;lt;Code&amp;gt;2 Betten, zusammen oder trennbar&amp;lt;/Code&amp;gt;&lt;br /&gt;
                           &amp;lt;AttributeSource&amp;gt;Touroperator&amp;lt;/AttributeSource&amp;gt;&lt;br /&gt;
                        &amp;lt;/Attribute&amp;gt;&lt;br /&gt;
                        &amp;lt;Attribute&amp;gt;&lt;br /&gt;
                           &amp;lt;Code&amp;gt;Bereich 4&amp;lt;/Code&amp;gt;&lt;br /&gt;
                           &amp;lt;AttributeSource&amp;gt;Touroperator&amp;lt;/AttributeSource&amp;gt;&lt;br /&gt;
                        &amp;lt;/Attribute&amp;gt;&lt;br /&gt;
                        &amp;lt;Attribute&amp;gt;&lt;br /&gt;
                           &amp;lt;Code&amp;gt;Bett quer zur Fahrtrichtung&amp;lt;/Code&amp;gt;&lt;br /&gt;
                           &amp;lt;AttributeSource&amp;gt;Touroperator&amp;lt;/AttributeSource&amp;gt;&lt;br /&gt;
                        &amp;lt;/Attribute&amp;gt;&lt;br /&gt;
                     &amp;lt;/Attributes&amp;gt;&lt;br /&gt;
                     &amp;lt;Cabin&amp;gt;&lt;br /&gt;
                        &amp;lt;Number&amp;gt;10058&amp;lt;/Number&amp;gt;&lt;br /&gt;
                        &amp;lt;Deck&amp;gt;Deck 10 - Perle&amp;lt;/Deck&amp;gt;&lt;br /&gt;
                     &amp;lt;/Cabin&amp;gt;&lt;br /&gt;
                  &amp;lt;/CabinDetail&amp;gt;&lt;br /&gt;
               &amp;lt;/CabinDetails&amp;gt;&lt;br /&gt;
            &amp;lt;State&amp;gt;OK&amp;lt;/State&amp;gt;&lt;br /&gt;
        &amp;lt;/CruiseCategory&amp;gt;&lt;br /&gt;
    &amp;lt;/Categories&amp;gt;&lt;br /&gt;
    &amp;lt;RouteDetails&amp;gt;&lt;br /&gt;
        &amp;lt;RouteDetail&amp;gt;&lt;br /&gt;
           &amp;lt;Date&amp;gt;2020-01-31&amp;lt;/Date&amp;gt;&lt;br /&gt;
           &amp;lt;ArrivalTime&amp;gt;T07:00Z&amp;lt;/ArrivalTime&amp;gt;&lt;br /&gt;
           &amp;lt;DepartureTime&amp;gt;T22:00Z&amp;lt;/DepartureTime&amp;gt;&lt;br /&gt;
           &amp;lt;Harbour&amp;gt;&lt;br /&gt;
              &amp;lt;LanguageCode&amp;gt;DE&amp;lt;/LanguageCode&amp;gt;&lt;br /&gt;
              &amp;lt;Text&amp;gt;La Romana&amp;lt;/Text&amp;gt;&lt;br /&gt;
           &amp;lt;/Harbour&amp;gt;&lt;br /&gt;
        &amp;lt;/RouteDetail&amp;gt;&lt;br /&gt;
        &amp;lt;RouteDetail&amp;gt;&lt;br /&gt;
           &amp;lt;Date&amp;gt;2020-02-01&amp;lt;/Date&amp;gt;&lt;br /&gt;
           &amp;lt;Harbour&amp;gt;&lt;br /&gt;
              &amp;lt;LanguageCode&amp;gt;DE&amp;lt;/LanguageCode&amp;gt;&lt;br /&gt;
              &amp;lt;Text&amp;gt;Seetag&amp;lt;/Text&amp;gt;&lt;br /&gt;
           &amp;lt;/Harbour&amp;gt;&lt;br /&gt;
        &amp;lt;/RouteDetail&amp;gt;&lt;br /&gt;
        &amp;lt;RouteDetail&amp;gt;&lt;br /&gt;
           &amp;lt;Date&amp;gt;2020-02-02&amp;lt;/Date&amp;gt;&lt;br /&gt;
           &amp;lt;ArrivalTime&amp;gt;T07:30Z&amp;lt;/ArrivalTime&amp;gt;&lt;br /&gt;
           &amp;lt;DepartureTime&amp;gt;T19:00Z&amp;lt;/DepartureTime&amp;gt;&lt;br /&gt;
           &amp;lt;Harbour&amp;gt;&lt;br /&gt;
              &amp;lt;LanguageCode&amp;gt;DE&amp;lt;/LanguageCode&amp;gt;&lt;br /&gt;
              &amp;lt;Text&amp;gt;Fort-de-France&amp;lt;/Text&amp;gt;&lt;br /&gt;
           &amp;lt;/Harbour&amp;gt;&lt;br /&gt;
        &amp;lt;/RouteDetail&amp;gt;&lt;br /&gt;
 &amp;lt;/RouteDetails&amp;gt;&lt;br /&gt;
 &amp;lt;/Details&amp;gt;&lt;br /&gt;
&amp;lt;/Service&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== CruiseCategory Element ===&lt;br /&gt;
A CruiseCategory-Element, as the name suggests, represents a guarantee or real category on theacruise facility. Each category has an (optional) List of assigned travellers, which can be used to directly assign the travellers to a specific category.&lt;br /&gt;
&lt;br /&gt;
It is represented by a CruiseCategoryCode Element holding code and description of the category. Specific attributes of the category (like facilities). In addition to that, it holds the selected cabins and a List of included extra services, all represented by a code and a description.&lt;br /&gt;
Whereas the code in these elements is intended to be used mainly in a technical manner and the description to be used for presentation, the description is an optional element. If not set, the code has to be used to describe category or included extras.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;CruiseCategory&amp;gt;&lt;br /&gt;
	&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
	&amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
		&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
		&amp;lt;Identifier&amp;gt;02&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
	&amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
	&amp;lt;CruiseCategoryCode&amp;gt;&lt;br /&gt;
		&amp;lt;Code&amp;gt;DS&amp;lt;/Code&amp;gt;&lt;br /&gt;
		 &amp;lt;Description&amp;gt;&lt;br /&gt;
         &amp;lt;LanguageCode&amp;gt;DE&amp;lt;/LanguageCode&amp;gt;&lt;br /&gt;
         &amp;lt;Text&amp;gt;Innenkabine Kategorie A&amp;lt;/Text&amp;gt;&lt;br /&gt;
      &amp;lt;/Description&amp;gt;&lt;br /&gt;
	&amp;lt;/CruiseCategoryCode&amp;gt;&lt;br /&gt;
	&amp;lt;Attributes&amp;gt;&lt;br /&gt;
		&amp;lt;Attribute&amp;gt;&lt;br /&gt;
			&amp;lt;Code&amp;gt;SAFE&amp;lt;/Code&amp;gt;&lt;br /&gt;
			&amp;lt;Description&amp;gt;Safe&amp;lt;/Description&amp;gt;&lt;br /&gt;
			&amp;lt;AttributeSource&amp;gt;Touroperator&amp;lt;/AttributeSource&amp;gt;&lt;br /&gt;
		&amp;lt;/Attribute&amp;gt;&lt;br /&gt;
		&amp;lt;Attribute&amp;gt;&lt;br /&gt;
			&amp;lt;Code&amp;gt;DESK&amp;lt;/Code&amp;gt;&lt;br /&gt;
			&amp;lt;Description&amp;gt;Schreibtisch&amp;lt;/Description&amp;gt;&lt;br /&gt;
			&amp;lt;AttributeSource&amp;gt;Touroperator&amp;lt;/AttributeSource&amp;gt;&lt;br /&gt;
		&amp;lt;/Attribute&amp;gt;&lt;br /&gt;
	&amp;lt;/Attributes&amp;gt;&lt;br /&gt;
	&amp;lt;IncludedExtras&amp;gt;&lt;br /&gt;
		&amp;lt;IncludedExtra&amp;gt;&lt;br /&gt;
			&amp;lt;ExtraCode&amp;gt;&lt;br /&gt;
				&amp;lt;Code&amp;gt;WIFI&amp;lt;/Code&amp;gt;&lt;br /&gt;
				&amp;lt;Description&amp;gt;Kostenfreies WLAN/Description&amp;gt;&lt;br /&gt;
			&amp;lt;/ExtraCode&amp;gt;&lt;br /&gt;
		&amp;lt;/IncludedExtra&amp;gt;&lt;br /&gt;
	&amp;lt;/IncludedExtras&amp;gt;&lt;br /&gt;
	&amp;lt;State&amp;gt;OK&amp;lt;/State&amp;gt;&lt;br /&gt;
&amp;lt;/CruiseCategory&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Available CruiseCategory-Element attributes ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute!! Values / Explanation&lt;br /&gt;
|-&lt;br /&gt;
| '''@Identifier'''|| This is a unique identifier within one message, which can be used to reference on a concrete category&lt;br /&gt;
|-&lt;br /&gt;
| '''AssignedTraveller'''|| A list of traveller Ids, representing the traveller assigned to this specific category&lt;br /&gt;
|-&lt;br /&gt;
| '''CruiseCategoryCode'''|| The category code identifying this specific class of cruise. Can be enriched by textual desriptions of the category.&lt;br /&gt;
|-&lt;br /&gt;
| '''CruiseCategoryCode/Attributes'''|| A list of special attributes of the category structured in &amp;lt;br&amp;gt;a @Code, &amp;lt;br&amp;gt;a @Description (for display purposes) and &amp;lt;br&amp;gt;the @AttributeSource indicating the source/type of that attribute code&lt;br /&gt;
|-&lt;br /&gt;
| '''CustomerRequests''' (Request only)|| A List of texts holding customer specific request information&lt;br /&gt;
|-&lt;br /&gt;
| '''IncludedExtras'''|| A List of extras included for that category&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Freitagm</name></author>	</entry>

	<entry>
		<id>http://string.drv.de/wiki/index.php?title=Cruise&amp;diff=626</id>
		<title>Cruise</title>
		<link rel="alternate" type="text/html" href="http://string.drv.de/wiki/index.php?title=Cruise&amp;diff=626"/>
				<updated>2019-10-16T10:44:26Z</updated>
		
		<summary type="html">&lt;p&gt;Freitagm: first definition&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
Cruise services extend the CommonService to carry cruise specific information.&lt;br /&gt;
The main element holds basic service information to give a brief overview about the main characteristics which are fully inherited by the CommonService Element. Cruise specific information are held using a List of categories elements and a list of transfer elements.&lt;br /&gt;
&lt;br /&gt;
Available attributes slightly differ for the given direction of the message (Request/Response).&lt;br /&gt;
&lt;br /&gt;
=== Request element ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Service&amp;gt;&lt;br /&gt;
  &amp;lt;Details xsi:type=&amp;quot;CruiseRequestType&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;!-- CommonService elements --&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
    &amp;lt;!-- Cruise specific elements --&amp;gt;&lt;br /&gt;
    &amp;lt;Categories&amp;gt;&lt;br /&gt;
        &amp;lt;CruiseCategory&amp;gt;&lt;br /&gt;
            &amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
            &amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
                &amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
                &amp;lt;Identifier&amp;gt;02&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
            &amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
            &amp;lt;CruiseCategoryCode&amp;gt;&lt;br /&gt;
                &amp;lt;Code&amp;gt;INAW2V&amp;lt;/Code&amp;gt;&lt;br /&gt;
            &amp;lt;/CruiseCategoryCode&amp;gt;&lt;br /&gt;
            &amp;lt;CustomerRequests&amp;gt;&lt;br /&gt;
                &amp;lt;Description&amp;gt;&lt;br /&gt;
                    &amp;lt;Text&amp;gt;Veganes Essen&amp;lt;/Text&amp;gt;&lt;br /&gt;
                &amp;lt;/Description&amp;gt;&lt;br /&gt;
            &amp;lt;/CustomerRequests&amp;gt;&lt;br /&gt;
            &amp;lt;CabinDetails&amp;gt;&lt;br /&gt;
                &amp;lt;CabinDetail&amp;gt;&lt;br /&gt;
	            		&amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
		        				&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
		        				&amp;lt;Identifier&amp;gt;02&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
		    					&amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
		    					&amp;lt;Cabin&amp;gt;&lt;br /&gt;
		        				&amp;lt;Number&amp;gt;10058&amp;lt;/Number&amp;gt;&lt;br /&gt;
		    					&amp;lt;/Cabin&amp;gt;&lt;br /&gt;
                &amp;lt;/CabinDetail&amp;gt;&lt;br /&gt;
            &amp;lt;/CabinDetails&amp;gt;&lt;br /&gt;
        &amp;lt;/CruiseCategory&amp;gt;&lt;br /&gt;
    &amp;lt;/Categories&amp;gt;&lt;br /&gt;
  &amp;lt;/Details&amp;gt;&lt;br /&gt;
&amp;lt;/Service&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Response Element ===&lt;br /&gt;
The Response on the other hand is meant to represent the view of the TourOperator on the request. The Response also carries more specific information about the requested cruise service like detailed route information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Service&amp;gt;&lt;br /&gt;
  &amp;lt;Details xsi:type=&amp;quot;CruiseResponseType&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;!-- CommonService elements --&amp;gt;&lt;br /&gt;
     ...&lt;br /&gt;
     &amp;lt;!-- Cruise specific elements --&amp;gt;&lt;br /&gt;
    &amp;lt;Categories&amp;gt;&lt;br /&gt;
        &amp;lt;CruiseCategory&amp;gt;&lt;br /&gt;
            &amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
            &amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
                &amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
                &amp;lt;Identifier&amp;gt;02&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
            &amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
            &amp;lt;CruiseCategoryCode&amp;gt;&lt;br /&gt;
                &amp;lt;Code&amp;gt;INAW2V&amp;lt;/Code&amp;gt;&lt;br /&gt;
                &amp;lt;Description&amp;gt;&lt;br /&gt;
                    &amp;lt;Text&amp;gt;Innenkabine Kategorie A&amp;lt;/Text&amp;gt;&lt;br /&gt;
                &amp;lt;/Description&amp;gt;&lt;br /&gt;
            &amp;lt;/CruiseCategoryCode&amp;gt;&lt;br /&gt;
            &amp;lt;CabinDetails&amp;gt;&lt;br /&gt;
                  &amp;lt;CabinDetail&amp;gt;&lt;br /&gt;
                     &amp;lt;Identifier&amp;gt;10058&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
                     &amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
                        &amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
                        &amp;lt;Identifier&amp;gt;02&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
                     &amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
                     &amp;lt;Attributes&amp;gt;&lt;br /&gt;
                        &amp;lt;Attribute&amp;gt;&lt;br /&gt;
                           &amp;lt;Code&amp;gt;2 Betten, zusammen oder trennbar&amp;lt;/Code&amp;gt;&lt;br /&gt;
                           &amp;lt;AttributeSource&amp;gt;Touroperator&amp;lt;/AttributeSource&amp;gt;&lt;br /&gt;
                        &amp;lt;/Attribute&amp;gt;&lt;br /&gt;
                        &amp;lt;Attribute&amp;gt;&lt;br /&gt;
                           &amp;lt;Code&amp;gt;Bereich 4&amp;lt;/Code&amp;gt;&lt;br /&gt;
                           &amp;lt;AttributeSource&amp;gt;Touroperator&amp;lt;/AttributeSource&amp;gt;&lt;br /&gt;
                        &amp;lt;/Attribute&amp;gt;&lt;br /&gt;
                        &amp;lt;Attribute&amp;gt;&lt;br /&gt;
                           &amp;lt;Code&amp;gt;Bett quer zur Fahrtrichtung&amp;lt;/Code&amp;gt;&lt;br /&gt;
                           &amp;lt;AttributeSource&amp;gt;Touroperator&amp;lt;/AttributeSource&amp;gt;&lt;br /&gt;
                        &amp;lt;/Attribute&amp;gt;&lt;br /&gt;
                     &amp;lt;/Attributes&amp;gt;&lt;br /&gt;
                     &amp;lt;Cabin&amp;gt;&lt;br /&gt;
                        &amp;lt;Number&amp;gt;10058&amp;lt;/Number&amp;gt;&lt;br /&gt;
                        &amp;lt;Deck&amp;gt;Deck 10 - Perle&amp;lt;/Deck&amp;gt;&lt;br /&gt;
                     &amp;lt;/Cabin&amp;gt;&lt;br /&gt;
                  &amp;lt;/CabinDetail&amp;gt;&lt;br /&gt;
               &amp;lt;/CabinDetails&amp;gt;&lt;br /&gt;
            &amp;lt;State&amp;gt;OK&amp;lt;/State&amp;gt;&lt;br /&gt;
        &amp;lt;/CruiseCategory&amp;gt;&lt;br /&gt;
    &amp;lt;/Categories&amp;gt;&lt;br /&gt;
    &amp;lt;RouteDetails&amp;gt;&lt;br /&gt;
        &amp;lt;RouteDetail&amp;gt;&lt;br /&gt;
           &amp;lt;Date&amp;gt;2020-01-31&amp;lt;/Date&amp;gt;&lt;br /&gt;
           &amp;lt;ArrivalTime&amp;gt;T07:00Z&amp;lt;/ArrivalTime&amp;gt;&lt;br /&gt;
           &amp;lt;DepartureTime&amp;gt;T22:00Z&amp;lt;/DepartureTime&amp;gt;&lt;br /&gt;
           &amp;lt;Harbour&amp;gt;&lt;br /&gt;
              &amp;lt;LanguageCode&amp;gt;DE&amp;lt;/LanguageCode&amp;gt;&lt;br /&gt;
              &amp;lt;Text&amp;gt;La Romana&amp;lt;/Text&amp;gt;&lt;br /&gt;
           &amp;lt;/Harbour&amp;gt;&lt;br /&gt;
        &amp;lt;/RouteDetail&amp;gt;&lt;br /&gt;
        &amp;lt;RouteDetail&amp;gt;&lt;br /&gt;
           &amp;lt;Date&amp;gt;2020-02-01&amp;lt;/Date&amp;gt;&lt;br /&gt;
           &amp;lt;Harbour&amp;gt;&lt;br /&gt;
              &amp;lt;LanguageCode&amp;gt;DE&amp;lt;/LanguageCode&amp;gt;&lt;br /&gt;
              &amp;lt;Text&amp;gt;Seetag&amp;lt;/Text&amp;gt;&lt;br /&gt;
           &amp;lt;/Harbour&amp;gt;&lt;br /&gt;
        &amp;lt;/RouteDetail&amp;gt;&lt;br /&gt;
        &amp;lt;RouteDetail&amp;gt;&lt;br /&gt;
           &amp;lt;Date&amp;gt;2020-02-02&amp;lt;/Date&amp;gt;&lt;br /&gt;
           &amp;lt;ArrivalTime&amp;gt;T07:30Z&amp;lt;/ArrivalTime&amp;gt;&lt;br /&gt;
           &amp;lt;DepartureTime&amp;gt;T19:00Z&amp;lt;/DepartureTime&amp;gt;&lt;br /&gt;
           &amp;lt;Harbour&amp;gt;&lt;br /&gt;
              &amp;lt;LanguageCode&amp;gt;DE&amp;lt;/LanguageCode&amp;gt;&lt;br /&gt;
              &amp;lt;Text&amp;gt;Fort-de-France&amp;lt;/Text&amp;gt;&lt;br /&gt;
           &amp;lt;/Harbour&amp;gt;&lt;br /&gt;
        &amp;lt;/RouteDetail&amp;gt;&lt;br /&gt;
 &amp;lt;/RouteDetails&amp;gt;&lt;br /&gt;
 &amp;lt;/Details&amp;gt;&lt;br /&gt;
&amp;lt;/Service&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Room Element ===&lt;br /&gt;
A CruiseCategory-Element, as the name suggests, represents a guarantee or real category on theacruise facility. Each category has an (optional) List of assigned travellers, which can be used to directly assign the travellers to a specific category.&lt;br /&gt;
&lt;br /&gt;
It is represented by a CruiseCategoryCode Element holding code and description of the category. Specific attributes of the category (like facilities). In addition to that, it holds the selected cabins and a List of included extra services, all represented by a code and a description.&lt;br /&gt;
Whereas the code in these elements is intended to be used mainly in a technical manner and the description to be used for presentation, the description is an optional element. If not set, the code has to be used to describe category or included extras.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;CruiseCategory&amp;gt;&lt;br /&gt;
	&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
	&amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
		&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
		&amp;lt;Identifier&amp;gt;02&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
	&amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
	&amp;lt;CruiseCategoryCode&amp;gt;&lt;br /&gt;
		&amp;lt;Code&amp;gt;DS&amp;lt;/Code&amp;gt;&lt;br /&gt;
		 &amp;lt;Description&amp;gt;&lt;br /&gt;
         &amp;lt;LanguageCode&amp;gt;DE&amp;lt;/LanguageCode&amp;gt;&lt;br /&gt;
         &amp;lt;Text&amp;gt;Innenkabine Kategorie A&amp;lt;/Text&amp;gt;&lt;br /&gt;
      &amp;lt;/Description&amp;gt;&lt;br /&gt;
	&amp;lt;/CruiseCategoryCode&amp;gt;&lt;br /&gt;
	&amp;lt;Attributes&amp;gt;&lt;br /&gt;
		&amp;lt;Attribute&amp;gt;&lt;br /&gt;
			&amp;lt;Code&amp;gt;SAFE&amp;lt;/Code&amp;gt;&lt;br /&gt;
			&amp;lt;Description&amp;gt;Safe&amp;lt;/Description&amp;gt;&lt;br /&gt;
			&amp;lt;AttributeSource&amp;gt;Touroperator&amp;lt;/AttributeSource&amp;gt;&lt;br /&gt;
		&amp;lt;/Attribute&amp;gt;&lt;br /&gt;
		&amp;lt;Attribute&amp;gt;&lt;br /&gt;
			&amp;lt;Code&amp;gt;DESK&amp;lt;/Code&amp;gt;&lt;br /&gt;
			&amp;lt;Description&amp;gt;Schreibtisch&amp;lt;/Description&amp;gt;&lt;br /&gt;
			&amp;lt;AttributeSource&amp;gt;Touroperator&amp;lt;/AttributeSource&amp;gt;&lt;br /&gt;
		&amp;lt;/Attribute&amp;gt;&lt;br /&gt;
	&amp;lt;/Attributes&amp;gt;&lt;br /&gt;
	&amp;lt;IncludedExtras&amp;gt;&lt;br /&gt;
		&amp;lt;IncludedExtra&amp;gt;&lt;br /&gt;
			&amp;lt;ExtraCode&amp;gt;&lt;br /&gt;
				&amp;lt;Code&amp;gt;WIFI&amp;lt;/Code&amp;gt;&lt;br /&gt;
				&amp;lt;Description&amp;gt;Kostenfreies WLAN/Description&amp;gt;&lt;br /&gt;
			&amp;lt;/ExtraCode&amp;gt;&lt;br /&gt;
		&amp;lt;/IncludedExtra&amp;gt;&lt;br /&gt;
	&amp;lt;/IncludedExtras&amp;gt;&lt;br /&gt;
	&amp;lt;State&amp;gt;OK&amp;lt;/State&amp;gt;&lt;br /&gt;
&amp;lt;/CruiseCategory&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Available CruiseCategory-Element attributes ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute!! Values / Explanation&lt;br /&gt;
|-&lt;br /&gt;
| '''@Identifier'''|| This is a unique identifier within one message, which can be used to reference on a concrete category&lt;br /&gt;
|-&lt;br /&gt;
| '''AssignedTraveller'''|| A list of traveller Ids, representing the traveller assigned to this specific category&lt;br /&gt;
|-&lt;br /&gt;
| '''CruiseCategoryCode'''|| The category code identifying this specific class of cruise. Can be enriched by textual desriptions of the room.&lt;br /&gt;
|-&lt;br /&gt;
| '''CruiseCategoryCode/Attributes'''|| A list of special attributes of the category structured in &amp;lt;br&amp;gt;a @Code, &amp;lt;br&amp;gt;a @Description (for display purposes) and &amp;lt;br&amp;gt;the @AttributeSource indicating the source/type of that attribute code&lt;br /&gt;
|-&lt;br /&gt;
| '''CustomerRequests''' (Request only)|| A List of texts holding customer specific request information&lt;br /&gt;
|-&lt;br /&gt;
| '''IncludedExtras'''|| A List of extras included for that category&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Freitagm</name></author>	</entry>

	<entry>
		<id>http://string.drv.de/wiki/index.php?title=Flights&amp;diff=386</id>
		<title>Flights</title>
		<link rel="alternate" type="text/html" href="http://string.drv.de/wiki/index.php?title=Flights&amp;diff=386"/>
				<updated>2018-05-25T10:20:49Z</updated>
		
		<summary type="html">&lt;p&gt;Freitagm: next flight examples&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Each flight service is divided in three different type of levels which can be used to describe a flight routing. &lt;br /&gt;
 &lt;br /&gt;
Those levels are:&lt;br /&gt;
&lt;br /&gt;
Flight: This flight level describes a single or a combination of sales routes for a flight service (e.g. One-Way or Return) and should be seen as a container for flight segments.&lt;br /&gt;
&lt;br /&gt;
Segment: The flight segment is a single purchasable sales route offered by the touroperator. Therefore the flight segment should be identifiable by an according touroperator product code.&lt;br /&gt;
&lt;br /&gt;
Leg: The leg level is used to deliver flight routing details (e.g. flight times, airports) belonging to a certain flight segment. A single flight leg is not offered as a separate bookable service by the touroperator.&lt;br /&gt;
&lt;br /&gt;
Depending on the touroperator the same offered flight services might be sold in different ways. If the touroperator wants to distribute a combination of a feeder and a long haul flight this combination might be represented as a flight with two legs (and optionally one leg) in case that the feeder and the long haul flight can be selected and booked separately. If the same combination is offered by the touroperator while those two components are mandatory and are only bookable in this certain combination the touroperator might deliver one segment with two legs.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
1) Return-Flight with segments but without leg details&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;FlightRequest&amp;gt;&lt;br /&gt;
		&amp;lt;Segments&amp;gt;&lt;br /&gt;
			&amp;lt;Segment Type=&amp;quot;F&amp;quot; Identifier=&amp;quot;SEGMENT 01&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;StartDate&amp;gt;2018-05-25&amp;lt;/StartDate&amp;gt;&lt;br /&gt;
				&amp;lt;EndDate&amp;gt;2018-05-25&amp;lt;/EndDate&amp;gt;&lt;br /&gt;
				&amp;lt;Quantity&amp;gt;1&amp;lt;/Quantity&amp;gt;&lt;br /&gt;
				&amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
					&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
				&amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
				&amp;lt;Product&amp;gt;&lt;br /&gt;
					&amp;lt;Code&amp;gt;CGN PMI&amp;lt;/Code&amp;gt;&lt;br /&gt;
				&amp;lt;/Product&amp;gt;&lt;br /&gt;
				&amp;lt;DepartureAirport&amp;gt;&lt;br /&gt;
					&amp;lt;IataCode&amp;gt;CGN&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
				&amp;lt;/DepartureAirport&amp;gt;&lt;br /&gt;
				&amp;lt;ArrivalAirport&amp;gt;&lt;br /&gt;
					&amp;lt;IataCode&amp;gt;PMI&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
				&amp;lt;/ArrivalAirport&amp;gt;&lt;br /&gt;
				&amp;lt;Carrier&amp;gt;&lt;br /&gt;
					&amp;lt;OperatingCarrier&amp;gt;&lt;br /&gt;
						&amp;lt;IataCode&amp;gt;LH&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
					&amp;lt;/OperatingCarrier&amp;gt;&lt;br /&gt;
				&amp;lt;/Carrier&amp;gt;&lt;br /&gt;
				&amp;lt;Classes&amp;gt;&lt;br /&gt;
					&amp;lt;FlightClass&amp;gt;&lt;br /&gt;
						&amp;lt;Identifier&amp;gt;CLASS 01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
						&amp;lt;CabinClass&amp;gt;Economy&amp;lt;/CabinClass&amp;gt;&lt;br /&gt;
						&amp;lt;State&amp;gt;OK&amp;lt;/State&amp;gt;&lt;br /&gt;
						&amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
							&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
						&amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
					&amp;lt;/FlightClass&amp;gt;&lt;br /&gt;
				&amp;lt;/Classes&amp;gt;&lt;br /&gt;
			&amp;lt;/Segment&amp;gt;&lt;br /&gt;
			&amp;lt;Segment Type=&amp;quot;F&amp;quot; Identifier=&amp;quot;SEGMENT 02&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;StartDate&amp;gt;2018-06-01&amp;lt;/StartDate&amp;gt;&lt;br /&gt;
				&amp;lt;EndDate&amp;gt;2018-06-01&amp;lt;/EndDate&amp;gt;&lt;br /&gt;
				&amp;lt;Quantity&amp;gt;1&amp;lt;/Quantity&amp;gt;&lt;br /&gt;
				&amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
					&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
				&amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
				&amp;lt;Product&amp;gt;&lt;br /&gt;
					&amp;lt;Code&amp;gt;PMI CGN&amp;lt;/Code&amp;gt;&lt;br /&gt;
				&amp;lt;/Product&amp;gt;&lt;br /&gt;
				&amp;lt;DepartureAirport&amp;gt;&lt;br /&gt;
					&amp;lt;IataCode&amp;gt;PMI&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
				&amp;lt;/DepartureAirport&amp;gt;&lt;br /&gt;
				&amp;lt;ArrivalAirport&amp;gt;&lt;br /&gt;
					&amp;lt;IataCode&amp;gt;CGN&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
				&amp;lt;/ArrivalAirport&amp;gt;&lt;br /&gt;
				&amp;lt;Carrier&amp;gt;&lt;br /&gt;
					&amp;lt;OperatingCarrier&amp;gt;&lt;br /&gt;
						&amp;lt;IataCode&amp;gt;LH&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
					&amp;lt;/OperatingCarrier&amp;gt;&lt;br /&gt;
				&amp;lt;/Carrier&amp;gt;&lt;br /&gt;
				&amp;lt;Classes&amp;gt;&lt;br /&gt;
					&amp;lt;FlightClass&amp;gt;&lt;br /&gt;
						&amp;lt;Identifier&amp;gt;CLASS 02&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
						&amp;lt;CabinClass&amp;gt;Economy&amp;lt;/CabinClass&amp;gt;&lt;br /&gt;
						&amp;lt;State&amp;gt;OK&amp;lt;/State&amp;gt;&lt;br /&gt;
						&amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
							&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
						&amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
					&amp;lt;/FlightClass&amp;gt;&lt;br /&gt;
				&amp;lt;/Classes&amp;gt;&lt;br /&gt;
			&amp;lt;/Segment&amp;gt;&lt;br /&gt;
		&amp;lt;/Segments&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2) One-Way-Flight with two legs&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;FlightRequest&amp;gt;&lt;br /&gt;
		&amp;lt;Segments&amp;gt;&lt;br /&gt;
			&amp;lt;Segment Type=&amp;quot;F&amp;quot; Identifier=&amp;quot;SEGMENT 01&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;StartDate&amp;gt;2018-05-25&amp;lt;/StartDate&amp;gt;&lt;br /&gt;
				&amp;lt;EndDate&amp;gt;2018-05-25&amp;lt;/EndDate&amp;gt;&lt;br /&gt;
				&amp;lt;Quantity&amp;gt;1&amp;lt;/Quantity&amp;gt;&lt;br /&gt;
				&amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
					&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
				&amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
				&amp;lt;Product&amp;gt;&lt;br /&gt;
					&amp;lt;Code&amp;gt;CGN PMI&amp;lt;/Code&amp;gt;&lt;br /&gt;
				&amp;lt;/Product&amp;gt;&lt;br /&gt;
				&amp;lt;Legs&amp;gt;&lt;br /&gt;
					&amp;lt;Leg&amp;gt;&lt;br /&gt;
						&amp;lt;Identifier&amp;gt;LEG CGN FRA 01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
						&amp;lt;DepartureDate&amp;gt;2018-05-25&amp;lt;/DepartureDate&amp;gt;&lt;br /&gt;
						&amp;lt;ArrivalDate&amp;gt;2018-05-25&amp;lt;/ArrivalDate&amp;gt;&lt;br /&gt;
						&amp;lt;FlightNumber&amp;gt;LH123&amp;lt;/FlightNumber&amp;gt;&lt;br /&gt;
						&amp;lt;State&amp;gt;OK&amp;lt;/State&amp;gt;&lt;br /&gt;
						&amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
							&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
						&amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
						&amp;lt;DepartureAirport&amp;gt;&lt;br /&gt;
							&amp;lt;IataCode&amp;gt;CGN&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
						&amp;lt;/DepartureAirport&amp;gt;&lt;br /&gt;
						&amp;lt;ArrivalAirport&amp;gt;&lt;br /&gt;
							&amp;lt;IataCode&amp;gt;FRA&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
						&amp;lt;/ArrivalAirport&amp;gt;&lt;br /&gt;
						&amp;lt;Carrier&amp;gt;&lt;br /&gt;
							&amp;lt;OperatingCarrier&amp;gt;&lt;br /&gt;
								&amp;lt;IataCode&amp;gt;LH&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
							&amp;lt;/OperatingCarrier&amp;gt;&lt;br /&gt;
							&amp;lt;/Carrier&amp;gt;&lt;br /&gt;
						&amp;lt;Class&amp;gt;&lt;br /&gt;
							&amp;lt;CabinClass&amp;gt;Economy&amp;lt;/CabinClass&amp;gt;&lt;br /&gt;
							&amp;lt;ClassCode&amp;gt;&lt;br /&gt;
								&amp;lt;Code&amp;gt;Y&amp;lt;/Code&amp;gt;&lt;br /&gt;
							&amp;lt;/ClassCode&amp;gt;&lt;br /&gt;
						&amp;lt;/Class&amp;gt;&lt;br /&gt;
					&amp;lt;/Leg&amp;gt;&lt;br /&gt;
					&amp;lt;Leg&amp;gt;&lt;br /&gt;
						&amp;lt;Identifier&amp;gt;LEG FRA PMI 01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
						&amp;lt;DepartureDate&amp;gt;2018-05-25&amp;lt;/DepartureDate&amp;gt;&lt;br /&gt;
						&amp;lt;ArrivalDate&amp;gt;2018-05-25&amp;lt;/ArrivalDate&amp;gt;&lt;br /&gt;
						&amp;lt;FlightNumber&amp;gt;LH123&amp;lt;/FlightNumber&amp;gt;&lt;br /&gt;
						&amp;lt;State&amp;gt;OK&amp;lt;/State&amp;gt;&lt;br /&gt;
						&amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
							&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
						&amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
						&amp;lt;DepartureAirport&amp;gt;&lt;br /&gt;
							&amp;lt;IataCode&amp;gt;FRA&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
						&amp;lt;/DepartureAirport&amp;gt;&lt;br /&gt;
						&amp;lt;ArrivalAirport&amp;gt;&lt;br /&gt;
							&amp;lt;IataCode&amp;gt;PMI&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
						&amp;lt;/ArrivalAirport&amp;gt;&lt;br /&gt;
						&amp;lt;Carrier&amp;gt;&lt;br /&gt;
							&amp;lt;OperatingCarrier&amp;gt;&lt;br /&gt;
								&amp;lt;IataCode&amp;gt;LH&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
							&amp;lt;/OperatingCarrier&amp;gt;&lt;br /&gt;
							&amp;lt;/Carrier&amp;gt;&lt;br /&gt;
						&amp;lt;Class&amp;gt;&lt;br /&gt;
							&amp;lt;CabinClass&amp;gt;Business&amp;lt;/CabinClass&amp;gt;&lt;br /&gt;
							&amp;lt;ClassCode&amp;gt;&lt;br /&gt;
								&amp;lt;Code&amp;gt;Y&amp;lt;/Code&amp;gt;&lt;br /&gt;
							&amp;lt;/ClassCode&amp;gt;&lt;br /&gt;
						&amp;lt;/Class&amp;gt;&lt;br /&gt;
					&amp;lt;/Leg&amp;gt;&lt;br /&gt;
				&amp;lt;/Legs&amp;gt;&lt;br /&gt;
				&amp;lt;DepartureAirport&amp;gt;&lt;br /&gt;
					&amp;lt;IataCode&amp;gt;CGN&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
				&amp;lt;/DepartureAirport&amp;gt;&lt;br /&gt;
				&amp;lt;ArrivalAirport&amp;gt;&lt;br /&gt;
					&amp;lt;IataCode&amp;gt;PMI&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
				&amp;lt;/ArrivalAirport&amp;gt;&lt;br /&gt;
				&amp;lt;Carrier&amp;gt;&lt;br /&gt;
					&amp;lt;OperatingCarrier&amp;gt;&lt;br /&gt;
						&amp;lt;IataCode&amp;gt;LH&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
					&amp;lt;/OperatingCarrier&amp;gt;&lt;br /&gt;
				&amp;lt;/Carrier&amp;gt;&lt;br /&gt;
				&amp;lt;Classes&amp;gt;&lt;br /&gt;
					&amp;lt;FlightClass&amp;gt;&lt;br /&gt;
						&amp;lt;Identifier&amp;gt;CLASS 01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
						&amp;lt;CabinClass&amp;gt;Economy&amp;lt;/CabinClass&amp;gt;&lt;br /&gt;
						&amp;lt;State&amp;gt;OK&amp;lt;/State&amp;gt;&lt;br /&gt;
						&amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
							&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
						&amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
					&amp;lt;/FlightClass&amp;gt;&lt;br /&gt;
				&amp;lt;/Classes&amp;gt;&lt;br /&gt;
			&amp;lt;/Segment&amp;gt;&lt;br /&gt;
		&amp;lt;/Segments&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3) Return-Flight with feeder flight on the outbound site while the touroperator offers the feeder as a separate bookable service&lt;br /&gt;
&lt;br /&gt;
4) Return-Flight with feeder flight on the outbound site while the touroperator offers the feeder as a non-bookable service&lt;/div&gt;</summary>
		<author><name>Freitagm</name></author>	</entry>

	<entry>
		<id>http://string.drv.de/wiki/index.php?title=Flights&amp;diff=380</id>
		<title>Flights</title>
		<link rel="alternate" type="text/html" href="http://string.drv.de/wiki/index.php?title=Flights&amp;diff=380"/>
				<updated>2018-05-25T10:03:47Z</updated>
		
		<summary type="html">&lt;p&gt;Freitagm: First draft for flight&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Each flight service is divided in three different kind of levels. &lt;br /&gt;
 &lt;br /&gt;
Those levels are:&lt;br /&gt;
&lt;br /&gt;
Flight: This flight level describes a combination of sales route for a flight service (e.g. One-Way or Return) and is a container for one or more flight segments.&lt;br /&gt;
&lt;br /&gt;
Segment: The flight segment is a single purchasable sales route offered by the touroperator. Therefore the flight segment should be identifiable by an according touroperator product code.&lt;br /&gt;
&lt;br /&gt;
Leg: The leg level is used to deliver flight routing details (e.g. flight times, airports) belonging to a certain flight segment. A single flight leg is not offered as a separate bookable service by the touroperator.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
1) Return-Flight &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;FlightRequest&amp;gt;&lt;br /&gt;
		&amp;lt;Segments&amp;gt;&lt;br /&gt;
			&amp;lt;Segment Type=&amp;quot;F&amp;quot; Identifier=&amp;quot;SEGMENT 01&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;StartDate&amp;gt;2018-05-25&amp;lt;/StartDate&amp;gt;&lt;br /&gt;
				&amp;lt;EndDate&amp;gt;2018-05-25&amp;lt;/EndDate&amp;gt;&lt;br /&gt;
				&amp;lt;Quantity&amp;gt;1&amp;lt;/Quantity&amp;gt;&lt;br /&gt;
				&amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
					&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
				&amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
				&amp;lt;Product&amp;gt;&lt;br /&gt;
					&amp;lt;Code&amp;gt;CGN PMI&amp;lt;/Code&amp;gt;&lt;br /&gt;
				&amp;lt;/Product&amp;gt;&lt;br /&gt;
				&amp;lt;DepartureAirport&amp;gt;&lt;br /&gt;
					&amp;lt;IataCode&amp;gt;CGN&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
				&amp;lt;/DepartureAirport&amp;gt;&lt;br /&gt;
				&amp;lt;ArrivalAirport&amp;gt;&lt;br /&gt;
					&amp;lt;IataCode&amp;gt;PMI&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
				&amp;lt;/ArrivalAirport&amp;gt;&lt;br /&gt;
				&amp;lt;Carrier&amp;gt;&lt;br /&gt;
					&amp;lt;OperatingCarrier&amp;gt;&lt;br /&gt;
						&amp;lt;IataCode&amp;gt;LH&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
					&amp;lt;/OperatingCarrier&amp;gt;&lt;br /&gt;
				&amp;lt;/Carrier&amp;gt;&lt;br /&gt;
				&amp;lt;Classes&amp;gt;&lt;br /&gt;
					&amp;lt;FlightClass&amp;gt;&lt;br /&gt;
						&amp;lt;Identifier&amp;gt;CLASS 01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
						&amp;lt;CabinClass&amp;gt;Economy&amp;lt;/CabinClass&amp;gt;&lt;br /&gt;
						&amp;lt;State&amp;gt;OK&amp;lt;/State&amp;gt;&lt;br /&gt;
						&amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
							&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
						&amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
					&amp;lt;/FlightClass&amp;gt;&lt;br /&gt;
				&amp;lt;/Classes&amp;gt;&lt;br /&gt;
			&amp;lt;/Segment&amp;gt;&lt;br /&gt;
			&amp;lt;Segment Type=&amp;quot;F&amp;quot; Identifier=&amp;quot;SEGMENT 02&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;StartDate&amp;gt;2018-06-01&amp;lt;/StartDate&amp;gt;&lt;br /&gt;
				&amp;lt;EndDate&amp;gt;2018-06-01&amp;lt;/EndDate&amp;gt;&lt;br /&gt;
				&amp;lt;Quantity&amp;gt;1&amp;lt;/Quantity&amp;gt;&lt;br /&gt;
				&amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
					&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
				&amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
				&amp;lt;Product&amp;gt;&lt;br /&gt;
					&amp;lt;Code&amp;gt;PMI CGN&amp;lt;/Code&amp;gt;&lt;br /&gt;
				&amp;lt;/Product&amp;gt;&lt;br /&gt;
				&amp;lt;DepartureAirport&amp;gt;&lt;br /&gt;
					&amp;lt;IataCode&amp;gt;PMI&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
				&amp;lt;/DepartureAirport&amp;gt;&lt;br /&gt;
				&amp;lt;ArrivalAirport&amp;gt;&lt;br /&gt;
					&amp;lt;IataCode&amp;gt;CGN&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
				&amp;lt;/ArrivalAirport&amp;gt;&lt;br /&gt;
				&amp;lt;Carrier&amp;gt;&lt;br /&gt;
					&amp;lt;OperatingCarrier&amp;gt;&lt;br /&gt;
						&amp;lt;IataCode&amp;gt;LH&amp;lt;/IataCode&amp;gt;&lt;br /&gt;
					&amp;lt;/OperatingCarrier&amp;gt;&lt;br /&gt;
				&amp;lt;/Carrier&amp;gt;&lt;br /&gt;
				&amp;lt;Classes&amp;gt;&lt;br /&gt;
					&amp;lt;FlightClass&amp;gt;&lt;br /&gt;
						&amp;lt;Identifier&amp;gt;CLASS 02&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
						&amp;lt;CabinClass&amp;gt;Economy&amp;lt;/CabinClass&amp;gt;&lt;br /&gt;
						&amp;lt;State&amp;gt;OK&amp;lt;/State&amp;gt;&lt;br /&gt;
						&amp;lt;AssignedTraveller&amp;gt;&lt;br /&gt;
							&amp;lt;Identifier&amp;gt;01&amp;lt;/Identifier&amp;gt;&lt;br /&gt;
						&amp;lt;/AssignedTraveller&amp;gt;&lt;br /&gt;
					&amp;lt;/FlightClass&amp;gt;&lt;br /&gt;
				&amp;lt;/Classes&amp;gt;&lt;br /&gt;
			&amp;lt;/Segment&amp;gt;&lt;br /&gt;
		&amp;lt;/Segments&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2) One-Flight &lt;br /&gt;
&lt;br /&gt;
3) Return-Flight with feeder flight on the outbound site while the touroperator offers the feeder as a separate bookable service&lt;br /&gt;
&lt;br /&gt;
4) Return-Flight with feeder flight on the outbound site while the touroperator offers the feeder as a non-bookable service&lt;/div&gt;</summary>
		<author><name>Freitagm</name></author>	</entry>

	<entry>
		<id>http://string.drv.de/wiki/index.php?title=Versioning&amp;diff=275</id>
		<title>Versioning</title>
		<link rel="alternate" type="text/html" href="http://string.drv.de/wiki/index.php?title=Versioning&amp;diff=275"/>
				<updated>2017-08-09T13:49:44Z</updated>
		
		<summary type="html">&lt;p&gt;Freitagm: Die Seite wurde neu angelegt: „- Aufbau der Nachrichten mit einer stabilen Hülle und einem volatilen Container &amp;lt;xml&amp;gt; 	&amp;lt;version&amp;gt;1.3&amp;lt;/version&amp;gt; 	&amp;lt;data&amp;gt; 		… 	&amp;lt;/data&amp;gt; &amp;lt;/xml&amp;gt;  - Im Rahmen wird…“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;- Aufbau der Nachrichten mit einer stabilen Hülle und einem volatilen Container&lt;br /&gt;
&amp;lt;xml&amp;gt;&lt;br /&gt;
	&amp;lt;version&amp;gt;1.3&amp;lt;/version&amp;gt;&lt;br /&gt;
	&amp;lt;data&amp;gt;&lt;br /&gt;
		…&lt;br /&gt;
	&amp;lt;/data&amp;gt;&lt;br /&gt;
&amp;lt;/xml&amp;gt;&lt;br /&gt;
&lt;br /&gt;
- Im Rahmen wird der Container und eine Versionsinformation mitgesendet&lt;br /&gt;
- Es findet ein Version-Handshake zwischen Sender und Empfänger statt. Beide tauschen die Information über die unterstützten Versionen aus und einigen sich auf eine gemeinsam unterstützte Version (für eine Session muss diese Version stabil gehalten werden)&lt;br /&gt;
Diese unterstützen Versionsinformationen werden über einen separaten Request-/Response ausgetauscht.&lt;br /&gt;
- Die Major-Versionsnummer in der Hülle wird nur bei Breaking-Changes (Syntaktisch oder Semantisch) hochgezählt. Die Minor-Versionsnummer kann bei jeder Änderung (z.B. neue Felder) hochgezählt werden, muss aber innerhalb des Major-Releases abwärtskompatibel sein.&lt;br /&gt;
- Die Major-Versionsnummer könnte Bestandteil des Namespaces des inneren Container-Schemas sein&lt;br /&gt;
- Neue Nachrichtentypen könnten an der Versionnummer hängen und so geprüft werden oder aber einfach bei der Verarbeitung durch die empfangene Stelle eine Fehlermeldung auslösen&lt;/div&gt;</summary>
		<author><name>Freitagm</name></author>	</entry>

	<entry>
		<id>http://string.drv.de/wiki/index.php?title=Schemata&amp;diff=70</id>
		<title>Schemata</title>
		<link rel="alternate" type="text/html" href="http://string.drv.de/wiki/index.php?title=Schemata&amp;diff=70"/>
				<updated>2016-09-23T14:00:08Z</updated>
		
		<summary type="html">&lt;p&gt;Freitagm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Hier bekommt dann jeder Komplex seine eigene Unterseite.&lt;br /&gt;
&lt;br /&gt;
string-carrental-types.xsd&lt;br /&gt;
string-carrental.xsd&lt;br /&gt;
&lt;br /&gt;
string-common-types.xsd&lt;br /&gt;
&lt;br /&gt;
string-cruise-types.xsd&lt;br /&gt;
string-cruise.xsd&lt;br /&gt;
&lt;br /&gt;
string-flight-types.xsd&lt;br /&gt;
string-flight.xsd&lt;br /&gt;
&lt;br /&gt;
string-hotel-types.xsd&lt;br /&gt;
string-hotel.xsd&lt;br /&gt;
&lt;br /&gt;
string-package.xsd&lt;br /&gt;
&lt;br /&gt;
string-configuration.xsd&lt;br /&gt;
&lt;br /&gt;
string.xsd&lt;br /&gt;
&lt;br /&gt;
[[Datei:DRV Typen.png|200px|thumb|left|High-Level Übersicht der Leistungstypenstruktur]]&lt;/div&gt;</summary>
		<author><name>Freitagm</name></author>	</entry>

	<entry>
		<id>http://string.drv.de/wiki/index.php?title=Datei:DRV_Typen.png&amp;diff=69</id>
		<title>Datei:DRV Typen.png</title>
		<link rel="alternate" type="text/html" href="http://string.drv.de/wiki/index.php?title=Datei:DRV_Typen.png&amp;diff=69"/>
				<updated>2016-09-23T13:58:56Z</updated>
		
		<summary type="html">&lt;p&gt;Freitagm: High-Level Übersicht der Leistungstypenstruktur&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;High-Level Übersicht der Leistungstypenstruktur&lt;/div&gt;</summary>
		<author><name>Freitagm</name></author>	</entry>

	<entry>
		<id>http://string.drv.de/wiki/index.php?title=Schemata&amp;diff=68</id>
		<title>Schemata</title>
		<link rel="alternate" type="text/html" href="http://string.drv.de/wiki/index.php?title=Schemata&amp;diff=68"/>
				<updated>2016-09-23T13:56:55Z</updated>
		
		<summary type="html">&lt;p&gt;Freitagm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Hier bekommt dann jeder Komplex seine eigene Unterseite.&lt;br /&gt;
&lt;br /&gt;
string-carrental-types.xsd&lt;br /&gt;
string-carrental.xsd&lt;br /&gt;
&lt;br /&gt;
string-common-types.xsd&lt;br /&gt;
&lt;br /&gt;
string-cruise-types.xsd&lt;br /&gt;
string-cruise.xsd&lt;br /&gt;
&lt;br /&gt;
string-flight-types.xsd&lt;br /&gt;
string-flight.xsd&lt;br /&gt;
&lt;br /&gt;
string-hotel-types.xsd&lt;br /&gt;
string-hotel.xsd&lt;br /&gt;
&lt;br /&gt;
string-package.xsd&lt;br /&gt;
&lt;br /&gt;
string-configuration.xsd&lt;br /&gt;
&lt;br /&gt;
string.xsd&lt;br /&gt;
&lt;br /&gt;
[[Datei:DRV Typen.pdf|200px|thumb|left|High-Level Übersicht der Leistungstypenstruktur]]&lt;/div&gt;</summary>
		<author><name>Freitagm</name></author>	</entry>

	<entry>
		<id>http://string.drv.de/wiki/index.php?title=Schemata&amp;diff=67</id>
		<title>Schemata</title>
		<link rel="alternate" type="text/html" href="http://string.drv.de/wiki/index.php?title=Schemata&amp;diff=67"/>
				<updated>2016-09-23T13:55:49Z</updated>
		
		<summary type="html">&lt;p&gt;Freitagm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Hier bekommt dann jeder Komplex seine eigene Unterseite.&lt;br /&gt;
&lt;br /&gt;
string-carrental-types.xsd&lt;br /&gt;
string-carrental.xsd&lt;br /&gt;
&lt;br /&gt;
string-common-types.xsd&lt;br /&gt;
&lt;br /&gt;
string-cruise-types.xsd&lt;br /&gt;
string-cruise.xsd&lt;br /&gt;
&lt;br /&gt;
string-flight-types.xsd&lt;br /&gt;
string-flight.xsd&lt;br /&gt;
&lt;br /&gt;
string-hotel-types.xsd&lt;br /&gt;
string-hotel.xsd&lt;br /&gt;
&lt;br /&gt;
string-package.xsd&lt;br /&gt;
&lt;br /&gt;
string-configuration.xsd&lt;br /&gt;
&lt;br /&gt;
string.xsd&lt;br /&gt;
&lt;br /&gt;
[[Datei:DRV Typen.png|200px|thumb|left|High-Level Übersicht der Leistungstypenstruktur]]&lt;/div&gt;</summary>
		<author><name>Freitagm</name></author>	</entry>

	<entry>
		<id>http://string.drv.de/wiki/index.php?title=Schemata&amp;diff=66</id>
		<title>Schemata</title>
		<link rel="alternate" type="text/html" href="http://string.drv.de/wiki/index.php?title=Schemata&amp;diff=66"/>
				<updated>2016-09-23T13:55:22Z</updated>
		
		<summary type="html">&lt;p&gt;Freitagm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Hier bekommt dann jeder Komplex seine eigene Unterseite.&lt;br /&gt;
&lt;br /&gt;
string-carrental-types.xsd&lt;br /&gt;
string-carrental.xsd&lt;br /&gt;
&lt;br /&gt;
string-common-types.xsd&lt;br /&gt;
&lt;br /&gt;
string-cruise-types.xsd&lt;br /&gt;
string-cruise.xsd&lt;br /&gt;
&lt;br /&gt;
string-flight-types.xsd&lt;br /&gt;
string-flight.xsd&lt;br /&gt;
&lt;br /&gt;
string-hotel-types.xsd&lt;br /&gt;
string-hotel.xsd&lt;br /&gt;
&lt;br /&gt;
string-package.xsd&lt;br /&gt;
&lt;br /&gt;
string-configuration.xsd&lt;br /&gt;
&lt;br /&gt;
string.xsd&lt;br /&gt;
&lt;br /&gt;
[[Datei:Datei.png|200px|thumb|left|High-Level Übersicht der Leistungstypenstruktur]]&lt;/div&gt;</summary>
		<author><name>Freitagm</name></author>	</entry>

	<entry>
		<id>http://string.drv.de/wiki/index.php?title=Datei:DRV_Typen.pdf&amp;diff=65</id>
		<title>Datei:DRV Typen.pdf</title>
		<link rel="alternate" type="text/html" href="http://string.drv.de/wiki/index.php?title=Datei:DRV_Typen.pdf&amp;diff=65"/>
				<updated>2016-09-23T13:54:38Z</updated>
		
		<summary type="html">&lt;p&gt;Freitagm: High-Level Übersicht der Leistungstypenstruktur&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;High-Level Übersicht der Leistungstypenstruktur&lt;/div&gt;</summary>
		<author><name>Freitagm</name></author>	</entry>

	</feed>