simpleType ResourcesRequiredType
namespace http://api.brm.n2.tibco.com
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration ALL
enumeration MINE
annotation
documentation
Enumerated value defining if specific resources are being requested. Currently the only supported option is ALL.
source <xs:simpleType name="ResourcesRequiredType">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining if specific resources are being requested. Currently the only supported option is ALL.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="ALL"/>
   
<xs:enumeration value="MINE"/>
 
</xs:restriction>
</xs:simpleType>

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