Definition Type: ComplexType
Name: Address
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type that represents a physical postal address.
Collapse XSD Schema Diagram:
Drilldown into postalCode in schema fpml-shared-5-10_xsd4 Drilldown into country in schema fpml-shared-5-10_xsd4 Drilldown into state in schema fpml-shared-5-10_xsd4 Drilldown into city in schema fpml-shared-5-10_xsd4 Drilldown into streetAddress in schema fpml-shared-5-10_xsd4XSD Diagram of Address in schema fpml-shared-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Address">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that represents a physical postal address.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="streetAddress" type="StreetAddress" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The set of street and building number information that identifies a postal address within a city.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="city" type="String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The city component of a postal address.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="state" type="String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A country subdivision used in postal addresses in some countries. For example, US states, Canadian provinces, Swiss cantons.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="country" type="CountryCode" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The ISO 3166 standard code for the country within which the postal address is located.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="postalCode" type="String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The code, required for computerised mail sorting systems, that is allocated to a physical address by a national postal authority.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
streetAddress nsE:streetAddress 0 (1)
city nsE:city 0 (1)
state nsE:state 0 (1)
country nsE:country 0 (1)
postalCode nsE:postalCode 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:address, nsE:routingAddress