2.1.3.39 Properties

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

Referenced by: Model, LobSystem, LobSystemInstance, MetadataObject, Entity, Identifier, Method, FilterDescriptor, Parameter, TypeDescriptor, Association, MethodInstance, IndividuallySecurableMetadataObject, AssociationGroup, Action, ActionParameter

A complex type that specifies a list of Properties of a MetadataObject.

Child Elements:

Property: A Property element (section 2.1.3.40) that specifies a Property.

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

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

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