2.1.3.40 Property

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

Referenced by: Properties

A complex type that specifies the name and type of a Property. The text associated with this element is the value of the Property with the specified name for the containing MetadataObject.

Attributes:

Name: A NameString attribute (section 2.1.4.9) that specifies the Property name.

Type: A TypeNameString attribute (section 2.1.4.16) that specifies data type of the Property.

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

 <xs:complexType name="Property" mixed="true">
   <xs:attribute name="Name" type="bdc:NameString" use="required"/>
   <xs:attribute name="Type" type="bdc:TypeNameString" use="required"/>
 </xs:complexType>

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