PropertyAttributesResponse.xsd
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="https://developer.precisely.com/apis/schema/v1/xsd/PropertyAttributesObject.xsd"/>
<xs:element name="propertyAttributesResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="propertyAttributes" type="PropertyAttributes" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>