simpleType DistributionStrategy
namespace http://api.brm.n2.tibco.com
type restriction of xs:string
properties
final restriction
base xs:string
facets
Kind Value Annotation
enumeration OFFER
enumeration ALLOCATE
annotation
documentation
Enumerated value defining the the allowable types of distribution strategy (e.g. OFFER, ALLOCATE).
source <xsd:simpleType name="DistributionStrategy" final="restriction">
 
<xsd:annotation>
   
<xsd:documentation>Enumerated value defining the the allowable types of distribution strategy (e.g. OFFER, ALLOCATE).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xs:string">
   
<xsd:enumeration value="OFFER"/>
   
<xsd:enumeration value="ALLOCATE"/>
 
</xsd:restriction>
</xsd:simpleType>

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