2.2.4.19 Schema

The Schema complex type defines list schema. It has the following schema.

 <s:complexType name='Schema'>
   <s:sequence >
     <s:element  name='Field' type='tns:Field' maxOccurs='unbounded' />
   </s:sequence>
 </s:complexType>

Field: Specifies information about a field in the list, as defined in section 2.2.4.8.