Commit f09ba7fb authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Addition of listOfServiceTypes to TaskDetails.

parent 958ebb14
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -144,6 +144,7 @@
			<xs:element name="correlationID" type="xs:nonNegativeInteger" minOccurs="0"/>
			<xs:element name="implicitDeactivationAllowed" type="xs:boolean" minOccurs="0"/>
			<xs:element name="productID" type="XId" minOccurs="0"/>
			<xs:element name="listOfServiceTypes" type="ListOfServiceTypes" minOccurs="0"/>
			<xs:element name="taskDetailsExtensions" type="TaskDetailsExtensions" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>