complexType Parameter
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p85.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-pageflow-service_diagrams/pfe-pageflow-service_p86.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-pageflow-service_diagrams/pfe-pageflow-service_p87.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