<xsd:complexType name="GeneralSearchDetailType">
<xsd:sequence>
<xsd:element name="YearsSearched" type="EffectiveDateType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Years searched.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CourtName" type="xsd:string" minOccurs="0" />
<xsd:element name="RecordsSearched" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Court or other Records.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Database" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Database containing details of search .</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Vendor" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Name of the vendor.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|