<xsd:element name="parameterList" id="el.parameterList">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A container for one or more parameters.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">parameterList can contain several parameters.</h:div>
<h:div class="example" href="parameterList1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
<h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2006-02-16:PMR. Added parameterList as child</h:div>
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="metadataList" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="name" minOccurs="0" maxOccurs="unbounded" />
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="parameter" />
<xsd:element ref="parameterList" />
<!-- I don't know how to include this...
<xsd:any processContents="lax"/>
-->
</xsd:choice>
</xsd:sequence>
<xsd:attributeGroup ref="dictRef" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="ref" />
<xsd:attributeGroup ref="role" />
</xsd:complexType>
</xsd:element>
|