<xsd:attribute name="type" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="average temperature above normal" />
<xsd:enumeration value="average temperature below normal" />
<xsd:enumeration value="average precipitation above normal" />
<xsd:enumeration value="average precipitation below normal" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
|