Working with BDC Model Definition Files
Now that you have a better understanding of XML, let’s look at the basic XML file structure of a BDC model definition file at a high level. Listed here is an example of a BDC model definition file:
<Model> <LobSystems/> <LobSystem> <LobSystemInstances/> <Entities> <Entity> <Methods> <Method> <Parameters/> <MethodInstances/> </Method> </Methods> </Entity> </Entities> </LobSystem> </LobSystems> </Model>
A LOBSystem, short for line-of-business system, in the XML document loosely correlates to a single data source, such as Amazon web service or an SQL database. LOBSystems contain properties that describe how to connect to and authenticate the data source. Within a LOB-System, there are multiple entities, each ...
Get Microsoft® Access® 2010 Inside Out now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.