simpleType ResourceType
namespace http://api.de.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
attributes XmlResourceDetail/@resource-type XmlEntityDetail/@resource-type XmlLdapEntity/@resource-type
facets
Kind Value Annotation
enumeration DURABLE
enumeration CONSUMABLE
enumeration HUMAN
annotation
documentation
Enumerated value defining the specific type of a resource.
     
source <xs:simpleType name="ResourceType">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the specific type of a resource.
     
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="DURABLE"/>
   
<xs:enumeration value="CONSUMABLE"/>
   
<xs:enumeration value="HUMAN"/>
 
</xs:restriction>
</xs:simpleType>

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