Definition Type: ComplexType
Name: BusinessCenterTime
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A type for defining a time with respect to a business center location. For example, 11:00am London time.
Collapse XSD Schema Diagram:
Drilldown into businessCenter in schema fpml-shared-4-4_xsd Drilldown into hourMinuteTime in schema fpml-shared-4-4_xsdXSD Diagram of BusinessCenterTime in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="BusinessCenterTime">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type for defining a time with respect to a business center location. For example, 11:00am London time.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="hourMinuteTime" type="HourMinuteTime">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A time specified in hh:mm:ss format where the second component must be '00', e.g. 11am would be represented as 11:00:00.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="businessCenter" type="BusinessCenter" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
hourMinuteTime fpml:hourMinuteTime (1) (1)
businessCenter fpml:businessCenter (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:cashSettlementValuationTime, fpml:earliestExerciseTime, fpml:earliestExerciseTime, fpml:earliestExerciseTime, fpml:equityExpirationTime, fpml:equityExpirationTime, fpml:equityExpirationTime, fpml:expirationTime, fpml:expirationTime, fpml:expirationTime, fpml:expiryTime, fpml:fixingTime, fpml:fixingTime, fpml:latestExerciseTime, fpml:latestExerciseTime, fpml:latestExerciseTimefpml:valuationTime, fpml:valuationTime,