User Tools

Site Tools


structure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
structure [2012/12/31 12:56]
cruisefactory [XML Layout]
structure [2018/05/24 09:51] (current)
cruisefactory
Line 3: Line 3:
  
 ===== XML Layout ===== ===== XML Layout =====
-The XML is layed out exactly as below, although this example is missing the table column elements which are [[structure#table_layouts|listed below]] for each table.+The XML is layed out exactly as below, although this example is missing the table column elements (rows) which are [[structure#table_layouts|listed below]] for each table.
 <code xml> <code xml>
 <database> <database>
Line 192: Line 192:
 <price_balcony> double </price_balcony> <price_balcony> double </price_balcony>
 <price_suites> double </price_suites> <price_suites> double </price_suites>
 +</code>
 +
 +==== latlong ====
 +<code xml>
 +<id> int </id>
 +<port_id> int </port_id>
 +<lat> float </lat>
 +<long> float </long>
 </code> </code>
  
Line 382: Line 390:
 <name> varchar (max 100) </name> <name> varchar (max 100) </name>
 <description> text </description> <description> text </description>
 +</code>
 +
 +==== amended_conditions ====
 +<code xml>
 +<id> int </id>
 +<sailingdate_id> int </sailingdate_id>
 +<disclaimer> varchar (max 255) </disclaimer>
 +<conditions> text </conditions>
 </code> </code>
structure.1356918962.txt.gz ยท Last modified: 2012/12/31 12:56 by cruisefactory