Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
(SchemaSource element) (dataSourceType complexType) (Action4)
Applies to: SharePoint Server 2013
Specifies a field in which to display data obtained from the parent data source.
Usage
<SchemaSource>
<Fields>
<Field />
</Fields>
</SchemaSource>
Element information
- Element type:
- Namespace:
- Schema file: Actions4.xsd
Definition
<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>
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 |
---|---|---|
Fields |
Child elements
None.
Attributes
Element | Type | Required | Description | Possible values |
---|---|---|---|---|
DisplayName | s:string | optional | Specifies the localizable display name of the field. | Values of the s:string type. |
Name | s:string | optional | Specifies the internal name of the field. | Values of the s:string type. |
Type | s:string | optional | Specifies the data type of the field. | Values of the s:string type. |