The schemaScript element is the top level element that defines the XML as a schema script. This element is required.
Example:
<schemaScript xmlns="http://www.dovetailsoftware.com/2009/03/SchemaScript.xsd">
<addTable name="my_new_table" id="2001" />
<addColumn name="objid" dataType="Long" table="my_new_table" />
<addColumn name="x_my_new_column" dataType="DateTime" table="my_new_table" />
</schemaScript>
Required Attributes:
Attribute Name |
Description |
---|---|
xmlns |
Defines the namespace to be used. Do not change or remove this value. |
See Also |
Next |