XML Schema Documentation

Complex Type: ExecutionDateTime

[Table of contents]

Super-types: xsd:dateTime < ExecutionDateTime (by extension)
Sub-types: None
Name ExecutionDateTime
Used by (from the same schema document) Complex Type PartyTradeInformation
Abstract no
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.
XML Instance Representation
<...
executionDateTimeScheme=" xsd:anyURI [0..1]

'Identification of the source (e.g. clock id) generating the execution date time.'

"
>
xsd:dateTime
</...>
Diagram
Schema Component Representation
<xsd:complexType name="ExecutionDateTime">
<xsd:simpleContent>
<xsd:extension base=" xsd:dateTime ">
<xsd:attribute name="executionDateTimeScheme" type=" xsd:anyURI "/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>