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