<xsd:complexType name="BusinessCenters">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining financial business centers used in determining whether a day is a business day or not. A list of business centers may be ordered in the document alphabetically based on business center code. An FpML document containing an unordered business center 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>
|