PowerCenter
- PowerCenter H2L
- All Products
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://www.informatica.com/B2B/TransactionsOutput" targetNamespace="http://www.informatica.com/B2B/TransactionsOutput" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:element name="Transactions"> <xs:complexType> <xs:sequence> <xs:element name="Transaction" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Customer" type="xs:string"/> <xs:element name="Address" type="xs:string"/> <xs:element name="Phone" type="xs:string"/> <xs:element name="Total" type="xs:short"/> <xs:element name="Premium" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:schema>