favorite Schema
is-public Element
favorite Schema > Favorite Element : is-public Element

Glossary Item Box

Description

Indicates if the favorite is public (visible to all users) or visible only to owner.
Namespace (none)

Type

xs:boolean

Diagram

is-public Element

Overview

is-public optional xs:boolean
Indicates if the favorite is public (visible to all users) or visible only to owner.

Source

<xs:element name="is-public" type="xs:boolean" minOccurs="0" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                            Indicates if the favorite is public (visible to all users) or visible only to owner.
                        </xs:documentation>
  </xs:annotation>
</xs:element>

See Also