Documentation for ATIS-Draft-03-00-79

Complex Type: FcReportValidationErrors

[Table of contents]

Super-types: None
Sub-types: None
Name FcReportValidationErrors
Used by (from the same schema document) Element fcReportValidationErrors
Abstract no
XML Instance Representation
<...>
<source> [1]
Start Choice [1]
<vehicle> CPTVehicleIden </vehicle> [1]
<stoppoint> CPTStoppointIden </stoppoint> [1]
End Choice
</source>
<file-identifier> CPT-FileIdentifier </file-identifier> [1]
<version-number> CPT-FileVersion </version-number> [1]
<time-failed> CPT-DateTime </time-failed> [0..1]
<errors-found> [1]
Start Sequence [1..300]
<errors-found-item> FCValidationError </errors-found-item> [1]
End Sequence
</errors-found>
<localFcReportValidationErrors> local:FcReportValidationErrors </localFcReportValidationErrors> [0..1]
</...>
Diagram
h1471596526 h2146772752 h-1941335664 h1398126929 h1272267302 h748837069 h-919924422
Schema Component Representation
<xs:complexType name="FcReportValidationErrors">
<xs:sequence>
<xs:element name="source">
<xs:complexType>
<xs:choice>
<xs:element name="vehicle" type=" CPTVehicleIden "/>
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="file-identifier" type=" CPT-FileIdentifier "/>
<xs:element name="version-number" type=" CPT-FileVersion "/>
<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=" FCValidationError "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localFcReportValidationErrors" type=" local:FcReportValidationErrors " minOccurs="0"/>
</xs:sequence>
</xs:complexType>