XML Schema Documentation

Complex Type: BusinessCenters

[Table of contents]

Super-types: None
Sub-types: None
Name BusinessCenters
Used by (from the same schema document) Model Group BusinessCentersOrReference.model
Abstract no
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.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<businessCenter> BusinessCenter </businessCenter> [1..*]
</...>
Diagram
type_BusinessCenter
Schema Component Representation
<xsd:complexType name="BusinessCenters">
<xsd:sequence>
<xsd:element name="businessCenter" type=" BusinessCenter " maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>