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

TypeDescriptor: A TypeDescriptor element (section 2.1.3.43) that specifies a TypeDescriptor.

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

 <xs:complexType name="TypeDescriptors">
   <xs:sequence>
     <xs:element name="TypeDescriptor" type="bdc:TypeDescriptor" minOccurs="1" maxOccurs="unbounded"/>
   </xs:sequence>
 </xs:complexType>

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