element configuration_file
diagram proxl-xml-v1.4_diagrams/proxl-xml-v1.4_p3.png
properties
content complex
children file_content
used by
element configuration_files
attributes
Name  Type  Use  Default  Fixed  Annotation
search_program    required      
file_name    required      
annotation
documentation
A configuration or properties file associated with the search. E.g. Kojak.conf
source <xs:element name="configuration_file">
 
<xs:annotation>
   
<xs:documentation>A configuration or properties file associated with the search. E.g. Kojak.conf</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="file_content"/>
   
</xs:sequence>
   
<xs:attribute name="search_program" use="required"/>
   
<xs:attribute name="file_name" use="required"/>
 
</xs:complexType>
</xs:element>

attribute configuration_file/@search_program
properties
use required
source <xs:attribute name="search_program" use="required"/>

attribute configuration_file/@file_name
properties
use required
source <xs:attribute name="file_name" use="required"/>


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