Model Element (BDCMetadata Schema)
Applies to: SharePoint Server 2010
Specifies the root element that represents an application definition. Models define external content types that are contained by external applications.
Namespace: https://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schema: BDCMetadata
<Model Name = "String" DefaultDisplayName = "String" IsCached = "Boolean"> </Model>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
Name |
The name of the Model. Required. Attribute type: String |
DefaultDisplayName |
The default display name of the Model. Optional. Attribute type: String |
IsCached |
Specifies whether the Model is used frequently. If this is set to true, then the Model is cached by the Business Data Connectivity (BDC) service. Optional. Default value: true Attribute type: Boolean |
Child Elements
Element |
Description |
---|---|
LocalizedDisplayNames Element in MetadataObject (BDCMetadata Schema) |
The localized names of the Model. |
The properties of the Model. |
|
The access control list (ACL) of the Model. |
|
The LobSystems contained inside this Model. |
Parent Elements
None.