User Guide/Project/XML Structure: Difference between revisions
From STX Wiki
< User Guide | Project
Jump to navigationJump to search
m (Jw moved page User Guide/Projects/DataSet elements to User Guide/Project/XML Structure) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
== | {{UG_Project}} | ||
==XML elements== | |||
The | The project file supports the following XML elements. | ||
===STXDataSet=== | |||
The root element of a project file is always an '''STXDataSet''' element. | |||
===AFile=== | |||
The metadata for a sound file is stored in an '''AFile''' element. | |||
===ASegList=== | |||
A list of segments from different sound files (available in this project file). | |||
===ASequence=== | |||
A sequence of signals which can be generated (sine, triangle, etc.) or sound file segments. | |||
===Link=== | |||
A link to any file on disk. This is useful for quick access to associated text or doc files. | |||
===Set=== | |||
A collection of any of the XML elements mentioned here. The '''Set''' is a way to keep things organized. | |||
==Further Reading== | |||
For a detailed description of the XML structure of a project file, please see the topic [[Programmer_Guide/General_Descriptions/DOCTYPE|DOCTYPE]] in the [[Programmer Guide]]. |
Latest revision as of 13:17, 14 September 2015
Contents
XML elements
The project file supports the following XML elements.
STXDataSet
The root element of a project file is always an STXDataSet element.
AFile
The metadata for a sound file is stored in an AFile element.
ASegList
A list of segments from different sound files (available in this project file).
ASequence
A sequence of signals which can be generated (sine, triangle, etc.) or sound file segments.
Link
A link to any file on disk. This is useful for quick access to associated text or doc files.
Set
A collection of any of the XML elements mentioned here. The Set is a way to keep things organized.
Further Reading
For a detailed description of the XML structure of a project file, please see the topic DOCTYPE in the Programmer Guide.