1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <schema xmlns=
"http://www.w3.org/2001/XMLSchema"
5 targetNamespace=
"urn:meadow"
6 elementFormDefault=
"qualified">
8 <include schemaLocation=
"Common.xsd"/>
10 <element name=
"DetailQueryResponse" type=
"m:DetailQueryResponse"/>
12 <complexType name=
"DetailQueryResponse">
14 <element name=
"ClientTimestamp"/>
15 <element name=
"Items" type=
"m:ItemList" />
19 <complexType name=
"ItemList">
21 <element name=
"Item" type=
"m:Item" maxOccurs=
"unbounded"/>
25 <complexType name=
"Item">
27 <element name=
"Fingerprint" type=
"string" />
28 <element name=
"Attribute" minOccurs=
"0" maxOccurs=
"unbounded"/>
29 <element name=
"ItemErrors" type=
"m:ErrorList" minOccurs=
"0" />