Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Sau đây là lược đồ cho chuỗi XML mô tả dữ liệu cho các biểu đồ trong trực quan. Điều này có thể được sử dụng để xác thực nội dung của chuỗi XML mô tả dữ liệu trong khi tạo biểu đồ. Để biết thêm thông tin, hãy xem Tìm hiểu về biểu đồ: Dữ liệu cơ bản và Biểu diễn biểu đồ.
Tải xuống các lược đồ và xem tệp VisualizationDataDescription.xsd trong thư mục.
Sơ đồ
<?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>
Xem thêm
Tùy chỉnh hình ảnh trực quan và bảng thông tin
Hiểu về biểu đồ: Dữ liệu cơ bản và biểu diễn biểu đồ
Biểu đồ mẫu
Dữ liệu truy vấn sử dụng FetchXml