Documentation for ATIS-Draft-03-00-79

Complex Type: FcFareZonePush

[Table of contents]

Super-types: None
Sub-types: None
Name FcFareZonePush
Used by (from the same schema document) Element fcFareZonePush
Abstract no
XML Instance Representation
<...>
<push-header> CPTPushHeader </push-header> [1]
<activationDate> CPT-Date </activationDate> [1]
<fareZones> [1]
Start Sequence [1..200]
<fareZone> FCFareZoneDefinition </fareZone> [1]
End Sequence
</fareZones>
</...>
Diagram
h-1737467159 h-1969881159 h-1305842321
Schema Component Representation
<xs:complexType name="FcFareZonePush">
<xs:sequence>
<xs:element name="push-header" type=" CPTPushHeader "/>
<xs:element name="activationDate" type=" CPT-Date "/>
<xs:element name="fareZones">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="200">
<xs:element name="fareZone" type=" FCFareZoneDefinition "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>