ProjectAccessData Schema
DeniedFeatures Element
ProjectAccessData Schema : DeniedFeatures Element

Glossary Item Box

Description

The collection of unavailable features.
Namespace (none)

Diagram

Feature Element Sequence DeniedFeatures Element

Overview

DeniedFeatures
The collection of unavailable features.
Sequence
Feature 0..∞ xs:string

Source

<xs:element name="DeniedFeatures" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
              The collection of unavailable features.
              </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Feature" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also