ArcPad Photo Layer File Schema
FILEFILTER Element
See Also  Send comments on this topic.
ArcPad Photo Layer File Schema > ArcPad Element > PHOTOLAYER Element : FILEFILTER Element

Glossary Item Box

Diagram

FILEFILTER Element

Overview

FILEFILTER 1..∞
filter required xs:string
Specifies a file filter. For example, *.jpg means include all files in the same folder as the photo layer file (*.aph).

Attributes

NameTypeUseDefaultFixedDescription
filterxs:stringrequired  Specifies a file filter. For example, *.jpg means include all files in the same folder as the photo layer file (*.aph).

Source

<xs:element name="FILEFILTER" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute name="filter" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Specifies a file filter. For example, *.jpg means include all files in the same folder as the photo layer file (*.aph).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.