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

TypeDescriptor: A TypeDescriptor element (section 2.2.3.34) 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.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).