<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>
|