source
|
<xsd:element name="SearchReport"
type="pat:SearchReportType">
<xsd:annotation>
<xsd:documentation>
Search report data
</xsd:documentation>
</xsd:annotation> <xsd:unique name="BDComponentKey">
<xsd:selector xpath=".//*">
</xsd:selector> <xsd:field xpath="@com:id">
</xsd:field>
</xsd:unique>
</xsd:element>
|