<xs:complexType name="TimeDescriptionType">
<xs:annotation>
<xs:documentation>The TimeDescriptionType defines the time, relative to the inspection, at which the environment data are measured.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="TimeDescriptionEnum" type="TimeDescriptionEnumType">
<xs:annotation>
<xs:documentation>The TimeDescriptionEnum element describes an often-used relative time.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherTimeDescription" type="xs:string">
<xs:annotation>
<xs:documentation>The OtherTimeDescription element gives a relative time in natural language.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType> |