Definition Type: ComplexType
Name: StreetAddress
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A type that describes the set of street and building number information that identifies a postal address within a city.
Collapse XSD Schema Diagram:
Drilldown into streetLine in schema fpml-shared-4-4_xsdXSD Diagram of StreetAddress in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="StreetAddress">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that describes the set of street and building number information that identifies a postal address within a city.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="streetLine" type="xsd:string" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An individual line of street and building number information, forming part of a postal address.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
streetLine fpml:streetLine (1) unbounded
Collapse Derivation Tree:
Collapse References:
fpml:streetAddress