The earliest and latest dates acceptable for the end date.
XSD Schema Diagram:
XSD Schema Code:
<xs:element name="EndDateWindow" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The earliest and latest dates acceptable for the end date.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="TimeWindowGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a date range.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>