http://yieldstar.com/ws/AppExchange/v1
complexType parameterWithMultipleValues

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://yieldstar.com/ws/AppExchange/v1}parameterWithMultipleValues (restriction)

Documentation
				This represents a parameter.
			
Properties
This component is not nillable.

Model
<...>
(name, value* )
</...>


Nested Element Summary
xs:stringname
           This is the name of the parameter.  
xs:stringvalue
           This is the value of the parameter  
Source
<xs:complexType name="parameterWithMultipleValues">
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="value" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.