git_bsmd/nsw/HIS-NORD/xsd.5.0.2018/info_reeder.xsd

27 lines
1.2 KiB
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="info">
<xs:sequence>
<xs:element name="ShippingArea" type="shippingarea-type"/>
<xs:element name="PortArea" type="string2-4-type"/>
<xs:element name="RequestedPositionInPortOfCall" type="string1-99-type"/>
<xs:element name="SpecialRequirementsOfShipAtBerth" type="string1-255-type" minOccurs="0"/>
<xs:element name="ConstructionCharacteristicsOfShip" type="string0-99-type" minOccurs="0"/>
<xs:element name="BowThrusterPower" type="string0-24-type" minOccurs="0"/>
<xs:element name="SternThrusterPower" type="string0-24-type" minOccurs="0"/>
<xs:element name="FumigatedBulkCargo" type="yorn-type"/>
<xs:element name="DeadWeightSummer_TNE" type="xs:float" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<!-- ======== simple types - enumerations =========== -->
<xs:simpleType name="shippingarea-type">
<xs:restriction base="xs:string">
<xs:enumeration value="NORTH_BALTIC_SEA"/>
<xs:enumeration value="EUROPE"/>
<xs:enumeration value="OVERSEAS"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>