Documentation for ATIS-Draft-03-00-79

Complex Type: CptSubErrorNotice

[Table of contents]

Super-types: None
Sub-types: None
Name CptSubErrorNotice
Used by (from the same schema document) Element cptSubErrorNotice
Abstract no
XML Instance Representation
<...>
<subscription> CPTSubscriptionHeader </subscription> [1]
<error> CPT-ErrorCode </error> [1]
<description> CPT-ErrorDescription </description> [0..1]
</...>
Diagram
h-527207252 h1373957866 h58760287
Schema Component Representation
<xs:complexType name="CptSubErrorNotice">
<xs:sequence>
<xs:element name="subscription" type=" CPTSubscriptionHeader "/>
<xs:element name="error" type=" CPT-ErrorCode "/>
<xs:element name="description" type=" CPT-ErrorDescription " minOccurs="0"/>
</xs:sequence>
</xs:complexType>