ListLinesOfBusinessResponse
The operation output is ListLinesOfBusinessResponse.
| Parameter | Type | Description |
|---|---|---|
| LinesOfBusiness | ArrayOfLineOfBusiness | Array containing LinesOfBusiness objects. |
Element tns:ListLinesOfBusinessResponse
<xs:element name="ListLinesOfBusinessResponse">
<xs:annotation>
<xs:documentation>The root element of the response for the List Lines of Business command.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LinesOfBusiness">
<xs:annotation>
<xs:documentation>A container for information about a set of Lines of Business.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LineOfBusiness" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A container for the Line of Business information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="LineOfBusinessID" />
<xs:element name="PhasesDescription" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Description of this Line of Business.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="PrecedenceID" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>