<?xml version="1.0" encoding="UTF-8"?> <xmlacycle> <Discover xmlns="urn:schemas-microsoft-com:xml-analysis"> <RequestType>DBSCHEMA_CATALOGS</RequestType> <Restrictions> <RestrictionList/> </Restrictions> <Properties> <PropertyList> <DataSourceInfo>${datasource}</DataSourceInfo> <Catalog>${catalog}</Catalog> <Format>Tabular</Format> </PropertyList> </Properties> </Discover> <xmla:DiscoverResponse xmlns:xmla="urn:schemas-microsoft-com:xml-analysis"> <xmla:return> <root xmlns="urn:schemas-microsoft-com:xml-analysis:rowset" xmlns:EX="urn:schemas-microsoft-com:xml-analysis:exception" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <xsd:schema elementFormDefault="qualified" targetNamespace="urn:schemas-microsoft-com:xml-analysis:rowset" xmlns="urn:schemas-microsoft-com:xml-analysis:rowset" xmlns:sql="urn:schemas-microsoft-com:xml-sql" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <xsd:element name="root"> <xsd:complexType> <xsd:sequence> <xsd:element maxOccurs="unbounded" minOccurs="0" name="row" type="row"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:simpleType name="uuid"> <xsd:restriction base="xsd:string"> <xsd:pattern value="[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}"/> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="row"> <xsd:sequence> <xsd:element name="CATALOG_NAME" sql:field="CATALOG_NAME" type="xsd:string"/> <xsd:element name="DESCRIPTION" sql:field="DESCRIPTION" type="xsd:string"/> <xsd:element name="ROLES" sql:field="ROLES" type="xsd:string"/> <xsd:element minOccurs="0" name="DATE_MODIFIED" sql:field="DATE_MODIFIED" type="xsd:dateTime"/> </xsd:sequence> </xsd:complexType> </xsd:schema> <row> <CATALOG_NAME>${catalog}</CATALOG_NAME> <DESCRIPTION>No description available</DESCRIPTION> <ROLES>No HR Cube,California manager</ROLES> </row> </root> </xmla:return> </xmla:DiscoverResponse> </xmlacycle>