2.2.3.34 TypeDescriptor

Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources

Referenced by: Parameter, TypeDescriptors

A complex type that identifies a TypeDescriptor.

Child Elements:

LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.

Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model.

TypeDescriptors: A TypeDescriptors element (section 2.2.3.35) that specifies the child TypeDescriptors of the TypeDescriptor.

Attributes:

Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject.

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

 <xs:complexType name="TypeDescriptor">
   <xs:complexContent>
     <xs:extension base="bdc:MetadataObject">
       <xs:sequence>
         <xs:element name="TypeDescriptors" type="bdc:TypeDescriptors" minOccurs="0">
           <xs:unique name="TypeDescriptorNameKey">
             <xs:selector xpath="*"/>
             <xs:field xpath="@Name"/>
           </xs:unique>
         </xs:element>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

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