<nds> is the top level (document) element of all documents sent as a parameter to or returned from a DirXML or driver interface method.
All <nds> documents sent as a parameter to a DirXML or driver interface method should contain exactly one <input>.
All <nds> documents returned from a DirXML or driver interface method should contain exactly one <output>.
DirXML sends:
<nds dtdversion="1.0" ndsversion="8.5">
<source>
<product asn1id="2 16 840 1 113719 1 x" version="1.0b3">DirXML</product>
<contact>Novell, Inc.</contact>
</source>
<input>
<modify class-name="User" event-id="0" src-dn="\ATREE\Users\Julia" src-entry-id="33967">
<association state="associated">{B43E7155-CDF9-d311-9846-0008C76B16C2}</association>
<modify-attr attr-name="Surname">
<add-value>
<value type="string">Gulia</value>
</add-value>
</modify-attr>
</modify>
</input>
</nds>
Shim returns:
<nds dtdversion="1.0" ndsversion="8.5"> <source> <product version="1.0b3">Some Application Driver</product> <contact>Nobody in particular</contact> </source> <output> <status event-id="0" level="success"/> </output> </nds>
- source
- The source/creator of the document.
- input
- Input events or commands.
- output
- Results of events or commands.
Attribute Value(s) Default Value dtdversion CDATA
Should be set to 1.0 for current version of DirXML.#REQUIRED ndsversion CDATA
Should be set to 8.5 for current version of DirXML.#REQUIRED
( source ? , ( input | output ) )
None
Top Elements || All Elements || Tree