entity-resource-descriptors Schema
SupportsAttachment Element
entity-resource-descriptors Schema : SupportsAttachment Element

Glossary Item Box

Description

true indicates that files can be attached to this entity. The URL attribute is the regular expression for getting attachments.
Namespace (none)

Type

Diagram

SupportsAttachment Element

Overview

SupportsAttachment BooleanWithURLType Complex Type
true indicates that files can be attached to this entity. The URL attribute is the regular expression for getting attachments.
url required xs:string

Source

<xs:element name="SupportsAttachment" type="BooleanWithURLType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
             true indicates that files can be attached to this entity.
             The URL attribute is the regular expression for getting attachments.
        </xs:documentation>
  </xs:annotation>
</xs:element>

See Also