2.30 Perspectives

The Perspectives element specifies a collection of perspectives of the semantic model.

The Perspectives element MUST contain at least one Perspectives.Perspective child element and can contain more.

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

Parent elements

SemanticModel

Child elements

Perspectives.Perspective

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

 <xsd:complexType name="PerspectivesType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Perspective" type="PerspectiveType" />
   </xsd:choice>
 </xsd:complexType>