<xs:complexType name="NotificationsType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element name="ReturnUrl" type="xs:string" />
<xs:element name="StatusUrl" type="xs:string" />
<xs:element name="CancelUrl" type="xs:string" />
</xs:sequence>
</xs:complexType>
|