ROME XML Definition Schema Documentation

Complex Type: BankFieldDesc

[Table of contents]

Super-types: None
Sub-types: None
Name BankFieldDesc
Used by (from the same schema document) Complex Type StructuredBankDesc
Abstract no
Documentation Description of structured bank fields.
XML Instance Representation
<...>
<BankFieldName> string </BankFieldName> [1]

'The name of the field of the structured bank. (required)'

<BankFieldType> string </BankFieldType> [1]

'The type of the field of the structured bank. This is the type of the values in the structure stored in the bank in the midas file. (required)'

Start Choice [0..*]
<BankFieldSize> integer </BankFieldSize> [0..1]

'The pack size of the field of the structured bank. E.g. the field length in bits. (optional)'

<BankFieldArraySize> string </BankFieldArraySize> [0..1]

'The array size of the bank field. If this value is 1 or not present, then the field is a single value. (optional)'

End Choice
</...>
Diagram
Schema Component Representation
<complexType name="BankFieldDesc">
<sequence>
<element name="BankFieldName" type=" string "/>
<element name="BankFieldType" type=" string "/>
<choice minOccurs="0" maxOccurs="unbounded">
<element name="BankFieldSize" type=" integer " minOccurs="0"/>
<element name="BankFieldArraySize" type=" string " minOccurs="0"/>
</choice>
</sequence>
</complexType>