Definition Type Element
Name filter
Type string
Abstract False
MinOccurs 0
MaxOccurs unbounded
Documentation A filtering agent.  Each instance of this tag represents a type of file that the file dialog will accept and display.

The value of this tag should contain the extension of the files of interest, without any periods.

For example, for WAV sound files, you would set this filter's value to "wav" and not ".wav."
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="unbounded" name="filter" type="xs:string" >
  <xs:annotation>
    <xs:documentation>A filtering agent.  Each instance of this tag represents a type of file that the file dialog will accept and display.

The value of this tag should contain the extension of the files of interest, without any periods.

For example, for WAV sound files, you would set this filter's value to &quot;wav&quot; and not &quot;.wav.&quot;
</xs:documentation>
  </xs:annotation>

</xs:element>
Derivation Tree
[No Sub Types]
filter
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd