check-in-parameters Schema
CheckInParameters Element
check-in-parameters Schema : CheckInParameters Element

Glossary Item Box

Description

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

Diagram

OverrideLastVersion Element Comment Element All CheckInParameters Element

Overview

CheckInParameters
Attributes of a version of an entity.
All
Comment optional xs:string
The comment entered by the user on check-in.
OverrideLastVersion optional xs:boolean
If true, last version is overridden by this check-in. Default is false.

Source

<xs:element name="CheckInParameters" 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-in.
                    </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OverrideLastVersion" type="xs:boolean" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
                        If true, last version is overridden by this check-in. Default is false.  
                    </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:all>
  </xs:complexType>
</xs:element>

See Also