Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.56 KB

schema-element-assl.md

File metadata and controls

52 lines (37 loc) · 1.56 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
Schema Element (ASSL) | Microsoft Docs
Learn about the Schema property element in the Analysis Services Scripting Language (ASSL) schema.
7/25/2018
analysis-services
assl
kfollis
reference
kfollis
kfollis

Schema Element (ASSL)

Contains the schema of the data source view.

Syntax

  
<DataSourceView>  
   ...  
   <Schema>...</Schema>  
   ...  
</DataSourceView>  

Element Characteristics

Characteristic Description
Data type and length Schema
Default value None
Cardinality 1-1: Required element that occurs once and only once.

Element Relationships

Relationship Element
Parent element DataSourceView
Child elements None

Remarks

The Schema is represented using the XML Schema Definition (XSD) language format of DataSets in the .NET Framework, with some extensions for DataSets and others specific to this usage within the data definition language (DDL). DataSets define a flexible mapping from XSD to a relational schema, but then return XSD in a more canonical form. Only this canonical form is valid within data sources.

The element that corresponds to the parent of Schema in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.DataSourceView.

See Also

Properties (ASSL)