favorites Schema
module-id Element
favorites Schema > Favorite Element : module-id Element

Glossary Item Box

Description

The ID of the module this favorite belongs to. The possible values are from the MODULES table in the project database.
Namespace (none)

Type

xs:int

Diagram

module-id Element

Overview

module-id optional xs:int
The ID of the module this favorite belongs to. The possible values are from the MODULES table in the project database.

Source

<xs:element name="module-id" type="xs:int" minOccurs="0" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                            The ID of the module this favorite belongs to.
                            The possible values are from the MODULES table in the project database.
                        </xs:documentation>
  </xs:annotation>
</xs:element>

See Also