Definition Type: ComplexType
Name: Address
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-shared-4-0.xsd
Abstract
Documentation:
A type that represents a physical postal address.
Collapse XSD Schema Diagram:
Drilldown into postalCode in schema fpml-shared-4-0_xsd Drilldown into country in schema fpml-shared-4-0_xsd Drilldown into state in schema fpml-shared-4-0_xsd Drilldown into city in schema fpml-shared-4-0_xsd Drilldown into streetAddress in schema fpml-shared-4-0_xsdXSD Diagram of Address in schema fpml-shared-4-0_xsd (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>
            <!-- allow only one streetAddress, because it has multiple streetLines - 
      	BAL 2003-08-08, per Rick Schumacher -->
        </xsd:element>
        <xsd:element name="city" type="xsd: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="xsd: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="Country" 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="xsd: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 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:
Collapse References:
nsA:routingAddress, nsA:routingAddress