<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Definitions SYSTEM "widlprocxml.dtd">
<Definitions>
  <webidl>[Constructor]
interface LotteryResults {
  readonly attribute unsigned short[][] numbers;
};</webidl>
  <Interface name="LotteryResults" id="::LotteryResults">
    <webidl>[Constructor]
interface LotteryResults {
  readonly attribute unsigned short[][] numbers;
};</webidl>
    <ExtendedAttributeList>
      <ExtendedAttribute name="Constructor">
        <webidl>Constructor</webidl>
      </ExtendedAttribute>
    </ExtendedAttributeList>
    <Attribute readonly="readonly" name="numbers" id="::LotteryResults::numbers">
      <webidl>  readonly attribute unsigned short[][] numbers;</webidl>
      <Type type="array">
        <Type type="array">
          <Type type="unsigned short"/>
        </Type>
      </Type>
    </Attribute>
  </Interface>
</Definitions>
