2.31 Perspective

The Perspective element specifies a subset of the semantic model to provide to users as a submodel.

The following are the parent elements, attributes, and child elements of the Perspective element.

Parent elements

Perspectives

Attributes

Perspective.ID

Child elements

Perspective.CustomProperties

Perspective.Description

Perspective.ModelItems

Perspective.Name

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

 <xsd:complexType name="PerspectiveType">
   <xsd:all>
     <xsd:element name="Name" type="NonEmptyString" />
     <xsd:element name="Description" type="xsd:string" minOccurs="0" />
     <xsd:element name="ModelItems" type="ModelItemsType" />
     <xsd:element name="CustomProperties" type="CustomPropertiesType" 
                  minOccurs="0" />
   </xsd:all>
   <xsd:attribute name="ID" type="xsd:QName" use="required" />
 </xsd:complexType>