diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||
children | Target | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="searchElementType"> <xsd:annotation> <xsd:documentation>Element describing parameters for a search goal.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element ref="Target" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="datumType" type="datumTypeType" use="required"> <xsd:annotation> <xsd:documentation>Specifies whether the search datum is a point (center of the goal area) or the entire area.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="requiredPD" type="percentType" use="required"> <xsd:annotation> <xsd:documentation>Required probability of detection of the search.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="singleTarget" type="xsd:boolean" use="optional" default="false"> <xsd:annotation> <xsd:documentation>Set to true if the search is complete upon finding a single instance of a search target. False means that the search continues in order to locate multiple instances.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attributeGroup ref="CommonAttributes"/> </xsd:complexType> |
type | datumTypeType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:attribute name="datumType" type="datumTypeType" use="required"> <xsd:annotation> <xsd:documentation>Specifies whether the search datum is a point (center of the goal area) or the entire area.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | percentType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:attribute name="requiredPD" type="percentType" use="required"> <xsd:annotation> <xsd:documentation>Required probability of detection of the search.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xsd:boolean | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:attribute name="singleTarget" type="xsd:boolean" use="optional" default="false"> <xsd:annotation> <xsd:documentation>Set to true if the search is complete upon finding a single instance of a search target. False means that the search continues in order to locate multiple instances.</xsd:documentation> </xsd:annotation> </xsd:attribute> |