This element describes a "type". It is a container for one or more <element> elements.
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. |