complexType "ReferenceBank"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
referenceBankId, referenceBankName
All Direct / Indirect Based Elements (1):
referenceBank
Known Usage Locations
Annotation
A type to describe an institution (party) identified by means of a coding scheme and an optional name.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="ReferenceBank">
<xsd:sequence>
<xsd:element name="referenceBankId" type="ReferenceBankId"/>
<xsd:element minOccurs="0" name="referenceBankName" type="String"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
referenceBankId
Type:
ReferenceBankId, simple content
An institution (party) identifier, e.g. a bank identifier code (BIC).
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="referenceBankId" type="ReferenceBankId"/>

referenceBankName
Type:
String, simple content
The name of the institution (party). A free format string. FpML does not define usage rules for the element.
Simple Content
xsd:string
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="referenceBankName" type="String"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.