Definition Type: ComplexType
Name: ExecutionDateTime
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: dateTime:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-doc-4-4.xsd
Abstract
Documentation:
A type defining the trade execution date time and the source of it. For use inside containing types which already have a Reference to a Party that has assigned this trade execution date time.
Collapse XSD Schema Diagram:
Drilldown into executionDateTimeScheme in schema fpml-doc-4-4_xsdXSD Diagram of ExecutionDateTime in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ExecutionDateTime">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the trade execution date time and the source of it. For use inside containing types which already have a Reference to a Party that has assigned this trade execution date time.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:dateTime">
            <xsd:attribute name="executionDateTimeScheme" type="xsd:anyURI">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Identification of the source (e.g. clock id) generating the execution date time.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
executionDateTimeScheme fpml:executionDateTimeScheme (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:executionDateTime