DTD
This section includes the commented struct DTD, and is illustrated with a simple example, that can serve as a template to create new structs.
Fields and documentation
This is the main part of the struct DTD, which has the elements to declare fields and documentation.
Click here to show/download struct.dtd.txt.Data types
The following DTD is the datatypes part of the struct DTD. It enumerates all the possible data types, with all their constraint attributes.
Click here to show/download datatypes.dtd.txt.Examples
This is an example of simple data structure.
Click here to show/download StructExampleBase.xml.txt.This other data structure inherits the first one and adds some fields.
Click here to show/download StructExample.xml.txt.