Documentation for ATIS-Draft-03-00-79

Complex Type: CcDGPS

[Table of contents]

Super-types: None
Sub-types: None
Name CcDGPS
Used by (from the same schema document) Element ccDGPS
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<corrections> [1]
Start Sequence [1..32]
<correction> OBBusDGPSDifferentialCorrection </correction> [1]
End Sequence
</corrections>
</...>
Diagram
h-527207252 h469594887
Schema Component Representation
<xs:complexType name="CcDGPS">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="corrections">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="32">
<xs:element name="correction" type=" OBBusDGPSDifferentialCorrection "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>