entity-resource-descriptors Schema
SupportsLock Element
entity-resource-descriptors Schema : SupportsLock Element

Glossary Item Box

Description

true indicates that this entity can be locked. The URL attribute is the regular expression for getting and deleting a lock.
Namespace (none)

Type

Diagram

SupportsLock Element

Overview

SupportsLock BooleanWithURLType Complex Type
true indicates that this entity can be locked. The URL attribute is the regular expression for getting and deleting a lock.
url required xs:string

Source

<xs:element name="SupportsLock" type="BooleanWithURLType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                true indicates that this entity can be locked.
                The URL attribute is the regular expression for getting and deleting a lock.
        </xs:documentation>
  </xs:annotation>
</xs:element>

See Also