hi there,
having examined both the sample download & the schema, i have identified some inconsistencies (see below).
Can you please confirm what XML will be in the schema for Statement of Capital , and also provide an example where all the individual XML elements are populated ?
StatementOfCapitalType Received in Sample Download
<.StatementOfCapital>
<.Capital>
<.TotalNumberOfIssuedShares>50001<./TotalNumberOfIssuedShares>
<.ShareCurrency>GBP
<.TotalAggregateNominalValue>50001<./TotalAggregateNominalValue>
<.Shares>
<.ShareClass>Ordinary<./ShareClass>
<.NumShares>50000<./NumShares>
<.AmountPaidDuePerShare>0.000<./AmountPaidDuePerShare>
<.AmountUnpaidPerShare>0.000<./AmountUnpaidPerShare>
<.AggregateNominalValue>50000<./AggregateNominalValue>
<./Shares>
<.Shares>
<.ShareClass>Special<./ShareClass>
<.NumShares>1<./NumShares>
<.AmountPaidDuePerShare>0.000<./AmountPaidDuePerShare> this is not in StatementOfCapitalType schema
<.AmountUnpaidPerShare>0.000<./AmountUnpaidPerShare> this is not in StatementOfCapitalType schema
<.AggregateNominalValue>1<./AggregateNominalValue>
<./Shares>
<./Capital>
<./StatementOfCapital>
StatementOfCapitalType referenced by Company Download Schema and Confirmation Statement schema
<.StatementOfCapital>
<.Capital>
<.TotalAmountUnpaid>50001<./ TotalAmountUnpaid > missing from sample received
<.TotalNumberOfIssuedShares>50001<./TotalNumberOfIssuedShares>
<.ShareCurrency>GBP<./ShareCurrency>
<.TotalAggregateNominalValue>50001<./TotalAggregateNominalValue>
<.Shares>
<.ShareClass>Ordinary<./ShareClass>
<.NumShares>50000<./NumShares>
<.PrescribedParticulars>0.000<./ PrescribedParticulars> missing from sample received
<.AggregateNominalValue>50000<./AggregateNominalValue>
<./Shares>
<./Capital>
<./StatementOfCapital>