favorite Schema
name Element
favorite Schema > Favorite Element : name Element

Glossary Item Box

Description

The name of the favorite.
Namespace (none)

Type

xs:string

Diagram

name Element

Overview

name optional xs:string
The name of the favorite.

Source

<xs:element name="name" type="xs:string" minOccurs="0" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                            The name of the favorite.
                        </xs:documentation>
  </xs:annotation>
</xs:element>

See Also