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 only successfully complete upon finding a single instance of a search target. False means that the search continues in order to locate multiple instances, and search is successful upon completion.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attributeGroup ref="CommonAttributes"/> <!-- TODO badge pattern of OO typing and eliminating use of Java Object in AUVW source code <xsd:complexContent> <xsd:extension base="goalType"> --> <!-- </xsd:extension> </xsd:complexContent> --> </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 only successfully complete upon finding a single instance of a search target. False means that the search continues in order to locate multiple instances, and search is successful upon completion.</xsd:documentation> </xsd:annotation> </xsd:attribute> |