<xsd:complexType name="ObservationSchedule">
<xsd:sequence>
<xsd:element name="startDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The start of the period over which observations are made to determine whether a condition has occurred.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="endDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The end of the period over which observations are made to determine whether a condition has occurred.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="observationPeriodFrequency" type="Frequency" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes how often observations are made.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|