schemas/ofmx/0.1/OFMX-Snapshot.xsd in aixm-1.2.1 vs schemas/ofmx/0.1/OFMX-Snapshot.xsd in aixm-1.3.0
- old
+ new
@@ -213,10 +213,15 @@
<xsd:documentation>The date and time when the message was created</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="effective" type="xsd:dateTime" use="required">
<xsd:annotation>
- <xsd:documentation>The date and time used as criteria to select valid versions included in the message</xsd:documentation>
+ <xsd:documentation>The beginning date and time used as criteria to select valid versions included in the message</xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
+ <xsd:attribute name="expiration" type="xsd:dateTime">
+ <xsd:annotation>
+ <xsd:documentation>The optional end date and time used as criteria to select valid versions included in the message</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:schema>