complexType Parameter
diagram pfe-business-service_diagrams/pfe-business-service_p120.png
namespace http://common.api.pfe.n2.tibco.com
children name value
used by
element PageFlowParameters/parameter
source <xs:complexType name="Parameter">
 
<xs:sequence>
   
<xs:element name="name" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Name of the paramerter.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="value" type="xs:anyType">
     
<xs:annotation>
       
<xs:documentation>Value of the parameter.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Parameter/name
diagram pfe-business-service_diagrams/pfe-business-service_p121.png
type xs:string
properties
content simple
annotation
documentation
Name of the paramerter.
source <xs:element name="name" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Name of the paramerter.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Parameter/value
diagram pfe-business-service_diagrams/pfe-business-service_p122.png
type xs:anyType
properties
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
annotation
documentation
Value of the parameter.
source <xs:element name="value" type="xs:anyType">
 
<xs:annotation>
   
<xs:documentation>Value of the parameter.</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy