IBM Version 5 manual Sequence

Models: Version 5

1 340
Download 340 pages 15.44 Kb
Page 129
Image 129

[005]<sequence>

[006]<element maxOccurs="unbounded" minOccurs="0" ref="PASSENGER_SCHEDULE_AIRCRAFT:PASSENGER_SCHEDULE_AIRCRAFT"/>

[007]</sequence>

[008]</complexType>

[009]<key name="PASSENGER_SCHEDULE_AIRCRAFTPRIMKEY">

[010]<selector

xpath="PASSENGER_SCHEDULE_AIRCRAFT:PASSENGER_SCHEDULE_AIRCRAFT"/>

[011]<field xpath="@FLIGHT"/>

[012]<field xpath="@MEMBERSHIP"/>

[013]</key>

[014]</element>

[015]<element name="PASSENGER_SCHEDULE_AIRCRAFT">

[016]<complexType>

[017]<attribute name="FLIGHT">

[018]

<simpleType>

[019]

<restriction base="string">

[020]

<maxLength value="30"/>

[021]

</restriction>

[022]

</simpleType>

[023]</attribute>

[024]<attribute name="NAME">

[025]

<simpleType>

[026]

<restriction base="string">

[027]

<maxLength value="20"/>

[028]

</restriction>

[029]

</simpleType>

[030]</attribute>

[031]<attribute name="MEMBERSHIP">

[032]

<simpleType>

[033]

<restriction base="string">

[034]

<maxLength value="10"/>

[035]

</restriction>

[036]

</simpleType>

[037]</attribute>

[038]<attribute name="AIRCRAFT">

[039]

<simpleType>

[040]

<restriction base="string">

[041]

<maxLength value="10"/>

[042]

</restriction>

[043]

</simpleType>

[044]</attribute>

[045]<attribute name="DEPARTURE">

[046]

<simpleType>

[047]

<restriction base="string">

[048]

<maxLength value="10"/>

[049]

</restriction>

[050]

</simpleType>

[051]</attribute>

Chapter 6. RDB and XML integration 113

Page 129
Image 129
IBM Version 5 manual Sequence