<xsd:complexType name="ReconciliationSummary_Type">
<xsd:sequence>
<xsd:element ref="ReconciliationSummaryKey" minOccurs="0" />
<xsd:element ref="ReconciliationSummarySysKey" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ReconciliationSummaryType" minOccurs="0" />
<xsd:element ref="ReconciliationDetailTypeCode" minOccurs="0" />
<xsd:element ref="ReconciliationTotalAmtSource" minOccurs="0" />
<xsd:element ref="ReconciliationTotalQtySource" minOccurs="0" />
<xsd:element ref="ReconciliationDetail" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="OLifEExtension" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
<xsd:attribute name="DataRep" type="DATAREP_TYPES" />
</xsd:complexType>
|