<type> element

SOAP/AM Client Development > Developer's Reference > Client Definition File Reference > Schema Reference >

<type> element

Previous pageReturn to chapter overviewNext page

This element describes a "type". It is a container for one or more <element> elements.

 

parents

types

children

element[1:∞]

Attributes

attribute name

data type

usage

default value

description

 

name

xsd:NCName

required

 

The type name. Must be unique within <types>.

size

xsd:positiveInteger

optional

 

The number of bytes that the type represents. If omitted, the size will be calculated based on the aggregate size of the child elements.

 

stringPadding

xsd:token

optional

zeros

Controls the way <element type="string" ...> are treated. Sets the default for <element> members of this <type> used by this server. Valid values are "zeros" and "spaces". See Remarks for the <element> element for more information.