<xs:element name="LandingCall">
<xs:complexType>
<xs:complexContent>
<xs:extension base="LandingCallType">
<xs:attributeGroup ref="ST" />
<xs:attribute name="Cost" type="CostType" use="optional" />
<xs:attribute name="Rank" type="RankType" />
<xs:attribute name="ID" type="CallID" use="optional">
<xs:annotation>
<xs:documentation>Uniquely identify this call</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|