type | restriction of xsd:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:simpleType name="datumTypeType"> <xsd:annotation> <xsd:documentation>Determines whether a search is to be based on a point or area datum.</xsd:documentation> <xsd:appinfo> <jaxb:typesafeEnumClass/> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="point"/> <xsd:enumeration value="area"/> </xsd:restriction> </xsd:simpleType> |