simpleType DistributionStrategy
namespace http://api.brm.n2.tibco.com
type restriction of xs:string
properties
final restriction
base xs:string
used by
attributes BaseItemInfo/@distributionStrategy WorkModelEntity/@distributionStrategy
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 <xs:simpleType name="DistributionStrategy" final="restriction">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the the allowable types of distribution strategy (e.g. OFFER, ALLOCATE).</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="OFFER"/>
   
<xs:enumeration value="ALLOCATE"/>
 
</xs:restriction>
</xs:simpleType>

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