18 lines
609 B
XML
18 lines
609 B
XML
<?xml version="1.0"?>
|
|
<!-- DATEN + DIENSTE GmbH Rostock, Version vom 11.04.2017 -->
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:complexType name="bpol">
|
|
<xs:sequence>
|
|
<xs:element name="StowawayOnBoard" type="yorn-type"/>
|
|
<xs:element name="PortOfItinerary" type="portofitinery" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
|
|
<xs:complexType name="portofitinery">
|
|
<xs:sequence>
|
|
<xs:element name="PortOfItineryName" type="string1-99-type"/>
|
|
<xs:element name="PortOfItineryETA" type="xs:dateTime"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
|
|
</xs:schema> |