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 <xsd:simpleType name="ResourcesRequiredType">
 
<xsd:annotation>
   
<xsd:documentation>Enumerated value defining if specific resources are being requested. Currently the only supported option is ALL.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xs:string">
   
<xsd:enumeration value="ALL"/>
   
<xsd:enumeration value="MINE"/>
 
</xsd:restriction>
</xsd:simpleType>

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