| OLD line(s): 46
<xsd:element name="Statement" type="ExplanationType" minOccurs="0" /> | NEW line(s): 46,82
<!-- Balance Sheet Item --> <xsd:element name="Item" type="LineExplanationType" minOccurs="0"> <xsd:annotation> <xsd:documentation> <Description>Balance Sheet Item</Description> </xsd:documentation> </xsd:annotation> </xsd:element> <!-- Prior Year Balance Sheet Closing Amount --> <xsd:element name="PriorClosingAmount" type="USAmountType" minOccurs="0"> <xsd:annotation> <xsd:documentation> <Description>Prior Year Balance Sheet Closing Amount</Description> </xsd:documentation> </xsd:annotation> </xsd:element> <!-- Current Year Balance Sheet Opening Amount --> <xsd:element name="CurrentOpeningAmount" type="USAmountType" minOccurs="0"> <xsd:annotation> <xsd:documentation> <Description>Current Year Balance Sheet Opening Amount</Description> </xsd:documentation> </xsd:annotation> </xsd:element> <!-- Short explanation for the balance sheet differences --> <xsd:element name="ExplanationofChange" type="ExplanationType" minOccurs="0"> <xsd:annotation> <xsd:documentation> <Description>Short explanation for the balance sheet differences</Description> </xsd:documentation> </xsd:annotation> </xsd:element> |