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.
(dataSourceType complexType) (Action4)
Applies to: SharePoint Server 2013
Specifies how data source fields are displayed.
Usage
<SchemaSource>
<Fields />
<ContentType />
<Dictionary />
<NestedInitiationFieldNodes />
</SchemaSource>
Element information
Element type |
|
Namespace |
|
Schema file |
Actions4.xsd |
Definition
<xs:element name="SchemaSource">
<xs:complexType>
<xs:choice>
<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>
<xs:element name="ContentType" minOccurs="0" maxOccurs="1">
<xs:attribute name="IDFrom" type="s:string" />
</xs:element>
<xs:element name="Dictionary" minOccurs="0" maxOccurs="1">
<xs:attribute name="ValueFrom" type="s:string" />
</xs:element>
<xs:element name="NestedInitiationFieldNodes" minOccurs="0" maxOccurs="1">
</xs:element>
</xs:choice>
</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 |
---|---|---|
Child elements
Element |
Type |
Description |
---|---|---|
Attributes
None.