<complexType name="ParameterArrayPropertyType">
<annotation>
<documentation>Property type for arrays of parameters. Contains one or more Parameter elements in sequence. Used for collections of related parameters.</documentation>
</annotation>
<sequence maxOccurs="unbounded" minOccurs="1">
<element ref="diggs:Parameter" maxOccurs="1" minOccurs="1"/>
</sequence>
</complexType>
|