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

Glossary Item Box

Description

Attributes of a version of an entity.
Namespace (none)

Diagram

Version Element Comment Element All CheckOutParameters Element

Overview

CheckOutParameters
Attributes of a version of an entity.
All
Comment optional xs:string
The comment entered by the user on check-out.
Version optional xs:int
The version number to check-out. If not specifed, the latest version is checked-out.

Source

<xs:element name="CheckOutParameters" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
            Attributes of a version of an entity.
        </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:all>
      <xs:element name="Comment" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
                        The comment entered by the user on check-out.
                    </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Version" type="xs:int" minOccurs="0">
        <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>
    </xs:all>
  </xs:complexType>
</xs:element>

See Also