<p>[MS-BDCMFFS]: Business Data Connectivity Model File Format</p><p>Intellectual Property Rights Notice for Open Specifications Documentation § Technical Documentation. Microsoft publishes Open Specifications documentation (“this documentation”) for protocols, file formats, data portability, computer languages, and standards support. Additionally, overview documents cover inter-protocol relationships and interactions. § Copyrights. This documentation is covered by Microsoft copyrights. Regardless of any other terms that are contained in the terms of use for the Microsoft website that hosts this documentation, you can make copies of it in order to develop implementations of the technologies that are described in this documentation and can distribute portions of it in your implementations that use these technologies or in your documentation as necessary to properly document the implementation. You can also distribute in your implementation, with or without modification, any schemas, IDLs, or code samples that are included in the documentation. This permission also applies to any documents that are referenced in the Open Specifications documentation. § No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. </p><p>§ Patents. Microsoft has patents that might cover your implementations of the technologies described in the Open Specifications documentation. Neither this notice nor Microsoft's delivery of this documentation grants any licenses under those patents or any other Microsoft patents. However, a given Open Specifications document might be covered by the Microsoft Open Specifications Promise or the Microsoft Community Promise. If you would prefer a written license, or if the technologies described in this documentation are not covered by the Open Specifications Promise or Community Promise, as applicable, patent licenses are available by contacting [email protected]. § Trademarks. The names of companies and products contained in this documentation might be covered by trademarks or similar intellectual property rights. This notice does not grant any licenses under those rights. For a list of Microsoft trademarks, visit www.microsoft.com/trademarks. § Fictitious Names. The example companies, organizations, products, domain names, email addresses, logos, people, places, and events that are depicted in this documentation are fictitious. No association with any real company, organization, product, domain name, email address, logo, person, place, or event is intended or should be inferred.</p><p>1 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 Reservation of Rights. All other rights are reserved, and this notice does not grant any rights other than as specifically described above, whether by implication, estoppel, or otherwise. Tools. The Open Specifications documentation does not require the use of Microsoft programming tools or programming environments in order for you to develop an implementation. If you have access to Microsoft programming tools and environments, you are free to take advantage of them. Certain Open Specifications documents are intended for use in conjunction with publicly available standards specifications and network programming art and, as such, assume that the reader either is familiar with the aforementioned material or has immediate access to it.</p><p>2 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 Revision Summary Revision Revision Date History Class Comments</p><p>7/13/2009 0.1 Major Initial Availability</p><p>8/28/2009 0.2 Editorial Revised and edited the technical content</p><p>11/6/2009 0.3 Editorial Revised and edited the technical content</p><p>2/19/2010 1.0 Major Updated and revised the technical content</p><p>3/31/2010 1.01 Editorial Revised and edited the technical content</p><p>4/30/2010 1.02 Editorial Revised and edited the technical content</p><p>6/7/2010 1.03 Editorial Revised and edited the technical content</p><p>6/29/2010 1.04 Editorial Changed language and formatting in the technical content.</p><p>7/23/2010 1.05 Minor Clarified the meaning of the technical content.</p><p>No changes to the meaning, language, or formatting of the 9/27/2010 1.05 None technical content.</p><p>No changes to the meaning, language, or formatting of the 11/15/2010 1.05 None technical content.</p><p>No changes to the meaning, language, or formatting of the 12/17/2010 1.05 None technical content.</p><p>No changes to the meaning, language, or formatting of the 3/18/2011 1.05 None technical content.</p><p>No changes to the meaning, language, or formatting of the 6/10/2011 1.05 None technical content.</p><p>1/20/2012 1.6 Minor Clarified the meaning of the technical content.</p><p>No changes to the meaning, language, or formatting of the 4/11/2012 1.6 None technical content.</p><p>No changes to the meaning, language, or formatting of the 7/16/2012 1.6 None technical content.</p><p>No changes to the meaning, language, or formatting of the 9/12/2012 1.6 None technical content.</p><p>10/8/2012 1.7 Minor Clarified the meaning of the technical content.</p><p>2/11/2013 2.0 Major Significantly changed the technical content.</p><p>7/30/2013 2.1 Minor Clarified the meaning of the technical content.</p><p>No changes to the meaning, language, or formatting of the 11/18/2013 2.1 None technical content.</p><p>No changes to the meaning, language, or formatting of the 2/10/2014 2.1 None technical content.</p><p>4/30/2014 2.2 Minor Clarified the meaning of the technical content.</p><p>No changes to the meaning, language, or formatting of the 7/31/2014 2.2 None technical content.</p><p>10/30/2014 2.3 Minor Clarified the meaning of the technical content.</p><p>3/16/2015 3.0 Major Significantly changed the technical content.</p><p>2/26/2016 4.0 Major Significantly changed the technical content.</p><p>No changes to the meaning, language, or formatting of the 7/15/2016 4.0 None technical content.</p><p>No changes to the meaning, language, or formatting of the 9/14/2016 4.0 None technical content.</p><p>3 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 Table of Contents</p><p>4 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1 Introduction The Business Data Connectivity Model File Format Specification specifies two XML structures. The first, known as Metadata Model, is an XML structure used to describe the API of one or more line-of-business (LOB) systems and how that interface can be mapped to a well-defined interface of canonical operations. This structure is typically consumed by a runtime engine that translates canonical interface operation execution requests into the native LOB system’s interface operation execution requests. The second XML structure, known as Metadata Model Resources, is used to describe permissions, localized names and additional information about utilizing the LOB system. The Metadata Model Resources structure is a subset of the Metadata Model structure. Sections 1.7 and 2 of this specification are normative. All other sections and examples in this specification are informative.</p><p>1.1 Glossary This document uses the following terms: access control entry (ACE): An entry in an access control list (ACL) that contains a set of user rights and a security identifier (SID) that identifies a principal for whom the rights are allowed, denied, or audited. access control list (ACL): A list of access control entries (ACEs) that collectively describe the security rules for authorizing access to some resource; for example, an object or set of objects. AccessChecker: A type of MethodInstance that can be called to retrieve the permissions that the calling security principal has for each of a collection of EntityInstances identified by the specified EntityInstanceIds. Action: A type of MetadataObject that represents a URL that triggers the display or manipulation of data related to an Entity or EntityInstance. Actions are contained by an Entity. Actions contain ActionParameters. ActionParameter: A type of MetadataObject that defines how to parameterize the URL of an Action with specific data about an EntityInstance. ActionParameters are contained by Actions. ActivityTrackingFilter: A FilterDescriptor type that is used when querying a line-of-business (LOB) system. Its value specifies a GUID for the current operation. Association: A MethodInstance that enables the traversal and manipulation of a data model relationship between a set of source Entities and a single destination Entity. An Association can retrieve, associate, and disassociate EntityInstances of a destination Entity if given EntityInstances of other source Entities. AssociationGroup: A MetadataObject that provides a logical grouping of AssociationReferences. All of the Associations that are identified by AssociationReferences in the group operate on a single physical mapping of source EntityInstances to destination EntityInstances in a line-of-</p><p>5 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 business (LOB) system. All AssociationReferences in the group have the same AssociationReference sources and destinations, and collectively define the source and destination Entities of the AssociationGroup. AssociationNavigator: A type of MethodInstance that can be called to retrieve destination EntityInstances that are associated with a single specified EntityInstance for each of the sources of the specified Association. AssociationReference: An entry in an AssociationGroup that refers to an Association. The sources of the AssociationReference are the sources of the referenced Association, and the destination of the AssociationReference is the destination of the referenced Association. The opposite is true if the AssociationReference is defined to be a reverse reference, for Associations with one source Entity. Associator: A type of MethodInstance that can be called to associate the specified, destination EntityInstance with a single specified EntityInstance for each of the sources of the specified Association. Augmented Backus-Naur Form (ABNF): A modified version of Backus- Naur Form (BNF), commonly used by Internet specifications. ABNF notation balances compactness and simplicity with reasonable representational power. ABNF differs from standard BNF in its definitions and uses of naming rules, repetition, alternatives, order-independence, and value ranges. For more information, see [RFC5234]. base64 encoding: A binary-to-text encoding scheme whereby an arbitrary sequence of bytes is converted to a sequence of printable ASCII characters, as described in [RFC4648]. BatchingPositionFilter: A FilterDescriptor type that is used when querying a line-of-business (LOB) system. Its value represents the current position of a batch, if the LOB system can return data in batches. When requesting a new batch, the filter can be populated with the position of the last batch. BatchingTerminationFilter: A FilterDescriptor type that is used when querying a line-of-business (LOB) system. Its value can be used to identify the last batch, if the LOB system can return data in batches. BinarySecurityDescriptorAccessor: A type of MethodInstance that can be called to retrieve a sequence of bytes from a line-of-business (LOB) system. The system-specific byte sequence describes a set of security principals and the associated permissions that each security principal has for the EntityInstance identified by a specified EntityInstanceId. bind: The process of connecting controls to fields or groups in the data source (2) of an InfoPath form. When controls are bound to fields and groups, changes to the data in a control automatically update the data that is in the corresponding fields or groups in the data source. Similarly, changes to the data in the data source automatically update the data that is displayed in the controls that are bound to the corresponding fields and groups.</p><p>6 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 BulkAssociatedIdEnumerator: A type of MethodInstance that can be called to retrieve pairs of EntityInstanceIds of source EntityInstances and EntityInstanceIds of corresponding destination EntityInstances for a specified Association. The specified EntityInstances are either a source or a destination in the specified Association. BulkAssociationNavigator: A type of MethodInstance that can be called to retrieve destination EntityInstances that are associated with multiple specified EntityInstances for each of the sources of the specified Association. BulkIdEnumerator: A type of MethodInstance that can be called to retrieve a set of EntityInstanceIds and a small subset of important Fields of the EntityInstances that are identified by the specified set of EntityInstanceIds. BulkSpecificFinder: A type of MethodInstance that can be called to return a set of specific EntityInstances of an Entity, given a set of corresponding EntityInstanceIds. Business Logic Module: A module that contains Business Logic software and is called to enforce data constraints or perform tasks that are loaded and executed in a host-specific run-time environment. ChangedIdEnumerator: A type of MethodInstance that can be called to retrieve EntityInstanceIds of EntityInstances that were modified in a line- of-business (LOB) system after a specified time. claim value: A string that represents the value of a statement in a claim (2). It specifies what is being asserted by a claim. ComparisonFilter: A FilterDescriptor type that is used when querying a line-of-business (LOB) system. An LOB system can compare a ComparisonFilter value with the value of a specific Field of a set of EntityInstances and only those EntityInstances where the Field values pass the comparison test can be returned. Coordinated Universal Time (UTC): A high-precision atomic time standard that approximately tracks Universal Time (UT). It is the basis for legal, civil time all over the Earth. Time zones around the world are expressed as positive and negative offsets from UTC. In this role, it is also referred to as Zulu time (Z) and Greenwich Mean Time (GMT). In these specifications, all references to UTC refer to the time at UTC-0 (or GMT). Creator: A type of MethodInstance that can be called to create a new EntityInstance. The set of Fields that are required to create the EntityInstance is referred to as the Creator View. DefaultValue: A value that is associated with a TypeDescriptor, in the context of a MethodInstance, and is used to instantiate Parameter values when calling native APIs in a line-of-business (LOB) system. The type of the value is consistent with the data type represented by the TypeDescriptor.</p><p>7 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 DeletedIdEnumerator: A type of MethodInstance that can be called to retrieve EntityInstanceIds of EntityInstances that were deleted from a line-of-business (LOB) system after the specified time. Deleter: A type of MethodInstance that can be called to delete an EntityInstance with a specified EntityInstanceId. Disassociator: A type of MethodInstance that can be called to remove an association between a specified destination EntityInstance and a single specified EntityInstance for each of the sources of a specified Association. display name: A text string that is used to identify a principal or other object in the user interface. Also referred to as title. domain account: A stored set of attributes (2) representing a principal used to authenticate a user or machine to an Active Directory domain. domain name: The name given by an administrator to a collection of networked computers that share a common directory. Part of the domain naming service naming structure, domain names consist of a sequence of name labels separated by periods. endpoint: A communication port that is exposed by an application server for a specific shared service and to which messages can be addressed. Entity: A type of DataClass that represents a type of business data object that is stored in a line-of-business (LOB) system and whose instances have a persistent EntityInstanceId. EntityInstance: A set of Field values that have a unique identity that represents a specific instance of an Entity, and are stored in a line-of- business (LOB) system. field: The data elements that constitute an Entity in a line-of-business (LOB) system. filter: A mechanism by which a set of data is scoped to display only those entries that meet specified logical criteria. FilterDescriptor: A type of MetadataObject that describes a normalized way of gathering input from users. A FilterDescriptor is defined by its type and the Method that contains it. Finder: A type of MethodInstance that can be called to return a collection of zero or more EntityInstances of a specific Entity. Finder input is defined by the FilterDescriptors that are contained in the Method that contains the Finder. GenericInvoker: A type of MethodInstance that can be called to perform a specific task in a line-of-business (LOB) system. GenericInvoker input and output is specific to the Method. globally unique identifier (GUID): A term used interchangeably with universally unique identifier (UUID) in Microsoft protocol technical documents (TDs). Interchanging the usage of these terms does not imply or require a specific algorithm or mechanism to generate the value. Specifically, the use of this term does not imply or require that the algorithms described in [RFC4122] or [C706] must be used for generating the GUID. See also universally unique identifier (UUID).</p><p>8 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 Identifier: The Field or Fields that define the Identity of an EntityInstance. Also referred to as Key. IdEnumerator: A type of MethodInstance that can be called to return the Field values that represent the identity of EntityInstances of a specific Entity. IdEnumerator input is defined by the FilterDescriptors that are contained in the Method that contains the IdEnumerator. InputFilter: A FilterDescriptor type that is used while calling an operation for a line-of-business (LOB) system. An LOB system can use the value of an InputFilter as additional arguments for the operation. InputOutputFilter: A FilterDescriptor type that is used while calling an operation for a line-of-business (LOB) system. An LOB system can use the value of an InputOutputFilter as additional arguments for the operation, and additional results of an operation that cannot be captured by ReturnTypeDescriptor can be retrieved as a value of the InputOutputFilter. language code identifier (LCID): A 32-bit number that identifies the user interface human language dialect or variation that is supported by an application or a client computer. LastIdFilter: A FilterDescriptor type that is used when querying a line-of- business (LOB) system in which data is to be returned in chunks. When requesting a new chunk, the filter can be populated with the EntityInstanceId of the last EntityInstance. LimitFilter: A FilterDescriptor type that is used when querying a line-of- business (LOB) system. Its value can be interpreted as a limit on the number of EntityInstances that are returned when the Method to which it belongs is called. line-of-business (LOB) system: A software system that is used to store business data and can also contain business rules and business logic (2) that support business processes. LobSystem: A type of MetadataObject that represents a specific version of a line-of business (LOB) system. An LOB system can be a database or a web service. LobSystemInstance: A type of MetadataObject that represents a specific deployed instance of a line-of-business (LOB) system, as represented by a LobSystem. LobSystemInstances are contained by LobSystems. LobSystemInstance Properties describe how to connect to an instance of the LobSystem that contains them by providing information such as the server name, connection string, and authentication mode. locale: A collection of rules and data that are specific to a language and a geographical area. A locale can include information about sorting rules, date and time formatting, numeric and monetary conventions, and character classification. localized name: The descriptive name of a MetadataObject for a specific locale. MetadataModel: A collection of MetadataObjects that describes a line-of- business (LOB) system. It provides a framework for converting operations </p><p>9 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 that are requested by a protocol client into requests that are specific to a given LOB system. MetadataObject: An abstract data structure that consists of a set of attributes (1) that represent a LobSystem, LobSystemInstance, DataClass, Entity, Method, MethodInstance, Parameter, TypeDescriptor, Identifier, FilterDescriptor, Action, ActionParameter, or Association. Method: A type of MetadataObject that represents a piece of executable business logic (2) in a line-of-business (LOB) system. Methods are contained by DataClasses and they contain Parameters. MethodInstance: A type of MetadataObject that associates a normalized or stereotypical semantic with a Method that represents a native API in a line-of-business (LOB) system. MethodInstances identify which part of the data that is returned by a Method is relevant for the semantic by defining a ReturnTypeDescriptor. MethodInstances are contained by Methods. Model: A MetadataObject that defines a set of references to a logically related set of Entities. Models are typically used to facilitate easy transfer into and out of Metadata stores. Open Data Protocol (OData): A web protocol for querying and updating data specified in the OData protocol. OutputFilter: A FilterDescriptor type that is used while calling an operation for a line-of-business (LOB) system. Additional results of an operation that cannot be captured by a ReturnTypeDescriptor can be retrieved as a value of an OutputFilter. PageNumberFilter: A FilterDescriptor type that is used when querying a line-of-business (LOB) system. Its value can be the sequence number of the batch to return, if the LOB system can return data in batches. Parameter: A type of MetadataObject that represents the formal parameters of a piece of business logic (2) in a line-of-business (LOB) system. Parameters have a single root TypeDescriptor that defines the structure of the Parameter. They also have a Direction and a TypeReflector. Parameters are contained by Methods. PasswordCredentialFilter: A FilterDescriptor type that is used when querying a line-of-business (LOB) system and can hold the password of an account that is defined in that system. When it is used in conjunction with a UsernameCredentialFilter, an LOB system can use the PasswordCredentialFilter value to restrict access to data for an account. Property: A typed name/value pair that is associated with a MetadataObject. Properties enable consumers of a protocol client to annotate or decorate the MetadataObject with consumer-specific extensions. A MetadataObject can contain multiple Properties. ReturnTypeDescriptor: An attribute (1) of a MethodInstance. It is the TypeDescriptor that identifies the portion of a Method's return or output Parameters to extract and return as the result of executing the MethodInstance. It defines the View of the EntityInstances returned, with its child TypeDescriptors denoting the Fields of the View.</p><p>10 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 rights: Tasks that a user is permitted to perform on a computer, site, domain, or other system resource. See also permission. root TypeDescriptor: A TypeDescriptor that is contained by a Parameter and has no parent TypeDescriptor. A Parameter can contain only one root TypeDescriptor. Scalar: A type of MethodInstance that can be called to return a scalar value. security principal: An identity that can be used to regulate access to resources. A security principal can be a user, a computer, or a group that represents a set of users. SpecificFinder: A type of MethodInstance that can be called to return a specific EntityInstance of a specific Entity given its EntityInstanceId. SpecificFinder input is defined and ordered by the Identifiers that are associated with the Entity that is associated with the Method that is associated with the SpecificFinder. SsoTicketFilter: A FilterDescriptor type that is used in conjunction with a single sign-on (SSO) system to transmit an SSO ticket to a line-of- business (LOB) system. StreamAccessor: A type of MethodInstance that can be called to retrieve a Field of an EntityInstance in the form of a data stream of bytes. time zone: A geographical area that observes the same local time. The local time has a positive, zero, or negative offset from Coordinated Universal Time (UTC). The offset can be different during standard time and daylight saving time. TimeStampFilter: A FilterDescriptor type that is used when querying a line-of-business (LOB) system. Its value can be a timestamp that specifies the earliest update to return, if the LOB system can return data that was updated after a specified time. TypeDescriptor: A type of MetadataObject that describes a subset of the structure of a Parameter of a Method of the native API of a line-of- business (LOB) system. A TypeDescriptor can contain TypeDescriptors to form hierarchies that describe Parameters representing complex types, where the leaf TypeDescriptors describe simple or primitive types. A root TypeDescriptor, together with DefaultValues for leaf TypeDescriptors can be used to instantiate an instance of a Parameter value to send to a LOB system to execute a Method. Unicode: A character encoding standard developed by the Unicode Consortium that represents almost all of the written languages of the world. The Unicode standard [UNICODE5.0.0/2007] provides three forms (UTF-8, UTF-16, and UTF-32) and seven schemes (UTF-8, UTF-16, UTF-16 BE, UTF-16 LE, UTF-32, UTF-32 LE, and UTF-32 BE). Uniform Resource Identifier (URI): A string that identifies a resource. The URI is an addressing mechanism defined in Internet Engineering Task Force (IETF) Uniform Resource Identifier (URI): Generic Syntax [RFC3986].</p><p>11 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 Uniform Resource Locator (URL): A string of characters in a standardized format that identifies a document or resource on the World Wide Web. The format is as specified in [RFC1738]. Updater: A type of MethodInstance that can be called to update an EntityInstance identified by a specified EntityInstanceId. The set of Fields that is required to update the EntityInstance is referred to as the Updater View. UserContextFilter: A FilterDescriptor type that is used when querying a line-of-business (LOB) system. Its value can be set automatically by a protocol client to the identity of the user who is calling the LOB system. This value can then be used by the LOB system to authorize and filter the results that are returned. UserCultureFilter: A FilterDescriptor type that is used when querying a line-of-business (LOB) system. Its value specifies the locale that is used by the application initiating the call. UsernameCredentialFilter: A FilterDescriptor type that is used when querying a line-of-business (LOB) system and can hold the user name of an account that is defined in that system. When used in conjunction with PasswordCredentialFilter, the LOB system can use its value to restrict access to data. UserProfileFilter: A FilterDescriptor type that is used when querying a line-of-business (LOB) system and whose value can be obtained by examining the current user's profile. The LOB system can use its value to filter the results that are returned. View: A set of Fields of an Entity, or the schema of an Entity. An Entity can have several Views, each consisting of a different set of Fields, but all containing Identifier Fields. Views are associated with MethodInstances and define the shape of a MethodInstance's input or output. web service: A unit of application logic that provides data and services to other applications and can be called by using standard Internet transport protocols such as HTTP, Simple Mail Transfer Protocol (SMTP), or File Transfer Protocol (FTP). Web services can perform functions that range from simple requests to complicated business processes. Web Services Description Language (WSDL): An XML format for describing network services as a set of endpoints that operate on messages that contain either document-oriented or procedure-oriented information. The operations and messages are described abstractly and are bound to a concrete network protocol and message format in order to define an endpoint. Related concrete endpoints are combined into abstract endpoints, which describe a network service. WSDL is extensible, which allows the description of endpoints and their messages regardless of the message formats or network protocols that are used. WildcardFilter: A FilterDescriptor type that is used when querying a line- of-business (LOB) system. Its value represents a pattern of regular and wildcard characters that is matched against the value of a particular Field </p><p>12 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 of the set of EntityInstances. The LOB system returns only those EntityInstances whose Field values match the specified pattern. XML: The Extensible Markup Language, as described in [XML1.0]. XML schema definition (XSD): The World Wide Web Consortium (W3C) standard language that is used in defining XML schemas. Schemas are useful for enforcing structure and constraining the types of data that can be used validly within other XML documents. XML schema definition refers to the fully specified and currently recommended standard for use in authoring XML schemas. MAY, SHOULD, MUST, SHOULD NOT, MUST NOT: These terms (in all caps) are used as defined in [RFC2119]. All statements of optional behavior use either MAY, SHOULD, or SHOULD NOT.</p><p>1.2 References Links to a document in the Microsoft Open Specifications library point to the correct section in the most recently published version of the referenced document. However, because individual documents in the library are not updated at the same time, the section numbers in the documents may not match. You can confirm the correct section numbering by checking the Errata. </p><p>1.2.1 Normative References We conduct frequent surveys of the normative references to assure their continued availability. If you have any issue with finding a normative reference, please contact [email protected]. We will assist you in finding the relevant information. [ECMA-335] ECMA, "Common Language Infrastructure (CLI): Partitions I through VI", Standard ECMA-335, http://www.ecma- international.org/flat/publications/Standards/Ecma-335.htm</p><p>[MS-NRTP] Microsoft Corporation, ".NET Remoting: Core Protocol".</p><p>[MS-SPSTWS] Microsoft Corporation, "SharePoint Security Token Service Web Service Protocol".</p><p>[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997, http://www.rfc- editor.org/rfc/rfc2119.txt</p><p>[RFC4648] Josefsson, S., "The Base16, Base32, and Base64 Data Encodings", RFC 4648, October 2006, http://www.rfc-editor.org/rfc/rfc4648.txt</p><p>[RFC5234] Crocker, D., Ed., and Overell, P., "Augmented BNF for Syntax Specifications: ABNF", STD 68, RFC 5234, January 2008, http://www.rfc- editor.org/rfc/rfc5234.txt</p><p>13 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 [XMLSCHEMA1] Thompson, H., Beech, D., Maloney, M., and Mendelsohn, N., Eds., "XML Schema Part 1: Structures", W3C Recommendation, May 2001, http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/</p><p>1.2.2 Informative References [CompositeFormatting] Microsoft Corporation, "Composite Formatting", .NET Framework Developer's Guide, http://msdn.microsoft.com/en- us/library/txafckwd.aspx</p><p>[MS-CSOMSPT] Microsoft Corporation, "SharePoint Client-Side Object Model Protocol".</p><p>[XMLSCHEMA2] Biron, P.V., Ed. and Malhotra, A., Ed., "XML Schema Part 2: Datatypes", W3C Recommendation, May 2001, http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/</p><p>1.3 Structure Overview (Synopsis) Enterprises have a variety of data stored in various line-of-business (LOB) systems. Typically, this data is accessible only through the proprietary programming interface of these software systems. It is desirable to be able to provide access to such data via a set of normalized interfaces so that users do not have to use system-specific or adapter-specific programming patterns for each system. To facilitate this, it is possible to devise descriptions of the programmatic interface of the LOB systems using data structures such as Methods, Parameters, and TypeDescriptors, along with information about the LOB systems themselves (such as the server name, connection string and how to authenticate), using data structures such as LobSystem and LobSystemInstance. Methods can be considered to live within an Entity abstraction, representing a business data type, such as "customer" or "order". The LOB system interface definitions can then be transformed into normalized, stereotypical operations against Entities such as "Read-An-Entity-Instance- By-Id", "Read-Entity-Instances", and "Check-Entity-Instance-Permissions" by annotating the actual LOB system interface descriptions, with the annotations described by data structures such as MethodInstance, Identifier, FilterDescriptor, and Association. These data structures, collectively called MetadataObjects, can be grouped into related collections called MetadataModels that describe LOB systems. Once a store of MetadataModels is made available, it can be utilized by a runtime engine to convert a stereotypical, normalized operation requested by an application reading this structure into a LOB system-specific invocation programmatically. This document specifies Metadata Model, an XML structure that represents a serialized MetadataModel. Consumers of this structure are typically runtime engines that transform client requests in normalized, stereotypical form into </p><p>14 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 actual LOB system interface calls. Producers of this structure are typically MetadataModel design tools. This document also specifies Metadata Model Resources, an XML structure that represents permissions, localized names, and other non-structural information of a MetadataModel. The Metadata Model Resources structure is a subset of the Metadata Model structure. Consumers of this structure are typically metadata stores that merge the information in the structure to the corresponding MetadataModel already present in the metadata store. Producers of this structure are typically localization and access control tools.</p><p>1.4 Relationship to Protocols and Other Structures This file format is an XML schema definition (XSD) file, as described in [XMLSCHEMA1] and [XMLSCHEMA2].</p><p>1.5 Applicability Statement There are typically two types of applications that can use this file format, though an application that combines these functions in a single implementation is also feasible: § MetadataModel designers, whose primary purpose is to create or edit a MetadataModel. These applications typically offer some graphical design surface and connectivity to LOB systems of known types to enable mining of the LOB system public interface definition and creation of corresponding MetadataModel. § MetadataModel consumers, whose primary purpose is to read the MetadataModel file and use the information therein to convert uniform, stereotypical operations into LOB system-specific interface invocations. This file format specification does not specify how the MetadataObjects can be used to do the conversion from a stereotypical client request into a system- specific invocation; it merely defines a serialized representation of MetadataObjects.</p><p>1.6 Versioning and Localization This document covers versioning issues in the following areas: § Structure versions: This structure specifies the only version of this file format. § Localization: This structure specifies no locale-specific processes or data.</p><p>1.7 Vendor-Extensible Fields This file format defines vendor-extensible fields in the Properties element described in section 2.2.3.31.</p><p>15 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2 Structures The Metadata Model structure specifies an XML structure used to define a MetadataModel and all its MetadataObjects. The Metadata Model Resources structure specifies an XML structure used to define Properties, access control lists (ACLs), and localized names to be used with previously defined MetadataObjects.</p><p>2.1 http://schemas.microsoft.com/windows/2007/BusinessDataCatalog</p><p>2.1.1 Elements</p><p>2.1.1.1 Model Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog A Model (section 2.1.3.34) element that specifies a Model. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.</p><p>3 <xs:element name="Model" type="bdc:Model"/></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>3.1.1 Attributes None.</p><p>3.1.2 Complex Types</p><p>3.1.2.1 AccessControlEntry Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: AccessControlList A complex type that specifies an ACE to specify access rights for the parent element. Child Elements:</p><p>Right: A Right element (section 2.1.3.41) that specifies the permissions available to the security principal. Attributes:</p><p>Principal: An xs:string attribute that specifies the name of the security principal. The value for this attribute MUST be as specified by the following ABNF.</p><p>4 principal = windows / membership / role / claim</p><p>5 windows = ["Windows" %x7C] ((domain "\") / "") domainAccount</p><p>16 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 6 membership = "Membership" %x7C membershipIssuer %x7C ((domain "\") / "") </p><p>7 domainAccount </p><p>8 role = ["Role" %x7C] roleIssuer %x7C ((domain "\") / "") domainAccount </p><p>9 claim = "STS" %x7C trustedSTS %x7C claimType %x7C claimValue %x7C </p><p>10 claimValueType</p><p>11 claimValueType = "String"</p><p>The domain rule is the domain name of the security principal.</p><p>The domainAccount rule corresponds to the domain account of the security principal.</p><p>The membershipIssuer rule conforms to the format of an original issuer as specified in [MS- SPSTWS] section 2.2.2.</p><p>The roleIssuer rule conforms to the format of an original issuer as specified in [MS-SPSTWS] section 2.2.2.</p><p>The trustedSTS rule corresponds to the trusted STS as specified in [MS-SPSTWS] section 2.2.2.</p><p>The claimType rule corresponds to the claim type Uniform Resource Identifier (URI) as specified in [MS-SPSTWS] section 2.2.2.</p><p>The claimValue is a claim value. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>12 <xs:complexType name="AccessControlEntry"></p><p>13 <xs:sequence></p><p>14 <xs:element name="Right" type="bdc:Right" minOccurs="1" maxOccurs="unbounded"/></p><p>15 </xs:sequence></p><p>16 <xs:attribute name="Principal" type="xs:string" use="required"/></p><p>17 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>17.1.1.1 AccessControlList Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Model, LobSystem, Entity, Method, Association, MethodInstance, IndividuallySecurableMetadataObject A complex type that specifies an access control list (ACL). Child Elements:</p><p>17 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 AccessControlEntry: An AccessControlEntry element (section 2.1.3.1) that specifies an access control entry (ACE). The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>18 <xs:complexType name="AccessControlList"></p><p>19 <xs:sequence></p><p>20 <xs:element name="AccessControlEntry" type="bdc:AccessControlEntry" minOccurs="1" maxOccurs="unbounded"/></p><p>21 </xs:sequence></p><p>22 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>22.1.1.1 Action Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Actions A complex type that specifies an Action of an Entity. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model. ActionParameters: An ActionParameters element (section 2.1.3.5) that specifies the Parameters of the Action. Attributes:</p><p>Position: An ActionPosition attribute (section 2.1.4.1) that specifies the suggested position of this Action among the other Actions of this Entity. An application reading the structure can use this ordering as guidance in an implementation-specific algorithm that represents the Actions in the user interface.</p><p>IsOpenedInNewWindow: An xs:boolean attribute that specifies whether the results of executing an Action are presented in a new user interface context. An application reading the structure can use this value as guidance on creating new user interface context when the Action is executed.</p><p>Value Description</p><p>False Open in the same user interface context.</p><p>True Open in a new user interface context.</p><p>Url: A UrlString attribute (section 2.1.4.17) that specifies an abstract command that is interpreted by an application reading this structure. The interpretation is implementation-specific.<1> The attribute includes text and placeholders. The application instantiates the abstract command by replacing the placeholders with values associated with the Action's ActionParameters in an implementation- specific manner.<2></p><p>18 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 The value of this attribute MUST be in the following format as expressed in ABNF as specified in [RFC5234]:</p><p>23 Url = 1*( Text / EscapedLeftBracket / EscapedRightBracket / Placeholder )</p><p>24 Text = %x21-7A / %x7C / %x7E</p><p>25 EscapedLeftBracket = %x7B %x7B </p><p>26 EscapedRightBracket = %x7D %x7D</p><p>27 Placeholder = %x7B Index [%x2C Alignment] [%x3A Format] %x7D</p><p>28 Index = 1*DIGIT</p><p>29 Alignment = [%x2D] 1*DIGIT</p><p>30 Format = 1*ALPHA</p><p>The Text rule is used to produce any visible character other than a curly bracket.</p><p>When instantiating the command, the EscapedLeftBracket and EscapedRightBracket rules MUST be changed to the following definitions:</p><p>31 EscapedLeftBracket = %x7B</p><p>32 EscapedRightBracket = %x7D</p><p>The Placeholder rule corresponds to a string segment that MUST be replaced with an implementation-specific value of an ActionParameter of the Action. The ActionParameter that MUST be used is identified by having the Index attribute equal to the integer value specified by the Index rule.</p><p>The Index rule corresponds to a string segment that represents an integer in base ten. The value of this integer MUST be identical to the value of Index attribute of exactly one ActionParameter of the Action.</p><p>The Alignment and Format rules correspond to string segments that are implementation- specific.<3></p><p>ImageUrl: A UrlString attribute that specifies the Uniform Resource Locator (URL) to the Action’s icon image.<4></p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.</p><p>DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.</p><p>IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<5> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The Model is infrequently used.</p><p>True The Model is frequently used.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>19 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 33 <xs:complexType name="Action"></p><p>34 <xs:complexContent></p><p>35 <xs:extension base="bdc:MetadataObject"></p><p>36 <xs:sequence></p><p>37 <xs:element name="ActionParameters" type="bdc:ActionParameters" minOccurs="0"></p><p>38 <xs:unique name="ActionParameterNameKey"></p><p>39 <xs:selector xpath="*"/></p><p>40 <xs:field xpath="@Name"/></p><p>41 </xs:unique></p><p>42 <xs:unique name="ActionParameterIndexKey"></p><p>43 <xs:selector xpath="*"/></p><p>44 <xs:field xpath="@Index"/></p><p>45 </xs:unique></p><p>46 </xs:element></p><p>47 </xs:sequence></p><p>48 <xs:attribute name="Position" type="bdc:ActionPosition" use="required"/></p><p>49 <xs:attribute name="IsOpenedInNewWindow" type="xs:boolean" default="false"/></p><p>50 <xs:attribute name="Url" type="bdc:UrlString" use="required"/></p><p>51 <xs:attribute name="ImageUrl" type="bdc:UrlString"/></p><p>52 </xs:extension></p><p>53 </xs:complexContent></p><p>54 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>54.1.1.1 ActionParameter Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: ActionParameters A complex type that specifies an ActionParameter of an Action. The application that utilizes this structure MUST use ActionParameters to instantiate the abstract command specified by the Action’s Url attribute. Child Elements:</p><p>20 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model. Attributes:</p><p>Index: An Ordinal attribute (section 2.1.4.11) that specifies the position of this ActionParameter among the other ActionParameters in the Action that contains the ActionParameter.</p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.</p><p>DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.</p><p>IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<6> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The Model is infrequently used.</p><p>True The Model is frequently used.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>55 <xs:complexType name="ActionParameter"></p><p>56 <xs:complexContent></p><p>57 <xs:extension base="bdc:MetadataObject"></p><p>58 <xs:attribute name="Index" type="bdc:Ordinal" use="required"/></p><p>59 </xs:extension></p><p>60 </xs:complexContent></p><p>61 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>61.1.1.1 ActionParameters Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Action A complex type that specifies a list of ActionParameters of an Action. Child Elements:</p><p>ActionParameter: An ActionParameter element (section 2.1.3.4) that specifies an ActionParameter. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>62 <xs:complexType name="ActionParameters"></p><p>21 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 63 <xs:sequence></p><p>64 <xs:element name="ActionParameter" type="bdc:ActionParameter" minOccurs="1" maxOccurs="unbounded"/></p><p>65 </xs:sequence></p><p>66 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>66.1.1.1 Actions Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Entity A complex type that specifies a list of Actions of an Entity. Child Elements:</p><p>Action: An Action element (section 2.1.3.3) that specifies an Action. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>67 <xs:complexType name="Actions"></p><p>68 <xs:sequence></p><p>69 <xs:element name="Action" type="bdc:Action" minOccurs="1" maxOccurs="unbounded"/></p><p>70 </xs:sequence></p><p>71 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>71.1.1.1 Association Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: MethodInstances A complex type that specifies an Association. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model.</p><p>AccessControlList: An AccessControlList element (section 2.1.3.2) that specifies the access control list (ACL) of the Model.</p><p>SourceEntity: A SourceEntity element (section 2.1.3.42) that specifies a source Entity of the Association.</p><p>22 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 DestinationEntity: A DestinationEntity element (section 2.1.3.14) that specifies the destination Entity of the Association. Attributes:</p><p>Type: A MethodInstanceType attribute (section 2.1.4.8) that specifies the type of the MethodInstance.</p><p>Default: An xs:boolean attribute that specifies whether the MethodInstance is the default among all MethodInstances sharing its type within the containing Entity. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The MethodInstance is not the default among all MethodInstances sharing its type within the containing Entity.</p><p>True The MethodInstance is the default among all MethodInstances sharing its type within the containing Entity.</p><p>ReturnParameterName: A NameString attribute (section 2.1.4.9) that specifies the name of the Parameter that contains the ReturnTypeDescriptor of the MethodInstance. The Direction attribute of the Parameter MUST have a value of either "Out", "InOut" or "Return".</p><p>This attribute MUST be specified for all types of MethodInstances except GenericInvoker, Deleter, and Updater.</p><p>ReturnTypeDescriptorName: A NameString attribute that specifies the name of the ReturnTypeDescriptor of the MethodInstance. The Parameter specified by the ReturnParameterName attribute MUST contain the ReturnTypeDescriptor. This attribute MUST be ignored when ReturnTypeDescriptorPath attribute is specified. This attribute SHOULD NOT<7> be used.</p><p>When this attribute is missing, and the ReturnTypeDescriptorPath attribute is not specified, the application utilizing the structure MUST assume the name of the ReturnTypeDescriptor to be the name of the root TypeDescriptor of the Parameter specified by the ReturnParameterName attribute.</p><p>ReturnTypeDescriptorLevel: A ReturnTypeDescriptorLevel attribute (section 2.1.4.13) that specifies the depth from the root of the ReturnTypeDescriptor of the MethodInstance, in the tree of nested TypeDescriptors where the root level equals 0. This attribute MUST be ignored. This attribute SHOULD NOT<8> be used.</p><p>ReturnTypeDescriptorPath: An xs:string attribute that specifies the path<9> to the return value of the MethodInstance. The value of this attribute MUST be in the following format as expressed in ABNF as specified in [RFC5234]:</p><p>72 Path = StartField *(FieldAccess / Indexer)</p><p>73 PathToken = StartField / FieldAccess / Indexer</p><p>74 StartField = Field</p><p>75 FieldAccess = %x2E Field</p><p>76 Indexer = %x5B Index %x5D</p><p>77 Index = 1*DIGIT</p><p>23 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 78 Field = %x01-2D / %x2F-5A / %x5E-FF / EscapedDot / EscapedBracket / EscapedSlash</p><p>79 EscapedDot = %x5C %x2E</p><p>80 EscapedBracket = %x5C %x5B</p><p>81 EscapedSlash = %x5C %x5C</p><p>Field rule specifies a TypeDescriptor name when the EscapedDot, EscapedBracket and EscapedSlash rules are replaced with the following:</p><p>82 EscapedDot = %x2E</p><p>83 EscapedBracket = %x5B</p><p>84 EscapedSlash = %x5C</p><p>The StartField rule specifies the TypeDescriptor that has the name equal to the name specified by Field rule. </p><p>The FieldAccess rule specifies the TypeDescriptor that has the name equal to the name specified by Field rule, which is contained by the given TypeDescriptor. The given TypeDescriptor MUST have IsCollection attribute set to false.</p><p>The Indexer rule specifies the only TypeDescriptor contained by the given TypeDescriptor. The given TypeDescriptor MUST have IsCollection attribute set to true. </p><p>The Index rule specifies the zero based integer index of a data structure in a collection of data structures.</p><p>Given a set of data structures and their corresponding TypeDescriptors, the path string MUST be evaluated to return the specified data structure as follows:</p><p>85 INIT CurrentTypeDescriptor </p><p>86 INIT CurrentDataStructure</p><p>87 FOR each PathToken in Path from left to right</p><p>88 IF PathToken is StartField THEN </p><p>89 SET CurrentTypeDescriptor to the TypeDescriptor specified by StartField from given TypeDescriptors</p><p>90 SET CurrentDataStructure to the data structure corresponding to CurrentTypeDescriptor from given data structures</p><p>91 ELSE IF PathToken is FieldAccess THEN</p><p>92 SET CurrentTypeDescriptor to the TypeDescriptor specified by FieldAccess given CurrentTypeDescriptor</p><p>93 SET CurrentDataStructure to the data structure represented by the LobName attribute of CurrentTypeDescriptor from CurrentDataStructure</p><p>94 ELSE IF PathToken is Indexer THEN</p><p>95 SET CurrentTypeDescriptor to the TypeDescriptor specified by Indexer given CurrentTypeDescriptor</p><p>24 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 96 SET CurrentDataStructure to the data structure at index specified by Index within CurrentDataStructure</p><p>97 END IF</p><p>98 END LOOP</p><p>99 RETURN CurrentDataStructure</p><p>For a specified Path all the specified TypeDescriptors MUST be available.</p><p>For example:</p><p>Given following data structure (represented in "<property name> : <property value>" pairing) Customer Name : "Blake" Surname : "Donley" Addresses : Collection of Address data structures Address Street : "1 Road" Zip : "00001" Address Street : "2 Road" Zip : "00002" Address Street : 3 Road" Zip : "00003"</p><p>And the corresponding TypeDescriptor structure (represented in "<name>, <lob name>, <Iscollection>" attribute triplets)": Customer, Customer, false Name, Name, false Last Name, Surname, false Addresses, Addresses, true Address, Address, false Street, Street, false ZipCode, Zip, false The path "Customer.Addresses[1].ZipCode" specifies the data structure name "Zip" with value "00002"; The path "Customer.LastName" specifies the data structure with name "Surname" with value "Donley"; And the path "Customer.Addresses" specifies the data structure with name "Addresses" that contains a collection of Address data structures.</p><p>When this attribute is missing, and the ReturnTypeDescriptorName attribute is not specified, the application utilizing the structure MUST assume the name of the ReturnTypeDescriptor to be the name of the root TypeDescriptor of the Parameter specified by the ReturnParameterName attribute.</p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.</p><p>25 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.</p><p>IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<10> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The Model is infrequently used.</p><p>True The Model is frequently used.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>100 <xs:complexType name="Association"></p><p>101 <xs:complexContent></p><p>102 <xs:extension base="bdc:MethodInstance"></p><p>103 <xs:sequence></p><p>104 <xs:element name="SourceEntity" type="bdc:SourceEntity" minOccurs="1" maxOccurs="unbounded"/></p><p>105 <xs:element name="DestinationEntity" type="bdc:DestinationEntity" minOccurs="1" maxOccurs="1"/></p><p>106 </xs:sequence></p><p>107 </xs:extension></p><p>108 </xs:complexContent></p><p>109 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>109.1.1.1 AssociationGroup Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: AssociationGroups A complex type that specifies an AssociationGroup. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model.</p><p>AssociationReference: An AssociationReference element (section 2.1.3.10) that specifies an AssociationReference of the AssociationGroup. Attributes:</p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.</p><p>26 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.</p><p>IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<11> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The Model is infrequently used.</p><p>True The Model is frequently used.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>110 <xs:complexType name="AssociationGroup"></p><p>111 <xs:complexContent></p><p>112 <xs:extension base="bdc:MetadataObject"></p><p>113 <xs:sequence></p><p>114 <xs:element name="AssociationReference" type="bdc:AssociationReference" minOccurs="1" maxOccurs="unbounded"/></p><p>115 </xs:sequence></p><p>116 </xs:extension></p><p>117 </xs:complexContent></p><p>118 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>118.1.1.1 AssociationGroups Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Entity A complex type that specifies a list of AssociationGroups of an Entity. Child Elements:</p><p>AssociationGroup: An AssociationGroup element (section 2.1.3.8) that specifies an AssociationGroup. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>119 <xs:complexType name="AssociationGroups"></p><p>120 <xs:sequence></p><p>121 <xs:element name="AssociationGroup" type="bdc:AssociationGroup" minOccurs="1" maxOccurs="unbounded"></p><p>27 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 122 <xs:unique name="AssociationReferenceAssociationNameEntityNameEntityNamespaceKey"></p><p>123 <xs:selector xpath="*"/></p><p>124 <xs:field xpath="@EntityNamespace"/></p><p>125 <xs:field xpath="@EntityName"/></p><p>126 <xs:field xpath="@AssociationName"/></p><p>127 </xs:unique></p><p>128 </xs:element></p><p>129 </xs:sequence></p><p>130 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>130.1.1.1 AssociationReference Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: AssociationGroup A complex type that specifies an AssociationReference in an AssociationGroup. AssociationReferences refer to Associations. Attributes:</p><p>EntityNamespace: A NameString attribute (section 2.1.4.9) that specifies the namespace of the Entity where the referenced Association is defined.</p><p>EntityName: A NameString attribute that specifies the name of the Entity where the referenced Association is defined.</p><p>AssociationName: A NameString attribute that specifies the name of the referenced Association.</p><p>Reverse: An xs:boolean attribute that specifies whether the source of the referenced Association is the destination of the containing AssociationGroup and the destination of the referenced Association is the source of the containing AssociationGroup. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The sources of the referenced Association are the sources of the containing AssociationGroup and the destination of the referenced Association is the destination of the containing AssociationGroup.</p><p>True The source of the referenced Association is the destination of the containing AssociationGroup and destination of the referenced Association is the source of the containing AssociationGroup. The referenced Association MUST have only one source.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>28 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 131 <xs:complexType name="AssociationReference"></p><p>132 <xs:attribute name="EntityNamespace" type="bdc:NameString" use="optional"/></p><p>133 <xs:attribute name="EntityName" type="bdc:NameString" use="optional"/></p><p>134 <xs:attribute name="AssociationName" type="bdc:NameString" use="required"/></p><p>135 <xs:attribute name="Reverse" type="xs:boolean" use="optional" default="false"/></p><p>136 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>136.1.1.1 ConvertType Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Interpretation A complex type that specifies the rule to convert the data type of a data value into another data type. When the rules are applied in order, this rule specifies the data type of the data value to be converted to the data type specified by BDCType attribute. When the rules are applied in reverse order, this rule specifies the data type of the data value to be converted to the data type specified by LOBType attribute. For example, this rule can specify converting a date value obtained from a line-of-business (LOB) system, into a culture and locale sensitive string which will eventually be displayed to the user, and converting the updated value for that string back into the date compatible with the LOB system. Attributes:</p><p>LOBType: A TypeNameString attribute (section 2.1.4.16) that specifies the data type to convert the data value into when the rules are applied in reverse order.</p><p>BDCType: A TypeNameString attribute that specifies the data type to convert the data value into when the rules are applied in order.</p><p>LOBLocale: A TypeNameString attribute that specifies the locale that the data is expected to be formatted according to, when the rules are applied in order, and the locale that the data MUST be formatted according to, when the rules are applied in reverse order. The value of this attribute MUST be ignored when the data does not have a locale specific formatting. For example, if the data is converted between an integer value and a string, value 1234 can be converted to "1234", "1.234" or "1,234" based on the specified locale. However, if the data is converted from an integer to a floating point number, the value is usually stored in an implementation-specific condensed form where a locale specific format is not applicable; therefore this attribute would be ignored. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>137 <xs:complexType name="ConvertType"></p><p>138 <xs:attribute name="LOBType" type="bdc:TypeNameString" use="required"/></p><p>29 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 139 <xs:attribute name="BDCType" type="bdc:TypeNameString" use="required"/></p><p>140 <xs:attribute name="LOBLocale" type="bdc:TypeNameString" use="optional"/></p><p>141 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>141.1.1.1 DefaultValue Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: DefaultValues A complex type that specifies the DefaultValue of a TypeDescriptor for a MethodInstance. The text associated with this element is the DefaultValue of the containing TypeDescriptor for the specified MethodInstance. The application that utilizes the structure MUST use this value during initialization of structures corresponding to the TypeDescriptor in the context of executing the referenced MethodInstance. The TypeDescriptor containing a DefaultValue element MUST be contained by a Parameter whose Direction attribute is set to "In" or "InOut". Attributes:</p><p>MethodInstanceName: A NameString attribute (section 2.1.4.9) that specifies the name of the MethodInstance to which this DefaultValue refers.</p><p>Type: A TypeDescriptorTypeNameString attribute (section 2.1.4.15) that specifies the data type of the DefaultValue. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>142 <xs:complexType name="DefaultValue" mixed="true"></p><p>143 <xs:attribute name="MethodInstanceName" type="bdc:NameString" use="required"/></p><p>144 <xs:attribute name="Type" type="bdc:TypeDescriptorTypeNameString" use="required"/></p><p>145 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>145.1.1.1 DefaultValues Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: TypeDescriptor A complex type that specifies a list of DefaultValues of a TypeDescriptor. Child Elements:</p><p>DefaultValue: A DefaultValue element (section 2.1.3.12) that specifies the DefaultValue corresponding to a MethodInstance.</p><p>30 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>146 <xs:complexType name="DefaultValues"></p><p>147 <xs:sequence></p><p>148 <xs:element name="DefaultValue" type="bdc:DefaultValue" minOccurs="1" maxOccurs="unbounded" nillable="true"/></p><p>149 </xs:sequence></p><p>150 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>150.1.1.1 DestinationEntity Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Association A complex type that specifies the destination Entity of an Association. Attributes:</p><p>Namespace: A NameString attribute (section 2.1.4.9) that specifies the namespace of the Entity that is the destination of the Association containing this element.</p><p>Name: A NameString attribute that specifies the name of the Entity that is the destination of the Association containing this element. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>151 <xs:complexType name="DestinationEntity"></p><p>152 <xs:attribute name="Namespace" type="bdc:NameString" use="required"/></p><p>153 <xs:attribute name="Name" type="bdc:NameString" use="required"/></p><p>154 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>154.1.1.1 Entities Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: LobSystem A complex type that specifies a list of Entities of a LobSystem. Child Elements:</p><p>Entity: An Entity element (section 2.1.3.16) that specifies an Entity. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>31 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 155 <xs:complexType name="Entities"></p><p>156 <xs:sequence></p><p>157 <xs:element name="Entity" type="bdc:Entity" minOccurs="1" maxOccurs="unbounded"></p><p>158 <xs:unique name="MethodInstanceNameKey"></p><p>159 <xs:selector xpath=".//bdc:MethodInstances/*"/></p><p>160 <xs:field xpath="@Name"/></p><p>161 </xs:unique></p><p>162 </xs:element></p><p>163 </xs:sequence></p><p>164 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>164.1.1.1 Entity Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Entities A complex type that specifies an Entity. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model.</p><p>AccessControlList: An AccessControlList element (section 2.1.3.2) that specifies the access control list (ACL) of the Model.</p><p>Identifiers: An Identifiers element (section 2.1.3.20) that specifies the Identifiers of the Entity.</p><p>Methods: A Methods element (section 2.1.3.33) that specifies the Methods of the Entity.</p><p>AssociationGroups: An AssociationGroups element (section 2.1.3.9) that specifies the AssociationGroups of the Entity.</p><p>Actions: An Actions element (section 2.1.3.6) that specifies the Actions of the Entity. Attributes:</p><p>Namespace: A NameString attribute (section 2.1.4.9) that specifies the namespace of the Entity.</p><p>Version: A VersionString attribute (section 2.1.4.18) that specifies the version number of the Entity.</p><p>EstimatedInstanceCount: An InstanceCount attribute (section 2.1.4.5) that specifies the estimated number of EntityInstances contained by the line-of-business (LOB) system.</p><p>32 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 DefaultOperationMode: An OperationModeType attribute (section 2.1.4.10) that specifies the default behavior when interacting with a LOB system in an implementation-specific manner while creating, deleting, updating or reading EntityInstance data of the Entity. </p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.</p><p>DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.</p><p>IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<12> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The Model is infrequently used.</p><p>True The Model is frequently used.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>165 <xs:complexType name="Entity"></p><p>166 <xs:complexContent></p><p>167 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>168 <xs:sequence></p><p>169 <xs:element name="Identifiers" type="bdc:Identifiers" minOccurs="0"></p><p>170 <xs:unique name="IdentifierNameKey"></p><p>171 <xs:selector xpath="*"/></p><p>172 <xs:field xpath="@Name"/></p><p>173 </xs:unique></p><p>174 </xs:element></p><p>175 <xs:element name="Methods" type="bdc:Methods" minOccurs="0"></p><p>176 <xs:unique name="MethodNameKey"></p><p>177 <xs:selector xpath="*"/></p><p>178 <xs:field xpath="@Name"/></p><p>179 </xs:unique></p><p>180 </xs:element></p><p>181 <xs:element name="AssociationGroups" type="bdc:AssociationGroups" minOccurs="0"></p><p>182 <xs:unique name="AssociationGroupNameKey"></p><p>183 <xs:selector xpath="*"/></p><p>184 <xs:field xpath="@Name"/></p><p>33 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 185 </xs:unique></p><p>186 </xs:element></p><p>187 <xs:element name="Actions" type="bdc:Actions" minOccurs="0"></p><p>188 <xs:unique name="ActionNameKey"></p><p>189 <xs:selector xpath="*"/></p><p>190 <xs:field xpath="@Name"/></p><p>191 </xs:unique></p><p>192 </xs:element></p><p>193 </xs:sequence></p><p>194 <xs:attribute name="Namespace" type="bdc:NameString" use="required"/></p><p>195 <xs:attribute name="Version" type="bdc:VersionString" use="required"/></p><p>196 <xs:attribute name="EstimatedInstanceCount" type="bdc:InstanceCount" default="10000"/></p><p>197 <xs:attribute name="DefaultOperationMode" type="bdc:OperationModeType" default="Default" use="optional"/></p><p>198 </xs:extension></p><p>199 </xs:complexContent></p><p>200 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>200.1.1.1 FilterDescriptor Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: FilterDescriptors A complex type that specifies a FilterDescriptor. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model. Attributes:</p><p>Type: A FilterDescriptorType attribute (section 2.1.4.3) that specifies the type of the FilterDescriptor.</p><p>FilterField: A NameString attribute (section 2.1.4.9) that specifies the field of an Entity to which the Filter is applied in an implementation-specific execution that uses the metadata.</p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.</p><p>34 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.</p><p>IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<13> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The Model is infrequently used.</p><p>True The Model is frequently used.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>201 <xs:complexType name="FilterDescriptor"></p><p>202 <xs:complexContent></p><p>203 <xs:extension base="bdc:MetadataObject"></p><p>204 <xs:attribute name="Type" type="bdc:FilterDescriptorType" use="required"/></p><p>205 <xs:attribute name="FilterField" type="bdc:NameString" use="optional"/></p><p>206 </xs:extension></p><p>207 </xs:complexContent></p><p>208 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>208.1.1.1 FilterDescriptors Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Method A complex type that specifies a list of FilterDescriptors of a Method. Child Elements:</p><p>FilterDescriptor: A FilterDescriptor element (section 2.1.3.17) that specifies a FilterDescriptor. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>209 <xs:complexType name="FilterDescriptors"></p><p>210 <xs:sequence></p><p>211 <xs:element name="FilterDescriptor" type="bdc:FilterDescriptor" minOccurs="1" maxOccurs="unbounded"/></p><p>212 </xs:sequence></p><p>213 </xs:complexType></p><p>35 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>213.1.1.1 Identifier Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Identifiers A complex type that specifies an Identifier. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model. Attributes:</p><p>TypeName: An IdentifierType attribute (section 2.1.4.4) that specifies the data type of the value corresponding to the Identifier.</p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.</p><p>DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.</p><p>IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<14> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The Model is infrequently used.</p><p>True The Model is frequently used.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>214 <xs:complexType name="Identifier"></p><p>215 <xs:complexContent></p><p>216 <xs:extension base="bdc:MetadataObject"></p><p>217 <xs:attribute name="TypeName" type="bdc:IdentifierType" use="required"/></p><p>218 </xs:extension></p><p>219 </xs:complexContent></p><p>220 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>220.1.1.1 Identifiers Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Entity</p><p>36 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 A complex type that specifies a list of Identifiers of an Entity. Child Elements:</p><p>Identifier: An Identifier element (section 2.1.3.19) that specifies an Identifier. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>221 <xs:complexType name="Identifiers"></p><p>222 <xs:sequence></p><p>223 <xs:element name="Identifier" type="bdc:Identifier" minOccurs="1" maxOccurs="unbounded"/></p><p>224 </xs:sequence></p><p>225 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>225.1.1.1 IndividuallySecurableMetadataObject Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: MethodInstance, Method, Entity, LobSystem, Model A complex type that specifies a MetadataObject that can be assigned a specific access control list (ACL). Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model.</p><p>AccessControlList: An AccessControlList element (section 2.1.3.2) that specifies the access control list (ACL) of the Model. Attributes:</p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.</p><p>DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.</p><p>IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<15> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The Model is infrequently used.</p><p>True The Model is frequently used.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>226 <xs:complexType name="IndividuallySecurableMetadataObject" abstract="true"></p><p>37 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 227 <xs:complexContent></p><p>228 <xs:extension base="bdc:MetadataObject"></p><p>229 <xs:sequence></p><p>230 <xs:element name="AccessControlList" type="bdc:AccessControlList" minOccurs="0" maxOccurs="1"/></p><p>231 </xs:sequence></p><p>232 </xs:extension></p><p>233 </xs:complexContent></p><p>234 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>234.1.1.1 Interpretation Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: TypeDescriptor A complex type that specifies the rules to apply to the data stored in the data structures represented by a TypeDescriptor. These rules are specified to change the data values returned by the line-of-business (LOB) system to make it easier to represent them in the user interface when the metadata is being used. When the data value is obtained from the LOB system, the specified rules MUST be applied in the order they are specified in the Interpretation element. The first rule MUST be applied to the data value received from the LOB system, the consecutive rules apply to the data value that results from the application of the previous rule. When the data value is sent to LOB system, the specified rules MUST be applied in the reverse order they are specified in the Interpretation element. The first rule MUST be applied to the data value received from the user, the consecutive rules apply to the data value that results from the application of the previous rule. Child Elements:</p><p>ConvertType: A ConvertType element (section 2.1.3.11) that specifies the conversion of a data type to another data type.</p><p>NormalizeDateTime: A NormalizeDateTime element (section 2.1.3.35) that specifies the conversion of the date and time representation of a value obtained from a line-of-business (LOB) system into another representation.</p><p>NormalizeString: A NormalizeString element (section 2.1.3.36) that specifies the conversion rules of the empty string or null value obtained from a LOB system into another representation. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>235 <xs:complexType name="Interpretation"></p><p>38 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 236 <xs:choice minOccurs="1" maxOccurs="unbounded"></p><p>237 <xs:element name="ConvertType" type="bdc:ConvertType"/></p><p>238 <xs:element name="NormalizeDateTime" type="bdc:NormalizeDateTime"/></p><p>239 <xs:element name="NormalizeString" type="bdc:NormalizeString"/></p><p>240 </xs:choice></p><p>241 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>241.1.1.1 LobSystem Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: LobSystems A complex type that specifies an LobSystem. For the Properties child element of LobSystem, the following three properties can be set and gotten by the [MS-CSOMSPT] methods SetLobSystemProperty ([MS-CSOMSPT] section 3.2.5.210.2.1.7) and GetLobSystemProperty ([MS-CSOMSPT] section 3.2.5.210.2.1.3). WcfMexDocumentUrl: A URL that points to the Web Services Description Language (WSDL) of the WCF service to which you are connecting, for example "http://www.example.org/service.svc?wsdl". ODataServiceMetadataUrl:<16> A URL that points to the service metadata of the OData service to which you are connecting, for example "http://odata.netflix.com/v2/Catalog/$metadata". ODataConnectionSettingsId:<17> Represents the identifier for an external connection to an OData service. An external connection is a structure which encapsulates connection-specific properties such as URL, Authentication Mode, or Credentials created by the Farm or Tenant admin. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model.</p><p>AccessControlList: An AccessControlList element (section 2.1.3.2) that specifies the access control list (ACL) of the Model.</p><p>Proxy: An xs:string element that specifies the base64 encoding representation specified in [RFC4648] of the information about Business Logic Modules <18> associated with the LobSystem containing this element. The information contained in this element MUST be in the format specified by the following ABNF, as specified by [RFC5234]:</p><p>Information = HashLength Hash Modules HashLength = HashLength1 HashLength2 HashLength1 = OCTET HashLength2 = OCTET</p><p>39 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 Hash = WebServiceHash / WcfHash / DotNetHash/ CustomHash WebServiceHash = *OCTET WcfHash = *OCTET DotNetHash = 4*4%x00 CustomHash = *OCTET Modules = WebServiceModule / WcfModule/ DotNetModule / CustomModule WebServiceModule = Assembly WcfModule = Assembly DotNetModule= 1*(Size Assembly) Size = Size1 Size2 Size3 Size4 Size1 = OCTET Size2 = OCTET Size3 = OCTET Size4 = OCTET Assembly = *OCTET CustomModule = *OCTET</p><p>HashLength1, HashLength2: represent the length of the Hash. The length of the Hash MUST be HashLength1 + 256*HashLength2.</p><p>Size1, Size2, Size3, Size4: represent the length of the Assembly. The length of the Assembly MUST be ((((Size4 * 256) + Size3) * 256) + Size2)*256 + Size1.</p><p>Assembly: The bytes of a Business Logic Module.<19></p><p>WebServiceHash: An implementation-specific identifier of the Business Logic Module<20> represented by the webServiceModule. Hash MUST be "WebServiceHash" when the Type attribute of the LobSystem is "WebService".</p><p>WcfHash: An implementation-specific identifier of the Business Logic Module<21> represented by the WcfModule. Hash MUST be "WcfHash" when the Type attribute of the LobSystem is "Wcf".</p><p>DotNetHash: Hash MUST be "DotNetHash" when the Type attribute of the LobSystem is "DotNetAssembly".</p><p>CustomHash: An implementation-specific identifier of the Business Logic Module<22> represented by the CustomModule. Hash MUST be "CustomHash" when the Type attribute of the LobSystem is "Custom".</p><p>WebServiceModule: Modules MUST be WebServiceModule when the Type attribute of the LobSystem is "WebService"</p><p>WcfModule: Modules MUST be WcfModule when the Type attribute of the LobSystem is "Wcf"</p><p>DotNetModule: Modules MUST be DotNetModule when the Type attribute of the LobSystem is "DotNetAssembly"</p><p>CustomModule: An implementation-specific collection of Business Logic Modules.<23> Modules MUST be CustomModule when the Type attribute of the LobSystem is "Custom"</p><p>LobSystemInstances: An LobSystemInstances element (section 2.1.3.25) that specifies a list of LobSystemInstances of the LobSystem.</p><p>Entities: An Entities element (section 2.1.3.15) that specifies a list of Entities of the LobSystem. Attributes:</p><p>Type: An LobSystemType attribute (section 2.1.4.7) that specifies the type of the LobSystem.</p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.</p><p>DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.</p><p>40 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<24> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The Model is infrequently used.</p><p>True The Model is frequently used.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>242 <xs:complexType name="LobSystem"></p><p>243 <xs:complexContent></p><p>244 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>245 <xs:sequence></p><p>246 <xs:element name="Proxy" type="xs:string" minOccurs="0" maxOccurs="1"/></p><p>247 <xs:element name="LobSystemInstances" type="bdc:LobSystemInstances" minOccurs="0" maxOccurs="1"></p><p>248 <xs:unique name="LobSystemInstanceNameKey"></p><p>249 <xs:selector xpath="*"/></p><p>250 <xs:field xpath="@Name"/></p><p>251 </xs:unique></p><p>252 </xs:element></p><p>253 <xs:element name="Entities" type="bdc:Entities" minOccurs="0" maxOccurs="1"></p><p>254 <xs:unique name="EntityNameNamespaceVersionKey"></p><p>255 <xs:selector xpath="*"/></p><p>256 <xs:field xpath="@Name"/></p><p>257 <xs:field xpath="@Namespace"/></p><p>258 <xs:field xpath="@Version"/></p><p>259 </xs:unique></p><p>260 </xs:element></p><p>261 </xs:sequence></p><p>262 <xs:attribute name="Type" type="bdc:LobSystemType" use="required"/></p><p>263 </xs:extension></p><p>264 </xs:complexContent></p><p>41 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 265 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>265.1.1.1 LobSystemInstance Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: LobSystemInstances A complex type that specifies a LobSystemInstance of a LobSystem. For the Properties child element of LobSystem, the following four properties can be set and gotten by the [MS-CSOMSPT] methods SetLobSystemInstanceProperty ([MS-CSOMSPT] section 3.2.5.210.2.1.6) and GetLobSystemInstanceProperty ([MS-CSOMSPT] section 3.2.5.210.2.1.2). WcfEndPointAddress: A URL of the WCF service endpoint to which you are connecting, for example "http://www.example.org/service.svc". ODataServiceUrl: A URL of the OData service endpoint to which you are connecting, for example "http://odata.netflix.com/v2/Catalog". RdbConnection Data Source: The database instance to which you are connecting, for example "mySQLServer\mySqlInstance". ODataConnectionSettingsId:<25> Represents the identifier for an external connection to an OData service. An external connection is a structure which encapsulates connection-specific properties such as URL, Authentication Mode, or Credentials created by the Farm or Tenant admin. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model. Attributes:</p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.</p><p>DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.</p><p>IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<26> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The Model is infrequently used.</p><p>True The Model is frequently used.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>266 <xs:complexType name="LobSystemInstance"></p><p>42 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 267 <xs:complexContent></p><p>268 <xs:extension base="bdc:MetadataObject"/></p><p>269 </xs:complexContent></p><p>270 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>270.1.1.1 LobSystemInstances Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: LobSystem A complex type that specifies a list of LobSystemInstances of an LobSystem. Child Elements:</p><p>LobSystemInstance: An LobSystemInstance element (section 2.1.3.24) that specifies a LobSystemInstance. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>271 <xs:complexType name="LobSystemInstances"></p><p>272 <xs:sequence></p><p>273 <xs:element name="LobSystemInstance" type="bdc:LobSystemInstance" minOccurs="1" maxOccurs="unbounded"/></p><p>274 </xs:sequence></p><p>275 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>275.1.1.1 LobSystems Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Model A complex type that specifies a list of LobSystems of a Model. Child Elements:</p><p>LobSystem: An LobSystem element (section 2.1.3.23) that specifies a LobSystem. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>276 <xs:complexType name="LobSystems"></p><p>277 <xs:sequence></p><p>43 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 278 <xs:element name="LobSystem" type="bdc:LobSystem" minOccurs="1" maxOccurs="unbounded"/></p><p>279 </xs:sequence></p><p>280 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>280.1.1.1 LocalizedDisplayName Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: LocalizedDisplayNames A complex type that specifies a localized name. The text associated with this element is the localized name associated with the specified language code identifier (LCID). Attributes:</p><p>LCID: An xs:integer attribute that specifies the LCID. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>281 <xs:complexType name="LocalizedDisplayName" mixed="true"></p><p>282 <xs:attribute name="LCID" type="xs:integer" use="required"/></p><p>283 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>283.1.1.1 LocalizedDisplayNames Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Model, LobSystem, LobSystemInstance, MetadataObject, Entity, Identifier, Method, FilterDescriptor, Parameter, TypeDescriptor, Association, MethodInstance, IndividuallySecurableMetadataObject, AssociationGroup, Action, ActionParameter A complex type that specifies a list of localized names of a MetadataObject. Child Elements:</p><p>LocalizedDisplayName: A LocalizedDisplayName element (section 2.1.3.27) that specifies a localized name. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>284 <xs:complexType name="LocalizedDisplayNames"></p><p>285 <xs:sequence></p><p>44 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 286 <xs:element name="LocalizedDisplayName" type="bdc:LocalizedDisplayName" minOccurs="1" maxOccurs="unbounded"/></p><p>287 </xs:sequence></p><p>288 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>288.1.1.1 MetadataObject Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: LobSystemInstance, Identifier, FilterDescriptor, TypeDescriptor, Parameter, IndividuallySecurableMetadataObject, AssociationGroup, ActionParameter, Action A complex type that specifies a MetadataObject. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model. Attributes:</p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.</p><p>DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.</p><p>IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<27> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The Model is infrequently used.</p><p>True The Model is frequently used.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>289 <xs:complexType name="MetadataObject" abstract="true"></p><p>290 <xs:sequence></p><p>291 <xs:element name="LocalizedDisplayNames" type="bdc:LocalizedDisplayNames" minOccurs="0" maxOccurs="1"></p><p>292 <xs:unique name="LocalizedDisplayNameLCIDKey"></p><p>293 <xs:selector xpath="*"/></p><p>294 <xs:field xpath="@LCID"/></p><p>45 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 295 </xs:unique></p><p>296 </xs:element></p><p>297 <xs:element name="Properties" type="bdc:Properties" minOccurs="0" maxOccurs="1"></p><p>298 <xs:unique name="PropertyNameKey"></p><p>299 <xs:selector xpath="*"/></p><p>300 <xs:field xpath="@Name"/></p><p>301 </xs:unique></p><p>302 </xs:element></p><p>303 </xs:sequence></p><p>304 <xs:attribute name="Name" type="bdc:NameString" use="required"/></p><p>305 <xs:attribute name="DefaultDisplayName" type="bdc:NameString"/></p><p>306 <xs:attribute name="IsCached" type="xs:boolean" default="true"/></p><p>307 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>307.1.1.1 Method Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Methods A complex type that specifies a Method. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model.</p><p>AccessControlList: An AccessControlList element (section 2.1.3.2) that specifies the access control list (ACL) of the Model.</p><p>FilterDescriptors: A FilterDescriptors element (section 2.1.3.18) that specifies the FilterDescriptors of the Method.</p><p>Parameters: A Parameters element (section 2.1.3.38) that specifies the Parameters of the Method. A Method MUST NOT have more than one Parameter that has the value of the Direction attribute equal to "Return".</p><p>MethodInstances: A MethodInstances element (section 2.1.3.32) that specifies the MethodInstances of the Method. Attributes:</p><p>46 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 IsStatic: An xs:boolean attribute that specifies whether an implementation-specific execution of the Method requires an EntityInstance to serve as the context for execution.<28> The value MUST be in the following table:</p><p>Value Description</p><p>False The Method represents an instance Method and requires an EntityInstance to provide the context for execution.</p><p>True The Method represents a static Method and does not require a specific EntityInstance to provide context for execution.</p><p>LobName: A NameString attribute (section 2.1.4.9) that specifies the name of the operation defined in the line-of-business (LOB) system that is represented by this Method. For example, an operation in an LOB system named "CN1A" can be represented by a Method with Name attribute equal to "GetCustomerByName". The LobName attribute of this Method can<29> be "CN1A".</p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.</p><p>DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.</p><p>IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<30> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The Model is infrequently used.</p><p>True The Model is frequently used.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>308 <xs:complexType name="Method"></p><p>309 <xs:complexContent></p><p>310 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>311 <xs:sequence></p><p>312 <xs:element name="FilterDescriptors" type="bdc:FilterDescriptors" minOccurs="0" maxOccurs="1"></p><p>313 <xs:unique name="FilterDescriptorNameKey"></p><p>314 <xs:selector xpath="*"/></p><p>315 <xs:field xpath="@Name"/></p><p>316 </xs:unique></p><p>317 </xs:element></p><p>318 <xs:element name="Parameters" type="bdc:Parameters" minOccurs="0" maxOccurs="1"/></p><p>47 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 319 <xs:element name="MethodInstances" type="bdc:MethodInstances" minOccurs="0" maxOccurs="1"/></p><p>320 </xs:sequence></p><p>321 <xs:attribute name="IsStatic" type="xs:boolean" default="true"/></p><p>322 <xs:attribute name="LobName" type="bdc:NameString" use="optional"/></p><p>323 </xs:extension></p><p>324 </xs:complexContent></p><p>325 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>325.1.1.1 MethodInstance Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Association, MethodInstances A complex type that specifies a MethodInstance. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model.</p><p>AccessControlList: An AccessControlList element (section 2.1.3.2) that specifies the access control list (ACL) of the Model. Attributes:</p><p>Type: A MethodInstanceType attribute (section 2.1.4.8) that specifies the type of the MethodInstance.</p><p>Default: An xs:boolean attribute that specifies whether the MethodInstance is the default among all MethodInstances sharing its type within the containing Entity. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The MethodInstance is not the default among all MethodInstances sharing its type within the containing Entity.</p><p>True The MethodInstance is the default among all MethodInstances sharing its type within the containing Entity.</p><p>ReturnParameterName: A NameString attribute (section 2.1.4.9) that specifies the name of the Parameter that contains the ReturnTypeDescriptor of the MethodInstance. The Direction attribute of the Parameter MUST have a value of either "Out", "InOut" or "Return".</p><p>This attribute MUST be specified for all types of MethodInstances except GenericInvoker, Deleter, and Updater.</p><p>48 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 ReturnTypeDescriptorName: A NameString attribute that specifies the name of the ReturnTypeDescriptor of the MethodInstance. The Parameter specified by the ReturnParameterName attribute MUST contain the ReturnTypeDescriptor. This attribute MUST be ignored when ReturnTypeDescriptorPath attribute is specified. This attribute SHOULD NOT<31> be used.</p><p>When this attribute is missing, and the ReturnTypeDescriptorPath attribute is not specified, the application utilizing the structure MUST assume the name of the ReturnTypeDescriptor to be the name of the root TypeDescriptor of the Parameter specified by the ReturnParameterName attribute.</p><p>ReturnTypeDescriptorLevel: A ReturnTypeDescriptorLevel attribute (section 2.1.4.13) that specifies the depth from the root of the ReturnTypeDescriptor of the MethodInstance, in the tree of nested TypeDescriptors where the root level equals 0. This attribute MUST be ignored. This attribute SHOULD NOT<32> be used.</p><p>ReturnTypeDescriptorPath: An xs:string attribute that specifies the path<33> to the return value of the MethodInstance. The value of this attribute MUST be in the following format as expressed in ABNF as specified in [RFC5234]:</p><p>326 Path = StartField *(FieldAccess / Indexer)</p><p>327 PathToken = StartField / FieldAccess / Indexer</p><p>328 StartField = Field</p><p>329 FieldAccess = %x2E Field</p><p>330 Indexer = %x5B Index %x5D</p><p>331 Index = 1*DIGIT</p><p>332 Field = %x01-2D / %x2F-5A / %x5E-FF / EscapedDot / EscapedBracket / EscapedSlash</p><p>333 EscapedDot = %x5C %x2E</p><p>334 EscapedBracket = %x5C %x5B</p><p>335 EscapedSlash = %x5C %x5C</p><p>Field rule specifies a TypeDescriptor name when the EscapedDot, EscapedBracket and EscapedSlash rules are replaced with the following:</p><p>336 EscapedDot = %x2E</p><p>337 EscapedBracket = %x5B</p><p>338 EscapedSlash = %x5C</p><p>The StartField rule specifies the TypeDescriptor that has the name equal to the name specified by Field rule. </p><p>The FieldAccess rule specifies the TypeDescriptor that has the name equal to the name specified by Field rule, which is contained by the given TypeDescriptor. The given TypeDescriptor MUST have IsCollection attribute set to false.</p><p>The Indexer rule specifies the only TypeDescriptor contained by the given TypeDescriptor. The given TypeDescriptor MUST have IsCollection attribute set to true. </p><p>49 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 The Index rule specifies the zero based integer index of a data structure in a collection of data structures.</p><p>Given a set of data structures and their corresponding TypeDescriptors, the path string MUST be evaluated to return the specified data structure as follows:</p><p>339 INIT CurrentTypeDescriptor </p><p>340 INIT CurrentDataStructure</p><p>341 FOR each PathToken in Path from left to right</p><p>342 IF PathToken is StartField THEN </p><p>343 SET CurrentTypeDescriptor to the TypeDescriptor specified by StartField from given TypeDescriptors</p><p>344 SET CurrentDataStructure to the data structure corresponding to CurrentTypeDescriptor from given data structures</p><p>345 ELSE IF PathToken is FieldAccess THEN</p><p>346 SET CurrentTypeDescriptor to the TypeDescriptor specified by FieldAccess given CurrentTypeDescriptor</p><p>347 SET CurrentDataStructure to the data structure represented by the LobName attribute of CurrentTypeDescriptor from CurrentDataStructure</p><p>348 ELSE IF PathToken is Indexer THEN</p><p>349 SET CurrentTypeDescriptor to the TypeDescriptor specified by Indexer given CurrentTypeDescriptor</p><p>350 SET CurrentDataStructure to the data structure at index specified by Index within CurrentDataStructure</p><p>351 END IF</p><p>352 END LOOP</p><p>353 RETURN CurrentDataStructure</p><p>For a specified Path all the specified TypeDescriptors MUST be available.</p><p>For example:</p><p>Given following data structure (represented in "<property name> : <property value>" pairing) Customer Name : "Blake" Surname : "Donley" Addresses : Collection of Address data structures Address Street : "1 Road" Zip : "00001" Address Street : "2 Road" Zip : "00002"</p><p>50 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 Address Street : 3 Road" Zip : "00003"</p><p>And the corresponding TypeDescriptor structure (represented in "<name>, <lob name>, <Iscollection>" attribute triplets)": Customer, Customer, false Name, Name, false Last Name, Surname, false Addresses, Addresses, true Address, Address, false Street, Street, false ZipCode, Zip, false The path "Customer.Addresses[1].ZipCode" specifies the data structure name "Zip" with value "00002"; The path "Customer.LastName" specifies the data structure with name "Surname" with value "Donley"; And the path "Customer.Addresses" specifies the data structure with name "Addresses" that contains a collection of Address data structures.</p><p>When this attribute is missing, and the ReturnTypeDescriptorName attribute is not specified, the application utilizing the structure MUST assume the name of the ReturnTypeDescriptor to be the name of the root TypeDescriptor of the Parameter specified by the ReturnParameterName attribute.</p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.</p><p>DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.</p><p>IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<34> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The Model is infrequently used.</p><p>True The Model is frequently used.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>354 <xs:complexType name="MethodInstance"></p><p>355 <xs:complexContent></p><p>356 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>357 <xs:attribute name="Type" type="bdc:MethodInstanceType" use="required"/></p><p>358 <xs:attribute name="Default" type="xs:boolean" use="optional" default="false"/></p><p>359 <xs:attribute name="ReturnParameterName" type="bdc:NameString" use="optional"/></p><p>360 <xs:attribute name="ReturnTypeDescriptorName" type="bdc:NameString" use="optional"/></p><p>51 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 361 <xs:attribute name="ReturnTypeDescriptorLevel" type="bdc:ReturnTypeDescriptorLevel" use="optional"/></p><p>362 <xs:attribute name="ReturnTypeDescriptorPath" type="xs:string" use="optional"/></p><p>363 </xs:extension></p><p>364 </xs:complexContent></p><p>365 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>365.1.1.1 MethodInstances Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Method A complex type that specifies a list of MethodInstances of a Method. Child Elements:</p><p>Association: An Association element (section 2.1.3.7) that specifies an Association.</p><p>MethodInstance: A MethodInstance element (section 2.1.3.31) that specifies a MethodInstance. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>366 <xs:complexType name="MethodInstances"></p><p>367 <xs:choice minOccurs="1" maxOccurs="unbounded"></p><p>368 <xs:element name="Association" type="bdc:Association"></p><p>369 <xs:unique name="SourceEntityNameNamespaceKey"></p><p>370 <xs:selector xpath="bdc:SourceEntity"/></p><p>371 <xs:field xpath="@Name"/></p><p>372 <xs:field xpath="@Namespace"/></p><p>373 </xs:unique></p><p>374 </xs:element></p><p>375 <xs:element name="MethodInstance" type="bdc:MethodInstance"/></p><p>376 </xs:choice></p><p>377 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>52 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 377.1.1.1 Methods Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Entity A complex type that specifies a list of Methods of an Entity. Child Elements:</p><p>Method: A Method element (section 2.1.3.30) that specifies a Method. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>378 <xs:complexType name="Methods"></p><p>379 <xs:sequence></p><p>380 <xs:element name="Method" type="bdc:Method" minOccurs="1" maxOccurs="unbounded"></p><p>381 <xs:key name="ParameterNameKey"></p><p>382 <xs:selector xpath=".//bdc:Parameter"/></p><p>383 <xs:field xpath="@Name"/></p><p>384 </xs:key></p><p>385 <xs:keyref name="ParameterNameRef" refer="bdc:ParameterNameKey"></p><p>386 <xs:selector xpath=".//bdc:MethodInstances/*"/></p><p>387 <xs:field xpath="@ReturnParameterName"/></p><p>388 </xs:keyref></p><p>389 <xs:key name="MethodMethodInstanceNameKey"></p><p>390 <xs:selector xpath=".//bdc:MethodInstances/*"/></p><p>391 <xs:field xpath="@Name"/></p><p>392 </xs:key></p><p>393 <xs:keyref name="DefaultValueMethodInstanceNameRef" refer="bdc:MethodMethodInstanceNameKey"></p><p>394 <xs:selector xpath=".//bdc:DefaultValue"/></p><p>395 <xs:field xpath="@MethodInstanceName"/></p><p>396 </xs:keyref></p><p>397 </xs:element></p><p>398 </xs:sequence></p><p>399 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>53 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 399.1.1.1 Model Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog A complex type that specifies a Model. Models refer to Entities. This complex type contains the LobSystems element (section 2.1.3.26) that specifies the LobSystems containing the Entities the Model refers to. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model.</p><p>AccessControlList: An AccessControlList element (section 2.1.3.2) that specifies the access control list (ACL) of the Model.</p><p>LobSystems: An LobSystems element (section 2.1.3.26) that specifies the LobSystems that contain the Entities to which the Model refers. Attributes:</p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.</p><p>DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.</p><p>IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<35> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The Model is infrequently used.</p><p>True The Model is frequently used.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>400 <xs:complexType name="Model"></p><p>401 <xs:complexContent></p><p>402 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>403 <xs:sequence></p><p>404 <xs:element name="LobSystems" type="bdc:LobSystems" minOccurs="0" maxOccurs="1"></p><p>405 <xs:unique name="LobSystemNameKey"></p><p>406 <xs:selector xpath="*"/></p><p>407 <xs:field xpath="@Name"/></p><p>408 </xs:unique></p><p>409 </xs:element></p><p>410 </xs:sequence></p><p>54 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 411 </xs:extension></p><p>412 </xs:complexContent></p><p>413 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>413.1.1.1 NormalizeDateTime Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Interpretation A complex type that specifies the rule to convert the representation of a date and time value to another representation. For example, this rule can specify converting a value represented in Coordinated Universal Time (UTC) into a local time zone. Attributes:</p><p>LobDateTimeMode: A LobDateTimeMode attribute (section 2.1.4.6) that specifies the conversion to apply. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>414 <xs:complexType name="NormalizeDateTime"></p><p>415 <xs:attribute name="LobDateTimeMode" type="bdc:LobDateTimeMode" use="required"/></p><p>416 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>416.1.1.1 NormalizeString Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Interpretation A complex type that specifies the rule to convert the representation of an empty string or null value to another representation. For example, this rule can specify converting a null value obtained from a line-of-business (LOB) system, into an empty string, which will eventually be displayed to the user. Attributes:</p><p>FromLOB: A StringNormalizeMode attribute (section 2.1.4.14) that specifies the representation of null value or empty string to convert the data value into when the rules are applied in order.</p><p>ToLOB: A StringNormalizeMode attribute that specifies the representation of null value or empty string to convert the data value into when the rules are applied in reverse order. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>55 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 417 <xs:complexType name="NormalizeString"></p><p>418 <xs:attribute name="FromLOB" type="bdc:StringNormalizeMode" use="required"/></p><p>419 <xs:attribute name="ToLOB" type="bdc:StringNormalizeMode" use="required"/></p><p>420 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>420.1.1.1 Parameter Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Parameters A complex type that specifies a Parameter. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model.</p><p>TypeDescriptor: A TypeDescriptor element (section 2.1.3.43) that specifies the root TypeDescriptor of the Parameter. Attributes:</p><p>Direction: A ParameterDirection attribute (section 2.1.4.12) that specifies the direction of the Parameter.</p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.</p><p>DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.</p><p>IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<36> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The Model is infrequently used.</p><p>True The Model is frequently used.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>421 <xs:complexType name="Parameter"></p><p>422 <xs:complexContent></p><p>423 <xs:extension base="bdc:MetadataObject"></p><p>424 <xs:sequence></p><p>425 <xs:element name="TypeDescriptor" type="bdc:TypeDescriptor"/></p><p>56 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 426 </xs:sequence></p><p>427 <xs:attribute name="Direction" type="bdc:ParameterDirection" use="required"/></p><p>428 </xs:extension></p><p>429 </xs:complexContent></p><p>430 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>430.1.1.1 Parameters Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Method A complex type that specifies a list of Parameters of a Method. Child Elements:</p><p>Parameter: A Parameter element (section 2.1.3.37) that specifies a Parameter. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>431 <xs:complexType name="Parameters"></p><p>432 <xs:sequence></p><p>433 <xs:element name="Parameter" type="bdc:Parameter" minOccurs="1" maxOccurs="unbounded"/></p><p>434 </xs:sequence></p><p>435 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>435.1.1.1 Properties Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Model, LobSystem, LobSystemInstance, MetadataObject, Entity, Identifier, Method, FilterDescriptor, Parameter, TypeDescriptor, Association, MethodInstance, IndividuallySecurableMetadataObject, AssociationGroup, Action, ActionParameter A complex type that specifies a list of Properties of a MetadataObject. Child Elements:</p><p>Property: A Property element (section 2.1.3.40) that specifies a Property. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>57 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 436 <xs:complexType name="Properties"></p><p>437 <xs:sequence></p><p>438 <xs:element name="Property" type="bdc:Property" minOccurs="1" maxOccurs="unbounded"/></p><p>439 </xs:sequence></p><p>440 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>440.1.1.1 Property Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Properties A complex type that specifies the name and type of a Property. The text associated with this element is the value of the Property with the specified name for the containing MetadataObject. Attributes:</p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the Property name.</p><p>Type: A TypeNameString attribute (section 2.1.4.16) that specifies data type of the Property. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>441 <xs:complexType name="Property" mixed="true"></p><p>442 <xs:attribute name="Name" type="bdc:NameString" use="required"/></p><p>443 <xs:attribute name="Type" type="bdc:TypeNameString" use="required"/></p><p>444 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>444.1.1.1 Right Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: AccessControlEntry A complex type that specifies a single access permission for an ACE. Attributes:</p><p>BdcRight: A BdcRightName attribute (section 2.1.4.2) that specifies the permission level of a Right element. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>58 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 445 <xs:complexType name="Right"></p><p>446 <xs:attribute name="BdcRight" type="bdc:BdcRightName" use="required"/></p><p>447 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>447.1.1.1 SourceEntity Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Association A complex type that specifies a source Entity of an Association. Attributes:</p><p>Namespace: A NameString attribute (section 2.1.4.9) that specifies the namespace of the Entity that is a source of the Association containing this element.</p><p>Name: A NameString attribute that specifies the name of the Entity that is a source of the Association containing this element. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>448 <xs:complexType name="SourceEntity"></p><p>449 <xs:attribute name="Namespace" type="bdc:NameString" use="required"/></p><p>450 <xs:attribute name="Name" type="bdc:NameString" use="required"/></p><p>451 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>451.1.1.1 TypeDescriptor Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Parameter, TypeDescriptors A complex type that specifies a TypeDescriptor. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model.</p><p>Interpretation: An Interpretation element (section 2.1.3.22) that specifies rules for the data stored by the data structure represented by the TypeDescriptor.</p><p>DefaultValues: A DefaultValues element (section 2.1.3.13) that specifies the DefaultValues of the TypeDescriptor.</p><p>59 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 TypeDescriptors: A TypeDescriptors element (section 2.1.3.44) that specifies the child TypeDescriptors of the TypeDescriptor. Attributes:</p><p>TypeName: A TypeDescriptorTypeNameString attribute (section 2.1.4.15) that specifies the implementation-specific identifier of the data type of the data structure that is represented by the TypeDescriptor.</p><p>LobName: A NameString attribute (section 2.1.4.9) that specifies the name of the data structure that is represented by the TypeDescriptor. For example, a line-of-business (LOB) system data structure named "CN1A" can be represented by a TypeDescriptor with Name attribute equal to "Customer Name", if the LobName attribute of this TypeDescriptor is equal to "CN1A". The default value of this attribute is the name of the TypeDescriptor.</p><p>IdentifierEntityNamespace: A NameString attribute that specifies the namespace of the Entity that contains the Identifier that TypeDescriptor references. If the TypeDescriptor does not reference an Identifier, this attribute MUST NOT be present. When this attribute is present, the IdentifierEntityName and IdentifierName attributes MUST also be present. The default value of this attribute is the namespace of the Entity that contains the Method containing the Parameter that contains the TypeDescriptor.</p><p>IdentifierEntityName: A NameString attribute that specifies the name of the Entity that contains the Identifier that TypeDescriptor references. If the TypeDescriptor does not reference an Identifier, this attribute MUST NOT be present. When this attribute is present, the IdentifierEntityNamespace and IdentifierName attributes MUST also be present. The default value of this attribute is the name of the Entity that contains the Method containing the Parameter that contains the TypeDescriptor.</p><p>IdentifierName: A NameString attribute that specifies the name of the Identifier referenced by the TypeDescriptor. If the TypeDescriptor does not reference an Identifier, this attribute MUST NOT be present. </p><p>ForeignIdentifierAssociationName: A NameString attribute that specifies the name of the Association referenced by the TypeDescriptor. If the TypeDescriptor does not reference an Association, this attribute MUST NOT be present. When this attribute is present, the IdentifierName attribute MUST also be present. The ForeignIdentifierAssociationName attribute MUST be specified when the Identifier referenced by this TypeDescriptor is related to an Association, and the Identifier is contained by a source Entity of the Association.</p><p>ForeignIdentifierAssociationEntityName: A NameString attribute that specifies the name of the Entity that contains the Association referenced by the TypeDescriptor. If the TypeDescriptor does not reference an Association, this attribute MUST NOT be present. When this attribute is present, the ForeignIdentifierAssociationEntityNamespace and ForeignIdentifierAssociationName attributes MUST also be present. The default value of this attribute is the name of the Entity that contains the Method containing the Parameter that contains the TypeDescriptor.</p><p>ForeignIdentifierAssociationEntityNamespace: A NameString attribute that specifies the namespace of the Entity that contains the Association referenced by the TypeDescriptor. If the TypeDescriptor does not reference an Association, this attribute MUST NOT be present. When this attribute is present, the ForeignIdentifierAssociationEntityName and ForeignIdentifierAssociationName attributes MUST also be present. The default value of this attribute is the namespace of the Entity that contains the Method containing the Parameter that contains the TypeDescriptor.</p><p>AssociatedFilter: A NameString attribute that specifies the name of the FilterDescriptor that is associated with the TypeDescriptor. If the TypeDescriptor is not associated with a FilterDescriptor, this attribute MUST NOT be present.</p><p>IsCollection: An xs:boolean attribute that specifies whether the TypeDescriptor represents a single data structure or a collection of data structures. The value MUST be as listed in the following table.</p><p>60 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 Value Description</p><p>False The TypeDescriptor represents a single data structure.</p><p>True The TypeDescriptor represents a collection of data structures.</p><p>ReadOnly: An xs:boolean attribute that specifies whether the data stored by the data structure represented by the TypeDescriptor can be modified. This attribute MUST NOT be specified if the value of the Direction attribute of the Parameter that contains the TypeDescriptor is "In". The value MUST be as listed in the following table.</p><p>Value Description</p><p>False The data can be modified.</p><p>True The data cannot be modified.</p><p>CreatorField: An xs:boolean attribute that specifies whether the TypeDescriptor represents a field for MethodInstances of type Creator that are contained by the Method that contains the Parameter containing the TypeDescriptor. The value MUST be as listed in the following table.</p><p>Value Description</p><p>False The TypeDescriptor is not a field in the Creator View.</p><p>True The TypeDescriptor is a field in the Creator View.</p><p>UpdaterField: An xs:boolean attribute that specifies whether the TypeDescriptor represents a field for MethodInstances of type Updater that are contained by the Method that contains the Parameter containing the TypeDescriptor. When this attribute is specified, PreUpdaterField attribute MUST NOT be specified. The value MUST be as listed in the following table.</p><p>Value Description</p><p>False The TypeDescriptor is not a field in the Updater View.</p><p>True The TypeDescriptor is a field in the Updater View.</p><p>PreUpdaterField: An xs:boolean attribute that specifies whether data structure represented by the TypeDescriptor stores the latest data value received from the line-of-business (LOB) system of a field for MethodInstances of type Updater. When this attribute is specified, UpdaterField attribute MUST NOT be specified. The value MUST be as listed in the following table. </p><p>Value Description</p><p>False The TypeDescriptor does not store the last received value.</p><p>True The TypeDescriptor stores the last received value.</p><p>Significant: An xs:boolean attribute that specifies whether values stored by the data structure represented by this TypeDescriptor is included in calculating a hash code or comparing values stored in the data structures. For example, a TypeDescriptor representing a customer’s last name is taken into account when determining whether a record has been modified, thus it is significant, </p><p>61 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 whereas the TypeDescriptor representing date on which the customer record is last read typically is not taken into account to determine whether a record has been modified, thus it is not significant. The value MUST be as listed in the following table.</p><p>Value Description</p><p>False The TypeDescriptor is not significant.</p><p>True The TypeDescriptor is significant.</p><p>IsSortInput: An xs:boolean attribute that specifies whether the value stored by the data structure represented by this TypeDescriptor stores the input value for the SortingFilter. When this attribute is not specified, the SortingFilter must be assumed to not being set and the default sort order should be used to fetch data from the line-of-business (LOB) system. The value MUST be as listed in the following table. Value Description</p><p>False The TypeDescriptor does not specify the input to the SortingFilter.</p><p>True The TypeDescriptor specified the input to the SortingFilter.</p><p>Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.</p><p>DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.</p><p>IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<37> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.</p><p>Value Description</p><p>False The Model is infrequently used.</p><p>True The Model is frequently used.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>452 <xs:complexType name="TypeDescriptor"></p><p>453 <xs:complexContent></p><p>454 <xs:extension base="bdc:MetadataObject"></p><p>455 <xs:sequence></p><p>456 <xs:element name="Interpretation" type="bdc:Interpretation" minOccurs="0"/></p><p>457 <xs:element name="DefaultValues" type="bdc:DefaultValues" minOccurs="0"></p><p>458 <xs:unique name="DefaultValueMethodInstanceNameKey"></p><p>459 <xs:selector xpath="*"/></p><p>460 <xs:field xpath="@MethodInstanceName"/></p><p>62 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 461 </xs:unique></p><p>462 </xs:element></p><p>463 <xs:element name="TypeDescriptors" type="bdc:TypeDescriptors" minOccurs="0"></p><p>464 <xs:unique name="TypeDescriptorNameKey"></p><p>465 <xs:selector xpath="*"/></p><p>466 <xs:field xpath="@Name"/></p><p>467 </xs:unique></p><p>468 </xs:element></p><p>469 </xs:sequence></p><p>470 <xs:attribute name="TypeName" type="bdc:TypeDescriptorTypeNameString" use="required"/></p><p>471 <xs:attribute name="LobName" type="bdc:NameString" use="optional"/></p><p>472 <xs:attribute name="IdentifierEntityNamespace" type="bdc:NameString" use="optional"/></p><p>473 <xs:attribute name="IdentifierEntityName" type="bdc:NameString" use="optional"/></p><p>474 <xs:attribute name="IdentifierName" type="bdc:NameString" use="optional"/></p><p>475 <xs:attribute name="ForeignIdentifierAssociationName" type="bdc:NameString" use="optional"/></p><p>476 <xs:attribute name="ForeignIdentifierAssociationEntityName" type="bdc:NameString" use="optional"/></p><p>477 <xs:attribute name="ForeignIdentifierAssociationEntityNamespace" type="bdc:NameString" use="optional"/></p><p>478 <xs:attribute name="AssociatedFilter" type="bdc:NameString" use="optional"/></p><p>479 <xs:attribute name="IsCollection" type="xs:boolean" default="false" use="optional"/></p><p>480 <xs:attribute name="ReadOnly" type="xs:boolean" default="false" use="optional"/></p><p>481 <xs:attribute name="CreatorField" type="xs:boolean" default="false" use="optional"/></p><p>482 <xs:attribute name="UpdaterField" type="xs:boolean" default="false" use="optional"/></p><p>483 <xs:attribute name="PreUpdaterField" type="xs:boolean" default="false" use="optional"/></p><p>484 <xs:attribute name="Significant" type="xs:boolean" default="true" use="optional"/></p><p>485 <xs:attribute name="IsSortInput" type="xs:boolean" default="false" use="optional"/></p><p>63 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 486 </xs:extension></p><p>487 </xs:complexContent></p><p>488 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>488.1.1.1 TypeDescriptors Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: TypeDescriptor A complex type that specifies a list of TypeDescriptors of a TypeDescriptor. If the containing TypeDescriptor has IsCollection attribute set to true, the TypeDescriptors element MUST have exactly one TypeDescriptor element. Child Elements:</p><p>TypeDescriptor: A TypeDescriptor element (section 2.1.3.43) that specifies a TypeDescriptor. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>489 <xs:complexType name="TypeDescriptors"></p><p>490 <xs:sequence></p><p>491 <xs:element name="TypeDescriptor" type="bdc:TypeDescriptor" minOccurs="1" maxOccurs="unbounded"/></p><p>492 </xs:sequence></p><p>493 </xs:complexType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>493.1.1 Simple Types</p><p>493.1.1.1 ActionPosition Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Action The value of ActionPosition specifies the position of this Action among the other Actions of this Entity. The order of the Actions represented in the user interface is implementation-specific. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>494 <xs:simpleType name="ActionPosition"></p><p>495 <xs:restriction base="xs:integer"></p><p>64 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 496 <xs:minInclusive value="1"/></p><p>497 </xs:restriction></p><p>498 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>498.1.1.1 BdcRightName Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Right The value of BdcRightName specifies the permission available to the security principal holding a Right. The value MUST be listed in the following table. Value Meaning</p><p>None No permissions.</p><p>Execute The represented security principal has the permission to call a MethodInstance.</p><p>The represented security principal has permission to change the attributes of a Edit MetadataObject or its relationship to other MetadataObjects.</p><p>The represented security principal has permission to change the set of permissions for a SetPermissions MetadataObject.</p><p>The represented security principal has permission to select the MetadataObject this right refers to in an implementation-specific user interface from a list of available SelectableInClients MetadataObjects. If the security principal does not have this permission, the MetadataObject SHOULD NOT be presented in such a list.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>499 <xs:simpleType name="BdcRightName"></p><p>500 <xs:restriction base="xs:string"></p><p>501 <xs:enumeration value="None"/></p><p>502 <xs:enumeration value="Execute"/></p><p>503 <xs:enumeration value="Edit"/></p><p>504 <xs:enumeration value="SetPermissions"/></p><p>505 <xs:enumeration value="SelectableInClients"/></p><p>506 </xs:restriction></p><p>507 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>65 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 507.1.1.1 FilterDescriptorType Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: FilterDescriptor Specifies the type of a FilterDescriptor. The value MUST be listed in the following table. Value Meaning</p><p>Limit The FilterDescriptor is a LimitFilter.</p><p>PageNumber The FilterDescriptor is a PageNumberFilter.</p><p>Wildcard The FilterDescriptor is a WildcardFilter.</p><p>UserContext The FilterDescriptor is a UserContextFilter.</p><p>UserCulture The FilterDescriptor is a UserCultureFilter.</p><p>Username The FilterDescriptor is a UsernameCredentialFilter.</p><p>Password The FilterDescriptor is a PasswordCredentialFilter.</p><p>LastId The FilterDescriptor is a LastIdFilter.</p><p>SsoTicket The FilterDescriptor is an SsoTicketFilter.</p><p>UserProfile The FilterDescriptor is a UserProfileFilter.</p><p>Comparison The FilterDescriptor is a ComparisonFilter.</p><p>Timestamp The FilterDescriptor is a TimeStampFilter.</p><p>Input The FilterDescriptor is an InputFilter.</p><p>Output The FilterDescriptor is an OutputFilter.</p><p>InputOutput The FilterDescriptor is an InputOutputFilter.</p><p>Batching The FilterDescriptor is a BatchingPositionFilter.</p><p>BatchingTermination The FilterDescriptor is a BatchingTerminationFilter.</p><p>ActivityId The FilterDescriptor is an ActivityTrackingFilter.</p><p>Sorting The FilterDescriptor is a SortingFilter.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>508 <xs:simpleType name="FilterDescriptorType"></p><p>509 <xs:restriction base="xs:string"></p><p>510 <xs:enumeration value="Limit"/></p><p>511 <xs:enumeration value="PageNumber"/></p><p>512 <xs:enumeration value="Wildcard"/></p><p>513 <xs:enumeration value="UserContext"/></p><p>514 <xs:enumeration value="UserCulture"/></p><p>515 <xs:enumeration value="Username"/></p><p>516 <xs:enumeration value="Password"/></p><p>66 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 517 <xs:enumeration value="LastId"/></p><p>518 <xs:enumeration value="SsoTicket"/></p><p>519 <xs:enumeration value="UserProfile"/></p><p>520 <xs:enumeration value="Comparison"/></p><p>521 <xs:enumeration value="Timestamp"/></p><p>522 <xs:enumeration value="Input"/></p><p>523 <xs:enumeration value="Output"/></p><p>524 <xs:enumeration value="InputOutput"/></p><p>525 <xs:enumeration value="Batching"/></p><p>526 <xs:enumeration value="BatchingTermination"/></p><p>527 <xs:enumeration value="ActivityId"/></p><p>528 <xs:enumeration value="Sorting"/></p><p>529 </xs:restriction></p><p>530 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>530.1.1.1 IdentifierType Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Identifier A simple type that specifies the data type of the value corresponding to the Identifier. The value MUST be listed in the following table. Value Meaning</p><p>System.Boolean A bit.</p><p>System.Byte A number ranging from 0 through 255.</p><p>System.Char A Unicode character.</p><p>A date and time ranging from 12:00:00 midnight, January 1, 1 A.D. (Common Era) to System.DateTime 11:59:59 P.M., December 31, 9999 A.D. (Common Era) inclusive, in resolution of 100 nanoseconds.</p><p>A number ranging from negative 79,228,162,514,264,337,593,543,950,335 to positive System.Decimal 79,228,162,514,264,337,593,543,950,335 inclusive.</p><p>A double-precision number ranging from negative 1.79769313486232e308 to positive System.Double 1.79769313486232e308 inclusive, as well as positive zero, negative zero, positive infinity, negative infinity and not-a-number (NaN).</p><p>System.Guid A GUID.</p><p>System.Int16 A number ranging from negative 32768 to positive 32767 inclusive.</p><p>System.Int32 A number ranging from negative 2,147,483,648 to positive 2,147,483,647 inclusive.</p><p>67 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 Value Meaning</p><p>A number ranging from negative 9,223,372,036,854,775,808 to positive System.Int64 9,223,372,036,854,775,807 inclusive.</p><p>System.SByte A number ranging from negative 128 to positive 127 inclusive.</p><p>System.Single A single precision number ranging from negative 3.402823e38 to 3.402823e38 inclusive.</p><p>System.String A string of Unicode text.</p><p>A duration ranging from negative 10675199 days 2 hours 48 minutes 5 seconds 477 milliseconds 580 microseconds 800 nanoseconds to positive 10675199 days 2 hours 48 System.TimeSpan minutes 5 seconds 477 milliseconds 580 microseconds 700 nanoseconds inclusive, in resolution of 100 nanoseconds.</p><p>System.UInt16 A number ranging from 0 to 65535 inclusive.</p><p>System.UInt32 A number ranging from 0 to 4,294,967,295 inclusive.</p><p>System.UInt64 A number ranging from 0 to 18,446,744,073,709,551,615 inclusive.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>531 <xs:simpleType name="IdentifierType"></p><p>532 <xs:restriction base="xs:string"></p><p>533 <xs:enumeration value="System.Boolean"/></p><p>534 <xs:enumeration value="System.Byte"/></p><p>535 <xs:enumeration value="System.Char"/></p><p>536 <xs:enumeration value="System.DateTime"/></p><p>537 <xs:enumeration value="System.Decimal"/></p><p>538 <xs:enumeration value="System.Double"/></p><p>539 <xs:enumeration value="System.Guid"/></p><p>540 <xs:enumeration value="System.Int16"/></p><p>541 <xs:enumeration value="System.Int32"/></p><p>542 <xs:enumeration value="System.Int64"/></p><p>543 <xs:enumeration value="System.SByte"/></p><p>544 <xs:enumeration value="System.Single"/></p><p>545 <xs:enumeration value="System.String"/></p><p>546 <xs:enumeration value="System.TimeSpan"/></p><p>547 <xs:enumeration value="System.UInt16"/></p><p>548 <xs:enumeration value="System.UInt32"/></p><p>549 <xs:enumeration value="System.UInt64"/></p><p>68 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 550 </xs:restriction></p><p>551 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>551.1.1.1 InstanceCount Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Entity The estimated number of EntityInstances of an Entity. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>552 <xs:simpleType name="InstanceCount"></p><p>553 <xs:restriction base="xs:integer"></p><p>554 <xs:minInclusive value="0"/></p><p>555 </xs:restriction></p><p>556 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>556.1.1.1 LobDateTimeMode Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: NormalizeDateTime A simple type specifying the conversion between representations of date and time values for a NormalizeDateTime rule. The value MUST be listed in the following table. Value Meaning</p><p>The value is represented in UTC. When the rules are applied in order, and if the value has an UTC unknown time zone, the value MUST be assumed to be in UTC. When the rules are applied in reverse order, the value MUST be converted to UTC representation.</p><p>The value is represented in local time zone. When the rules are applied in order, and if the value is Local represented in an unknown time zone, the value MUST assumed to be in local time. When the rules are applied in reverse order, the value MUST be converted to local time zone.</p><p>The value is not represented in any time zone. When the rules are applied in order, and if the value Unspecified has an unknown time zone, the value MUST be assumed to be in UTC. When the rules are applied in reverse order, the time zone information MUST be removed.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>557 <xs:simpleType name="LobDateTimeMode"></p><p>69 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 558 <xs:restriction base="xs:string"></p><p>559 <xs:enumeration value="UTC"/></p><p>560 <xs:enumeration value="Local"/></p><p>561 <xs:enumeration value="Unspecified"/></p><p>562 </xs:restriction></p><p>563 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>563.1.1.1 LobSystemType Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: LobSystem A simple type specifying the type of line-of-business (LOB) system that a LobSystem is representing. The attributes and settings describing the LOB system MUST be stored as Properties on the LobSystem, as specified in section 2.1.3.40. The value MUST be listed in the following table. Value Meaning</p><p>Database The represented LOB system is a database.</p><p>DotNetAssembly The represented LOB system is a set of Business Logic Modules.<38></p><p>The represented LOB system is a service for which the endpoint URI, the bind process and the Wcf contract is specified.</p><p>WebService The represented LOB system is a Web service.</p><p>The represented LOB system is a LOB system for which external business logic manages the Custom connection and data transfer through an implementation-specific extensibility mechanism.</p><p>OData The represented LOB system is an OData service.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>564 <xs:simpleType name="LobSystemType"></p><p>565 <xs:restriction base="xs:string"></p><p>566 <xs:enumeration value="Database"/></p><p>567 <xs:enumeration value="DotNetAssembly"/></p><p>568 <xs:enumeration value="Wcf"/></p><p>569 <xs:enumeration value="WebService"/></p><p>570 <xs:enumeration value="Custom"/></p><p>571 <xs:enumeration value="OData"/></p><p>70 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 572 </xs:restriction></p><p>573 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>573.1.1.1 MethodInstanceType Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Association, MethodInstance Specifies the type of MethodInstance. The value MUST be listed in the following table. Value Meaning</p><p>Finder The MethodInstance is a Finder.</p><p>SpecificFinder The MethodInstance is a SpecificFinder.</p><p>GenericInvoker The MethodInstance is a GenericInvoker.</p><p>IdEnumerator The MethodInstance is an IdEnumerator.</p><p>ChangedIdEnumerator The MethodInstance is a ChangedIdEnumerator.</p><p>DeletedIdEnumerator The MethodInstance is a DeletedIdEnumerator.</p><p>Scalar The MethodInstance is a Scalar.</p><p>AccessChecker The MethodInstance is an AccessChecker.</p><p>AssociationNavigator The MethodInstance is an AssociationNavigator.</p><p>Associator The MethodInstance is an Associator.</p><p>Disassociator The MethodInstance is a Disassociator.</p><p>Creator The MethodInstance is a Creator.</p><p>Deleter The MethodInstance is a Deleter.</p><p>Updater The MethodInstance is an Updater.</p><p>StreamAccessor The MethodInstance is a StreamAccessor.</p><p>BinarySecurityDescriptorAccessor The MethodInstance is a BinarySecurityDescriptorAccessor.</p><p>BulkSpecificFinder The MethodInstance is a BulkSpecificFinder.</p><p>BulkAssociatedIdEnumerator The MethodInstance is a BulkAssociatedIdEnumerator.</p><p>BulkAssociationNavigator The MethodInstance is a BulkAssociationNavigator.</p><p>BulkIdEnumerator The MethodInstance is a BulkIdEnumerator.</p><p>EventSubscriber The MethodInstance is an EventSubscriber.</p><p>EventUnsubscriber The MethodInstance is an EventUnsubscriber.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>574 <xs:simpleType name="MethodInstanceType"></p><p>575 <xs:restriction base="xs:string"></p><p>71 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 576 <xs:enumeration value="Finder"/></p><p>577 <xs:enumeration value="SpecificFinder"/></p><p>578 <xs:enumeration value="GenericInvoker"/></p><p>579 <xs:enumeration value="IdEnumerator"/></p><p>580 <xs:enumeration value="ChangedIdEnumerator"/></p><p>581 <xs:enumeration value="DeletedIdEnumerator"/></p><p>582 <xs:enumeration value="Scalar"/></p><p>583 <xs:enumeration value="AccessChecker"/></p><p>584 <xs:enumeration value="AssociationNavigator"/></p><p>585 <xs:enumeration value="Associator"/></p><p>586 <xs:enumeration value="Disassociator"/></p><p>587 <xs:enumeration value="Creator"/></p><p>588 <xs:enumeration value="Deleter"/></p><p>589 <xs:enumeration value="Updater"/></p><p>590 <xs:enumeration value="StreamAccessor"/></p><p>591 <xs:enumeration value="BinarySecurityDescriptorAccessor"/></p><p>592 <xs:enumeration value="BulkSpecificFinder"/></p><p>593 <xs:enumeration value="BulkAssociatedIdEnumerator"/></p><p>594 <xs:enumeration value="BulkAssociationNavigator"/></p><p>595 <xs:enumeration value="BulkIdEnumerator"/></p><p>596 <xs:enumeration value="EventSubscriber"/></p><p>597 <xs:enumeration value="EventUnsubscriber"/></p><p>598 </xs:restriction></p><p>599 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>599.1.1.1 NameString Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Model, Property, LobSystem, LobSystemInstance, MetadataObject, Entity, Identifier, Method, FilterDescriptor, Parameter, TypeDescriptor, DefaultValue, Association, SourceEntity, DestinationEntity, </p><p>72 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 MethodInstance, IndividuallySecurableMetadataObject, AssociationGroup, AssociationReference, Action, ActionParameter A simple type used to specify MetadataObject names. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>600 <xs:simpleType name="NameString"></p><p>601 <xs:restriction base="xs:string"></p><p>602 <xs:minLength value="1"/></p><p>603 <xs:maxLength value="255"/></p><p>604 </xs:restriction></p><p>605 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>605.1.1.1 OperationModeType Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Entity A simple type specifying how a consumer of the structure interacts with a line- of-business (LOB) system when utilizing an implementation-specific cache of EntityInstances, when creating, deleting, updating or reading EntityInstance data in an implementation-specific manner. The value MUST be listed in the following table. Value Meaning</p><p>Online Bypass the cached EntityInstances for all operations and interact with the LOB system directly.</p><p>Perform create, read, update and delete operations directly against the cached EntityInstances. For read operations, if the requested EntityInstances are available in the cache, use the EntityInstances Cached in the cache. Otherwise, bypass the cache to obtain the EntityInstance data from the LOB system, and put it into the cache for later use.</p><p>Offline Perform create, read, update and delete operations only against the cached EntityInstances.</p><p>Make an implementation-specific choice to use any one of the other behaviors listed in this table based Default on capabilities of the consumer of this structure.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>606 <xs:simpleType name="OperationModeType"></p><p>607 <xs:restriction base="xs:string"></p><p>608 <xs:enumeration value="Online"/></p><p>609 <xs:enumeration value="Cached"/></p><p>610 <xs:enumeration value="Offline"/></p><p>73 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 611 <xs:enumeration value="Default"/></p><p>612 </xs:restriction></p><p>613 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>613.1.1.1 Ordinal Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: ActionParameter An ordering of integers describing the position of an element in a sequence. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>614 <xs:simpleType name="Ordinal"></p><p>615 <xs:restriction base="xs:integer"></p><p>616 <xs:minInclusive value="0"/></p><p>617 </xs:restriction></p><p>618 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>618.1.1.1 ParameterDirection Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Parameter ParameterDirection specifies the directionality of a Parameter. The value MUST be listed in the following table. Value Meaning</p><p>In The represented Parameter is an input parameter.</p><p>Out The represented Parameter is an output parameter.</p><p>InOut The represented Parameter is an input and output parameter.</p><p>Return The represented Parameter is a return parameter.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>619 <xs:simpleType name="ParameterDirection"></p><p>620 <xs:restriction base="xs:string"></p><p>621 <xs:enumeration value="In"/></p><p>74 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 622 <xs:enumeration value="Out"/></p><p>623 <xs:enumeration value="InOut"/></p><p>624 <xs:enumeration value="Return"/></p><p>625 </xs:restriction></p><p>626 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>626.1.1.1 ReturnTypeDescriptorLevel Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Association, MethodInstance The depth from the root of the ReturnTypeDescriptor of the MethodInstance or Association, in the tree of nested TypeDescriptors where the root level equals 0. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>627 <xs:simpleType name="ReturnTypeDescriptorLevel"></p><p>628 <xs:restriction base="xs:integer"></p><p>629 <xs:minInclusive value="0"/></p><p>630 <xs:maxInclusive value="29"/></p><p>631 </xs:restriction></p><p>632 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>632.1.1.1 StringNormalizeMode Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: NormalizeString A simple type specifying the conversion between representations of an empty string and null values for NormalizeString rule. The value MUST be listed in the following table. Value Meaning</p><p>NoChange The value MUST NOT be modified when the rule is applied.</p><p>NormalizeToEmptyString When the value is null value, it MUST be replaced with an empty string.</p><p>NormalizeToNull When the value is empty string, it MUST be replaced with a null value.</p><p>75 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>633 <xs:simpleType name="StringNormalizeMode"></p><p>634 <xs:restriction base="xs:string"></p><p>635 <xs:enumeration value="NoChange"/></p><p>636 <xs:enumeration value="NormalizeToEmptyString"/></p><p>637 <xs:enumeration value="NormalizeToNull"/></p><p>638 </xs:restriction></p><p>639 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>639.1.1.1 TypeDescriptorTypeNameString Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: TypeDescriptor, DefaultValue A simple type used to specify implementation-specific identifier for data type of the data structure that the TypeDescriptor represents. The value of this element is mapped to a data type using an implementation-specific Business Logic Module<39> associated with the Parameter which contains this TypeDescriptor. The Business Logic Module<40> that can perform this mapping MUST be specified as follows. 1. If the Parameter that contains this TypeDescriptor contains a Property with name "TypeReflectorTypeName" and type "System.String", the Business Logic Module<41> specified by the implementation-specific identifier represented by the string Property value MUST be used. 2. If previous condition is not met, and if the LobSystem that contains the Entity containing the Method of the Parameter that contains this TypeDescriptor has section type specified as "Custom", and if the Business Logic Module<42> associated with the LobSystem for the purposes of communicating with the corresponding line-of-business (LOB) system, which is identified by the value of the LobSystem contained in the Property with name "SystemUtilityTypeName" and type "System.String", specifies a Business Logic Module<43> for the purpose of mapping value of typeName element to a data type, the specified Business Logic Module<44> MUST be used. 3. If previous conditions are not met, implementation-specific Business Logic Module<45> MUST be used to perform the mapping. In this case, the value of the implementation-specific identifier for the data type of the data structure that the TypeDescriptor represents MUST be in the format specified by the following ABNF.</p><p>76 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 640 Value = TypeName *1(%x2C BusinessLogicModule)</p><p>641 BusinessLogicModule = FullAssemblyName / LobSystemName</p><p>642 FullAssemblyName = LibraryIdentifier %x2C VersionProperty %x2C CultureProperty %x2C PublicKeyTokenProperty</p><p>Where LibraryIdentifier, VersionProperty, PublicKeyTokenProperty, and CultureProperty rules are as specified in [MS-NRTP] section 2.2.1.3. The TypeName rule is the name of the type that conforms to the [ECMA-335] specification and can be understood by the .NET Framework. The format is as specified in [MS-NRTP] section 2.2.1.2. The LobSystemName rule is the name of the LobSystem which contains the Entity that contains the Method which contains the Parameter which contains the TypeDescriptor. The occurrence of BusinessLogicModule in the preceding ABNF MUST yield to an LobSystemName, if the represented data type resides in the Business Logic Module<46> associated with the LobSystem which contains the TypeDescriptor, otherwise the occurrence of BusinessLogicModule MUST be a FullAssemblyName. The values specified in the following table do not require a BusinessLogicModule to be specified. Value Description</p><p>System.String A string of Unicode text.</p><p>System.Int16 A number ranging from negative 32768 to positive 32767 inclusive.</p><p>System.Int32 A number ranging from negative 2,147,483,648 to positive 2,147,483,647 inclusive.</p><p>System.Int64 A number ranging from negative 9,223,372,036,854,775,808 to positive 9,223,372,036,854,775,807 inclusive.</p><p>System.UInt16 A number ranging from 0 to 65535 inclusive.</p><p>System.UInt32 A number ranging from 0 to 4,294,967,295 inclusive.</p><p>System.UInt64 A number ranging from 0 to 18,446,744,073,709,551,615 inclusive.</p><p>System.DateTime A date and time ranging from 12:00:00 midnight, January 1, 1 Anno Domini (Common Era) to 11:59:59 P.M., December 31, 9999 Anno Domini (Common Era) inclusive, in resolution of 100 nanoseconds.</p><p>System.TimeSpan A duration ranging from negative 10675199 days 2 hours 48 minutes 5 seconds 477 milliseconds 580 microseconds 800 nanoseconds to positive 10675199 days 2 hours 48 minutes 5 seconds 477 milliseconds 580 microseconds 700 nanoseconds inclusive, in resolution of 100 nanoseconds.</p><p>System.Single A single precision number ranging from negative 3.402823e38 to 3.402823e38 inclusive.</p><p>System.Double A double precision number ranging from negative 1.79769313486232e308 to positive 1.79769313486232e308 inclusive as well as positive zero, negative zero, positive infinity, negative infinity and not-a-number (NaN).</p><p>System.Decimal A number ranging from negative 79,228,162,514,264,337,593,543,950,335 to positive 79,228,162,514,264,337,593,543,950,335 inclusive.</p><p>System.Char A Unicode character.</p><p>System.Byte A number ranging from 0 to 255 inclusive.</p><p>System.SByte A number ranging from negative 128 to positive 127 inclusive.</p><p>77 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 Value Description</p><p>System.Guid A GUID.</p><p>System.Boolean A bit.</p><p>System.Uri An URL.</p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>643 <xs:simpleType name="TypeDescriptorTypeNameString"></p><p>644 <xs:restriction base="xs:string"></p><p>645 <xs:minLength value="1"/></p><p>646 <xs:maxLength value="255"/></p><p>647 </xs:restriction></p><p>648 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>648.1.1.1 TypeNameString Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Property, ConvertType A simple type used to specify data types. The value MUST be in the format specified by the following ABNF.</p><p>649 Identifier = TypeName *1(%x2C FullAssemblyName)</p><p>650 FullAssemblyName = LibraryIdentifier %x2C VersionProperty %x2C CultureProperty %x2C PublicKeyTokenProperty</p><p>Where LibraryIdentifier, VersionProperty, PublicKeyTokenProperty, and CultureProperty are as specified in [MS-NRTP] section 2.2.1.3.</p><p>TypeName: The name of the type that conforms to the [ECMA-335] specification and can be understood by the .NET Framework. The format is as specified in [MS-NRTP] section 2.2.1.2. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>651 <xs:simpleType name="TypeNameString"></p><p>652 <xs:restriction base="xs:string"></p><p>653 <xs:minLength value="1"/></p><p>654 <xs:maxLength value="255"/></p><p>655 </xs:restriction></p><p>78 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 656 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>656.1.1.1 UrlString Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Action A simple type used to restrict the length of URL attributes. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>657 <xs:simpleType name="UrlString"></p><p>658 <xs:restriction base="xs:string"></p><p>659 <xs:minLength value="1"/></p><p>660 <xs:maxLength value="2080"/></p><p>661 </xs:restriction></p><p>662 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>662.1.1.1 VersionString Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Referenced by: Entity A set of four numeric values separated by dots that represent the version of the parent element. The first numerical value represents the major version, the second numerical value represents the minor version, the third numerical value represents the build version and the forth numerical value represents the revision version. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>663 <xs:simpleType name="VersionString"></p><p>664 <xs:restriction base="xs:string"></p><p>665 <xs:pattern value="[0-9]+(\.[0-9]+){1,3}"/></p><p>666 </xs:restriction></p><p>667 </xs:simpleType></p><p>See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>79 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 667.1 http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources</p><p>667.1.1 Elements</p><p>667.1.1.1 Model Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources A Model element (section 2.2.3.28) that identifies a Model. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.</p><p>668 <xs:element name="Model" type="bdc:Model"/></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>668.1.1 Attributes None.</p><p>668.1.2 Complex Types</p><p>668.1.2.1 AccessControlEntry Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: AccessControlList A complex type that specifies an ACE to specify access rights for the parent element. Child Elements:</p><p>Right: A Right element (section 2.2.3.33) that specifies the permissions available to the security principal. Attributes:</p><p>Principal: An xs:string attribute that specifies the name of the security principal. The value for this attribute MUST be as specified by the following ABNF.</p><p>669 principal = windows / membership / role / claim</p><p>670 windows = ["Windows" %x7C] ((domain "\") / "") domainAccount</p><p>671 membership = "Membership" %x7C membershipIssuer %x7C ((domain "\") / "") </p><p>672 domainAccount </p><p>673 role = ["Role" %x7C] roleIssuer %x7C ((domain "\") / "") domainAccount </p><p>674 claim = "STS" %x7C trustedSTS %x7C claimType %x7C claimValue %x7C </p><p>675 claimValueType</p><p>676 claimValueType = "String"</p><p>80 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 The domain rule is the domain name of the security principal.</p><p>The domainAccount rule corresponds to the domain account of the security principal.</p><p>The membershipIssuer rule conforms to the format of an original issuer as specified in [MS- SPSTWS] section 2.2.2.</p><p>The roleIssuer rule conforms to the format of an original issuer as specified in [MS-SPSTWS] section 2.2.2.</p><p>The trustedSTS rule conforms to the trusted STS as specified in [MS-SPSTWS] section 2.2.2.</p><p>The claimType rule is the claim type URI as specified in [MS-SPSTWS] section 2.2.2.</p><p>The claimValue is a claim value. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>677 <xs:complexType name="AccessControlEntry"></p><p>678 <xs:sequence></p><p>679 <xs:element name="Right" type="bdc:Right" minOccurs="1" maxOccurs="unbounded"/></p><p>680 </xs:sequence></p><p>681 <xs:attribute name="Principal" type="xs:string" use="required"/></p><p>682 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>682.1.1.1 AccessControlList Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Model, LobSystem, Entity, Method, Association, IndividuallySecurableMetadataObject, MethodInstance A complex type that specifies an access control list (ACL). Child Elements:</p><p>AccessControlEntry: An AccessControlEntry element (section 2.2.3.1) that specifies an ACE. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>683 <xs:complexType name="AccessControlList"></p><p>684 <xs:sequence></p><p>685 <xs:element name="AccessControlEntry" type="bdc:AccessControlEntry" minOccurs="1" maxOccurs="unbounded"/></p><p>686 </xs:sequence></p><p>687 </xs:complexType></p><p>81 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>687.1.1.1 Action Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Actions A complex type that identifies an Action of an Entity. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model.</p><p>ActionParameters: An ActionParameters element (section 2.2.3.5) that specifies the Parameters of the Action. Attributes:</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>688 <xs:complexType name="Action"></p><p>689 <xs:complexContent></p><p>690 <xs:extension base="bdc:MetadataObject"></p><p>691 <xs:sequence></p><p>692 <xs:element name="ActionParameters" type="bdc:ActionParameters" minOccurs="0"></p><p>693 <xs:unique name="ActionParameterNameKey"></p><p>694 <xs:selector xpath="*"/></p><p>695 <xs:field xpath="@Name"/></p><p>696 </xs:unique></p><p>697 </xs:element></p><p>698 </xs:sequence></p><p>699 </xs:extension></p><p>700 </xs:complexContent></p><p>701 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>82 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 701.1.1.1 ActionParameter Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: ActionParameters A complex type that identifies an ActionParameter of an Action. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model. Attributes:</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>702 <xs:complexType name="ActionParameter"></p><p>703 <xs:complexContent></p><p>704 <xs:extension base="bdc:MetadataObject"/></p><p>705 </xs:complexContent></p><p>706 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>706.1.1.1 ActionParameters Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Action A complex type that identifies a list of ActionParameters of an Action. Child Elements:</p><p>ActionParameter: An ActionParameter element (section 2.2.3.4) that specifies an ActionParameter. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>707 <xs:complexType name="ActionParameters"></p><p>708 <xs:sequence></p><p>709 <xs:element name="ActionParameter" type="bdc:ActionParameter" minOccurs="1" maxOccurs="unbounded"/></p><p>710 </xs:sequence></p><p>711 </xs:complexType></p><p>83 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>711.1.1.1 Actions Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Entity A complex type that identifies a list of Actions of an Entity. Child Elements:</p><p>Action: An Action element (section 2.2.3.3) that specifies an Action. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>712 <xs:complexType name="Actions"></p><p>713 <xs:sequence></p><p>714 <xs:element name="Action" type="bdc:Action" minOccurs="1" maxOccurs="unbounded"/></p><p>715 </xs:sequence></p><p>716 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>716.1.1.1 Association Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: MethodInstances A complex type that identifies an Association. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model.</p><p>AccessControlList: An AccessControlList element (section 2.2.3.2) that specifies the access control list (ACL) of the Model. Attributes:</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>717 <xs:complexType name="Association"></p><p>718 <xs:complexContent></p><p>719 <xs:extension base="bdc:IndividuallySecurableMetadataObject"/></p><p>84 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 720 </xs:complexContent></p><p>721 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>721.1.1.1 AssociationGroup Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: AssociationGroups A complex type that identifies an AssociationGroup. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model. Attributes:</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>722 <xs:complexType name="AssociationGroup"></p><p>723 <xs:complexContent></p><p>724 <xs:extension base="bdc:MetadataObject"/></p><p>725 </xs:complexContent></p><p>726 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>726.1.1.1 AssociationGroups Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Entity A complex type that identifies a list of AssociationGroups of an Entity. Child Elements:</p><p>AssociationGroup: An AssociationGroup element (section 2.2.3.8) that specifies an AssociationGroup. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>727 <xs:complexType name="AssociationGroups"></p><p>728 <xs:sequence></p><p>85 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 729 <xs:element name="AssociationGroup" type="bdc:AssociationGroup" minOccurs="1" maxOccurs="unbounded"/></p><p>730 </xs:sequence></p><p>731 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>731.1.1.1 Entities Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: LobSystem A complex type that identifies a list of Entities of an LobSystem. Child Elements:</p><p>Entity: An Entity element (section 2.2.3.11) that specifies an Entity. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>732 <xs:complexType name="Entities"></p><p>733 <xs:sequence></p><p>734 <xs:element name="Entity" type="bdc:Entity" minOccurs="1" maxOccurs="unbounded"></p><p>735 <xs:unique name="MethodInstanceNameKey"></p><p>736 <xs:selector xpath=".//bdc:MethodInstances/*"/></p><p>737 <xs:field xpath="@Name"/></p><p>738 </xs:unique></p><p>739 </xs:element></p><p>740 </xs:sequence></p><p>741 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>741.1.1.1 Entity Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Entities A complex type that identifies an Entity. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.</p><p>86 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model.</p><p>AccessControlList: An AccessControlList element (section 2.2.3.2) that specifies the access control list (ACL) of the Model.</p><p>Identifiers: An Identifiers element (section 2.2.3.15) that specifies the Identifiers of the Entity.</p><p>Methods: A Methods element (section 2.2.3.27) that specifies the Methods of the Entity.</p><p>AssociationGroups: An AssociationGroups element (section 2.2.3.9) that specifies the AssociationGroups of the Entity.</p><p>Actions: An Actions element (section 2.2.3.6) that specifies the Actions of the Entity. Attributes:</p><p>Namespace: A NameString attribute (section 2.2.4.2) that specifies the namespace of the Entity.</p><p>Version: A VersionString attribute (section 2.2.4.4) that specifies the version number of the Entity.</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>742 <xs:complexType name="Entity"></p><p>743 <xs:complexContent></p><p>744 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>745 <xs:sequence></p><p>746 <xs:element name="Identifiers" type="bdc:Identifiers" minOccurs="0"></p><p>747 <xs:unique name="IdentifierNameKey"></p><p>748 <xs:selector xpath="*"/></p><p>749 <xs:field xpath="@Name"/></p><p>750 </xs:unique></p><p>751 </xs:element></p><p>752 <xs:element name="Methods" type="bdc:Methods" minOccurs="0"></p><p>753 <xs:unique name="MethodNameKey"></p><p>754 <xs:selector xpath="*"/></p><p>755 <xs:field xpath="@Name"/></p><p>756 </xs:unique></p><p>757 </xs:element></p><p>758 <xs:element name="AssociationGroups" type="bdc:AssociationGroups" minOccurs="0"></p><p>759 <xs:unique name="AssociationGroupNameKey"></p><p>87 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 760 <xs:selector xpath="*"/></p><p>761 <xs:field xpath="@Name"/></p><p>762 </xs:unique></p><p>763 </xs:element></p><p>764 <xs:element name="Actions" type="bdc:Actions" minOccurs="0"></p><p>765 <xs:unique name="ActionNameKey"></p><p>766 <xs:selector xpath="*"/></p><p>767 <xs:field xpath="@Name"/></p><p>768 </xs:unique></p><p>769 </xs:element></p><p>770 </xs:sequence></p><p>771 <xs:attribute name="Namespace" type="bdc:NameString" use="required"/></p><p>772 <xs:attribute name="Version" type="bdc:VersionString" use="required"/></p><p>773 </xs:extension></p><p>774 </xs:complexContent></p><p>775 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>775.1.1.1 FilterDescriptor Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: FilterDescriptors A complex type that identifies a FilterDescriptor. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model. Attributes:</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>776 <xs:complexType name="FilterDescriptor"></p><p>88 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 777 <xs:complexContent></p><p>778 <xs:extension base="bdc:MetadataObject"/></p><p>779 </xs:complexContent></p><p>780 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>780.1.1.1 FilterDescriptors Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Method A complex type that identifies a list of FilterDescriptors of a Method. Child Elements:</p><p>FilterDescriptor: A FilterDescriptor element (section 2.2.3.12) that specifies a FilterDescriptor. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>781 <xs:complexType name="FilterDescriptors"></p><p>782 <xs:sequence></p><p>783 <xs:element name="FilterDescriptor" type="bdc:FilterDescriptor" minOccurs="1" maxOccurs="unbounded"/></p><p>784 </xs:sequence></p><p>785 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>785.1.1.1 Identifier Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Identifiers A complex type that identifies an Identifier. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model. Attributes:</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject.</p><p>89 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>786 <xs:complexType name="Identifier"></p><p>787 <xs:complexContent></p><p>788 <xs:extension base="bdc:MetadataObject"/></p><p>789 </xs:complexContent></p><p>790 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>790.1.1.1 Identifiers Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Entity A complex type that identifies a list of Identifiers of an Entity. Child Elements:</p><p>Identifier: An Identifier element (section 2.2.3.14) that specifies an Identifier. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>791 <xs:complexType name="Identifiers"></p><p>792 <xs:sequence></p><p>793 <xs:element name="Identifier" type="bdc:Identifier" minOccurs="1" maxOccurs="unbounded"/></p><p>794 </xs:sequence></p><p>795 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>795.1.1.1 IndividuallySecurableMetadataObject Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Association, MethodInstance, Method, Entity, LobSystem, Model A complex type that identifies a MetadataObject that can be assigned a specific access control list (ACL). Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model.</p><p>90 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 AccessControlList: An AccessControlList element (section 2.2.3.2) that specifies the access control list (ACL) of the Model. Attributes:</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>796 <xs:complexType name="IndividuallySecurableMetadataObject" abstract="true"></p><p>797 <xs:complexContent></p><p>798 <xs:extension base="bdc:MetadataObject"></p><p>799 <xs:sequence></p><p>800 <xs:element name="AccessControlList" type="bdc:AccessControlList" minOccurs="0" maxOccurs="1"/></p><p>801 </xs:sequence></p><p>802 </xs:extension></p><p>803 </xs:complexContent></p><p>804 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>804.1.1.1 LobSystem Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: LobSystems A complex type that identifies an LobSystem. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model.</p><p>AccessControlList: An AccessControlList element (section 2.2.3.2) that specifies the access control list (ACL) of the Model.</p><p>LobSystemInstances: An LobSystemInstances element (section 2.2.3.19) that specifies a list of LobSystemInstances of the LobSystem.</p><p>Entities: An Entities element (section 2.2.3.10) that specifies a list of Entities of the LobSystem. Attributes:</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>91 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 805 <xs:complexType name="LobSystem"></p><p>806 <xs:complexContent></p><p>807 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>808 <xs:sequence></p><p>809 <xs:element name="LobSystemInstances" type="bdc:LobSystemInstances" minOccurs="0" maxOccurs="1"></p><p>810 <xs:unique name="LobSystemInstanceNameKey"></p><p>811 <xs:selector xpath="*"/></p><p>812 <xs:field xpath="@Name"/></p><p>813 </xs:unique></p><p>814 </xs:element></p><p>815 <xs:element name="Entities" type="bdc:Entities" minOccurs="0" maxOccurs="1"></p><p>816 <xs:unique name="EntityNameNamespaceVersionKey"></p><p>817 <xs:selector xpath="*"/></p><p>818 <xs:field xpath="@Name"/></p><p>819 <xs:field xpath="@Namespace"/></p><p>820 <xs:field xpath="@Version"/></p><p>821 </xs:unique></p><p>822 </xs:element></p><p>823 </xs:sequence></p><p>824 </xs:extension></p><p>825 </xs:complexContent></p><p>826 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>826.1.1.1 LobSystemInstance Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: LobSystemInstances A complex type that identifies an LobSystemInstance of an LobSystem. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.</p><p>92 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model. Attributes:</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>827 <xs:complexType name="LobSystemInstance"></p><p>828 <xs:complexContent></p><p>829 <xs:extension base="bdc:MetadataObject"/></p><p>830 </xs:complexContent></p><p>831 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>831.1.1.1 LobSystemInstances Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: LobSystem A complex type that identifies a list of LobSystemInstances of a LobSystem. Child Elements:</p><p>LobSystemInstance: An LobSystemInstance element (section 2.2.3.18) that specifies a LobSystemInstance. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>832 <xs:complexType name="LobSystemInstances"></p><p>833 <xs:sequence></p><p>834 <xs:element name="LobSystemInstance" type="bdc:LobSystemInstance" minOccurs="1" maxOccurs="unbounded"/></p><p>835 </xs:sequence></p><p>836 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>836.1.1.1 LobSystems Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Model A complex type that identifies a list of LobSystems of a Model. Child Elements:</p><p>93 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 LobSystem: An LobSystems element (section 2.2.3.20) that specifies a LobSystem. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>837 <xs:complexType name="LobSystems"></p><p>838 <xs:sequence></p><p>839 <xs:element name="LobSystem" type="bdc:LobSystem" minOccurs="1" maxOccurs="unbounded"/></p><p>840 </xs:sequence></p><p>841 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>841.1.1.1 LocalizedDisplayName Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: LocalizedDisplayNames A complex type that specifies a localized name. The text associated with this element is the localized name associated with the specified language code identifier (LCID). Attributes:</p><p>LCID: An xs:integer attribute that specifies the LCID. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>842 <xs:complexType name="LocalizedDisplayName" mixed="true"></p><p>843 <xs:attribute name="LCID" type="xs:integer" use="required"/></p><p>844 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>844.1.1.1 LocalizedDisplayNames Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Model, LobSystem, LobSystemInstance, MetadataObject, Entity, Identifier, Method, FilterDescriptor, Parameter, TypeDescriptor, Association, IndividuallySecurableMetadataObject, MethodInstance, AssociationGroup, Action, ActionParameter A complex type that specifies a list of localized names of a MetadataObject. Child Elements:</p><p>LocalizedDisplayName: A LocalizedDisplayNames element (section 2.2.3.22) that specifies a localized name.</p><p>94 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>845 <xs:complexType name="LocalizedDisplayNames"></p><p>846 <xs:sequence></p><p>847 <xs:element name="LocalizedDisplayName" type="bdc:LocalizedDisplayName" minOccurs="1" maxOccurs="unbounded"/></p><p>848 </xs:sequence></p><p>849 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>849.1.1.1 MetadataObject Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: LobSystemInstance, Identifier, FilterDescriptor, TypeDescriptor, Parameter, IndividuallySecurableMetadataObject, AssociationGroup, ActionParameter, Action A complex type that identifies a MetadataObject. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model. Attributes:</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>850 <xs:complexType name="MetadataObject" abstract="true"></p><p>851 <xs:sequence></p><p>852 <xs:element name="LocalizedDisplayNames" type="bdc:LocalizedDisplayNames" minOccurs="0" maxOccurs="1"></p><p>853 <xs:unique name="LocalizedDisplayNameLCIDKey"></p><p>854 <xs:selector xpath="*"/></p><p>855 <xs:field xpath="@LCID"/></p><p>856 </xs:unique></p><p>857 </xs:element></p><p>858 <xs:element name="Properties" type="bdc:Properties" minOccurs="0" maxOccurs="1"></p><p>95 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 859 <xs:unique name="PropertyNameKey"></p><p>860 <xs:selector xpath="*"/></p><p>861 <xs:field xpath="@Name"/></p><p>862 </xs:unique></p><p>863 </xs:element></p><p>864 </xs:sequence></p><p>865 <xs:attribute name="Name" type="bdc:NameString" use="required"/></p><p>866 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>866.1.1.1 Method Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Methods A complex type that identifies a Method. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model.</p><p>AccessControlList: An AccessControlList element (section 2.2.3.2) that specifies the access control list (ACL) of the Model.</p><p>FilterDescriptors: A FilterDescriptors element (section 2.2.3.13) that specifies the FilterDescriptors of the Method.</p><p>Parameters: A Parameters element (section 2.2.3.30) that specifies the Parameters of the Method.</p><p>MethodInstances: A MethodInstances element (section 2.2.3.26) that specifies the MethodInstances of the Method. Attributes:</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>867 <xs:complexType name="Method"></p><p>868 <xs:complexContent></p><p>869 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>870 <xs:sequence></p><p>96 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 871 <xs:element name="FilterDescriptors" type="bdc:FilterDescriptors" minOccurs="0" maxOccurs="1"></p><p>872 <xs:unique name="FilterDescriptorNameKey"></p><p>873 <xs:selector xpath="*"/></p><p>874 <xs:field xpath="@Name"/></p><p>875 </xs:unique></p><p>876 </xs:element></p><p>877 <xs:element name="Parameters" type="bdc:Parameters" minOccurs="0" maxOccurs="1"/></p><p>878 <xs:element name="MethodInstances" type="bdc:MethodInstances" minOccurs="0" maxOccurs="1"/></p><p>879 </xs:sequence></p><p>880 </xs:extension></p><p>881 </xs:complexContent></p><p>882 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>882.1.1.1 MethodInstance Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: MethodInstances A complex type that identifies a MethodInstance. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model.</p><p>AccessControlList: An AccessControlList element (section 2.2.3.2) that specifies the access control list (ACL) of the Model. Attributes:</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>883 <xs:complexType name="MethodInstance"></p><p>884 <xs:complexContent></p><p>885 <xs:extension base="bdc:IndividuallySecurableMetadataObject"/></p><p>97 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 886 </xs:complexContent></p><p>887 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>887.1.1.1 MethodInstances Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Method A complex type that identifies a list of MethodInstances of a Method. Child Elements:</p><p>Association: An Association element (section 2.2.3.7) that specifies an Association.</p><p>MethodInstance: A MethodInstance element (section 2.2.3.25) that specifies a MethodInstance. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>888 <xs:complexType name="MethodInstances"></p><p>889 <xs:choice minOccurs="1" maxOccurs="unbounded"></p><p>890 <xs:element name="Association" type="bdc:Association"/></p><p>891 <xs:element name="MethodInstance" type="bdc:MethodInstance"/></p><p>892 </xs:choice></p><p>893 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>893.1.1.1 Methods Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Entity A complex type that identifies a list of Methods of an Entity. Child Elements:</p><p>Method: A Method element (section 2.2.3.24) that specifies a Method. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>894 <xs:complexType name="Methods"></p><p>895 <xs:sequence></p><p>896 <xs:element name="Method" type="bdc:Method" minOccurs="1" maxOccurs="unbounded"></p><p>98 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 897 <xs:key name="ParameterNameKey"></p><p>898 <xs:selector xpath=".//bdc:Parameter"/></p><p>899 <xs:field xpath="@Name"/></p><p>900 </xs:key></p><p>901 <xs:key name="MethodMethodInstanceNameKey"></p><p>902 <xs:selector xpath=".//bdc:MethodInstances/*"/></p><p>903 <xs:field xpath="@Name"/></p><p>904 </xs:key></p><p>905 </xs:element></p><p>906 </xs:sequence></p><p>907 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>907.1.1.1 Model Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources A complex type that identifies a Model. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model.</p><p>AccessControlList: An AccessControlList element (section 2.2.3.2) that specifies the access control list (ACL) of the Model.</p><p>LobSystems: An LobSystems element (section 2.2.3.20) that specifies the LobSystems of the Model. Attributes:</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the Model. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>908 <xs:complexType name="Model"></p><p>909 <xs:complexContent></p><p>910 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>911 <xs:sequence></p><p>912 <xs:element name="LobSystems" type="bdc:LobSystems" minOccurs="0" maxOccurs="1"></p><p>99 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 913 <xs:unique name="LobSystemNameKey"></p><p>914 <xs:selector xpath="*"/></p><p>915 <xs:field xpath="@Name"/></p><p>916 </xs:unique></p><p>917 </xs:element></p><p>918 </xs:sequence></p><p>919 <xs:attribute name="Name" type="bdc:NameString" use="required"/></p><p>920 </xs:extension></p><p>921 </xs:complexContent></p><p>922 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>922.1.1.1 Parameter Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Parameters A complex type that identifies a Parameter. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model.</p><p>TypeDescriptor: A TypeDescriptor element (section 2.2.3.34) that specifies the root TypeDescriptor of the Parameter. Attributes:</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>923 <xs:complexType name="Parameter"></p><p>924 <xs:complexContent></p><p>925 <xs:extension base="bdc:MetadataObject"></p><p>926 <xs:sequence></p><p>927 <xs:element name="TypeDescriptor" type="bdc:TypeDescriptor"/></p><p>928 </xs:sequence></p><p>100 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 929 </xs:extension></p><p>930 </xs:complexContent></p><p>931 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>931.1.1.1 Parameters Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Method A complex type that identifies a list of Parameters of a Method. Child Elements:</p><p>Parameter: A Parameter element (section 2.2.3.29) that specifies a Parameter. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>932 <xs:complexType name="Parameters"></p><p>933 <xs:sequence></p><p>934 <xs:element name="Parameter" type="bdc:Parameter" minOccurs="1" maxOccurs="unbounded"/></p><p>935 </xs:sequence></p><p>936 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>936.1.1.1 Properties Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Model, LobSystem, LobSystemInstance, MetadataObject, Entity, Identifier, Method, FilterDescriptor, Parameter, TypeDescriptor, Association, IndividuallySecurableMetadataObject, MethodInstance, AssociationGroup, Action, ActionParameter A complex type that specifies a list of Properties of a MetadataObject. Child Elements:</p><p>Property: A Property element (section 2.2.3.32) that specifies a Property. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>937 <xs:complexType name="Properties"></p><p>938 <xs:sequence></p><p>101 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 939 <xs:element name="Property" type="bdc:Property" minOccurs="1" maxOccurs="unbounded"/></p><p>940 </xs:sequence></p><p>941 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>941.1.1.1 Property Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Properties A complex type that specifies the name and type of a Property element. The text associated with this element is the value of the Property with the specified name for the containing MetadataObject. Attributes:</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the Property.</p><p>Type: A section TypeNameString attribute (section 2.2.4.3) that specifies data type of the Property. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>942 <xs:complexType name="Property" mixed="true"></p><p>943 <xs:attribute name="Name" type="bdc:NameString" use="required"/></p><p>944 <xs:attribute name="Type" type="bdc:TypeNameString" use="required"/></p><p>945 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>945.1.1.1 Right Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: AccessControlEntry A complex type that specifies a single access permission for an ACE. Attributes:</p><p>BdcRight: A BdcRight attribute (section 2.2.4.1) that specifies permission level of a Right element. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>946 <xs:complexType name="Right"></p><p>947 <xs:attribute name="BdcRight" type="bdc:BdcRightName" use="required"/></p><p>102 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 948 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>948.1.1.1 TypeDescriptor Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Parameter, TypeDescriptors A complex type that identifies a TypeDescriptor. Child Elements:</p><p>LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.</p><p>Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model.</p><p>TypeDescriptors: A TypeDescriptors element (section 2.2.3.35) that specifies the child TypeDescriptors of the TypeDescriptor. Attributes:</p><p>Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>949 <xs:complexType name="TypeDescriptor"></p><p>950 <xs:complexContent></p><p>951 <xs:extension base="bdc:MetadataObject"></p><p>952 <xs:sequence></p><p>953 <xs:element name="TypeDescriptors" type="bdc:TypeDescriptors" minOccurs="0"></p><p>954 <xs:unique name="TypeDescriptorNameKey"></p><p>955 <xs:selector xpath="*"/></p><p>956 <xs:field xpath="@Name"/></p><p>957 </xs:unique></p><p>958 </xs:element></p><p>959 </xs:sequence></p><p>960 </xs:extension></p><p>961 </xs:complexContent></p><p>962 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>103 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 962.1.1.1 TypeDescriptors Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: TypeDescriptor A complex type that identifies a list of child TypeDescriptors of a parent TypeDescriptor. Child Elements:</p><p>TypeDescriptor: A TypeDescriptor element (section 2.2.3.34) that specifies a TypeDescriptor. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.</p><p>963 <xs:complexType name="TypeDescriptors"></p><p>964 <xs:sequence></p><p>965 <xs:element name="TypeDescriptor" type="bdc:TypeDescriptor" minOccurs="1" maxOccurs="unbounded"/></p><p>966 </xs:sequence></p><p>967 </xs:complexType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>967.1.1 Simple Types</p><p>967.1.1.1 BdcRightName Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Right The value of BdcRightName specifies the permission available to the security principal holding a Right. The value MUST be listed in the following table. Value Meaning</p><p>None No permissions</p><p>Execute The represented security principal has the permission to call a MethodInstance</p><p>The represented security principal has permission to change the attributes of a Edit MetadataObject or its relationship to other MetadataObjects.</p><p>The represented security principal has permission to change the set of permissions for a SetPermissions MetadataObject.</p><p>The represented security principal has permission to select the MetadataObject this right refers to in an implementation-specific user interface from a list of available SelectableInClients MetadataObjects. If the security principal does not have this permission, the MetadataObject SHOULD NOT be presented in such a list. </p><p>The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>968 <xs:simpleType name="BdcRightName"></p><p>104 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 969 <xs:restriction base="xs:string"></p><p>970 <xs:enumeration value="None"/></p><p>971 <xs:enumeration value="Execute"/></p><p>972 <xs:enumeration value="Edit"/></p><p>973 <xs:enumeration value="SetPermissions"/></p><p>974 <xs:enumeration value="SelectableInClients"/></p><p>975 </xs:restriction></p><p>976 </xs:simpleType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>976.1.1.1 NameString Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Model, Property, LobSystem, LobSystemInstance, MetadataObject, Entity, Identifier, Method, FilterDescriptor, Parameter, TypeDescriptor, Association, IndividuallySecurableMetadataObject, MethodInstance, AssociationGroup, Action, ActionParameter A simple type used to restrict the length of MetadataObject names. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>977 <xs:simpleType name="NameString"></p><p>978 <xs:restriction base="xs:string"></p><p>979 <xs:minLength value="1"/></p><p>980 <xs:maxLength value="255"/></p><p>981 </xs:restriction></p><p>982 </xs:simpleType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>982.1.1.1 TypeNameString Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Property A simple type used to specify data types. The value MUST be in the format specified by the following ABNF.</p><p>983 Identifier = TypeName (%x2C FullAssemblyName)</p><p>105 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 984 FullAssemblyName = LibraryIdentifier %x2C VersionProperty %x2C CultureProperty %x2C PublicKeyTokenProperty</p><p>Where LibraryIdentifier, VersionProperty, PublicKeyTokenProperty, and CultureProperty are as specified in [MS-NRTP] section 2.2.1.3.</p><p>TypeName: The name of the type that conforms to the [ECMA-335] specification and can be understood by the .NET Framework. The format is as specified in [MS-NRTP] section 2.2.1.2. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>985 <xs:simpleType name="TypeNameString"></p><p>986 <xs:restriction base="xs:string"></p><p>987 <xs:minLength value="1"/></p><p>988 <xs:maxLength value="255"/></p><p>989 </xs:restriction></p><p>990 </xs:simpleType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>990.1.1.1 VersionString Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources Referenced by: Entity A set of four numeric values separated by dots that represent the version of the parent element. The first numerical value represents the major version, the second numerical value represents the minor version, the third numerical value represents the build version, and the forth numerical value represents the revision version. The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.</p><p>991 <xs:simpleType name="VersionString"></p><p>992 <xs:restriction base="xs:string"></p><p>993 <xs:pattern value="[0-9]+(\.[0-9]+){1,3}"/></p><p>994 </xs:restriction></p><p>995 </xs:simpleType></p><p>See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).</p><p>106 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 996 Structure Examples All the examples are using a simple model, describing hypothetical simplified Customer Relationship Management (CRM) system. The examples in section 3.1, section 3.2, and section 3.3 are demonstrating the differences between equivalent Models targeting different LobSystem types (Database, DotNetAssembly, and Web Service). To make the comparison easier they only describe a single Entity "Customer" with a single Method, used as a SpecificFinder. The example in section 3.4 demonstrates the restricted schema used to set Rights, Properties, and localized names for metadata object. This resources file can be used to extend any of the previous model examples. The example in section 3.5 demonstrates Finders, Filters and DefaultValues. The example in section 3.6 demonstrates Creator, Updater and Deleter MethodInstances. The example in section 3.7 demonstrates Association between two Entities.</p><p>996.1 Database Model This is an example of a simple model of an LOB system of type Database. It demonstrates how to use a set of LobSystem and LobSystemInstance properties to configure connection to a database.</p><p>997 <?xml version="1.0" encoding="UTF-8" standalone="yes"?></p><p>998 <Model Name="ExampleApplicationDefinition" xmlns="http://schemas.microsoft.com/windows/2007/BusinessDataCatalog"></p><p>999 <LobSystems></p><p>1000 <LobSystem Name="ExampleCRM" Type="Database"></p><p>1001 <Properties></p><p>1002 <!-- This database uses % symbol for the LIKE operator. --></p><p>1003 <Property Name="WildcardCharacter" Type="System.String">%</Property></p><p>1004 </Properties></p><p>1005 <LobSystemInstances></p><p>1006 <LobSystemInstance Name="ExampleServer"></p><p>1007 <Properties></p><p>1008 <Property Name="AuthenticationMode" Type="System.String">PassThrough</Property></p><p>1009 <!-- The database instance is named ExampleSQL and is running on the same computer as the application using this Model. --></p><p>1010 <Property Name="RdbConnection Data Source" Type="System.String">(local)\ExampleSQL</Property></p><p>107 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1011 <!-- The database to be used is named ExampleDB. --></p><p>1012 <Property Name="RdbConnection Initial Catalog" Type="System.String">ExampleDB</Property></p><p>1013 <!-- The database instance is using integrated security. --></p><p>1014 <Property Name="RdbConnection Integrated Security" Type="System.String">SSPI</Property></p><p>1015 </Properties></p><p>1016 </LobSystemInstance></p><p>1017 </LobSystemInstances></p><p>1018 <Entities></p><p>1019 <Entity Name="Customer" Namespace="example.com" Version="1.0.0.0"></p><p>1020 <Identifiers></p><p>1021 <Identifier Name="CustomerIdentifier" TypeName="System.Int32" /></p><p>1022 </Identifiers></p><p>1023 <Methods></p><p>1024 <Method Name="GetCustomer"></p><p>1025 <Properties></p><p>1026 <!-- sp_GetCustomer is the name of the stored procedure that implements this method. --></p><p>1027 <Property Name="RdbCommandText" Type="System.String">sp_GetCustomer</Property></p><p>1028 <!-- Using stored procedures is a best practice when connecting to database systems. --></p><p>1029 <Property Name="RdbCommandType" Type="System.Data.CommandType, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">StoredProcedure</Property></p><p>1030 </Properties></p><p>1031 <Parameters></p><p>1032 <!-- The parameter name @CustomerId as expected by the stored procedure. --></p><p>1033 <Parameter Name="@CustomerId" Direction="In"></p><p>1034 <!-- The IdentifierName attribute is required here. --></p><p>1035 <TypeDescriptor Name="Id" TypeName="System.Int32" IdentifierName="CustomerIdentifier" /></p><p>1036 </Parameter></p><p>108 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1037 <Parameter Name="Customers" Direction="Return"></p><p>1038 <!-- This SQL command returns a result set containing precisely one row, but it is still wrapped by a data reader and appears as a collection. --></p><p>1039 <TypeDescriptor Name="CustomerDataReader" TypeName="System.Data.SqlClient.SqlDataReader, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" IsCollection="true"></p><p>1040 <TypeDescriptors></p><p>1041 <!-- This is a data record corresponding to a single row of the result set. --></p><p>1042 <TypeDescriptor Name="Customer" TypeName="System.Data.IDataRecord, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"></p><p>1043 <TypeDescriptors></p><p>1044 <!-- The IdentifierName attribute is required here to associate the field with the Identifier. --></p><p>1045 <TypeDescriptor Name="Id" TypeName="System.Int32" IdentifierName="CustomerIdentifier" /></p><p>1046 <TypeDescriptor Name="FirstName" TypeName="System.String" /></p><p>1047 <TypeDescriptor Name="LastName" TypeName="System.String" /></p><p>1048 </TypeDescriptors></p><p>1049 </TypeDescriptor></p><p>1050 </TypeDescriptors></p><p>1051 </TypeDescriptor></p><p>1052 </Parameter></p><p>1053 </Parameters></p><p>1054 <MethodInstances></p><p>1055 <!-- The ReturnParameterName and ReturnTypeDescriptor are pointing to the data record to be returned. The result set that is wrapping it is not important and can be ignored when processing results. --></p><p>1056 <MethodInstance Name="GetCustomer" Type="SpecificFinder" ReturnParameterName="Customers" ReturnTypeDescriptorName="Customer" /></p><p>1057 </MethodInstances></p><p>1058 </Method></p><p>1059 </Methods></p><p>1060 </Entity></p><p>1061 </Entities></p><p>109 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1062 </LobSystem></p><p>1063 </LobSystems></p><p>1064 </Model></p><p>1064.1 DotNetAssembly Model This is an example of a simple model of an LOB system of type DotNetAssembly. It demonstrates how to use the Class property to configure connection to the business logic module.</p><p>1065 <?xml version="1.0" encoding="UTF-8" standalone="yes"?></p><p>1066 <Model Name="ExampleApplicationDefinition" xmlns="http://schemas.microsoft.com/windows/2007/BusinessDataCatalog"></p><p>1067 <LobSystems></p><p>1068 <LobSystem Name="ExampleCRM" Type="DotNetAssembly"></p><p>1069 <LobSystemInstances></p><p>1070 <LobSystemInstance Name="ExampleServer" /></p><p>1071 </LobSystemInstances></p><p>1072 <Entities></p><p>1073 <Entity Name="Customer" Namespace="example.com" Version="1.0.0.0"></p><p>1074 <Properties></p><p>1075 <Property Name="Class" Type="System.String">ExampleCrmNamespace.Customer, ExampleCRM</Property></p><p>1076 </Properties></p><p>1077 <Identifiers></p><p>1078 <Identifier Name="CustomerIdentifier" TypeName="System.Int32" /></p><p>1079 </Identifiers></p><p>1080 <Methods></p><p>1081 <Method Name="GetCustomers"></p><p>1082 <Parameters></p><p>1083 <Parameter Name="CustomerId" Direction="In"></p><p>1084 <TypeDescriptor Name="Id" TypeName="System.Int32" IdentifierName="CustomerIdentifier" /></p><p>1085 </Parameter></p><p>1086 <Parameter Name="Customers" Direction="Return"></p><p>110 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1087 <TypeDescriptor Name="CustomerArray" TypeName="ExampleCrmNamespace.Customer[], ExampleCRM" IsCollection="true"></p><p>1088 <TypeDescriptors></p><p>1089 <TypeDescriptor Name="Customer" TypeName="ExampleCrmNamespace.Customer, ExampleCRM"></p><p>1090 <TypeDescriptors></p><p>1091 <TypeDescriptor Name="Id" TypeName="System.Int32" IdentifierName="CustomerIdentifier" /></p><p>1092 <TypeDescriptor Name="FirstName" TypeName="System.String" /></p><p>1093 <TypeDescriptor Name="LastName" TypeName="System.String" /></p><p>1094 </TypeDescriptors></p><p>1095 </TypeDescriptor></p><p>1096 </TypeDescriptors></p><p>1097 </TypeDescriptor></p><p>1098 </Parameter></p><p>1099 </Parameters></p><p>1100 <MethodInstances></p><p>1101 <MethodInstance Name="GetCustomer" Type="SpecificFinder" ReturnParameterName="Customers" ReturnTypeDescriptorName="Customer" /></p><p>1102 </MethodInstances></p><p>1103 </Method></p><p>1104 </Methods></p><p>1105 </Entity></p><p>1106 </Entities></p><p>1107 </LobSystem></p><p>1108 </LobSystems></p><p></Model></p><p>1108.1 Web Service Model This is an example of a simple model of an LOB system of type Web Service. It demonstrates how to use a LobSystem of type "Wcf" and a set of LobSystem and LobSystemInstance properties to configure connection to a web service.<47></p><p>111 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1109 <?xml version="1.0" encoding="UTF-8" standalone="yes"?></p><p>1110 <Model Name="ExampleApplicationDefinition" xmlns="http://schemas.microsoft.com/windows/2007/BusinessDataCatalog"></p><p>1111 <LobSystems></p><p>1112 <LobSystem Name="ExampleCRM" Type="Wcf"></p><p>1113 <Properties></p><p>1114 <Property Name="WcfMexDiscoMode" Type="System.String">Disco</Property></p><p>1115 <Property Name="WcfMexDocumentUrl" Type="System.String">http://example.org/? wsdl</Property></p><p>1116 <Property Name="WcfProxyNamespace" Type="System.String">ExampleCrmNamespace</Property></p><p>1117 <Property Name="WsdlFetchAuthenticationMode" Type="System.String">PassThrough</Property></p><p>1118 </Properties></p><p>1119 <LobSystemInstances></p><p>1120 <LobSystemInstance Name="ExampleServer"></p><p>1121 <Properties></p><p>1122 <Property Name="WcfAuthenticationMode" Type="System.String">PassThrough</Property></p><p>1123 <Property Name="WcfEndpointAddress" Type="System.String">http://example.org</Property></p><p>1124 </Properties></p><p>1125 </LobSystemInstance></p><p>1126 </LobSystemInstances></p><p>1127 <Entities></p><p>1128 <Entity Name="Customer" Namespace="example.com" Version="1.0.0.0"></p><p>1129 <Identifiers></p><p>1130 <Identifier Name="CustomerIdentifier" TypeName="System.Int32" /></p><p>1131 </Identifiers></p><p>1132 <Methods></p><p>1133 <Method Name="GetCustomers"></p><p>1134 <Parameters></p><p>1135 <Parameter Name="CustomerId" Direction="In"></p><p>112 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1136 <TypeDescriptor Name="Id" TypeName="System.Int32" IdentifierName="CustomerIdentifier" /></p><p>1137 </Parameter></p><p>1138 <Parameter Name="Customers" Direction="Return"></p><p>1139 <TypeDescriptor Name="CustomerArray" TypeName="ExampleCrmNamespace.Customer[], ExampleCRM" IsCollection="true"></p><p>1140 <TypeDescriptors></p><p>1141 <TypeDescriptor Name="Customer" TypeName="ExampleCrmNamespace.Customer, ExampleCRM"></p><p>1142 <TypeDescriptors></p><p>1143 <TypeDescriptor Name="Id" TypeName="System.Int32" IdentifierName="CustomerIdentifier" /></p><p>1144 <TypeDescriptor Name="FirstName" TypeName="System.String" /></p><p>1145 <TypeDescriptor Name="LastName" TypeName="System.String" /></p><p>1146 </TypeDescriptors></p><p>1147 </TypeDescriptor></p><p>1148 </TypeDescriptors></p><p>1149 </TypeDescriptor></p><p>1150 </Parameter></p><p>1151 </Parameters></p><p>1152 <MethodInstances></p><p>1153 <MethodInstance Name="GetCustomer" Type="SpecificFinder" ReturnParameterName="Customers" ReturnTypeDescriptorName="Customer" /></p><p>1154 </MethodInstances></p><p>1155 </Method></p><p>1156 </Methods></p><p>1157 </Entity></p><p>1158 </Entities></p><p>1159 </LobSystem></p><p>1160 </LobSystems></p><p>1161 </Model></p><p>113 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1161.1 Model Resources This is an example of model resource file. It can be used to extend any of the previous sample model files with permissions and localized names.</p><p>1162 <?xml version="1.0" encoding="UTF-8" standalone="yes"?></p><p>1163 <Model Name="ExampleApplicationDefinition" xmlns="http://schemas.microsoft.com/windows/2007/BusinessDataCatalog"></p><p>1164 <AccessControlList></p><p>1165 <AccessControlEntry Principal="NT AUTHORITY\Authenticated Users"></p><p>1166 <Right BdcRight="Edit" /></p><p>1167 <Right BdcRight="Execute" /></p><p>1168 <Right BdcRight="SetPermissions" /></p><p>1169 <Right BdcRight="SelectableInClients" /></p><p>1170 </AccessControlEntry></p><p>1171 </AccessControlList></p><p>1172 <LobSystems></p><p>1173 <LobSystem Name="ExampleCRM"></p><p>1174 <AccessControlList></p><p>1175 <AccessControlEntry Principal="NT AUTHORITY\Authenticated Users"></p><p>1176 <Right BdcRight="Edit" /></p><p>1177 <Right BdcRight="Execute" /></p><p>1178 <Right BdcRight="SetPermissions" /></p><p>1179 <Right BdcRight="SelectableInClients" /></p><p>1180 </AccessControlEntry></p><p>1181 </AccessControlList></p><p>1182 <Entities></p><p>1183 <Entity Name="Customer" Namespace="example.com" Version="1.0.0.0"></p><p>1184 <LocalizedDisplayNames></p><p>1185 <LocalizedDisplayName LCID="2058">Cliente</LocalizedDisplayName></p><p>1186 <LocalizedDisplayName LCID="1033">Customer</LocalizedDisplayName></p><p>1187 </LocalizedDisplayNames></p><p>1188 <AccessControlList></p><p>114 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1189 <AccessControlEntry Principal="NT AUTHORITY\Authenticated Users"></p><p>1190 <Right BdcRight="Edit" /></p><p>1191 <Right BdcRight="Execute" /></p><p>1192 <Right BdcRight="SetPermissions" /></p><p>1193 <Right BdcRight="SelectableInClients" /></p><p>1194 </AccessControlEntry></p><p>1195 </AccessControlList></p><p>1196 <Methods></p><p>1197 <Method Name="GetCustomers"></p><p>1198 <MethodInstances></p><p>1199 <MethodInstance Name="GetCustomer"></p><p>1200 <AccessControlList></p><p>1201 <AccessControlEntry Principal="NT AUTHORITY\Authenticated Users"></p><p>1202 <Right BdcRight="Execute" /></p><p>1203 <Right BdcRight="Edit" /></p><p>1204 <Right BdcRight="SetPermissions" /></p><p>1205 <Right BdcRight="SelectableInClients" /></p><p>1206 </AccessControlEntry></p><p>1207 </AccessControlList></p><p>1208 </MethodInstance></p><p>1209 </MethodInstances></p><p>1210 </Method></p><p>1211 </Methods></p><p>1212 </Entity></p><p>1213 </Entities></p><p>1214 </LobSystem></p><p>1215 </LobSystems></p><p>1216 </Model></p><p>115 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1216.1 Finders This is an example of a model of an LOB system of type Database that uses filters to restrict the number of entity instances returned by a finder. It demonstrates how to associate filters to method parameters, how to reuse the same method for multiple method instances and how to annotate type descriptors with commonly used properties.</p><p>1217 <?xml version="1.0" encoding="UTF-8" standalone="yes"?></p><p>1218 <Model Name="ExampleApplicationDefinition" xmlns="http://schemas.microsoft.com/windows/2007/BusinessDataCatalog"></p><p>1219 <LobSystems></p><p>1220 <LobSystem Name="ExampleCRM" Type="Database"></p><p>1221 <Properties></p><p>1222 <Property Name="WildcardCharacter" Type="System.String">%</Property></p><p>1223 </Properties></p><p>1224 <LobSystemInstances></p><p>1225 <LobSystemInstance Name="ExampleServer"></p><p>1226 <Properties></p><p>1227 <Property Name="AuthenticationMode" Type="System.String">PassThrough</Property></p><p>1228 <Property Name="RdbConnection Data Source" Type="System.String">(local)\ExampleSQL</Property></p><p>1229 <Property Name="RdbConnection Initial Catalog" Type="System.String">ExampleDB</Property></p><p>1230 <Property Name="RdbConnection Integrated Security" Type="System.String">SSPI</Property></p><p>1231 </Properties></p><p>1232 </LobSystemInstance></p><p>1233 </LobSystemInstances></p><p>1234 <Entities></p><p>1235 <Entity Name="Customer" Namespace="example.com" Version="1.0.0.0"></p><p>1236 <Identifiers></p><p>1237 <Identifier Name="CustomerIdentifier" TypeName="System.Int32" /></p><p>1238 </Identifiers></p><p>1239 <Methods></p><p>1240 <Method Name="GetCustomers"></p><p>116 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1241 <Properties></p><p>1242 <Property Name="RdbCommandType" Type="System.Data.CommandType">Text</Property></p><p>1243 <Property Name="RdbCommandText" Type="System.String"></p><p>1244 <![CDATA[</p><p>1245 SET ROWCOUNT @MaxCustomers;</p><p>1246 IF @CustomerIdentifier = '0'</p><p>1247 SELECT ID, FirstName, LastName, StreetAddress, City, ZipCode, Telephone, LastChanged FROM Customers</p><p>1248 ELSE</p><p>1249 SELECT ID, FirstName, LastName, StreetAddress, City, ZipCode, Telephone, LastChanged FROM Customers WHERE ID = @CustomerId;</p><p>1250 SET ROWCOUNT 0</p><p>1251 ]]></p><p>1252 </Property></p><p>1253 </Properties></p><p>1254 <FilterDescriptors></p><p>1255 <FilterDescriptor Name="CustomerIdentifierFilter" Type="Comparison" /></p><p>1256 <FilterDescriptor Name="MaxCustomers" Type="Limit" /></p><p>1257 </FilterDescriptors></p><p>1258 <Parameters></p><p>1259 <Parameter Name="@CustomerId" Direction="In"></p><p>1260 <TypeDescriptor Name="Id" TypeName="System.Int32" IdentifierName="CustomerIdentifier" AssociatedFilter="CustomerIdentifierFilter"></p><p>1261 <DefaultValues></p><p>1262 <DefaultValue MethodInstanceName="GetCustomers" Type="System.Int32">0</DefaultValue></p><p>1263 </DefaultValues></p><p>1264 </TypeDescriptor></p><p>1265 </Parameter></p><p>1266 <Parameter Name="@MaxCustomers" Direction="In"></p><p>1267 <TypeDescriptor Name="MaxCustomers" TypeName="System.Int32" AssociatedFilter="MaxCustomers"></p><p>117 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1268 <DefaultValues></p><p>1269 <DefaultValue MethodInstanceName="GetCustomers" Type="System.Int32">100</DefaultValue></p><p>1270 </DefaultValues></p><p>1271 </TypeDescriptor></p><p>1272 </Parameter></p><p>1273 <Parameter Name="Customers" Direction="Return"></p><p>1274 <TypeDescriptor Name="CustomerDataReader" TypeName="System.Data.SqlClient.SqlDataReader, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" IsCollection="true"></p><p>1275 <TypeDescriptors></p><p>1276 <TypeDescriptor Name="Customer" TypeName="System.Data.IDataRecord, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"></p><p>1277 <TypeDescriptors></p><p>1278 <TypeDescriptor Name="Id" TypeName="System.Int32" IdentifierName="CustomerIdentifier" /></p><p>1279 <TypeDescriptor Name="FirstName" TypeName="System.String"></p><p>1280 <Properties></p><p>1281 <Property Name="ShowInPicker" Type="System.Boolean">true</Property></p><p>1282 <Property Name="Size" Type="System.Int32">128</Property></p><p>1283 </Properties></p><p>1284 </TypeDescriptor></p><p>1285 <TypeDescriptor Name="LastName" TypeName="System.String"></p><p>1286 <Properties></p><p>1287 <Property Name="ShowInPicker" Type="System.Boolean">true</Property></p><p>1288 <Property Name="Size" Type="System.Int32">60</Property></p><p>1289 </Properties></p><p>1290 </TypeDescriptor></p><p>1291 <TypeDescriptor Name="StreetAddress" TypeName="System.String"></p><p>1292 <Properties></p><p>1293 <Property Name="Size" Type="System.Int32">128</Property></p><p>1294 </Properties></p><p>118 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1295 </TypeDescriptor></p><p>1296 <TypeDescriptor Name="City" TypeName="System.String"></p><p>1297 <Properties></p><p>1298 <Property Name="Size" Type="System.Int32">128</Property></p><p>1299 </Properties></p><p>1300 </TypeDescriptor></p><p>1301 <TypeDescriptor Name="ZipCode" TypeName="System.String"></p><p>1302 <Properties></p><p>1303 <Property Name="Size" Type="System.Int32">128</Property></p><p>1304 </Properties></p><p>1305 </TypeDescriptor></p><p>1306 <TypeDescriptor Name="Telephone" TypeName="System.String"></p><p>1307 <Properties></p><p>1308 <Property Name="HideInListWebPartByDefault" Type="System.Boolean">true</Property></p><p>1309 <Property Name="HideInItemWebPartByDefault" Type="System.Boolean">true</Property></p><p>1310 <Property Name="Size" Type="System.Int32">128</Property></p><p>1311 </Properties></p><p>1312 </TypeDescriptor></p><p>1313 <TypeDescriptor Name="LastChanged" TypeName="System.DateTime"></p><p>1314 <Properties></p><p>1315 <Property Name="HideInListWebPartByDefault" Type="System.Boolean">true</Property></p><p>1316 <Property Name="HideInItemWebPartByDefault" Type="System.Boolean">true</Property></p><p>1317 </Properties></p><p>1318 <Interpretation></p><p>1319 <NormalizeDateTime LobDateTimeMode="UTC" /></p><p>1320 </Interpretation></p><p>1321 </TypeDescriptor></p><p>1322 </TypeDescriptors></p><p>119 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1323 </TypeDescriptor></p><p>1324 </TypeDescriptors></p><p>1325 </TypeDescriptor></p><p>1326 </Parameter></p><p>1327 </Parameters></p><p>1328 <MethodInstances></p><p>1329 <MethodInstance Name="GetCustomers" Type="Finder" ReturnParameterName="Customers" /></p><p>1330 <MethodInstance Name="GetCustomer" Type="SpecificFinder" ReturnParameterName="Customers" ReturnTypeDescriptorName="Customer" /></p><p>1331 </MethodInstances></p><p>1332 </Method></p><p>1333 </Methods></p><p>1334 </Entity></p><p>1335 </Entities></p><p>1336 </LobSystem></p><p>1337 </LobSystems></p><p>1338 </Model></p><p>1338.1 CRUD This is an example of a model of an LOB system of type Database. It demonstrates how to describe a full set of create, read, update, and delete (CRUD) stereotypes for an entity.</p><p>1339 <?xml version="1.0" encoding="UTF-8" standalone="yes"?></p><p>1340 <Model Name="ExampleApplicationDefinition" xmlns="http://schemas.microsoft.com/windows/2007/BusinessDataCatalog"></p><p>1341 <LobSystems></p><p>1342 <LobSystem Name="ExampleCRM" Type="Database"></p><p>1343 <Properties></p><p>1344 <Property Name="WildcardCharacter" Type="System.String">%</Property></p><p>1345 </Properties></p><p>1346 <LobSystemInstances></p><p>1347 <LobSystemInstance Name="ExampleServer"></p><p>120 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1348 <Properties></p><p>1349 <Property Name="AuthenticationMode" Type="System.String">PassThrough</Property></p><p>1350 <Property Name="RdbConnection Data Source" Type="System.String">(local)\ExampleSQL</Property></p><p>1351 <Property Name="RdbConnection Initial Catalog" Type="System.String">ExampleDB</Property></p><p>1352 <Property Name="RdbConnection Integrated Security" Type="System.String">SSPI</Property></p><p>1353 </Properties></p><p>1354 </LobSystemInstance></p><p>1355 </LobSystemInstances></p><p>1356 <Entities></p><p>1357 <Entity Name="Customer" Namespace="example.com" Version="1.0.0.0"></p><p>1358 <Identifiers></p><p>1359 <Identifier Name="CustomerIdentifier" TypeName="System.Int32" /></p><p>1360 </Identifiers></p><p>1361 <Methods></p><p>1362 <Method Name="GetCustomers"></p><p>1363 <Properties></p><p>1364 <Property Name="RdbCommandText" Type="System.String">sp_GetCustomers</Property></p><p>1365 <Property Name="RdbCommandType" Type="System.Data.CommandType, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">StoredProcedure</Property></p><p>1366 </Properties></p><p>1367 <Parameters></p><p>1368 <Parameter Name="@CustomerId" Direction="In"></p><p>1369 <TypeDescriptor Name="Id" TypeName="System.Int32" IdentifierName="CustomerIdentifier" /></p><p>1370 </Parameter></p><p>1371 <Parameter Name="Customers" Direction="Return"></p><p>1372 <TypeDescriptor Name="CustomerDataReader" TypeName="System.Data.SqlClient.SqlDataReader, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" IsCollection="true"></p><p>121 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1373 <TypeDescriptors></p><p>1374 <TypeDescriptor Name="Customer" TypeName="System.Data.IDataRecord, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"></p><p>1375 <TypeDescriptors></p><p>1376 <TypeDescriptor Name="Id" TypeName="System.Int32" IdentifierName="CustomerIdentifier" /></p><p>1377 <TypeDescriptor Name="FirstName" TypeName="System.String" /></p><p>1378 <TypeDescriptor Name="LastName" TypeName="System.String" /></p><p>1379 <TypeDescriptor Name="StreetAddress" TypeName="System.String" /></p><p>1380 <TypeDescriptor Name="City" TypeName="System.String" /></p><p>1381 <TypeDescriptor Name="ZipCode" TypeName="System.String" /></p><p>1382 <TypeDescriptor Name="Telephone" TypeName="System.String" /></p><p>1383 <TypeDescriptor Name="LastChanged" TypeName="System.DateTime" /></p><p>1384 </TypeDescriptors></p><p>1385 </TypeDescriptor></p><p>1386 </TypeDescriptors></p><p>1387 </TypeDescriptor></p><p>1388 </Parameter></p><p>1389 </Parameters></p><p>1390 <MethodInstances></p><p>1391 <MethodInstance Name="GetCustomer" Type="SpecificFinder" ReturnParameterName="Customers" ReturnTypeDescriptorName="Customer" /></p><p>1392 </MethodInstances></p><p>1393 </Method></p><p>1394 <Method Name="CreateCustomer"></p><p>1395 <Properties></p><p>1396 <Property Name="RdbCommandText" Type="System.String">sp_CreateCustomer</Property></p><p>1397 <Property Name="RdbCommandType" Type="System.Data.CommandType, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">StoredProcedure</Property></p><p>1398 </Properties></p><p>1399 <Parameters></p><p>122 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1400 <Parameter Name="@FirstName" Direction="In"></p><p>1401 <TypeDescriptor Name="FirstName" TypeName="System.String" CreatorField="true" /></p><p>1402 </Parameter></p><p>1403 <Parameter Name="@LastName" Direction="In"></p><p>1404 <TypeDescriptor Name="LastName" TypeName="System.String" CreatorField="true" /></p><p>1405 </Parameter></p><p>1406 <Parameter Name="@StreetAddress" Direction="In"></p><p>1407 <TypeDescriptor TypeName="System.String" Name="StreetAddress" CreatorField="true" /></p><p>1408 </Parameter></p><p>1409 <Parameter Name="@City" Direction="In"></p><p>1410 <TypeDescriptor TypeName="System.String" Name="City" CreatorField="true" /></p><p>1411 </Parameter></p><p>1412 <Parameter Name="@ZipCode" Direction="In"></p><p>1413 <TypeDescriptor TypeName="System.String" Name="ZipCode" CreatorField="true" /></p><p>1414 </Parameter></p><p>1415 <Parameter Name="@Telephone" Direction="In"></p><p>1416 <TypeDescriptor TypeName="System.String" Name="Telephone" CreatorField="true" /></p><p>1417 </Parameter></p><p>1418 <Parameter Name="Customer" Direction="Return"></p><p>1419 <TypeDescriptor Name="CustomerDataReader" TypeName="System.Data.SqlClient.SqlDataReader, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"></p><p>1420 <TypeDescriptors></p><p>1421 <TypeDescriptor Name="Customer" TypeName="System.Data.IDataRecord, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"></p><p>1422 <TypeDescriptors></p><p>1423 <TypeDescriptor Name="Id" TypeName="System.Int32" IdentifierName="CustomerIdentifier" /></p><p>1424 </TypeDescriptors></p><p>1425 </TypeDescriptor></p><p>123 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1426 </TypeDescriptors></p><p>1427 </TypeDescriptor></p><p>1428 </Parameter></p><p>1429 </Parameters></p><p>1430 <MethodInstances></p><p>1431 <MethodInstance Name="CreateCustomer" Type="Creator" ReturnParameterName="Customer" /></p><p>1432 </MethodInstances></p><p>1433 </Method></p><p>1434 <Method Name="UpdateCustomer"></p><p>1435 <Properties></p><p>1436 <Property Name="RdbCommandText" Type="System.String">sp_UpdateCustomer</Property></p><p>1437 <Property Name="RdbCommandType" Type="System.Data.CommandType, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">StoredProcedure</Property></p><p>1438 </Properties></p><p>1439 <Parameters></p><p>1440 <Parameter Name="@CustomerId" Direction="In"></p><p>1441 <TypeDescriptor Name="Id" TypeName="System.Int32" IdentifierName="CustomerIdentifier" UpdaterField="true" /></p><p>1442 </Parameter></p><p>1443 <Parameter Name="@FirstName" Direction="In"></p><p>1444 <TypeDescriptor Name="FirstName" TypeName="System.String" UpdaterField="true" /></p><p>1445 </Parameter></p><p>1446 <Parameter Name="@LastName" Direction="In"></p><p>1447 <TypeDescriptor Name="LastName" TypeName="System.String" UpdaterField="true" /></p><p>1448 </Parameter></p><p>1449 <Parameter Name="@StreetAddress" Direction="In"></p><p>1450 <TypeDescriptor Name="StreetAddress" TypeName="System.String" UpdaterField="true" /></p><p>1451 </Parameter></p><p>124 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1452 <Parameter Name="@City" Direction="In"></p><p>1453 <TypeDescriptor Name="City" TypeName="System.String" UpdaterField="true" /></p><p>1454 </Parameter></p><p>1455 <Parameter Name="@ZipCode" Direction="In"></p><p>1456 <TypeDescriptor Name="ZipCode" TypeName="System.String" UpdaterField="true" /></p><p>1457 </Parameter></p><p>1458 <Parameter Name="@Telephone" Direction="In"></p><p>1459 <TypeDescriptor Name="Telephone" TypeName="System.String" UpdaterField="true" /></p><p>1460 </Parameter></p><p>1461 </Parameters></p><p>1462 <MethodInstances></p><p>1463 <MethodInstance Name="UpdateCustomer" Type="Updater" /></p><p>1464 </MethodInstances></p><p>1465 </Method></p><p>1466 <Method Name="DeleteCustomer"></p><p>1467 <Properties></p><p>1468 <Property Name="RdbCommandText" Type="System.String">sp_UpdateCustomer</Property></p><p>1469 <Property Name="RdbCommandType" Type="System.Data.CommandType, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">StoredProcedure</Property></p><p>1470 </Properties></p><p>1471 <Parameters></p><p>1472 <Parameter Name="@CustomerId" Direction="In"></p><p>1473 <TypeDescriptor Name="Id" TypeName="System.Int32" IdentifierName="CustomerIdentifier" /></p><p>1474 </Parameter></p><p>1475 </Parameters></p><p>1476 <MethodInstances></p><p>1477 <MethodInstance Name="DeleteCustomer" Type="Deleter" /></p><p>1478 </MethodInstances></p><p>125 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1479 </Method></p><p>1480 </Methods></p><p>1481 </Entity></p><p>1482 </Entities></p><p>1483 </LobSystem></p><p>1484 </LobSystems></p><p>1485 </Model></p><p>1485.1 Associations This is an example of a model of an LOB system of type Database. It demonstrates how to describe a relationship between two entities within the same LobSystem.</p><p>1486 <?xml version="1.0" encoding="UTF-8" standalone="yes"?></p><p>1487 <Model Name="ExampleApplicationDefinition" xmlns="http://schemas.microsoft.com/windows/2007/BusinessDataCatalog"></p><p>1488 <LobSystems></p><p>1489 <LobSystem Name="ExampleCRM" Type="Database"></p><p>1490 <Properties></p><p>1491 <Property Name="WildcardCharacter" Type="System.String">%</Property></p><p>1492 </Properties></p><p>1493 <LobSystemInstances></p><p>1494 <LobSystemInstance Name="ExampleServer"></p><p>1495 <Properties></p><p>1496 <Property Name="AuthenticationMode" Type="System.String">PassThrough</Property></p><p>1497 <Property Name="RdbConnection Data Source" Type="System.String">(local)\ExampleSQL</Property></p><p>1498 <Property Name="RdbConnection Initial Catalog" Type="System.String">ExampleDB</Property></p><p>1499 <Property Name="RdbConnection Integrated Security" Type="System.String">SSPI</Property></p><p>1500 </Properties></p><p>1501 </LobSystemInstance></p><p>1502 </LobSystemInstances></p><p>126 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1503 <Entities></p><p>1504 <Entity Name="Customer" Namespace="example.com" Version="1.0.0.0"></p><p>1505 <Identifiers></p><p>1506 <Identifier Name="CustomerIdentifier" TypeName="System.Int32" /></p><p>1507 </Identifiers></p><p>1508 <Methods></p><p>1509 <Method Name="GetCustomers"></p><p>1510 <Properties></p><p>1511 <Property Name="RdbCommandText" Type="System.String">sp_GetCustomers</Property></p><p>1512 <Property Name="RdbCommandType" Type="System.Data.CommandType, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">StoredProcedure</Property></p><p>1513 </Properties></p><p>1514 <Parameters></p><p>1515 <Parameter Name="@CustomerId" Direction="In"></p><p>1516 <TypeDescriptor Name="Id" TypeName="System.Int32" IdentifierName="CustomerIdentifier" /></p><p>1517 </Parameter></p><p>1518 <Parameter Name="Customers" Direction="Return"></p><p>1519 <TypeDescriptor Name="CustomerDataReader" TypeName="System.Data.SqlClient.SqlDataReader, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" IsCollection="true"></p><p>1520 <TypeDescriptors></p><p>1521 <TypeDescriptor Name="Customer" TypeName="System.Data.IDataRecord, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"></p><p>1522 <TypeDescriptors></p><p>1523 <TypeDescriptor Name="Id" TypeName="System.Int32" IdentifierName="CustomerIdentifier" /></p><p>1524 <TypeDescriptor Name="FirstName" TypeName="System.String" /></p><p>1525 <TypeDescriptor Name="LastName" TypeName="System.String" /></p><p>1526 </TypeDescriptors></p><p>1527 </TypeDescriptor></p><p>1528 </TypeDescriptors></p><p>127 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1529 </TypeDescriptor></p><p>1530 </Parameter></p><p>1531 </Parameters></p><p>1532 <MethodInstances></p><p>1533 <MethodInstance Name="GetCustomer" Type="SpecificFinder" ReturnParameterName="Customers" ReturnTypeDescriptorName="Customer" /></p><p>1534 </MethodInstances></p><p>1535 </Method></p><p>1536 </Methods></p><p>1537 </Entity></p><p>1538 <Entity Namespace="example.com" Name="Order" Version="1.0.0.0"></p><p>1539 <Identifiers></p><p>1540 <Identifier Name="OrderIdentifier" TypeName="System.Int64" /></p><p>1541 </Identifiers></p><p>1542 <Methods></p><p>1543 <Method Name="GetOrders"></p><p>1544 <Properties></p><p>1545 <Property Name="RdbCommandText" Type="System.String">sp_GetOrders</Property></p><p>1546 <Property Name="RdbCommandType" Type="System.Data.CommandType, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">StoredProcedure</Property></p><p>1547 </Properties></p><p>1548 <Parameters></p><p>1549 <Parameter Name="@Id" Direction="In"></p><p>1550 <TypeDescriptor Name="Id" TypeName="System.Int64" IdentifierName="OrderIdentifier" /></p><p>1551 </Parameter></p><p>1552 <Parameter Name="Orders" Direction="Return"></p><p>1553 <TypeDescriptor Name="OrderDataReader" TypeName="System.Data.IDataReader, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" IsCollection="true"></p><p>1554 <TypeDescriptors></p><p>1555 <TypeDescriptor Name="Order" TypeName="System.Data.IDataRecord, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"></p><p>128 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1556 <TypeDescriptors></p><p>1557 <TypeDescriptor Name="Id" TypeName="System.Int64" IdentifierName="OrderIdentifier" /></p><p>1558 <TypeDescriptor Name="CustomerId" TypeName="System.Int32" IdentifierEntityName="Customer" IdentifierEntityNamespace="example.com" IdentifierName="CustomerIdentifier" ForeignIdentifierAssociationName="GetOrdersForCustomer" /></p><p>1559 <TypeDescriptor Name="OrderDate" TypeName="System.DateTime" /></p><p>1560 </TypeDescriptors></p><p>1561 </TypeDescriptor></p><p>1562 </TypeDescriptors></p><p>1563 </TypeDescriptor></p><p>1564 </Parameter></p><p>1565 </Parameters></p><p>1566 <MethodInstances></p><p>1567 <MethodInstance Name="GetOrder" Type="SpecificFinder" ReturnParameterName="Orders" ReturnTypeDescriptorName="Order" /></p><p>1568 </MethodInstances></p><p>1569 </Method></p><p>1570 <Method Name="GetOrdersForCustomer"></p><p>1571 <Properties></p><p>1572 <Property Name="RdbCommandText" Type="System.String">sp_GetOrders</Property></p><p>1573 <Property Name="RdbCommandType" Type="System.Data.CommandType, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">StoredProcedure</Property></p><p>1574 </Properties></p><p>1575 <Parameters></p><p>1576 <Parameter Direction="In" Name="@CustomerIdentifier"></p><p>1577 <TypeDescriptor Name="@CustomerIdentifier" TypeName="System.Int32" IdentifierEntityName="Customer" IdentifierEntityNamespace="example.com" IdentifierName="CustomerIdentifier" ForeignIdentifierAssociationName="GetOrdersForCustomer" /></p><p>1578 </Parameter></p><p>1579 <Parameter Name="Orders" Direction="Return"></p><p>1580 <TypeDescriptor Name="OrderDataReader" TypeName="System.Data.IDataReader, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" IsCollection="true"></p><p>129 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1581 <TypeDescriptors></p><p>1582 <TypeDescriptor Name="OrderDataRecord" TypeName="System.Data.IDataRecord, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"></p><p>1583 <TypeDescriptors></p><p>1584 <TypeDescriptor Name="Id" TypeName="System.Int64" IdentifierName="OrderIdentifier" /></p><p>1585 <TypeDescriptor Name="CustomerId" TypeName="System.Int32" IdentifierEntityName="Customer" IdentifierEntityNamespace="example.com" IdentifierName="CustomerIdentifier" ForeignIdentifierAssociationName="GetOrdersForCustomer" /></p><p>1586 <TypeDescriptor Name="OrderDate" TypeName="System.DateTime" /></p><p>1587 </TypeDescriptors></p><p>1588 </TypeDescriptor></p><p>1589 </TypeDescriptors></p><p>1590 </TypeDescriptor></p><p>1591 </Parameter></p><p>1592 </Parameters></p><p>1593 <MethodInstances></p><p>1594 <Association Name="GetOrdersForCustomer" Type="AssociationNavigator" ReturnParameterName="Orders"></p><p>1595 <SourceEntity Name="Customer" Namespace="example.com" /></p><p>1596 <DestinationEntity Name="Order" Namespace="example.com" /></p><p>1597 </Association></p><p>1598 </MethodInstances></p><p>1599 </Method></p><p>1600 </Methods></p><p>1601 </Entity></p><p>1602 </Entities></p><p>1603 </LobSystem></p><p>1604 </LobSystems></p><p>1605 </Model></p><p>130 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1606 Security</p><p>1606.1 Security Considerations for Implementers The proxy attribute of the LobSystem element (section 2.1.3.23) contain the binary representation of a Business Logic Module. When loading modules, verification is recommended to ensure the module origin is trusted.</p><p>1606.2 Index of Security Fields None.</p><p>131 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1607 Appendix A: Full XML Schemas For ease of implementation, the following sections provide the full XML schema for this protocol. Schema name Prefix Section</p><p>BusinessDataCatalog Schema bdc 5.1</p><p>BusinessDataCatalog Resources Schema bdc 5.2</p><p>1607.1 http://schemas.microsoft.com/windows/2007/BusinessDataCatalog Schema</p><p>1608 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:bdc="http://schemas.microsoft.com/windows/2007/BusinessDataCatalog" targetNamespace="http://schemas.microsoft.com/windows/2007/BusinessDataCatalog" elementFormDefault="qualified"></p><p>1609 <xs:element name="Model" type="bdc:Model"/></p><p>1610 <xs:complexType name="Model"></p><p>1611 <xs:complexContent></p><p>1612 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>1613 <xs:sequence></p><p>1614 <xs:element name="LobSystems" type="bdc:LobSystems" minOccurs="0" maxOccurs="1"></p><p>1615 <xs:unique name="LobSystemNameKey"></p><p>1616 <xs:selector xpath="*"/></p><p>1617 <xs:field xpath="@Name"/></p><p>1618 </xs:unique></p><p>1619 </xs:element></p><p>1620 </xs:sequence></p><p>1621 </xs:extension></p><p>1622 </xs:complexContent></p><p>1623 </xs:complexType></p><p>1624 <xs:complexType name="LobSystems"></p><p>1625 <xs:sequence></p><p>1626 <xs:element name="LobSystem" type="bdc:LobSystem" minOccurs="1" maxOccurs="unbounded"/></p><p>1627 </xs:sequence></p><p>132 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1628 </xs:complexType></p><p>1629 <xs:complexType name="MetadataObject" abstract="true"></p><p>1630 <xs:sequence></p><p>1631 <xs:element name="LocalizedDisplayNames" type="bdc:LocalizedDisplayNames" minOccurs="0" maxOccurs="1"></p><p>1632 <xs:unique name="LocalizedDisplayNameLCIDKey"></p><p>1633 <xs:selector xpath="*"/></p><p>1634 <xs:field xpath="@LCID"/></p><p>1635 </xs:unique></p><p>1636 </xs:element></p><p>1637 <xs:element name="Properties" type="bdc:Properties" minOccurs="0" maxOccurs="1"></p><p>1638 <xs:unique name="PropertyNameKey"></p><p>1639 <xs:selector xpath="*"/></p><p>1640 <xs:field xpath="@Name"/></p><p>1641 </xs:unique></p><p>1642 </xs:element></p><p>1643 </xs:sequence></p><p>1644 <xs:attribute name="Name" type="bdc:NameString" use="required"/></p><p>1645 <xs:attribute name="DefaultDisplayName" type="bdc:NameString"/></p><p>1646 <xs:attribute name="IsCached" type="xs:boolean" default="true"/></p><p>1647 </xs:complexType></p><p>1648 <xs:complexType name="IndividuallySecurableMetadataObject" abstract="true"></p><p>1649 <xs:complexContent></p><p>1650 <xs:extension base="bdc:MetadataObject"></p><p>1651 <xs:sequence></p><p>1652 <xs:element name="AccessControlList" type="bdc:AccessControlList" minOccurs="0" maxOccurs="1"/></p><p>1653 </xs:sequence></p><p>1654 </xs:extension></p><p>1655 </xs:complexContent></p><p>1656 </xs:complexType></p><p>133 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1657 <xs:complexType name="LocalizedDisplayNames"></p><p>1658 <xs:sequence></p><p>1659 <xs:element name="LocalizedDisplayName" type="bdc:LocalizedDisplayName" minOccurs="1" maxOccurs="unbounded"/></p><p>1660 </xs:sequence></p><p>1661 </xs:complexType></p><p>1662 <xs:complexType name="LocalizedDisplayName" mixed="true"></p><p>1663 <xs:attribute name="LCID" type="xs:integer" use="required"/></p><p>1664 </xs:complexType></p><p>1665 <xs:complexType name="LobSystem"></p><p>1666 <xs:complexContent></p><p>1667 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>1668 <xs:sequence></p><p>1669 <xs:element name="Proxy" type="xs:string" minOccurs="0" maxOccurs="1"/></p><p>1670 <xs:element name="LobSystemInstances" type="bdc:LobSystemInstances" minOccurs="0" maxOccurs="1"></p><p>1671 <xs:unique name="LobSystemInstanceNameKey"></p><p>1672 <xs:selector xpath="*"/></p><p>1673 <xs:field xpath="@Name"/></p><p>1674 </xs:unique></p><p>1675 </xs:element></p><p>1676 <xs:element name="Entities" type="bdc:Entities" minOccurs="0" maxOccurs="1"></p><p>1677 <xs:unique name="EntityNameNamespaceVersionKey"></p><p>1678 <xs:selector xpath="*"/></p><p>1679 <xs:field xpath="@Name"/></p><p>1680 <xs:field xpath="@Namespace"/></p><p>1681 <xs:field xpath="@Version"/></p><p>1682 </xs:unique></p><p>1683 </xs:element></p><p>1684 </xs:sequence></p><p>1685 <xs:attribute name="Type" type="bdc:LobSystemType" use="required"/></p><p>134 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1686 </xs:extension></p><p>1687 </xs:complexContent></p><p>1688 </xs:complexType></p><p>1689 <xs:simpleType name="LobSystemType"></p><p>1690 <xs:restriction base="xs:string"></p><p>1691 <xs:enumeration value="Database"/></p><p>1692 <xs:enumeration value="DotNetAssembly"/></p><p>1693 <xs:enumeration value="Wcf"/></p><p>1694 <xs:enumeration value="WebService"/></p><p>1695 <xs:enumeration value="Custom"/></p><p>1696 <xs:enumeration value="OData"/></p><p>1697 </xs:restriction></p><p>1698 </xs:simpleType></p><p>1699 <xs:complexType name="LobSystemInstances"></p><p>1700 <xs:sequence></p><p>1701 <xs:element name="LobSystemInstance" type="bdc:LobSystemInstance" minOccurs="1" maxOccurs="unbounded"/></p><p>1702 </xs:sequence></p><p>1703 </xs:complexType></p><p>1704 <xs:complexType name="LobSystemInstance"></p><p>1705 <xs:complexContent></p><p>1706 <xs:extension base="bdc:MetadataObject"/></p><p>1707 </xs:complexContent></p><p>1708 </xs:complexType></p><p>1709 <xs:complexType name="Entities"></p><p>1710 <xs:sequence></p><p>1711 <xs:element name="Entity" type="bdc:Entity" minOccurs="1" maxOccurs="unbounded"></p><p>1712 <xs:unique name="MethodInstanceNameKey"></p><p>1713 <xs:selector xpath=".//bdc:MethodInstances/*"/></p><p>1714 <xs:field xpath="@Name"/></p><p>135 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1715 </xs:unique></p><p>1716 </xs:element></p><p>1717 </xs:sequence></p><p>1718 </xs:complexType></p><p>1719 <xs:complexType name="Entity"></p><p>1720 <xs:complexContent></p><p>1721 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>1722 <xs:sequence></p><p>1723 <xs:element name="Identifiers" type="bdc:Identifiers" minOccurs="0"></p><p>1724 <xs:unique name="IdentifierNameKey"></p><p>1725 <xs:selector xpath="*"/></p><p>1726 <xs:field xpath="@Name"/></p><p>1727 </xs:unique></p><p>1728 </xs:element></p><p>1729 <xs:element name="Methods" type="bdc:Methods" minOccurs="0"></p><p>1730 <xs:unique name="MethodNameKey"></p><p>1731 <xs:selector xpath="*"/></p><p>1732 <xs:field xpath="@Name"/></p><p>1733 </xs:unique></p><p>1734 </xs:element></p><p>1735 <xs:element name="AssociationGroups" type="bdc:AssociationGroups" minOccurs="0"></p><p>1736 <xs:unique name="AssociationGroupNameKey"></p><p>1737 <xs:selector xpath="*"/></p><p>1738 <xs:field xpath="@Name"/></p><p>1739 </xs:unique></p><p>1740 </xs:element></p><p>1741 <xs:element name="Actions" type="bdc:Actions" minOccurs="0"></p><p>1742 <xs:unique name="ActionNameKey"></p><p>1743 <xs:selector xpath="*"/></p><p>136 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1744 <xs:field xpath="@Name"/></p><p>1745 </xs:unique></p><p>1746 </xs:element></p><p>1747 </xs:sequence></p><p>1748 <xs:attribute name="Namespace" type="bdc:NameString" use="required"/></p><p>1749 <xs:attribute name="Version" type="bdc:VersionString" use="required"/></p><p>1750 <xs:attribute name="EstimatedInstanceCount" type="bdc:InstanceCount" default="10000"/></p><p>1751 <xs:attribute name="DefaultOperationMode" type="bdc:OperationModeType" default="Default" use="optional"/></p><p>1752 </xs:extension></p><p>1753 </xs:complexContent></p><p>1754 </xs:complexType></p><p>1755 <xs:simpleType name="OperationModeType"></p><p>1756 <xs:restriction base="xs:string"></p><p>1757 <xs:enumeration value="Online"/></p><p>1758 <xs:enumeration value="Cached"/></p><p>1759 <xs:enumeration value="Offline"/></p><p>1760 <xs:enumeration value="Default"/></p><p>1761 </xs:restriction></p><p>1762 </xs:simpleType></p><p>1763 <xs:complexType name="AssociationGroups"></p><p>1764 <xs:sequence></p><p>1765 <xs:element name="AssociationGroup" type="bdc:AssociationGroup" minOccurs="1" maxOccurs="unbounded"></p><p>1766 <xs:unique name="AssociationReferenceAssociationNameEntityNameEntityNamespaceKey"></p><p>1767 <xs:selector xpath="*"/></p><p>1768 <xs:field xpath="@EntityNamespace"/></p><p>1769 <xs:field xpath="@EntityName"/></p><p>1770 <xs:field xpath="@AssociationName"/></p><p>1771 </xs:unique></p><p>137 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1772 </xs:element></p><p>1773 </xs:sequence></p><p>1774 </xs:complexType></p><p>1775 <xs:complexType name="AssociationGroup"></p><p>1776 <xs:complexContent></p><p>1777 <xs:extension base="bdc:MetadataObject"></p><p>1778 <xs:sequence></p><p>1779 <xs:element name="AssociationReference" type="bdc:AssociationReference" minOccurs="1" maxOccurs="unbounded"/></p><p>1780 </xs:sequence></p><p>1781 </xs:extension></p><p>1782 </xs:complexContent></p><p>1783 </xs:complexType></p><p>1784 <xs:complexType name="AssociationReference"></p><p>1785 <xs:attribute name="EntityNamespace" type="bdc:NameString" use="optional"/></p><p>1786 <xs:attribute name="EntityName" type="bdc:NameString" use="optional"/></p><p>1787 <xs:attribute name="AssociationName" type="bdc:NameString" use="required"/></p><p>1788 <xs:attribute name="Reverse" type="xs:boolean" use="optional" default="false"/></p><p>1789 </xs:complexType></p><p>1790 <xs:complexType name="Identifiers"></p><p>1791 <xs:sequence></p><p>1792 <xs:element name="Identifier" type="bdc:Identifier" minOccurs="1" maxOccurs="unbounded"/></p><p>1793 </xs:sequence></p><p>1794 </xs:complexType></p><p>1795 <xs:complexType name="Identifier"></p><p>1796 <xs:complexContent></p><p>1797 <xs:extension base="bdc:MetadataObject"></p><p>1798 <xs:attribute name="TypeName" type="bdc:IdentifierType" use="required"/></p><p>1799 </xs:extension></p><p>1800 </xs:complexContent></p><p>138 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1801 </xs:complexType></p><p>1802 <xs:simpleType name="IdentifierType"></p><p>1803 <xs:restriction base="xs:string"></p><p>1804 <xs:enumeration value="System.Boolean"/></p><p>1805 <xs:enumeration value="System.Byte"/></p><p>1806 <xs:enumeration value="System.Char"/></p><p>1807 <xs:enumeration value="System.DateTime"/></p><p>1808 <xs:enumeration value="System.Decimal"/></p><p>1809 <xs:enumeration value="System.Double"/></p><p>1810 <xs:enumeration value="System.Guid"/></p><p>1811 <xs:enumeration value="System.Int16"/></p><p>1812 <xs:enumeration value="System.Int32"/></p><p>1813 <xs:enumeration value="System.Int64"/></p><p>1814 <xs:enumeration value="System.SByte"/></p><p>1815 <xs:enumeration value="System.Single"/></p><p>1816 <xs:enumeration value="System.String"/></p><p>1817 <xs:enumeration value="System.TimeSpan"/></p><p>1818 <xs:enumeration value="System.UInt16"/></p><p>1819 <xs:enumeration value="System.UInt32"/></p><p>1820 <xs:enumeration value="System.UInt64"/></p><p>1821 </xs:restriction></p><p>1822 </xs:simpleType></p><p>1823 <xs:complexType name="Methods"></p><p>1824 <xs:sequence></p><p>1825 <xs:element name="Method" type="bdc:Method" minOccurs="1" maxOccurs="unbounded"></p><p>1826 <xs:key name="ParameterNameKey"></p><p>1827 <xs:selector xpath=".//bdc:Parameter"/></p><p>1828 <xs:field xpath="@Name"/></p><p>1829 </xs:key></p><p>139 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1830 <xs:keyref name="ParameterNameRef" refer="bdc:ParameterNameKey"></p><p>1831 <xs:selector xpath=".//bdc:MethodInstances/*"/></p><p>1832 <xs:field xpath="@ReturnParameterName"/></p><p>1833 </xs:keyref></p><p>1834 <xs:key name="MethodMethodInstanceNameKey"></p><p>1835 <xs:selector xpath=".//bdc:MethodInstances/*"/></p><p>1836 <xs:field xpath="@Name"/></p><p>1837 </xs:key></p><p>1838 <xs:keyref name="DefaultValueMethodInstanceNameRef" refer="bdc:MethodMethodInstanceNameKey"></p><p>1839 <xs:selector xpath=".//bdc:DefaultValue"/></p><p>1840 <xs:field xpath="@MethodInstanceName"/></p><p>1841 </xs:keyref></p><p>1842 </xs:element></p><p>1843 </xs:sequence></p><p>1844 </xs:complexType></p><p>1845 <xs:complexType name="Method"></p><p>1846 <xs:complexContent></p><p>1847 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>1848 <xs:sequence></p><p>1849 <xs:element name="FilterDescriptors" type="bdc:FilterDescriptors" minOccurs="0" maxOccurs="1"></p><p>1850 <xs:unique name="FilterDescriptorNameKey"></p><p>1851 <xs:selector xpath="*"/></p><p>1852 <xs:field xpath="@Name"/></p><p>1853 </xs:unique></p><p>1854 </xs:element></p><p>1855 <xs:element name="Parameters" type="bdc:Parameters" minOccurs="0" maxOccurs="1"/></p><p>1856 <xs:element name="MethodInstances" type="bdc:MethodInstances" minOccurs="0" maxOccurs="1"/></p><p>1857 </xs:sequence></p><p>140 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1858 <xs:attribute name="IsStatic" type="xs:boolean" default="true"/></p><p>1859 <xs:attribute name="LobName" type="bdc:NameString" use="optional"/></p><p>1860 </xs:extension></p><p>1861 </xs:complexContent></p><p>1862 </xs:complexType></p><p>1863 <xs:complexType name="FilterDescriptors"></p><p>1864 <xs:sequence></p><p>1865 <xs:element name="FilterDescriptor" type="bdc:FilterDescriptor" minOccurs="1" maxOccurs="unbounded"/></p><p>1866 </xs:sequence></p><p>1867 </xs:complexType></p><p>1868 <xs:complexType name="FilterDescriptor"></p><p>1869 <xs:complexContent></p><p>1870 <xs:extension base="bdc:MetadataObject"></p><p>1871 <xs:attribute name="Type" type="bdc:FilterDescriptorType" use="required"/></p><p>1872 <xs:attribute name="FilterField" type="bdc:NameString" use="optional"/></p><p>1873 </xs:extension></p><p>1874 </xs:complexContent></p><p>1875 </xs:complexType></p><p>1876 <xs:simpleType name="FilterDescriptorType"></p><p>1877 <xs:restriction base="xs:string"></p><p>1878 <xs:enumeration value="Limit"/></p><p>1879 <xs:enumeration value="PageNumber"/></p><p>1880 <xs:enumeration value="Wildcard"/></p><p>1881 <xs:enumeration value="UserContext"/></p><p>1882 <xs:enumeration value="UserCulture"/></p><p>1883 <xs:enumeration value="Username"/></p><p>1884 <xs:enumeration value="Password"/></p><p>1885 <xs:enumeration value="LastId"/></p><p>1886 <xs:enumeration value="SsoTicket"/></p><p>141 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1887 <xs:enumeration value="UserProfile"/></p><p>1888 <xs:enumeration value="Comparison"/></p><p>1889 <xs:enumeration value="Timestamp"/></p><p>1890 <xs:enumeration value="Input"/></p><p>1891 <xs:enumeration value="Output"/></p><p>1892 <xs:enumeration value="InputOutput"/></p><p>1893 <xs:enumeration value="Batching"/></p><p>1894 <xs:enumeration value="BatchingTermination"/></p><p>1895 <xs:enumeration value="ActivityId"/></p><p>1896 <xs:enumeration value="Sorting"/></p><p>1897 </xs:restriction></p><p>1898 </xs:simpleType></p><p>1899 <xs:complexType name="MethodInstances"></p><p>1900 <xs:choice minOccurs="1" maxOccurs="unbounded"></p><p>1901 <xs:element name="Association" type="bdc:Association"></p><p>1902 <xs:unique name="SourceEntityNameNamespaceKey"></p><p>1903 <xs:selector xpath="bdc:SourceEntity"/></p><p>1904 <xs:field xpath="@Name"/></p><p>1905 <xs:field xpath="@Namespace"/></p><p>1906 </xs:unique></p><p>1907 </xs:element></p><p>1908 <xs:element name="MethodInstance" type="bdc:MethodInstance"/></p><p>1909 </xs:choice></p><p>1910 </xs:complexType></p><p>1911 <xs:complexType name="MethodInstance"></p><p>1912 <xs:complexContent></p><p>1913 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>1914 <xs:attribute name="Type" type="bdc:MethodInstanceType" use="required"/></p><p>1915 <xs:attribute name="Default" type="xs:boolean" use="optional" default="false"/></p><p>142 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1916 <xs:attribute name="ReturnParameterName" type="bdc:NameString" use="optional"/></p><p>1917 <xs:attribute name="ReturnTypeDescriptorName" type="bdc:NameString" use="optional"/></p><p>1918 <xs:attribute name="ReturnTypeDescriptorLevel" type="bdc:ReturnTypeDescriptorLevel" use="optional"/></p><p>1919 <xs:attribute name="ReturnTypeDescriptorPath" type="xs:string" use="optional"/></p><p>1920 </xs:extension></p><p>1921 </xs:complexContent></p><p>1922 </xs:complexType></p><p>1923 <xs:simpleType name="MethodInstanceType"></p><p>1924 <xs:restriction base="xs:string"></p><p>1925 <xs:enumeration value="Finder"/></p><p>1926 <xs:enumeration value="SpecificFinder"/></p><p>1927 <xs:enumeration value="GenericInvoker"/></p><p>1928 <xs:enumeration value="IdEnumerator"/></p><p>1929 <xs:enumeration value="ChangedIdEnumerator"/></p><p>1930 <xs:enumeration value="DeletedIdEnumerator"/></p><p>1931 <xs:enumeration value="Scalar"/></p><p>1932 <xs:enumeration value="AccessChecker"/></p><p>1933 <xs:enumeration value="AssociationNavigator"/></p><p>1934 <xs:enumeration value="Associator"/></p><p>1935 <xs:enumeration value="Disassociator"/></p><p>1936 <xs:enumeration value="Creator"/></p><p>1937 <xs:enumeration value="Deleter"/></p><p>1938 <xs:enumeration value="Updater"/></p><p>1939 <xs:enumeration value="StreamAccessor"/></p><p>1940 <xs:enumeration value="BinarySecurityDescriptorAccessor"/></p><p>1941 <xs:enumeration value="BulkSpecificFinder"/></p><p>1942 <xs:enumeration value="BulkAssociatedIdEnumerator"/></p><p>1943 <xs:enumeration value="BulkAssociationNavigator"/></p><p>1944 <xs:enumeration value="BulkIdEnumerator"/></p><p>143 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1945 <xs:enumeration value="EventSubscriber"/></p><p>1946 <xs:enumeration value="EventUnsubscriber"/></p><p>1947 </xs:restriction></p><p>1948 </xs:simpleType></p><p>1949 <xs:complexType name="Parameters"></p><p>1950 <xs:sequence></p><p>1951 <xs:element name="Parameter" type="bdc:Parameter" minOccurs="1" maxOccurs="unbounded"/></p><p>1952 </xs:sequence></p><p>1953 </xs:complexType></p><p>1954 <xs:complexType name="Parameter"></p><p>1955 <xs:complexContent></p><p>1956 <xs:extension base="bdc:MetadataObject"></p><p>1957 <xs:sequence></p><p>1958 <xs:element name="TypeDescriptor" type="bdc:TypeDescriptor"/></p><p>1959 </xs:sequence></p><p>1960 <xs:attribute name="Direction" type="bdc:ParameterDirection" use="required"/></p><p>1961 </xs:extension></p><p>1962 </xs:complexContent></p><p>1963 </xs:complexType></p><p>1964 <xs:simpleType name="ParameterDirection"></p><p>1965 <xs:restriction base="xs:string"></p><p>1966 <xs:enumeration value="In"/></p><p>1967 <xs:enumeration value="Out"/></p><p>1968 <xs:enumeration value="InOut"/></p><p>1969 <xs:enumeration value="Return"/></p><p>1970 </xs:restriction></p><p>1971 </xs:simpleType></p><p>1972 <xs:complexType name="TypeDescriptor"></p><p>1973 <xs:complexContent></p><p>144 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 1974 <xs:extension base="bdc:MetadataObject"></p><p>1975 <xs:sequence></p><p>1976 <xs:element name="Interpretation" type="bdc:Interpretation" minOccurs="0"/></p><p>1977 <xs:element name="DefaultValues" type="bdc:DefaultValues" minOccurs="0"></p><p>1978 <xs:unique name="DefaultValueMethodInstanceNameKey"></p><p>1979 <xs:selector xpath="*"/></p><p>1980 <xs:field xpath="@MethodInstanceName"/></p><p>1981 </xs:unique></p><p>1982 </xs:element></p><p>1983 <xs:element name="TypeDescriptors" type="bdc:TypeDescriptors" minOccurs="0"></p><p>1984 <xs:unique name="TypeDescriptorNameKey"></p><p>1985 <xs:selector xpath="*"/></p><p>1986 <xs:field xpath="@Name"/></p><p>1987 </xs:unique></p><p>1988 </xs:element></p><p>1989 </xs:sequence></p><p>1990 <xs:attribute name="TypeName" type="bdc:TypeDescriptorTypeNameString" use="required"/></p><p>1991 <xs:attribute name="LobName" type="bdc:NameString" use="optional"/></p><p>1992 <xs:attribute name="IdentifierEntityNamespace" type="bdc:NameString" use="optional"/></p><p>1993 <xs:attribute name="IdentifierEntityName" type="bdc:NameString" use="optional"/></p><p>1994 <xs:attribute name="IdentifierName" type="bdc:NameString" use="optional"/></p><p>1995 <xs:attribute name="ForeignIdentifierAssociationName" type="bdc:NameString" use="optional"/></p><p>1996 <xs:attribute name="ForeignIdentifierAssociationEntityName" type="bdc:NameString" use="optional"/></p><p>1997 <xs:attribute name="ForeignIdentifierAssociationEntityNamespace" type="bdc:NameString" use="optional"/></p><p>1998 <xs:attribute name="AssociatedFilter" type="bdc:NameString" use="optional"/></p><p>1999 <xs:attribute name="IsCollection" type="xs:boolean" default="false" use="optional"/></p><p>2000 <xs:attribute name="ReadOnly" type="xs:boolean" default="false" use="optional"/></p><p>145 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2001 <xs:attribute name="CreatorField" type="xs:boolean" default="false" use="optional"/></p><p>2002 <xs:attribute name="UpdaterField" type="xs:boolean" default="false" use="optional"/></p><p>2003 <xs:attribute name="PreUpdaterField" type="xs:boolean" default="false" use="optional"/></p><p>2004 <xs:attribute name="Significant" type="xs:boolean" default="true" use="optional"/></p><p>2005 <xs:attribute name="IsSortInput" type="xs:boolean" default="false" use="optional"/></p><p>2006 </xs:extension></p><p>2007 </xs:complexContent></p><p>2008 </xs:complexType></p><p>2009 <xs:complexType name="DefaultValues"></p><p>2010 <xs:sequence></p><p>2011 <xs:element name="DefaultValue" type="bdc:DefaultValue" minOccurs="1" maxOccurs="unbounded" nillable="true"/></p><p>2012 </xs:sequence></p><p>2013 </xs:complexType></p><p>2014 <xs:complexType name="DefaultValue" mixed="true"></p><p>2015 <xs:attribute name="MethodInstanceName" type="bdc:NameString" use="required"/></p><p>2016 <xs:attribute name="Type" type="bdc:TypeDescriptorTypeNameString" use="required"/></p><p>2017 </xs:complexType></p><p>2018 <xs:complexType name="Interpretation"></p><p>2019 <xs:choice minOccurs="1" maxOccurs="unbounded"></p><p>2020 <xs:element name="ConvertType" type="bdc:ConvertType"/></p><p>2021 <xs:element name="NormalizeDateTime" type="bdc:NormalizeDateTime"/></p><p>2022 <xs:element name="NormalizeString" type="bdc:NormalizeString"/></p><p>2023 </xs:choice></p><p>2024 </xs:complexType></p><p>2025 <xs:complexType name="ConvertType"></p><p>2026 <xs:attribute name="LOBType" type="bdc:TypeNameString" use="required"/></p><p>2027 <xs:attribute name="BDCType" type="bdc:TypeNameString" use="required"/></p><p>146 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2028 <xs:attribute name="LOBLocale" type="bdc:TypeNameString" use="optional"/></p><p>2029 </xs:complexType></p><p>2030 <xs:simpleType name="StringNormalizeMode"></p><p>2031 <xs:restriction base="xs:string"></p><p>2032 <xs:enumeration value="NoChange"/></p><p>2033 <xs:enumeration value="NormalizeToEmptyString"/></p><p>2034 <xs:enumeration value="NormalizeToNull"/></p><p>2035 </xs:restriction></p><p>2036 </xs:simpleType></p><p>2037 <xs:complexType name="NormalizeString"></p><p>2038 <xs:attribute name="FromLOB" type="bdc:StringNormalizeMode" use="required"/></p><p>2039 <xs:attribute name="ToLOB" type="bdc:StringNormalizeMode" use="required"/></p><p>2040 </xs:complexType></p><p>2041 <xs:simpleType name="LobDateTimeMode"></p><p>2042 <xs:restriction base="xs:string"></p><p>2043 <xs:enumeration value="UTC"/></p><p>2044 <xs:enumeration value="Local"/></p><p>2045 <xs:enumeration value="Unspecified"/></p><p>2046 </xs:restriction></p><p>2047 </xs:simpleType></p><p>2048 <xs:complexType name="NormalizeDateTime"></p><p>2049 <xs:attribute name="LobDateTimeMode" type="bdc:LobDateTimeMode" use="required"/></p><p>2050 </xs:complexType></p><p>2051 <xs:complexType name="TypeDescriptors"></p><p>2052 <xs:sequence></p><p>2053 <xs:element name="TypeDescriptor" type="bdc:TypeDescriptor" minOccurs="1" maxOccurs="unbounded"/></p><p>2054 </xs:sequence></p><p>2055 </xs:complexType></p><p>2056 <xs:complexType name="Actions"></p><p>147 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2057 <xs:sequence></p><p>2058 <xs:element name="Action" type="bdc:Action" minOccurs="1" maxOccurs="unbounded"/></p><p>2059 </xs:sequence></p><p>2060 </xs:complexType></p><p>2061 <xs:complexType name="Action"></p><p>2062 <xs:complexContent></p><p>2063 <xs:extension base="bdc:MetadataObject"></p><p>2064 <xs:sequence></p><p>2065 <xs:element name="ActionParameters" type="bdc:ActionParameters" minOccurs="0"></p><p>2066 <xs:unique name="ActionParameterNameKey"></p><p>2067 <xs:selector xpath="*"/></p><p>2068 <xs:field xpath="@Name"/></p><p>2069 </xs:unique></p><p>2070 <xs:unique name="ActionParameterIndexKey"></p><p>2071 <xs:selector xpath="*"/></p><p>2072 <xs:field xpath="@Index"/></p><p>2073 </xs:unique></p><p>2074 </xs:element></p><p>2075 </xs:sequence></p><p>2076 <xs:attribute name="Position" type="bdc:ActionPosition" use="required"/></p><p>2077 <xs:attribute name="IsOpenedInNewWindow" type="xs:boolean" default="false"/></p><p>2078 <xs:attribute name="Url" type="bdc:UrlString" use="required"/></p><p>2079 <xs:attribute name="ImageUrl" type="bdc:UrlString"/></p><p>2080 </xs:extension></p><p>2081 </xs:complexContent></p><p>2082 </xs:complexType></p><p>2083 <xs:complexType name="ActionParameters"></p><p>2084 <xs:sequence></p><p>2085 <xs:element name="ActionParameter" type="bdc:ActionParameter" minOccurs="1" maxOccurs="unbounded"/></p><p>148 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2086 </xs:sequence></p><p>2087 </xs:complexType></p><p>2088 <xs:complexType name="ActionParameter"></p><p>2089 <xs:complexContent></p><p>2090 <xs:extension base="bdc:MetadataObject"></p><p>2091 <xs:attribute name="Index" type="bdc:Ordinal" use="required"/></p><p>2092 </xs:extension></p><p>2093 </xs:complexContent></p><p>2094 </xs:complexType></p><p>2095 <xs:complexType name="Association"></p><p>2096 <xs:complexContent></p><p>2097 <xs:extension base="bdc:MethodInstance"></p><p>2098 <xs:sequence></p><p>2099 <xs:element name="SourceEntity" type="bdc:SourceEntity" minOccurs="1" maxOccurs="unbounded"/></p><p>2100 <xs:element name="DestinationEntity" type="bdc:DestinationEntity" minOccurs="1" maxOccurs="1"/></p><p>2101 </xs:sequence></p><p>2102 </xs:extension></p><p>2103 </xs:complexContent></p><p>2104 </xs:complexType></p><p>2105 <xs:complexType name="SourceEntity"></p><p>2106 <xs:attribute name="Namespace" type="bdc:NameString" use="required"/></p><p>2107 <xs:attribute name="Name" type="bdc:NameString" use="required"/></p><p>2108 </xs:complexType></p><p>2109 <xs:complexType name="DestinationEntity"></p><p>2110 <xs:attribute name="Namespace" type="bdc:NameString" use="required"/></p><p>2111 <xs:attribute name="Name" type="bdc:NameString" use="required"/></p><p>2112 </xs:complexType></p><p>2113 <xs:complexType name="Property" mixed="true"></p><p>2114 <xs:attribute name="Name" type="bdc:NameString" use="required"/></p><p>149 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2115 <xs:attribute name="Type" type="bdc:TypeNameString" use="required"/></p><p>2116 </xs:complexType></p><p>2117 <xs:complexType name="Properties"></p><p>2118 <xs:sequence></p><p>2119 <xs:element name="Property" type="bdc:Property" minOccurs="1" maxOccurs="unbounded"/></p><p>2120 </xs:sequence></p><p>2121 </xs:complexType></p><p>2122 <xs:simpleType name="Ordinal"></p><p>2123 <xs:restriction base="xs:integer"></p><p>2124 <xs:minInclusive value="0"/></p><p>2125 </xs:restriction></p><p>2126 </xs:simpleType></p><p>2127 <xs:simpleType name="InstanceCount"></p><p>2128 <xs:restriction base="xs:integer"></p><p>2129 <xs:minInclusive value="0"/></p><p>2130 </xs:restriction></p><p>2131 </xs:simpleType></p><p>2132 <xs:simpleType name="ReturnTypeDescriptorLevel"></p><p>2133 <xs:restriction base="xs:integer"></p><p>2134 <xs:minInclusive value="0"/></p><p>2135 <xs:maxInclusive value="29"/></p><p>2136 </xs:restriction></p><p>2137 </xs:simpleType></p><p>2138 <xs:simpleType name="ActionPosition"></p><p>2139 <xs:restriction base="xs:integer"></p><p>2140 <xs:minInclusive value="1"/></p><p>2141 </xs:restriction></p><p>2142 </xs:simpleType></p><p>2143 <xs:complexType name="AccessControlList"></p><p>150 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2144 <xs:sequence></p><p>2145 <xs:element name="AccessControlEntry" type="bdc:AccessControlEntry" minOccurs="1" maxOccurs="unbounded"/></p><p>2146 </xs:sequence></p><p>2147 </xs:complexType></p><p>2148 <xs:complexType name="AccessControlEntry"></p><p>2149 <xs:sequence></p><p>2150 <xs:element name="Right" type="bdc:Right" minOccurs="1" maxOccurs="unbounded"/></p><p>2151 </xs:sequence></p><p>2152 <xs:attribute name="Principal" type="xs:string" use="required"/></p><p>2153 </xs:complexType></p><p>2154 <xs:complexType name="Right"></p><p>2155 <xs:attribute name="BdcRight" type="bdc:BdcRightName" use="required"/></p><p>2156 </xs:complexType></p><p>2157 <xs:simpleType name="BdcRightName"></p><p>2158 <xs:restriction base="xs:string"></p><p>2159 <xs:enumeration value="None"/></p><p>2160 <xs:enumeration value="Execute"/></p><p>2161 <xs:enumeration value="Edit"/></p><p>2162 <xs:enumeration value="SetPermissions"/></p><p>2163 <xs:enumeration value="SelectableInClients"/></p><p>2164 </xs:restriction></p><p>2165 </xs:simpleType></p><p>2166 <xs:simpleType name="NameString"></p><p>2167 <xs:restriction base="xs:string"></p><p>2168 <xs:minLength value="1"/></p><p>2169 <xs:maxLength value="255"/></p><p>2170 </xs:restriction></p><p>2171 </xs:simpleType></p><p>2172 <xs:simpleType name="TypeDescriptorTypeNameString"></p><p>151 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2173 <xs:restriction base="xs:string"></p><p>2174 <xs:minLength value="1"/></p><p>2175 <xs:maxLength value="255"/></p><p>2176 </xs:restriction></p><p>2177 </xs:simpleType></p><p>2178 <xs:simpleType name="TypeNameString"></p><p>2179 <xs:restriction base="xs:string"></p><p>2180 <xs:minLength value="1"/></p><p>2181 <xs:maxLength value="255"/></p><p>2182 </xs:restriction></p><p>2183 </xs:simpleType></p><p>2184 <xs:simpleType name="UrlString"></p><p>2185 <xs:restriction base="xs:string"></p><p>2186 <xs:minLength value="1"/></p><p>2187 <xs:maxLength value="2080"/></p><p>2188 </xs:restriction></p><p>2189 </xs:simpleType></p><p>2190 <xs:simpleType name="VersionString"></p><p>2191 <xs:restriction base="xs:string"></p><p>2192 <xs:pattern value="[0-9]+(\.[0-9]+){1,3}"/></p><p>2193 </xs:restriction></p><p>2194 </xs:simpleType></p><p>2195 </xs:schema></p><p>2195.1 http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Reso urces Schema</p><p>2196 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:bdc="http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources" targetNamespace="http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources" elementFormDefault="qualified"></p><p>2197 <xs:element name="Model" type="bdc:Model"/></p><p>2198 <xs:complexType name="Model"></p><p>152 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2199 <xs:complexContent></p><p>2200 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>2201 <xs:sequence></p><p>2202 <xs:element name="LobSystems" type="bdc:LobSystems" minOccurs="0" maxOccurs="1"></p><p>2203 <xs:unique name="LobSystemNameKey"></p><p>2204 <xs:selector xpath="*"/></p><p>2205 <xs:field xpath="@Name"/></p><p>2206 </xs:unique></p><p>2207 </xs:element></p><p>2208 </xs:sequence></p><p>2209 <xs:attribute name="Name" type="bdc:NameString" use="required"/></p><p>2210 </xs:extension></p><p>2211 </xs:complexContent></p><p>2212 </xs:complexType></p><p>2213 <xs:complexType name="LobSystems"></p><p>2214 <xs:sequence></p><p>2215 <xs:element name="LobSystem" type="bdc:LobSystem" minOccurs="1" maxOccurs="unbounded"/></p><p>2216 </xs:sequence></p><p>2217 </xs:complexType></p><p>2218 <xs:complexType name="MetadataObject" abstract="true"></p><p>2219 <xs:sequence></p><p>2220 <xs:element name="LocalizedDisplayNames" type="bdc:LocalizedDisplayNames" minOccurs="0" maxOccurs="1"></p><p>2221 <xs:unique name="LocalizedDisplayNameLCIDKey"></p><p>2222 <xs:selector xpath="*"/></p><p>2223 <xs:field xpath="@LCID"/></p><p>2224 </xs:unique></p><p>2225 </xs:element></p><p>2226 <xs:element name="Properties" type="bdc:Properties" minOccurs="0" maxOccurs="1"></p><p>153 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2227 <xs:unique name="PropertyNameKey"></p><p>2228 <xs:selector xpath="*"/></p><p>2229 <xs:field xpath="@Name"/></p><p>2230 </xs:unique></p><p>2231 </xs:element></p><p>2232 </xs:sequence></p><p>2233 <xs:attribute name="Name" type="bdc:NameString" use="required"/></p><p>2234 </xs:complexType></p><p>2235 <xs:complexType name="IndividuallySecurableMetadataObject" abstract="true"></p><p>2236 <xs:complexContent></p><p>2237 <xs:extension base="bdc:MetadataObject"></p><p>2238 <xs:sequence></p><p>2239 <xs:element name="AccessControlList" type="bdc:AccessControlList" minOccurs="0" maxOccurs="1"/></p><p>2240 </xs:sequence></p><p>2241 </xs:extension></p><p>2242 </xs:complexContent></p><p>2243 </xs:complexType></p><p>2244 <xs:complexType name="LocalizedDisplayNames"></p><p>2245 <xs:sequence></p><p>2246 <xs:element name="LocalizedDisplayName" type="bdc:LocalizedDisplayName" minOccurs="1" maxOccurs="unbounded"/></p><p>2247 </xs:sequence></p><p>2248 </xs:complexType></p><p>2249 <xs:complexType name="LocalizedDisplayName" mixed="true"></p><p>2250 <xs:attribute name="LCID" type="xs:integer" use="required"/></p><p>2251 </xs:complexType></p><p>2252 <xs:complexType name="LobSystem"></p><p>2253 <xs:complexContent></p><p>2254 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>2255 <xs:sequence></p><p>154 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2256 <xs:element name="LobSystemInstances" type="bdc:LobSystemInstances" minOccurs="0" maxOccurs="1"></p><p>2257 <xs:unique name="LobSystemInstanceNameKey"></p><p>2258 <xs:selector xpath="*"/></p><p>2259 <xs:field xpath="@Name"/></p><p>2260 </xs:unique></p><p>2261 </xs:element></p><p>2262 <xs:element name="Entities" type="bdc:Entities" minOccurs="0" maxOccurs="1"></p><p>2263 <xs:unique name="EntityNameNamespaceVersionKey"></p><p>2264 <xs:selector xpath="*"/></p><p>2265 <xs:field xpath="@Name"/></p><p>2266 <xs:field xpath="@Namespace"/></p><p>2267 <xs:field xpath="@Version"/></p><p>2268 </xs:unique></p><p>2269 </xs:element></p><p>2270 </xs:sequence></p><p>2271 </xs:extension></p><p>2272 </xs:complexContent></p><p>2273 </xs:complexType></p><p>2274 <xs:complexType name="LobSystemInstances"></p><p>2275 <xs:sequence></p><p>2276 <xs:element name="LobSystemInstance" type="bdc:LobSystemInstance" minOccurs="1" maxOccurs="unbounded"/></p><p>2277 </xs:sequence></p><p>2278 </xs:complexType></p><p>2279 <xs:complexType name="LobSystemInstance"></p><p>2280 <xs:complexContent></p><p>2281 <xs:extension base="bdc:MetadataObject"/></p><p>2282 </xs:complexContent></p><p>2283 </xs:complexType></p><p>2284 <xs:complexType name="Entities"></p><p>155 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2285 <xs:sequence></p><p>2286 <xs:element name="Entity" type="bdc:Entity" minOccurs="1" maxOccurs="unbounded"></p><p>2287 <xs:unique name="MethodInstanceNameKey"></p><p>2288 <xs:selector xpath=".//bdc:MethodInstances/*"/></p><p>2289 <xs:field xpath="@Name"/></p><p>2290 </xs:unique></p><p>2291 </xs:element></p><p>2292 </xs:sequence></p><p>2293 </xs:complexType></p><p>2294 <xs:complexType name="Entity"></p><p>2295 <xs:complexContent></p><p>2296 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>2297 <xs:sequence></p><p>2298 <xs:element name="Identifiers" type="bdc:Identifiers" minOccurs="0"></p><p>2299 <xs:unique name="IdentifierNameKey"></p><p>2300 <xs:selector xpath="*"/></p><p>2301 <xs:field xpath="@Name"/></p><p>2302 </xs:unique></p><p>2303 </xs:element></p><p>2304 <xs:element name="Methods" type="bdc:Methods" minOccurs="0"></p><p>2305 <xs:unique name="MethodNameKey"></p><p>2306 <xs:selector xpath="*"/></p><p>2307 <xs:field xpath="@Name"/></p><p>2308 </xs:unique></p><p>2309 </xs:element></p><p>2310 <xs:element name="AssociationGroups" type="bdc:AssociationGroups" minOccurs="0"></p><p>2311 <xs:unique name="AssociationGroupNameKey"></p><p>2312 <xs:selector xpath="*"/></p><p>2313 <xs:field xpath="@Name"/></p><p>156 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2314 </xs:unique></p><p>2315 </xs:element></p><p>2316 <xs:element name="Actions" type="bdc:Actions" minOccurs="0"></p><p>2317 <xs:unique name="ActionNameKey"></p><p>2318 <xs:selector xpath="*"/></p><p>2319 <xs:field xpath="@Name"/></p><p>2320 </xs:unique></p><p>2321 </xs:element></p><p>2322 </xs:sequence></p><p>2323 <xs:attribute name="Namespace" type="bdc:NameString" use="required"/></p><p>2324 <xs:attribute name="Version" type="bdc:VersionString" use="required"/></p><p>2325 </xs:extension></p><p>2326 </xs:complexContent></p><p>2327 </xs:complexType></p><p>2328 <xs:complexType name="AssociationGroups"></p><p>2329 <xs:sequence></p><p>2330 <xs:element name="AssociationGroup" type="bdc:AssociationGroup" minOccurs="1" maxOccurs="unbounded"/></p><p>2331 </xs:sequence></p><p>2332 </xs:complexType></p><p>2333 <xs:complexType name="AssociationGroup"></p><p>2334 <xs:complexContent></p><p>2335 <xs:extension base="bdc:MetadataObject"/></p><p>2336 </xs:complexContent></p><p>2337 </xs:complexType></p><p>2338 <xs:complexType name="Identifiers"></p><p>2339 <xs:sequence></p><p>2340 <xs:element name="Identifier" type="bdc:Identifier" minOccurs="1" maxOccurs="unbounded"/></p><p>2341 </xs:sequence></p><p>2342 </xs:complexType></p><p>157 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2343 <xs:complexType name="Identifier"></p><p>2344 <xs:complexContent></p><p>2345 <xs:extension base="bdc:MetadataObject"/></p><p>2346 </xs:complexContent></p><p>2347 </xs:complexType></p><p>2348 <xs:complexType name="Methods"></p><p>2349 <xs:sequence></p><p>2350 <xs:element name="Method" type="bdc:Method" minOccurs="1" maxOccurs="unbounded"></p><p>2351 <xs:key name="ParameterNameKey"></p><p>2352 <xs:selector xpath=".//bdc:Parameter"/></p><p>2353 <xs:field xpath="@Name"/></p><p>2354 </xs:key></p><p>2355 <xs:key name="MethodMethodInstanceNameKey"></p><p>2356 <xs:selector xpath=".//bdc:MethodInstances/*"/></p><p>2357 <xs:field xpath="@Name"/></p><p>2358 </xs:key></p><p>2359 </xs:element></p><p>2360 </xs:sequence></p><p>2361 </xs:complexType></p><p>2362 <xs:complexType name="Method"></p><p>2363 <xs:complexContent></p><p>2364 <xs:extension base="bdc:IndividuallySecurableMetadataObject"></p><p>2365 <xs:sequence></p><p>2366 <xs:element name="FilterDescriptors" type="bdc:FilterDescriptors" minOccurs="0" maxOccurs="1"></p><p>2367 <xs:unique name="FilterDescriptorNameKey"></p><p>2368 <xs:selector xpath="*"/></p><p>2369 <xs:field xpath="@Name"/></p><p>2370 </xs:unique></p><p>2371 </xs:element></p><p>158 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2372 <xs:element name="Parameters" type="bdc:Parameters" minOccurs="0" maxOccurs="1"/></p><p>2373 <xs:element name="MethodInstances" type="bdc:MethodInstances" minOccurs="0" maxOccurs="1"/></p><p>2374 </xs:sequence></p><p>2375 </xs:extension></p><p>2376 </xs:complexContent></p><p>2377 </xs:complexType></p><p>2378 <xs:complexType name="FilterDescriptors"></p><p>2379 <xs:sequence></p><p>2380 <xs:element name="FilterDescriptor" type="bdc:FilterDescriptor" minOccurs="1" maxOccurs="unbounded"/></p><p>2381 </xs:sequence></p><p>2382 </xs:complexType></p><p>2383 <xs:complexType name="FilterDescriptor"></p><p>2384 <xs:complexContent></p><p>2385 <xs:extension base="bdc:MetadataObject"/></p><p>2386 </xs:complexContent></p><p>2387 </xs:complexType></p><p>2388 <xs:complexType name="MethodInstances"></p><p>2389 <xs:choice minOccurs="1" maxOccurs="unbounded"></p><p>2390 <xs:element name="Association" type="bdc:Association"/></p><p>2391 <xs:element name="MethodInstance" type="bdc:MethodInstance"/></p><p>2392 </xs:choice></p><p>2393 </xs:complexType></p><p>2394 <xs:complexType name="MethodInstance"></p><p>2395 <xs:complexContent></p><p>2396 <xs:extension base="bdc:IndividuallySecurableMetadataObject"/></p><p>2397 </xs:complexContent></p><p>2398 </xs:complexType></p><p>2399 <xs:complexType name="Parameters"></p><p>159 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2400 <xs:sequence></p><p>2401 <xs:element name="Parameter" type="bdc:Parameter" minOccurs="1" maxOccurs="unbounded"/></p><p>2402 </xs:sequence></p><p>2403 </xs:complexType></p><p>2404 <xs:complexType name="Parameter"></p><p>2405 <xs:complexContent></p><p>2406 <xs:extension base="bdc:MetadataObject"></p><p>2407 <xs:sequence></p><p>2408 <xs:element name="TypeDescriptor" type="bdc:TypeDescriptor"/></p><p>2409 </xs:sequence></p><p>2410 </xs:extension></p><p>2411 </xs:complexContent></p><p>2412 </xs:complexType></p><p>2413 <xs:complexType name="TypeDescriptor"></p><p>2414 <xs:complexContent></p><p>2415 <xs:extension base="bdc:MetadataObject"></p><p>2416 <xs:sequence></p><p>2417 <xs:element name="TypeDescriptors" type="bdc:TypeDescriptors" minOccurs="0"></p><p>2418 <xs:unique name="TypeDescriptorNameKey"></p><p>2419 <xs:selector xpath="*"/></p><p>2420 <xs:field xpath="@Name"/></p><p>2421 </xs:unique></p><p>2422 </xs:element></p><p>2423 </xs:sequence></p><p>2424 </xs:extension></p><p>2425 </xs:complexContent></p><p>2426 </xs:complexType></p><p>2427 <xs:complexType name="TypeDescriptors"></p><p>2428 <xs:sequence></p><p>160 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2429 <xs:element name="TypeDescriptor" type="bdc:TypeDescriptor" minOccurs="1" maxOccurs="unbounded"/></p><p>2430 </xs:sequence></p><p>2431 </xs:complexType></p><p>2432 <xs:complexType name="Actions"></p><p>2433 <xs:sequence></p><p>2434 <xs:element name="Action" type="bdc:Action" minOccurs="1" maxOccurs="unbounded"/></p><p>2435 </xs:sequence></p><p>2436 </xs:complexType></p><p>2437 <xs:complexType name="Action"></p><p>2438 <xs:complexContent></p><p>2439 <xs:extension base="bdc:MetadataObject"></p><p>2440 <xs:sequence></p><p>2441 <xs:element name="ActionParameters" type="bdc:ActionParameters" minOccurs="0"></p><p>2442 <xs:unique name="ActionParameterNameKey"></p><p>2443 <xs:selector xpath="*"/></p><p>2444 <xs:field xpath="@Name"/></p><p>2445 </xs:unique></p><p>2446 </xs:element></p><p>2447 </xs:sequence></p><p>2448 </xs:extension></p><p>2449 </xs:complexContent></p><p>2450 </xs:complexType></p><p>2451 <xs:complexType name="ActionParameters"></p><p>2452 <xs:sequence></p><p>2453 <xs:element name="ActionParameter" type="bdc:ActionParameter" minOccurs="1" maxOccurs="unbounded"/></p><p>2454 </xs:sequence></p><p>2455 </xs:complexType></p><p>2456 <xs:complexType name="ActionParameter"></p><p>2457 <xs:complexContent></p><p>161 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2458 <xs:extension base="bdc:MetadataObject"/></p><p>2459 </xs:complexContent></p><p>2460 </xs:complexType></p><p>2461 <xs:complexType name="Association"></p><p>2462 <xs:complexContent></p><p>2463 <xs:extension base="bdc:IndividuallySecurableMetadataObject"/></p><p>2464 </xs:complexContent></p><p>2465 </xs:complexType></p><p>2466 <xs:complexType name="Property" mixed="true"></p><p>2467 <xs:attribute name="Name" type="bdc:NameString" use="required"/></p><p>2468 <xs:attribute name="Type" type="bdc:TypeNameString" use="required"/></p><p>2469 </xs:complexType></p><p>2470 <xs:complexType name="Properties"></p><p>2471 <xs:sequence></p><p>2472 <xs:element name="Property" type="bdc:Property" minOccurs="1" maxOccurs="unbounded"/></p><p>2473 </xs:sequence></p><p>2474 </xs:complexType></p><p>2475 <xs:complexType name="AccessControlList"></p><p>2476 <xs:sequence></p><p>2477 <xs:element name="AccessControlEntry" type="bdc:AccessControlEntry" minOccurs="1" maxOccurs="unbounded"/></p><p>2478 </xs:sequence></p><p>2479 </xs:complexType></p><p>2480 <xs:complexType name="AccessControlEntry"></p><p>2481 <xs:sequence></p><p>2482 <xs:element name="Right" type="bdc:Right" minOccurs="1" maxOccurs="unbounded"/></p><p>2483 </xs:sequence></p><p>2484 <xs:attribute name="Principal" type="xs:string" use="required"/></p><p>2485 </xs:complexType></p><p>2486 <xs:complexType name="Right"></p><p>162 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2487 <xs:attribute name="BdcRight" type="bdc:BdcRightName" use="required"/></p><p>2488 </xs:complexType></p><p>2489 <xs:simpleType name="BdcRightName"></p><p>2490 <xs:restriction base="xs:string"></p><p>2491 <xs:enumeration value="None"/></p><p>2492 <xs:enumeration value="Execute"/></p><p>2493 <xs:enumeration value="Edit"/></p><p>2494 <xs:enumeration value="SetPermissions"/></p><p>2495 <xs:enumeration value="SelectableInClients"/></p><p>2496 </xs:restriction></p><p>2497 </xs:simpleType></p><p>2498 <xs:simpleType name="NameString"></p><p>2499 <xs:restriction base="xs:string"></p><p>2500 <xs:minLength value="1"/></p><p>2501 <xs:maxLength value="255"/></p><p>2502 </xs:restriction></p><p>2503 </xs:simpleType></p><p>2504 <xs:simpleType name="TypeNameString"></p><p>2505 <xs:restriction base="xs:string"></p><p>2506 <xs:minLength value="1"/></p><p>2507 <xs:maxLength value="255"/></p><p>2508 </xs:restriction></p><p>2509 </xs:simpleType></p><p>2510 <xs:simpleType name="VersionString"></p><p>2511 <xs:restriction base="xs:string"></p><p>2512 <xs:pattern value="[0-9]+(\.[0-9]+){1,3}"/></p><p>2513 </xs:restriction></p><p>2514 </xs:simpleType></p><p>2515 </xs:schema></p><p>163 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2516 Appendix B: Product Behavior The information in this specification is applicable to the following Microsoft products or supplemental software. References to product versions include released service packs. § Microsoft SharePoint Foundation 2010 § Microsoft Office 2010 suites § Microsoft SharePoint Foundation 2013 § Microsoft Office 2013 § Microsoft Office 2016 § Microsoft SharePoint Server 2016 Exceptions, if any, are noted below. If a service pack or Quick Fix Engineering (QFE) number appears with the product version, behavior changed in that service pack or QFE. The new behavior also applies to subsequent service packs of the product unless otherwise specified. If a product edition appears with the product version, behavior is different in that product edition. Unless otherwise specified, any statement of optional behavior in this specification that is prescribed using the terms SHOULD or SHOULD NOT implies product behavior in accordance with the SHOULD or SHOULD NOT prescription. Unless otherwise specified, the term MAY implies that the product does not follow the prescription. <1> Section 2.1.3.3: Microsoft SharePoint Foundation 2010 and SharePoint Foundation 2013 expect the instantiated command to result in a well formed URL that is used in an HTTP GET operation. <2> Section 2.1.3.3: SharePoint Foundation 2010 and SharePoint Foundation 2013 instantiate the abstract command in the context of an EntityInstance. The name of the ActionParameter is used to identify a field of the EntityInstance. The placeholder is then replaced with the field (4) value. <3> Section 2.1.3.3: The behavior of SharePoint Foundation 2010 and SharePoint Foundation 2013 are polymorphic and depend on the actual ActionParameter value, as described in [CompositeFormatting]. <4> Section 2.1.3.3: SharePoint Foundation 2010 and SharePoint Foundation 2013 expect the image dimensions to be 16 by 16 pixels. <5> Section 2.1.3.3: SharePoint Foundation 2010 and SharePoint Foundation 2013 cache the metadata in memory if IsCached is true. <6> Section 2.1.3.4: SharePoint Foundation 2010 and SharePoint Foundation 2013 cache the metadata in memory if IsCached is true. <7> Section 2.1.3.7: This attribute is deprecated; however, SharePoint Foundation 2010 and SharePoint Foundation 2013 evaluate this attribute when present for compatibility reasons. <8> Section 2.1.3.7: This attribute is deprecated; however, SharePoint Foundation 2010 and SharePoint Foundation 2013 allow this attribute for compatibility reasons. <9> Section 2.1.3.7: SharePoint Foundation 2010 and SharePoint Foundation 2013 ignore all index values specified in the path, and threat them as zero.</p><p>164 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 <10> Section 2.1.3.7: SharePoint Foundation 2010 and SharePoint Foundation 2013 cache the metadata in memory if IsCached is true. <11> Section 2.1.3.8: SharePoint Foundation 2010 and SharePoint Foundation 2013 cache the metadata in memory if IsCached is true. <12> Section 2.1.3.16: SharePoint Foundation 2010 and SharePoint Foundation 2013 cache the metadata in memory if IsCached is true. <13> Section 2.1.3.17: SharePoint Foundation 2010 and SharePoint Foundation 2013 cache the metadata in memory if IsCached is true. <14> Section 2.1.3.19: SharePoint Foundation 2010 and SharePoint Foundation 2013 cache the metadata in memory if IsCached is true. <15> Section 2.1.3.21: SharePoint Foundation 2010 and SharePoint Foundation 2013 cache the metadata in memory if IsCached is true. <16> Section 2.1.3.23: This property is only available in SharePoint Foundation 2013. <17> Section 2.1.3.23: This property is only available in SharePoint Foundation 2013. <18> Section 2.1.3.23: A Business Logic Module that conforms to the [ECMA- 335] specification and is understood by the Microsoft .NET Framework. <19> Section 2.1.3.23: A Business Logic Module that conforms to the [ECMA- 335] specification and is understood by the .NET Framework. <20> Section 2.1.3.23: A Business Logic Module that conforms to the [ECMA- 335] specification and is understood by the .NET Framework. <21> Section 2.1.3.23: A Business Logic Module that conforms to the [ECMA- 335] specification and is understood by the .NET Framework. <22> Section 2.1.3.23: A Business Logic Module that conforms to the [ECMA- 335] specification and is understood by the .NET Framework. <23> Section 2.1.3.23: A Business Logic Module that conforms to the [ECMA- 335] specification and is understood by the .NET Framework. <24> Section 2.1.3.23: SharePoint Foundation 2010 and SharePoint Foundation 2013 cache the metadata in memory if IsCached is true. <25> Section 2.1.3.24: This property is only available in SharePoint Foundation 2013. <26> Section 2.1.3.24: SharePoint Foundation 2010 and SharePoint Foundation 2013 cache the metadata in memory if IsCached is true. <27> Section 2.1.3.29: SharePoint Foundation 2010 and SharePoint Foundation 2013 cache the metadata in memory if IsCached is true. <28> Section 2.1.3.30: SharePoint Foundation 2010 and SharePoint Foundation 2013 currently ignore the value of this attribute. <29> Section 2.1.3.30: SharePoint Foundation 2010 and SharePoint Foundation 2013 require that the value of LobName matches the name of the operation in the line-of-business (LOB) system. <30> Section 2.1.3.30: SharePoint Foundation 2010 and SharePoint Foundation 2013 cache the metadata in memory if IsCached is true.</p><p>165 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 <31> Section 2.1.3.31: This attribute is deprecated; however, SharePoint Foundation 2010 and SharePoint Foundation 2013 evaluate this attribute when present for compatibility reasons. <32> Section 2.1.3.31: This attribute is deprecated; however, SharePoint Foundation 2010 and SharePoint Foundation 2013 allow this attribute for compatibility reasons. <33> Section 2.1.3.31: SharePoint Foundation 2010 and SharePoint Foundation 2013 ignore all index values specified in the path, and threat them as zero. <34> Section 2.1.3.31: SharePoint Foundation 2010 and SharePoint Foundation 2013 cache the metadata in memory if IsCached is true. <35> Section 2.1.3.34: SharePoint Foundation 2010 and SharePoint Foundation 2013 cache the metadata in memory if IsCached is true. <36> Section 2.1.3.37: SharePoint Foundation 2010 and SharePoint Foundation 2013 cache the metadata in memory if IsCached is true. <37> Section 2.1.3.43: SharePoint Foundation 2010 and SharePoint Foundation 2013 cache the metadata in memory if IsCached is true. <38> Section 2.1.4.7: A Business Logic Module that conforms to the [ECMA- 335] specification and is understood by the .NET Framework. <39> Section 2.1.4.15: A Business Logic Module that conforms to the [ECMA- 335] specification and is understood by the .NET Framework. <40> Section 2.1.4.15: A Business Logic Module that conforms to the [ECMA- 335] specification and is understood by the .NET Framework. <41> Section 2.1.4.15: A Business Logic Module that conforms to the [ECMA- 335] specification and is understood by the .NET Framework. <42> Section 2.1.4.15: A Business Logic Module that conforms to the [ECMA- 335] specification and is understood by the .NET Framework. <43> Section 2.1.4.15: A Business Logic Module that conforms to the [ECMA- 335] specification and is understood by the .NET Framework. <44> Section 2.1.4.15: A Business Logic Module that conforms to the [ECMA- 335] specification and is understood by the .NET Framework. <45> Section 2.1.4.15: A Business Logic Module that conforms to the [ECMA- 335] specification and is understood by the .NET Framework. <46> Section 2.1.4.15: A Business Logic Module that conforms to the [ECMA- 335] specification and is understood by the .NET Framework. <47> Section 3.3: This example is using a fictitious web service and is not usable with SharePoint Foundation 2010 and SharePoint Foundation 2013 without modifications.</p><p>166 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 2517 Change Tracking No table of changes is available. The document is either new or has had no changes since its last release. Index A ActionParameters 74 Actions 74 Applicability 15 Association 74 Associations example 102 AssociationGroup 75 AssociationGroups 75 C Entities 76 Entity 76 Change tracking 125 FilterDescriptor 78 Common data types and fields 16 FilterDescriptors 78 Complex types - metadata model Identifier 78 AccessControlEntry 16 Identifiers 79 AccessControlList 17 IndividuallySecurableMetadataObject 79 Action 18 LobSystem 80 ActionParameter 20 LobSystemInstance 81 ActionParameters 20 LobSystemInstances 81 Actions 21 LobSystems 82 Association 21 LocalizedDisplayName 82 AssociationGroup 25 LocalizedDisplayNames 83 AssociationGroups 26 MetadataObject 83 AssociationReference 26 Method 84 ConvertType 27 MethodInstance 85 DefaultValue 28 MethodInstances 85 DefaultValues 28 Methods 86 DestinationEntity 29 Model 86 Entities 29 Parameter 87 Entity 30 Parameters 88 FilterDescriptor 31 Properties 88 FilterDescriptors 32 Property 88 Identifier 33 Right 89 Identifiers 33 TypeDescriptor 89 IndividuallySecurableMetadataObject 34 TypeDescriptors 90 Interpretation 35 CRUD example 99 LobSystem 35 LobSystemInstance 38 D LobSystemInstances 39 LocalizedDisplayName 40 Data types and fields - common 16 LocalizedDisplayNames 40 Database Model example 93 MetadataObject 41 Details Method 42 common data types and fields 16 MethodInstance 43 Details – metadata model resources MethodInstances 47 Model element 71 Methods 47 DotNetAssembly Model example 94 NormalizeDateTime 49 NormalizeString 49 Parameter 50 E Parameters 51 Properties 51 Elements - metadata model resources Property 52 Model 71 Right 52 Examples 93 SourceEntity 53 Associations 102 TypeDescriptor 53 CRUD 99 TypeDescriptors 57 Database Model 93 Complex types – metadata model DotNetAssembly Model 94 LobSystems 40 Finders 97 Model 48 Model Resources 96 Complex types - metadata model resources overview 93 AccessControlEntry 71 Web Service Model 95 AccessControlList 72 Action 72 F ActionParameter 73</p><p>167 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 Fields - security index 106 Methods complex type 47 Fields - vendor-extensible 15 Model complex type 48 Finders example 97 Model element 16 Full XML schema 107 NameString simple type 64 NormalizeDateTime complex type 49 G NormalizeString complex type 49 OperationModeType simple type 65 Ordinal simple type 66 Global elements – metadata model Parameter complex type 50 Model 16 ParameterDirection simple type 66 Glossary 7 Parameters complex type 51 Properties complex type 51 I Property complex type 52 ReturnTypeDescriptorLevel simple type 66 Implementer - security considerations 106 Right complex type 52 Index of security fields 106 SourceEntity complex type 53 Informative references 14 StringNormalizeMode simple type 67 Introduction 7 TypeDescriptor complex type 53 TypeDescriptors complex type 57 L TypeDescriptorTypeNameString simple type 67 TypeNameString simple type 69 VersionString simple type 70 Localization 15 Metadata model resources AccessControlEntry complex type 71 M AccessControlList complex type 72 Action complex type 72 Metadata model ActionParameter complex type 73 AccessControlEntry complex type 16 ActionParameters complex type 74 AccessControlList complex type 17 Actions complex type 74 Action complex type 18 Association complex type 74 ActionParameter complex type 20 AssociationGroup complex type 75 ActionParameters complex type 20 AssociationGroups complex type 75 ActionPosition simple type 58 BdcRightName simple type 90 Actions complex type 21 Entities complex type 76 Association complex type 21 entity complex type 76 AssociationGroup complex type 25 FilterDescriptor complex type 78 AssociationGroups complex type 26 FilterDescriptors complex type 78 AssociationReference complex type 26 Identifier complex type 78 BdcRightName simple type 58 Identifiers complex type 79 ConvertType complex type 27 IndividuallySecurableMetadataObject complex type DefaultValue complex type 28 79 DefaultValues complex type 28 LobSystem complex type 80 DestinationEntity complex type 29 LobSystemInstance complex type 81 Entities complex type 29 LobSystemInstances complex type 81 Entity complex type 30 LobSystems complex type 82 FilterDescriptor complex type 31 LocalizedDisplayName complex type 82 FilterDescriptors complex type 32 LocalizedDisplayNames complex type 83 FilterDescriptorType simple type 59 MetadataObject complex type 83 Identifier complex type 33 Method complex type 84 Identifiers complex type 33 MethodInstance complex type 85 IdentifierType simple type 60 MethodInstances complex type 85 IndividuallySecurableMetadataObject complex type Methods complex type 86 34 Model complex type 86 InstanceCount simple type 61 Model element 71 Interpretation complex type 35 NameString simple type 91 LobDateTimeMode simple type 62 Parameter complex type 87 LobSystem complex type 35 Parameters complex type 88 LobSystemInstance complex type 38 Properties complex type 88 LobSystemInstances complex type 39 Property complex type 88 Lobsystems complex type 40 Right complex type 89 LobSystemType simple type 62 TypeDescriptor complex type 89 LocalizedDisplayName complex type 40 TypeDescriptors complex type 90 LocalizedDisplayNames complex type 40 TypeNameString simple type 91 MetadataObject complex type 41 VersionString simple type 92 Method complex type 42 Metadata model UrlString simple type 70 MethodInstance complex type 43 Model Resources example 96 MethodInstances complex type 47 MethodInstanceType simple type 63</p><p>168 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 N DefaultValues complex type 28 DestinationEntity complex type 29 Entities complex type 29 Normative references 13 Entity complex type 30 FilterDescriptor complex type 31 O FilterDescriptors complex type 32 FilterDescriptorType simple type 59 Overview (synopsis) 14 Identifier complex type 33 Identifiers complex type 33 P IdentifierType simple type 60 IndividuallySecurableMetadataObject complex type 34 Product behavior 122 InstanceCount simple type 61 Interpretation complex type 35 R LobDateTimeMode simple type 62 LobSystem complex type 35 References 13 LobSystemInstance complex type 38 informative 14 LobSystemInstances complex type 39 normative 13 LobSystemType simple type 62 Relationship to protocols and other structures 14 LocalizedDisplayName complex type 40 LocalizedDisplayNames complex type 40 S MetadataObject complex type 41 Method complex type 42 MethodInstance complex type 43 Security MethodInstances complex type 47 field index 106 MethodInstanceType simple type 63 implementer considerations 106 Methods complex type 47 Simple types - metadata model NameString simple type 64 ActionPosition 58 NormalizeDateTime complex type 49 BdcRightName 58 NormalizeString complex type 49 FilterDescriptorType 59 OperationModeType simple type 65 IdentifierType 60 Ordinal simple type 66 InstanceCount 61 Parameter complex type 50 LobDateTimeMode 62 ParameterDirection simple type 66 LobSystemType 62 Parameters complex type 51 MethodInstanceType 63 Properties complex type 51 NameString 64 Property complex type 52 OperationModeType 65 ReturnTypeDescriptorLevel simple type 66 Ordinal 66 Right complex type 52 ParameterDirection 66 SourceEntity complex type 53 ReturnTypeDescriptorLevel 66 StringNormalizeMode simple type 67 StringNormalizeMode 67 TypeDescriptor complex type 53 TypeDescriptorTypeNameString 67 TypeDescriptors complex type 57 TypeNameString 69 TypeDescriptorTypeNameString simple type 67 UrlString 70 TypeNameString simple type 69 VersionString 70 UrlString simple type 70 Simple types - metadata model resources VersionString simple type 70 BdcRightName 90 Structures – metadata model NameString 91 LobSystems complex type 40 TypeNameString 91 Model complex type 48 VersionString 92 Structures - metadata model resources Structures AccessControlEntry complex type 71 overview 16 AccessControlList complex type 72 Structures - metadata model Action complex type 72 AccessControlEntry complex type 16 ActionParameter complex type 73 AccessControlList complex type 17 ActionParameters complex type 74 Action complex type 18 Actions complex type 74 ActionParameter complex type 20 Association complex type 74 ActionParameters complex type 20 AssociationGroup complex type 75 ActionPosition simple type 58 AssociationGroups complex type 75 Actions complex type 21 BdcRightName simple type 90 Association complex type 21 Entities complex type 76 AssociationGroup complex type 25 Entity complex type 76 AssociationGroups complex type 26 FilterDescriptor complex type 78 AssociationReference complex type 26 FilterDescriptors complex type 78 BdcRightName simple type 58 Identifier complex type 78 ConvertType complex type 27 Identifiers complex type 79 DefaultValue complex type 28</p><p>169 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016 IndividuallySecurableMetadataObject complex type TypeNameString simple type 91 79 VersionString simple type 92 LobSystem complex type 80 LobSystemInstance complex type 81 T LobSystemInstances complex type 81 LobSystems complex type 82 Tracking changes 125 LocalizedDisplayName complex type 82 LocalizedDisplayNames complex type 83 MetadataObject complex type 83 V Method complex type 84 MethodInstance complex type 85 Vendor-extensible fields 15 MethodInstances complex type 85 Versioning 15 Methods complex type 86 Model complex type 86 W NameString simple type 91 Parameter complex type 87 Web Service Model example 95 Parameters complex type 88 Properties complex type 88 Property complex type 88 X Right complex type 89 TypeDescriptor complex type 89 XML schema 107 TypeDescriptors complex type 90</p><p>170 / 170 [MS-BDCMFFS] - v20160914 Business Data Connectivity Model File Format Copyright © 2016 Microsoft Corporation Release: September 14, 2016</p>
Details
-
File Typepdf
-
Upload Time-
-
Content LanguagesEnglish
-
Upload UserAnonymous/Not logged-in
-
File Pages170 Page
-
File Size-