2.1.3.13 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:

DefaultValue: A DefaultValue element (section 2.1.3.12) that specifies the DefaultValue corresponding to a MethodInstance.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="DefaultValues">
   <xs:sequence>
     <xs:element name="DefaultValue" type="bdc:DefaultValue" minOccurs="1" maxOccurs="unbounded" nillable="true"/>
   </xs:sequence>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).