<xsd:complexType name="BusinessCenter">
<xsd:annotation>
<xsd:documentation xml:lang="en">A code identifying a business day calendar location. A business day calendar location is drawn from the list identified by the business day calendar location scheme.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="businessCenterScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/business-center" />
<xsd:attribute name="id" type="xsd:ID" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|