編輯

共用方式為


dataSourcesType complexType (Action4)

Applies to: SharePoint Server 2013

Base type definition for DataSources elements; applies to DataSources(Action) and DataSources(CompositeStep).

Type information

Namespace

Schema file

Actions4.xsd

Extension base

None

Definition

    <xs:complexType name="dataSourcesType">
        <xs:sequence>
            <xs:element name="DataSource" type="dataSourceType" minOccurs="0"     maxOccurs="unbounded">
            </xs:element>
        </xs:sequence>
    </xs:complexType>

Elements and attributes

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

Child elements

Element

Type

Description

DataSource

dataSourceType

Attributes

None.