<xsd:complexType name="CreditPostalAddressType">
<xsd:complexContent>
<xsd:extension base="PostalAddressType">
<xsd:sequence>
<xsd:element name="ReportedDate" type="ReportedDateType" minOccurs="0" />
<xsd:element name="LastReportedBy" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="current" type="xsd:boolean" use="optional" />
<xsd:attribute name="enteredOnInquiry" type="xsd:boolean" use="optional" />
<xsd:attribute name="timesReported" type="xsd:string" use="optional" />
<xsd:attribute name="validFrom" type="AnyDateTimeNaType" use="optional" />
<xsd:attribute name="validTo" type="AnyDateTimeNaType" use="optional" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|