ビジュアル化データ記述スキーマ
次に示すのは、ビジュアル化のグラフのデータ記述 XML 文字列のスキーマです。 グラフを作成する際に、データ記述 XML 文字列の内容を確認するのに使用できます。 詳細については、「グラフの詳細: 基盤となるデータとグラフ表現」を参照してください。 スキーマのダウンロード およびフォルダーの VisualizationDataDescription.xsd
ファイルを参照してください。
スキーマ
<?xml version='1.0' encoding='utf-8'?>
<xs:schema attributeFormDefault='unqualified'
elementFormDefault='qualified'
xmlns:xs='https://www.w3.org/2001/XMLSchema'>
<xs:element name='datadefinition'>
<xs:complexType>
<xs:sequence>
<xs:element name='fetchcollection'>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs='unbounded'
name='fetch'>
<xs:annotation>
<!--FetchXML goes here-->
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name='categorycollection'>
<xs:complexType>
<xs:sequence>
<xs:element name='category'
type='CategoryType'
minOccurs='1'
maxOccurs='unbounded' />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:complexType name ='CategoryType'>
<xs:sequence>
<xs:element minOccurs='1'
maxOccurs='unbounded'
name='measurecollection'>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs='1'
maxOccurs='unbounded'
name='measure'>
<xs:complexType>
<xs:attribute name='alias'
type='xs:string'
use='required' />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name='alias'
type='xs:string'
use='optional' />
</xs:complexType>
</xs:schema>
関連項目
ビジュアル化とダッシュボードのカスタマイズ
グラフの詳細: 基盤となるデータとグラフ表現
サンプル グラフ
FetchXml を使用してデータのクエリを実行する
注意
ドキュメントの言語設定についてお聞かせください。 簡単な調査を行います。 (この調査は英語です)
この調査には約 7 分かかります。 個人データは収集されません (プライバシー ステートメント)。