====== Shapefile Structure ======
//All this is true for the shapefile shape.xml used in the current Titan software. While the shape generator stems originally from Classic software and was available long before Titan was even started, the control file SG.DAT does look familiar - patterns are defined, and shapes are created from patterns. However, file format and values are very much different.//
The shapefile (for its location see [[shapes:start]]) is a very basic xml file. Essentially it looks like this (the file shown is abbreviated and not operational in Titan):
...
....
....
...
...
The general structure of an XML file is explained in more detail [[macros:xml_file_format|in the macros section]].
* there is the XML declaration ''''
* there is the root element '''' which encloses the entire contents and is finally closed with ''''
* there is a number of History entries which simply show the development of this file: ''''
* there is a number of '''' elements which define the modulation curve, see [[patterns]]
* there is a number of '''' elements which define the shapes available in Titan, see [[shapes]]