Fields element (SchemaSource element)

(dataSourceType complexType) (Action4)

Applies to: SharePoint Server 2013

Container for instances of the Field element (Action4), which specify the fields for displaying data from a parent data source.

Element information

Element type

Namespace

Schema file

Actions4.xsd

Definition

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

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Parent elements

Element

Type

Description

SchemaSource

Child elements

Element

Type

Description

Field

Attributes

None.