complexType "SettlementDetails"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
currency (in settlementDetails in settlementInstructionDetails),
id (in settlementDetails in settlementInstructionDetails),
settlementInstruction (in settlementDetails in settlementInstructionDetails)
All Direct / Indirect Based Elements (1):
settlementDetails (in settlementInstructionDetails)
Known Usage Locations
Annotation
A set of currency-specific settlement instructions.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="SettlementDetails">
<xsd:sequence>
<xsd:element name="id" type="SettlementInstructionId"/>
<xsd:element name="currency" type="Currency"/>
<xsd:element name="settlementInstruction" type="SettlementInstruction"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
currency
Type:
Currency, simple content
Currency associated with the settlement instruction.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="currency" type="Currency"/>

id
Type:
SettlementInstructionId, simple content
A unique identifier for a cash settlement details structure.
Simple Content
xsd:normalizedString
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="id" type="SettlementInstructionId"/>

settlementInstruction
Type:
SettlementInstruction, complex content
A standard settlement instruction defining how a currency payment is to be made.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="settlementInstruction" type="SettlementInstruction"/>

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