2.6 Entities

The Entities element specifies a collection that is an ordered list of Entity and EntityFolder elements in the model.

The Entities element MUST contain at least one Entities.Entity or Entities.EntityFolder element and can contain more.

The following are the parent and child elements of the Entities element.

Parent elements

EntityFolder

SemanticModel

Child elements

Entities.Entity

Entities.EntityFolder

The following is the XML Schema definition of the Entities element.

 <xsd:complexType name="EntitiesType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Entity" type="EntityType" />
     <xsd:element name="EntityFolder" type="EntityFolderType" />
   </xsd:choice>
 </xsd:complexType>