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