complexType XmlDynamicIdField
diagram de_wsdl_diagrams/de_wsdl_p22595.png
namespace http://api.organisation.common.n2.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:token  required      
value  xs:string  optional      
annotation
documentation
Forms optional part of a XmlParticipantId to support the use of Dynamic Participants.
When the Participant is part of a Dynamic Organisation Template, the identity must carry additional name/value pairs in order to identify the Dynamic Organisationl Instance in which the entity is located.
The names of these additional attributes are defined on the Dynamic Organisation Template, at design time.
Although the values are optional, if no value is given it will only match against a Dynamic Organisationl Instance with a null value for the same attribute.
source <xs:complexType name="XmlDynamicIdField">
 
<xs:annotation>
   
<xs:documentation>Forms optional part of a XmlParticipantId to support the use of Dynamic Participants.
When the Participant is part of a Dynamic Organisation Template, the identity must carry additional name/value pairs in order to identify the Dynamic Organisationl Instance in which the entity is located.
The names of these additional attributes are defined on the Dynamic Organisation Template, at design time.
Although the values are optional, if no value is given it will only match against a Dynamic Organisationl Instance with a null value for the same attribute.
</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="name" type="xs:token" use="required"/>
 
<xs:attribute name="value" type="xs:string" use="optional"/>
</xs:complexType>

attribute XmlDynamicIdField/@name
type xs:token
properties
use required
source <xs:attribute name="name" type="xs:token" use="required"/>

attribute XmlDynamicIdField/@value
type xs:string
properties
use optional
source <xs:attribute name="value" type="xs:string" use="optional"/>

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