<xsd:complexType name="BusinessCenter">
<xsd:annotation>
<xsd:documentation xml:lang="en">A code identifying a financial business center location. A business center is drawn from the list identified by the business center scheme.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:normalizedString">
<xsd:attribute name="businessCenterScheme" default="http://www.fpml.org/spec/2000/business-center-1-0" type="xsd:anyURI" />
<xsd:attribute name="id" type="xsd:ID" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|