tsd:adminInfo

Purpose This element contains administrative information that is associated with the schema to which tsd:schemaInfo applies. This includes version information, creation date and modification date and server information.
Parent element tsd:schemaInfo
Child elements tsd:version, tsd:created, tsd:modified, tsd:server
Attributes None
Restriction This element and all of its children are generated by Tamino. It is neither necessary to provide this element by yourself nor may you modify this information.

Example

The following example shows what a tsd:schemaInfo element containing a tsd:adminInfo element could look like:

<tsd:schemaInfo name="mySchema">
 <tsd:collection name="ino:collection"/>
 <tsd:adminInfo>
  <tsd:server>8.0.0.1</tsd:server>
  <tsd:version>TSD</tsd:version>
  <tsd:created>2008-08-21T01:23:45.000+02:00</tsd:created>
  <tsd:modified>2008-08-22T01:23:45.000+02:00</tsd:modified>
 </tsd:adminInfo>
</tsd:schemaInfo>