complexType searchElementType
diagram AVCL.2.1_diagrams/AVCL.2.1_p402.png
children Target
used by
element Search
attributes
Name  Type  Use  Default  Fixed  Annotation
datumType  datumTypeType  required      
documentation
Specifies whether the search datum is a point (center of the goal area) or the entire area.
requiredPD  percentType  required      
documentation
Required probability of detection of the search.
singleTarget  xsd:boolean  optional  false    
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.
timeStamp  nonNegativeScalarType  optional      
documentation
Time value in seconds.
description  xsd:string  optional      
documentation
Descriptive text explaining the intended effect of this element.
id  xsd:ID  optional      
documentation
Unique identifier for this element.
annotation
documentation
Element describing parameters for a search goal.
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>

attribute searchElementType/@datumType
type datumTypeType
properties
use required
facets
Kind Value Annotation
enumeration point
enumeration area
annotation
documentation
Specifies whether the search datum is a point (center of the goal area) or the entire area.
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>

attribute searchElementType/@requiredPD
type percentType
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
annotation
documentation
Required probability of detection of the search.
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>

attribute searchElementType/@singleTarget
type xsd:boolean
properties
use optional
default false
annotation
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.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy