QCRestException Schema
TitleType Complex Type
QCRestException Schema : TitleType Complex Type

Glossary Item Box

Description

The main description of the exception.
Namespace (none)

Base Type

Extension of xs:string

Diagram

TitleType Complex Type

Overview

TitleType Extension of xs:string
The main description of the exception.

Used By

Source

<xs:complexType name="TitleType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                The main description of the exception.
            </xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string" />
  </xs:simpleContent>
</xs:complexType>

See Also