<definitions> element

SOAP/AM Server Development > Service Definition File Reference > Schema Reference >

<definitions> element

Previous pageReturn to chapter overviewNext page

This is the root element of the SDF document. Children must appear in the order shown.

 

parents

none; this is the root element

children

types[1] servers[1] service[1]

Attributes

None

Example

<definitions

 xmlns:xsd="http://www.w3.org/2001/XMLSchema"

 xmlns="http://www.nuwave-tech.com/soapam.com/schemas/soapam/sdf/"

 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

 xsi:schemaLocation="http://www.nuwave-tech.com.com/schemas/soapam/sdf/ http://www.nuwave-tech.com/schemas/soapam/sdf/sdf.xsd"

>

...

</definitions>