Show/Hide Toolbars

Live Data Import & Export API

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="https://schema.caleaccess.com/cwo2exportservice/customattribute/1/" elementFormDefault="qualified">
<xs:element name="CustomAttributes">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Data" minOccurs="0" maxOccurs="unbounded" form="unqualified">
        <xs:complexType>
          <xs:attribute name="Class" form="unqualified" type="xs:string" />
          <xs:attribute name="Attribute" form="unqualified" type="xs:string" />
          <xs:attribute name="Guid" form="unqualified" type="xs:string" />
          <xs:attribute name="Value" form="unqualified" type="xs:string" />
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
</xs:schema>