2.1.3.32 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:
Association: An Association element (section 2.1.3.7) that specifies an Association.
MethodInstance: A MethodInstance element (section 2.1.3.31) that specifies a MethodInstance.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="MethodInstances"> <xs:choice minOccurs="1" maxOccurs="unbounded"> <xs:element name="Association" type="bdc:Association"> <xs:unique name="SourceEntityNameNamespaceKey"> <xs:selector xpath="bdc:SourceEntity"/> <xs:field xpath="@Name"/> <xs:field xpath="@Namespace"/> </xs:unique> </xs:element> <xs:element name="MethodInstance" type="bdc:MethodInstance"/> </xs:choice> </xs:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).