RailLegDestination

Element Information

Model

Children: Address, Airport

Used By

Element RailLeg

Source

<xs:element name="RailLegDestination">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="Airport"/>
      <xs:element ref="Address"/>
    </xs:choice>
  </xs:complexType>
</xs:element>

Sample