<xs:complexType name="DatesType">
<xs:annotation>
<xs:appinfo>
<mdr:definition>Type used for the dates element.</mdr:definition>
</xs:appinfo>
</xs:annotation>
<xs:attribute name="created" type="CombinedDateType" use="optional">
<xs:annotation>
<xs:appinfo>
<mdr:definition>Date of creation of the resource</mdr:definition>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="posted" type="CombinedDateType" use="optional">
<xs:annotation>
<xs:appinfo>
<mdr:definition>The date a product is posted to a shared network or system.</mdr:definition>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="validTil" type="CombinedDateType" use="optional">
<xs:annotation>
<xs:appinfo>
<mdr:definition>The date that a product should be removed from a registry, index, or catalog.</mdr:definition>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="infoCutOff" type="CombinedDateType" use="optional">
<xs:annotation>
<xs:appinfo>
<mdr:definition>The cutoff date of information in a product. This is commonly referred to as Information Cutoff Date (ICOD). It is the date of last input.</mdr:definition>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType> |