<xsd:element name="Dates">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date that a resource was approved for publication or posting.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="dateApproved" type="ddms:CombinedDateType" use="optional">
<xsd:annotation>
<xsd:appinfo>The date that a resource was approved for publication or posting.</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dateReceived" type="ddms:CombinedDateType" use="optional">
<xsd:annotation>
<xsd:appinfo>The date a product is received by an ingestion system from an external source.</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element> |