entity-resource-descriptors Schema
SupportsVC Element
entity-resource-descriptors Schema : SupportsVC Element

Glossary Item Box

Description

true indicates that versions of this entity can be saved if version control is enabled for the project. The URL attribute is the regular expression for getting versions.
Namespace (none)

Type

Diagram

SupportsVC Element

Overview

SupportsVC BooleanWithURLType Complex Type
true indicates that versions of this entity can be saved if version control is enabled for the project. The URL attribute is the regular expression for getting versions.
url required xs:string

Source

<xs:element name="SupportsVC" type="BooleanWithURLType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                true indicates that versions of this entity can be saved if version control is enabled for the
                project. The URL attribute is the regular expression for getting versions.
            </xs:documentation>
  </xs:annotation>
</xs:element>

See Also