XML schema overview
The TADDM XML schema flattens the hierarchical structure of the Common Data Model into an XML document, with most contained objects embedded within the document.
TADDM API methods return an XML document containing a list of objects specified by the Model Query Language (MQL) query, where applicable. This document is larger than the original data but is easier to search using tools such as XQuery or XPath.
The TADDM SDK represents the dependencies between objects using independent dependency objects, which connect providers with dependent services using object IDs.
- XML is a hierarchical model and does not permit cycles.
- The property_nameX is a ModelObject.
- The abbreviated_searched_class_name is the searched class name and not the actual class name.
- The xsi:type and GUID are XML attributes, and are not represented as separate elements.
- Array: When the element is part of an array, N is its index.
The following table describes the XML document structure:
| XML | Description |
|---|---|
|
Header |
|
Top-level result node, including the XML namespace specification |
|
Class attributes, such as last modified time and unique object ID |
|
Attribute values and embedded objects |
|
End of values |
|
End of results |