DISCOVER_DATASOURCES_Schema_response.xml 3.5 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
<DiscoverResponse xmlns="urn:schemas-microsoft-com:xml-analysis">
  <return>
    <root
    xmlns="urn:schemas-microsoft-com:xml-analysis:rowset"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:EX="urn:schemas-microsoft-com:xml-analysis:exception">
    <xsd:schema
        xmlns="urn:schemas-microsoft-com:xml-analysis:rowset"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        xmlns:sql="urn:schemas-microsoft-com:xml-sql"
        targetNamespace=urn:schemas-microsoft-com:xml-analysis:rowset
        elementFormDefault=qualified>
        <xsd:element
            xmlns="urn:schemas-microsoft-com:xml-analysis:rowset"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            xmlns:sql="urn:schemas-microsoft-com:xml-sql"
            name=root>
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element
                        name=row
                        type=row
                        minOccurs=0
                        maxOccurs=unbounded>
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:simpleType
            xmlns="urn:schemas-microsoft-com:xml-analysis:rowset"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            xmlns:sql="urn:schemas-microsoft-com:xml-sql"
            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
            xmlns="urn:schemas-microsoft-com:xml-analysis:rowset"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            xmlns:sql="urn:schemas-microsoft-com:xml-sql"
            name=row>
            <xsd:sequence>
                <xsd:element
                    name=DataSourceName
                    type=xsd:string
                    sql:field=DataSourceName
                    minOccurs=0>
                <xsd:element
                    name=DataSourceDescription
                    type=xsd:string
                    sql:field=DataSourceDescription
                    minOccurs=0>
                <xsd:element
                    name=URL
                    type=xsd:string
                    sql:field=URL
                    minOccurs=0>
                <xsd:element
                    name=DataSourceInfo
                    type=xsd:string
                    sql:field=DataSourceInfo
                    minOccurs=0>
                <xsd:element
                    name=ProviderName
                    type=xsd:string
                    sql:field=ProviderName
                    minOccurs=0>
                <xsd:element
                    name=ProviderType
                    type=xsd:string
                    sql:field=ProviderType
                    minOccurs=0
                    maxOccurs=unbounded>
                <xsd:element
                    name=AuthenticationMode
                    type=xsd:string
                    sql:field=AuthenticationMode
                    minOccurs=0>
            </xsd:sequence>
        </xsd:complexType>
    </xsd:schema>
    </root>
  </return>
</DiscoverResponse>