Projects Schema
Project Element
Projects Schema > Projects Element : Project Element

Glossary Item Box

Description

A project.
Namespace (none)

Diagram

Project Element

Overview

Project 0..∞
A project.
Name required xs:string
The name of the project.

Attributes

NameTypeUseDefaultFixedDescription
Namexs:stringrequired  The name of the project.

Source

<xs:element name="Project" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A project.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="Name" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>
                                    The name of the project.
                                </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also