This element describes a "type". It is a container for one or more <element> elements.
Attributes
|
Attribute |
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 |
inherited from parent <types> element |
The default string padding specification for all child <element> elements. Valid values are "zeros" and "spaces". See Remarks at <element> for details. |