<xs:simpleType name="beaconProtectionType">
<xs:annotation>
<xs:documentation>Indicates any structure that protects the
monument, these enumerations may need expanding</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="cover" />
<xs:enumeration value="cover and box" />
<xs:enumeration value="fence enclosure" />
<xs:enumeration value="marker post" />
<xs:enumeration value="no protection" />
<xs:enumeration value="other" />
<xs:enumeration value="quadripod" />
<xs:enumeration value="unknown" />
</xs:restriction>
</xs:simpleType>
|