Definition Type: Element
Name: ProcessingTimestamp
Namespace: http://ns.hr-xml.org/2007-04-15
Type: hr:DateTimeType
Containing Schema: ApplicationAcknowledgement.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
The date and time at which a particular processing action was performed on the payload. The description attribute will contain text meaningful to both parties in the exchange. For example, an acknolwegment sender could provide date/times such as "Medical Coverages Processed" or "Claims Ready". Value applies to non-exception cases.
Collapse XSD Schema Diagram:
Drilldown into description in schema applicationacknowledgement_xsdXSD Diagram of ProcessingTimestamp in schema applicationacknowledgement_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ProcessingTimestamp" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>The date and time at which a particular processing action was performed on the payload.  The description attribute will contain text meaningful to both parties in the exchange.  For example, an acknolwegment sender could provide date/times such as "Medical Coverages Processed" or "Claims Ready".  Value applies to non-exception cases.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="DateTimeType">
                <xsd:attribute name="description" type="xsd:string" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
description hr:description (Optional)
Collapse Derivation Tree: