Skip to content

Instantly share code, notes, and snippets.

@shadeglare
Created October 4, 2013 07:31
Show Gist options
  • Save shadeglare/6822258 to your computer and use it in GitHub Desktop.
Save shadeglare/6822258 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<passenger>
<properties>
<firstName></firstName>
<lastName></lastName>
<email />
<birthDate>
<day>0</day>
<month>0</month>
<year>0</year>
</birthDate>
</properties>
<relations />
</passenger>
<flight>
<properties>
<marketingCarrier></marketingCarrier>
<operatingCarrier></operatingCarrier>
<from></from>
<to></to>
<departure>
<minutes>0</minutes>
<hours>0</hours>
<day>0</day>
<month>0</month>
<year>0</year>
</departure>
<arrival>
<minutes>0</minutes>
<hours>0</hours>
<day>0</day>
<month>0</month>
<year>0</year>
</arrival>
<price>
<value>0</value>
<currency></currency>
</price>
</properties>
<relations />
</flight>
<bonusCard>
<properties>
<carrier></carrier>
<number></number>
</properties>
<relations />
</bonusCard>
<booking>
<properties>
<locator></locator>
<timeLimit>
<minutes>0</minutes>
<hours>0</hours>
<day>0</day>
<month>0</month>
<year>0</year>
</timeLimit>
</properties>
<relations>
<flight />
<passengers />
</relations>
</booking>
<36dd1132-e37f-4ca6-8459-2cd9aabaa14e>
<properties>
<firstName>Vasily</firstName>
<lastName>Ivanov</lastName>
<email>[email protected]</email>
<birthDate>
<day>10</day>
<month>3</month>
<year>1966</year>
</birthDate>
</properties>
<relations>
<model>passenger</model>
</relations>
</36dd1132-e37f-4ca6-8459-2cd9aabaa14e>
<0dc72026-54ff-4d21-beb0-03f207364df1>
<properties>
<firstName>Peter</firstName>
<lastName>Petrov</lastName>
<email>[email protected]</email>
<birthDate>
<day>3</day>
<month>9</month>
<year>1975</year>
</birthDate>
</properties>
<relations>
<model>passenger</model>
</relations>
</0dc72026-54ff-4d21-beb0-03f207364df1>
<3dcc66e2-d508-42e4-ad50-fa60048e2bf2>
<properties>
<marketingCarrier>SU</marketingCarrier>
<operatingCarrier>SU</operatingCarrier>
<from>LHR</from>
<to>MOW</to>
<departure>
<minutes>35</minutes>
<hours>17</hours>
<day>13</day>
<month>10</month>
<year>2013</year>
</departure>
<arrival>
<minutes>5</minutes>
<hours>20</hours>
<day>13</day>
<month>10</month>
<year>2013</year>
</arrival>
<price>
<value>13500</value>
<currency>RUB</currency>
</price>
</properties>
<relations>
<model>flight</model>
</relations>
</3dcc66e2-d508-42e4-ad50-fa60048e2bf2>
<507c751f-d3e5-41d4-b485-f3d1d79af36d>
<properties>
<marketingCarrier>BA</marketingCarrier>
<operatingCarrier>BA</operatingCarrier>
<from>PAR</from>
<to>RIX</to>
<departure>
<minutes>5</minutes>
<hours>12</hours>
<day>7</day>
<month>11</month>
<year>2013</year>
</departure>
<arrival>
<minutes>15</minutes>
<hours>13</hours>
<day>7</day>
<month>11</month>
<year>2013</year>
</arrival>
<price>
<value>6500</value>
<currency>RUB</currency>
</price>
</properties>
<relations>
<model>flight</model>
</relations>
</507c751f-d3e5-41d4-b485-f3d1d79af36d>
<61ff6f45-4e84-4d69-bda4-124f10561d9c>
<properties>
<locator>ZVATP3</locator>
<timeLimit>
<minutes>35</minutes>
<hours>10</hours>
<day>13</day>
<month>10</month>
<year>2013</year>
</timeLimit>
<bonusCards>
<carrier>SU</carrier>
<number>34521239</number>
</bonusCards>
</properties>
<relations>
<model>booking</model>
<flight>3dcc66e2-d508-42e4-ad50-fa60048e2bf2</flight>
<passengers>36dd1132-e37f-4ca6-8459-2cd9aabaa14e</passengers>
<passengers>0dc72026-54ff-4d21-beb0-03f207364df1</passengers>
</relations>
</61ff6f45-4e84-4d69-bda4-124f10561d9c>
<681d78d8-1460-4246-88ad-1e12ac1fa669>
<properties>
<locator>ZVATN8</locator>
<timeLimit>
<minutes>5</minutes>
<hours>8</hours>
<day>6</day>
<month>11</month>
<year>2013</year>
</timeLimit>
<bonusCards>
<carrier>SU</carrier>
<number>34521239</number>
</bonusCards>
<bonusCards>
<carrier>BA</carrier>
<number>76483245</number>
</bonusCards>
<bonusCards>
<image>http://example.com/img.png</image>
</bonusCards>
</properties>
<relations>
<model>booking</model>
<flight>507c751f-d3e5-41d4-b485-f3d1d79af36d</flight>
<passengers>0dc72026-54ff-4d21-beb0-03f207364df1</passengers>
</relations>
</681d78d8-1460-4246-88ad-1e12ac1fa669>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment