- <schema xmlns="http://www.w3.org/2001/XMLSchema"
- xmlns:tns="http://www.abc.com/DDSchema"
- targetNamespace="http://www.abc.com/DDSchema"
- elementFormDefault="qualified"
- version="1.0">
- <complexType name="PSType">
- <element ref="tns:ProfileName" maxOccurs="unbounded"/>
- </complexType>
- <element name="ProfileName" type="string"/>
- <element name="ProfilesSummary" type="tns:PSType"/>
- </schema>

