http://pro-cloud.org/
objContractGetByProviderBranchReturn Complex Type
http://pro-cloud.org/ : objContractGetByProviderBranchReturn Complex Type
Namespace http://pro-cloud.org/
Diagram
xmlDataSet Element strErrorMsg Element intErrorId Element Sequence objContractGetByProviderBranchReturn Complex Type
Overview
Sequence
intErrorId xs:int
strErrorMsg optional xs:string
xmlDataSet optional
Sequence
Any
Used By
ContractGetByProviderBranchResult Element
Source
<xs:complexType name="objContractGetByProviderBranchReturn" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="intErrorId" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="strErrorMsg" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="xmlDataSet">
      <xs:complexType mixed="true">
        <xs:sequence>
          <xs:any />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
http://pro-cloud.org/