6.6 Find Namespace Schema
This section contains the contents of the Find.xsd file. The additional files that this schema file requires to operate correctly are listed in the following table.
File name |
Defining section/specification |
---|---|
AirSync.xsd |
|
AirSyncBase.xsd |
[MS-ASAIRS] section 6 |
Email.xsd |
[MS-ASEMAIL] section 6.1 |
Email2.xsd |
[MS-ASEMAIL] section 6.2 |
-
<?xml version="1.0" encoding="utf-8"?> <xs:schema id="Find" targetNamespace="Find:" xmlns:email="Email:" xmlns:email2="Email2:" xmlns:mstns="Find:" xmlns="Find:" xmlns:airSync="AirSync:" xmlns:airsyncbase="AirSyncBase:" xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified"> <xs:import namespace="AirSync:"/> <xs:import namespace="AirSyncBase:"/> <xs:import namespace="Email:"/> <xs:import namespace="Email2:"/> <xs:complexType name="EmptyTag" /> <xs:complexType name="queryType"> <xs:sequence> <xs:choice maxOccurs="unbounded"> <xs:element name="FreeText" type="xs:string" /> <xs:element ref="airSync:Class" /> <xs:element ref="airSync:CollectionId" minOccurs="0" maxOccurs="1"/> </xs:choice> </xs:sequence> </xs:complexType> <xs:element name="Range" minOccurs="0" maxOccurs="1"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{1,3}-[0-9]{1,3}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Status" type="xs:integer"/> </xs:schema>