<types> element

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

<types> element

Previous pageReturn to chapter overviewNext page

This element is a container for one or more type elements.

 

parents

definitions

children

type[1:∞]

Attributes

attribute name

data type

usage

default value

description

namespace

xsd:anyURI

optional

 

The namespace of the data types for the service. If this attribute is omitted the service namespace is used. See remarks for the <service> element for more information.

 

encoding

xsd:NCName

optional

 

Indicates the default character encoding that should be used when serializing/deserializing child elements to/from the SOAP envelope. If omitted, the default encoding is the server's default encoding which is typically ISO-8859-1. This value may be altered by Server startup options. A list of available encoding names can be found in Character Encoding Names.