git_bsmd/nsw/HIS-NORD/xsd.assert/tow_reeder.xsd
2015-07-12 18:12:31 +00:00

50 lines
2.1 KiB
XML

<?xml version="1.0"?>
<!-- DATEN + DIENSTE GmbH Rostock, Version vom 12.03.2015 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="tows">
<xs:sequence>
<xs:element name="TOW" type="tow" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="tow">
<xs:sequence>
<xs:element name="TowageName" type="string1-99-type"/>
<xs:element name="TowageFlag" type="flag-type" minOccurs="0"/>
<xs:element name="TowageOperator" type="towageoperator" minOccurs="0"/>
<xs:element name="TowageGrossTonnage" type="posint-type" minOccurs="0"/>
<xs:element name="TowageLengthOverall_MTR" type="posfloat-type"/>
<xs:element name="TowageBeam_MTR" type="posfloat-type"/>
<xs:element name="TowagePurposeOfCall" type="string1-99-type" minOccurs="0"/>
<xs:element name="TowageDraught_DMT" type="posfloat-type"/>
<xs:element name="TowageRemarks" type="string1-255-type" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="towageoperator">
<xs:sequence>
<xs:element name="TowageOperatorCompanyName" type="string1-99-type" minOccurs="0"/>
<xs:element name="Address" type="address" minOccurs="0"/>
<xs:element name="Contact" type="contact" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="address">
<xs:sequence>
<xs:element name="TowageOperatorStreetAndNumber" type="string1-99-type" minOccurs="0"/>
<xs:element name="TowageOperatorPostalCode" type="string1-24-type" minOccurs="0"/>
<xs:element name="TowageOperatorCity" type="string1-99-type" minOccurs="0"/>
<xs:element name="TowageOperatorCountry" type="string1-99-type" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="contact">
<xs:sequence>
<xs:element name="TowageOperatorPhone" type="string1-99-type" minOccurs="0"/>
<xs:element name="TowageOperatorFax" type="string1-99-type" minOccurs="0"/>
<xs:element name="TowareOperatorEMail" type="string1-99-type" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>