|
| Namespace |
http://string.drv.de/xmlschema/string |
|
Diagram
|
|
| Type |
PosType |
|
Properties
|
| content |
complex |
| minOccurs |
1 |
| nillable |
false |
|
| Model
|
|
| Children |
Agency, BookingChannel, Country, Currency, Languages, ReceiverMatch, Requestor |
|
Instance
|
<POS xmlns="http://string.drv.de/xmlschema/string">
<Agency>{1,1}</Agency>
<Country>{0,1}</Country>
<Currency>{1,1}</Currency>
<Languages>{1,1}</Languages>
<Requestor>{1,1}</Requestor>
<ReceiverMatch>{0,1}</ReceiverMatch>
<BookingChannel>{1,1}</BookingChannel>
</POS> |
|
|
Source
|
<xs:element name="POS" type="PosType" minOccurs="1" nillable="false"/> |
|
|
|