namespace | http://api.brm.n2.tibco.com | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |