...
Info |
---|
In the bill XML, higher-level headings like Parts are not merely titles; they are XML tags which effectively ‘wrap’ (i.e. completely enclose) the provisions which are under that heading. For example, if a bill Bill contains two Parts, and Part 2 contains sections 4-6, then in the XML of that bill Bill sections 4-6 are all contained within an XML tag for representing Part 2. If an amendment were to remove an existing heading, such as Part 2, a slightly complex transformation would be required to wrap or unwrap the provisions under that heading in the XML. |
...