Character of survey.
<xs:simpleType name="surveyType"> <xs:annotation> <xs:documentation>Character of survey.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="class renewal" /> <xs:enumeration value="annual" /> <xs:enumeration value="intermediate" /> <xs:enumeration value="cap" /> <xs:enumeration value="other" /> </xs:restriction> </xs:simpleType>