<xsd:complexType name="CT_DbPr">
<xsd:attribute name="connection" use="required" type="ST_Xstring">
<xsd:annotation>
<xsd:documentation>Connection String</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="command" use="optional" type="ST_Xstring">
<xsd:annotation>
<xsd:documentation>Command Text</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="serverCommand" use="optional" type="ST_Xstring">
<xsd:annotation>
<xsd:documentation>Command Text</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="commandType" use="optional" type="xsd:unsignedInt" default="2">
<xsd:annotation>
<xsd:documentation>OLE DB Command Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|