<xsd:element name="FormalParameters">
<xsd:complexType>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element ref="deprecated:FormalParameter" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="xpdl:FormalParameter" minOccurs="0" maxOccurs="unbounded"/>
</xsd:choice>
<xsd:choice minOccurs="0">
<xsd:sequence>
<xsd:element name="Extensions">
<xsd:annotation>
<xsd:documentation>This element is needed to distinguish neighboring wildcard elements, it is not functional</xsd:documentation>
</xsd:annotation>
</xsd:element> |