SchemaSource 元素

(dataSourceType complexType) (Action4)

适用于:SharePoint Server 2013

指定数据源字段的显示方式。

用法

    <SchemaSource>
        <Fields />
        <ContentType />
        <Dictionary />
        <NestedInitiationFieldNodes />
    </SchemaSource>

元素信息

元素类型

命名空间

架构文件

Actions4.xsd

定义

    <xs:element name="SchemaSource">
               <xs:complexType>
               <xs:choice>
         <xs:element name="Fields" minOccurs="0" maxOccurs="1">
               <xs:complexType>
               <xs:sequence>
         <xs:element name="Field" minOccurs="1" maxOccurs="unbounded">
         <xs:attribute name="Name" type="s:string" />
         <xs:attribute name="DisplayName" type="s:string" />
         <xs:attribute name="Type" type="s:string" />
      </xs:element>
           </xs:sequence>
           </xs:complexType>
      </xs:element>
         <xs:element name="ContentType" minOccurs="0" maxOccurs="1">
         <xs:attribute name="IDFrom" type="s:string" />
      </xs:element>
         <xs:element name="Dictionary" minOccurs="0" maxOccurs="1">
         <xs:attribute name="ValueFrom" type="s:string" />
      </xs:element>
         <xs:element name="NestedInitiationFieldNodes" minOccurs="0" maxOccurs="1">
      </xs:element>
           </xs:choice>
           </xs:complexType>
    </xs:element>

元素和属性

如果架构定义了特定要求(如 sequenceminOccursmaxOccurschoice),请参阅定义部分。

父元素

元素

类型

说明

DataSource

dataSourceType

子元素

元素

类型

说明

ContentType

"词典"

Fields

NestedInitiationFieldNodes

Attributes

无。