ProjectAccessData Schema
ProjectAccessData Element
ProjectAccessData Schema : ProjectAccessData Element

Glossary Item Box

Description

Features available to users of the project.
Namespace (none)

Diagram

DeniedFeatures Element Extensions Element Modules Element All ProjectAccessData Element

Overview

ProjectAccessData
Features available to users of the project.
All
Modules
The modules collection.
Extensions
The extensions collection.
DeniedFeatures
The collection of unavailable features.

Source

<xs:element name="ProjectAccessData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
        Features available to users of the project.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:all>
      <xs:element ref="Modules" minOccurs="1" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
                          The modules accessible to project users.
                       </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="Extensions" minOccurs="1" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
                          The extensions available to the project.
                       </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="DeniedFeatures" minOccurs="1" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
                          The collection of features that are not available under this edition of ALM.
                       </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:all>
  </xs:complexType>
</xs:element>

See Also