Fields 元素 (SchemaSource 元素)

(dataSourceType complexType) (Action4)

适用于:SharePoint Server 2013

Field 元素实例的容器 (Action4) ,指定用于显示父数据源中的数据的字段。

元素信息

元素类型

命名空间

架构文件

Actions4.xsd

定义

    <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>

元素和属性

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

父元素

元素

类型

说明

SchemaSource

子元素

元素

类型

说明

Field

Attributes

无。