2.32 ModelItems

The ModelItems element specifies a collection of references to items in the semantic model that are included in the perspective.

The ModelItems element specifies a collection of ModelItems.ModelItemID elements. The ModelItems element MUST contain at least one ModelItems.ModelItemID element and can contain more.

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

Parent elements

Perspective

Child elements

ModelItems.ModelItemID

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

 <xsd:complexType name="ModelItemsType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="ModelItemID" type="xsd:QName" />
   </xsd:choice>
 </xsd:complexType>