schema

XML format for the schema object

The schema object is the top level object.

<schema schemaRevision="60" customerRevision="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://dovetailsoftware.com/2006/10/DataDictionary.xsd">
...
</schema>

Attribute Name

Required

Description

schemaRevision

Yes

Specifies the vendor schema revision.

customerRevision

Yes

Specifies the customer schema revision.

xmlns:xsi

Yes

Defines the type of XML schema. Do not change or remove this value.

xmlns

Yes

Defines the namespace to be used. Do not change or remove this value.

See Also

DataDictionary XML Reference

Next

table

schema