1<?xml version="1.0" encoding="UTF-8"?>
 2<element name="param-spids-info" ns="" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
 3  <interleave>
 4    <optional>
 5      <attribute name="xsi:noNamespaceSchemaLocation">
 6        <value>http://chart/schemas/param-spids-info.xsd</value>
 7      </attribute>
 8    </optional>
 9    <oneOrMore>
10      <element name="field">
11        <interleave>
12          <element name="name">
13            <a:documentation>param name </a:documentation>
14            <text/>
15          </element>
16          <element name="spid">
17            <a:documentation>list of special packet identifiers associated with param</a:documentation>
18            <data type="integer"/>
19          </element>
20        </interleave>
21      </element>
22    </oneOrMore>
23  </interleave>
24</element>