2.2.3.28 Model

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

A complex type that identifies a Model.

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.

AccessControlList: An AccessControlList element (section 2.2.3.2) that specifies the access control list (ACL) of the Model.

LobSystems: An LobSystems element (section 2.2.3.20) that specifies the LobSystems of the Model.

Attributes:

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

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

 <xs:complexType name="Model">
   <xs:complexContent>
     <xs:extension base="bdc:IndividuallySecurableMetadataObject">
       <xs:sequence>
         <xs:element name="LobSystems" type="bdc:LobSystems" minOccurs="0" maxOccurs="1">
           <xs:unique name="LobSystemNameKey">
             <xs:selector xpath="*"/>
             <xs:field xpath="@Name"/>
           </xs:unique>
         </xs:element>
       </xs:sequence>
       <xs:attribute name="Name" type="bdc:NameString" use="required"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

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