Documentation for ATIS-Draft-03-00-79

Complex Type: SchReportValidationErrors

[Table of contents]

Super-types: None
Sub-types: None
Name SchReportValidationErrors
Used by (from the same schema document) Element schReportValidationErrors
Abstract no
XML Instance Representation
<...>
<originator> CPT-ApplicationID </originator> [1]
<version-used> SCHRouteVersion </version-used> [1]
<time-failed> CPT-DateTime </time-failed> [0..1]
<errors-found> [1]
Start Sequence [1..300]
<errors-found-item> SCHValidationError </errors-found-item> [1]
End Sequence
</errors-found>
</...>
Diagram
h325764800 h1434918754 h1272267302 h1936355100
Schema Component Representation
<xs:complexType name="SchReportValidationErrors">
<xs:sequence>
<xs:element name="originator" type=" CPT-ApplicationID "/>
<xs:element name="version-used" type=" SCHRouteVersion "/>
<xs:element name="time-failed" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="errors-found">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="300">
<xs:element name="errors-found-item" type=" SCHValidationError "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>