Definition Type: Element
Name: address
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:Address
Containing Schema: fpml-shared-5-10.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A postal or street address.
Collapse XSD Schema Diagram:
Drilldown into postalCode in schema fpml-shared-5-10_xsd Drilldown into country in schema fpml-shared-5-10_xsd Drilldown into state in schema fpml-shared-5-10_xsd Drilldown into city in schema fpml-shared-5-10_xsd Drilldown into streetAddress in schema fpml-shared-5-10_xsd Drilldown into Address in schema fpml-shared-5-10_xsdXSD Diagram of address in schema fpml-shared-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="address" type="Address" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A postal or street address.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
streetAddress nsA:streetAddress 0 (1)
city nsA:city 0 (1)
state nsA:state 0 (1)
country nsA:country 0 (1)
postalCode nsA:postalCode 0 (1)
Collapse Derivation Tree: