simpleType VersioningStateEnum
namespace http://document.api.bds.tibco.com
type restriction of xs:string
properties
base xs:string
used by
elements CreateDocumentRequestType/versioningState GetRepositoryInfoResponseType/versioningStateSupported
facets
Kind Value Annotation
enumeration MAJOR
enumeration MINOR
enumeration NONE
annotation
documentation
Enum reflecting CMIS 'versioning states'
source <xs:simpleType name="VersioningStateEnum">
 
<xs:annotation>
   
<xs:documentation>Enum reflecting CMIS 'versioning states'</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="MAJOR"/>
   
<xs:enumeration value="MINOR"/>
   
<xs:enumeration value="NONE"/>
 
</xs:restriction>
</xs:simpleType>

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