check-out-parameters Schema
Version Element
check-out-parameters Schema > CheckOutParameters Element : Version Element

Glossary Item Box

Description

The version number to check-out. If not specifed, the latest version is checked-out.
Namespace (none)

Type

xs:int

Diagram

Version Element

Overview

Version optional xs:int
The version number to check-out. If not specifed, the latest version is checked-out.

Source

<xs:element name="Version" type="xs:int" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                        The version number to check-out. If not specifed, the latest version is checked-out.  
                    </xs:documentation>
  </xs:annotation>
</xs:element>

See Also