<xsd:complexType name="EPMSummaryResultType">
<xsd:sequence>
<xsd:element name="ResultId" type="EntityIdType" minOccurs="0" />
<xsd:element name="ResultDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation>Required element. Date of the EPM result.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AppraisalPeriod" type="EPMPeriodType" minOccurs="0" />
<xsd:element name="ProviderId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>An optional identifier for the EPM provider or source of the EPM Result.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PreparedBy" type="EPMPersonType" minOccurs="0" />
<xsd:element name="AppraisalSubject" type="EPMPersonType" />
<xsd:element name="ReasonCode" type="EPMReasonCodeType" minOccurs="0" />
<xsd:element name="ScheduleType" type="EPMScheduleType" minOccurs="0" />
<xsd:element name="OverallRating" type="EPMOverallRatingType" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute ref="xml:lang" />
</xsd:complexType>
|