Definition Type: ComplexType
Name: BusinessCenters
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type for defining business day calendar used in determining whether a day is a business day or not. A list of business day calendar locations may be ordered in the document alphabetically based on business day calendar location code. An FpML document containing an unordered business day calendar location list is still regarded as a conformant document.
Collapse XSD Schema Diagram:
Drilldown into businessCenter in schema fpml-shared-5-10_xsd Drilldown into id in schema fpml-shared-5-10_xsdXSD Diagram of BusinessCenters in schema fpml-shared-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="BusinessCenters">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type for defining business day calendar used in determining whether a day is a business day or not. A list of business day calendar locations may be ordered in the document alphabetically based on business day calendar location code. An FpML document containing an unordered business day calendar location list is still regarded as a conformant document.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="businessCenter" type="BusinessCenter" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
businessCenter nsA:businessCenter (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:businessCenters, nsA:businessCenters