datasourcesconfig.dtd 1.03 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
<!--
     This dtd file was automatically generated from XOM model datasourcesconfig.
     Do not edit this file by hand.
  -->

<!--
     This is the XML model for XMLA DataSources Configuration.
     Revision is $Id: //open/mondrian/src/main/mondrian/xmla/DataSourcesConfig.xml#4 $
  -->
<!--
     The list of data sources supported by XMLA service.
  -->
<!ELEMENT DataSources ((DataSource)*)>

<!--
     Definition of a data source.
  -->
<!ELEMENT DataSource (DataSourceName,DataSourceDescription,URL,DataSourceInfo,ProviderName,ProviderType,AuthenticationMode,Catalogs)>

<!ELEMENT DataSourceName (#PCDATA)>

<!ELEMENT DataSourceDescription (#PCDATA)>

<!ELEMENT URL (#PCDATA)>

<!ELEMENT DataSourceInfo (#PCDATA)>

<!ELEMENT ProviderName (#PCDATA)>

<!ELEMENT ProviderType (#PCDATA)>

<!ELEMENT AuthenticationMode (#PCDATA)>

<!ELEMENT Definition (#PCDATA)>

<!--
     The list of catalogs associated with a data source.
  -->
<!ELEMENT Catalogs ((Catalog)*)>

<!ELEMENT Catalog (DataSourceInfo?,Definition)>
<!ATTLIST Catalog
name CDATA #REQUIRED
>