Поделиться через


parametersType complexType (Action4)

Область применения: SharePoint Server 2013

Базовый тип ... xxxxxxxxx.

Сведения о типе

Пространство имен

Файл схемы

Actions4.xsd

Базовый элемент расширения

Отсутствует

Определение

    <xs:complexType name="parametersType">
        <xs:sequence>
            <xs:element name="Parameter" minOccurs="0" maxOccurs="unbounded">
                <xs:attribute name="Name" type="s:string" use="required" />
                <xs:attribute name="Type" type="s:string" use="required" />
                <xs:attribute name="Direction" type="s:string" use="required" />
                <xs:attribute name="Description" type="s:string" />
                <xs:attribute name="DesignerType" type="s:string" />
                <xs:attribute name="ShowLookupForDropdown" type="s:boolean" />
                <xs:attribute name="DisplayName" type="s:string" />
                <xs:attribute name="InitialValue" type="s:string" />
                <xs:attribute name="InitialBinding" type="s:string" />
                <xs:attribute name="EventCategory" type="s:string" />
            </xs:element>
        </xs:sequence>
    </xs:complexType>

Элементы и атрибуты

Если в схеме определяются конкретные требования, например sequence, minOccurs, maxOccurs и choice, см. раздел определений.

Дочерние элементы

Элемент

Тип

Описание

Параметр

parameterType

Используется для описания входных и выходных параметров для вызова метода пользовательского **Action** или **Condition**. Элемент Parameter имеет тип parametersType.

Атрибуты

Нет.