added some unversioned files
This commit is contained in:
parent
6b785af904
commit
a8652a3d59
32
OTRS_Host.txt
Normal file
32
OTRS_Host.txt
Normal file
@ -0,0 +1,32 @@
|
||||
OTRS Umstellung (VM, neue Werte eintragen)
|
||||
|
||||
Domänencontroller:
|
||||
File Config.pm in /opt/otrs/Kernel/, kopiert nach /tmp
|
||||
Dort in der Zeile LDAP::Host von 99.220 auf 99.250 geändert (müsste ich noch nachfragen,
|
||||
mehrere Einträge kann man m.E. nicht machen)
|
||||
|
||||
das System selbst ist nicht in der Domäne, sssd ist nicht installiert
|
||||
|
||||
DNS Server geändert (/etc/resolv.conf angepasst)
|
||||
im OTRS ist der Mailserver 192.168.178.135 eingetragen, sonst keine Einträge gefunden.xx
|
||||
|
||||
Backup-Script ist per cron gesteuert im Homedirectory von root. Credentials:
|
||||
otbak, PW: inbUIpzSBmLPd2EUL
|
||||
über /etc/fstab umgestellt auf SRV-11
|
||||
|
||||
|
||||
|
||||
User: root@localhost
|
||||
Pass: q5rxlDns0XcLlLVx
|
||||
|
||||
Datenbankuser: otrs
|
||||
Pass: T2lcEk7eLIYow5h5
|
||||
|
||||
User: root
|
||||
Pass: RJqgLpypaYEfIgcpRAf
|
||||
|
||||
|
||||
Mit freundlichen Grüßen
|
||||
Sven Krawitowski
|
||||
Technical Consultant
|
||||
09.06.2017
|
||||
BIN
nsw/Andere/NSW Ver. 01 - Ger.P.S.-1.xlsx
Normal file
BIN
nsw/Andere/NSW Ver. 01 - Ger.P.S.-1.xlsx
Normal file
Binary file not shown.
BIN
nsw/Andere/Preisliste GermanPortService NSW.pdf
Normal file
BIN
nsw/Andere/Preisliste GermanPortService NSW.pdf
Normal file
Binary file not shown.
BIN
nsw/EU-NOAD/2017_01_20_EU-NOAD.docx
Normal file
BIN
nsw/EU-NOAD/2017_01_20_EU-NOAD.docx
Normal file
Binary file not shown.
BIN
nsw/EU-NOAD/BSMD-ANSW.pptx
Normal file
BIN
nsw/EU-NOAD/BSMD-ANSW.pptx
Normal file
Binary file not shown.
BIN
nsw/EU-NOAD/BSMD.pdf
Normal file
BIN
nsw/EU-NOAD/BSMD.pdf
Normal file
Binary file not shown.
Binary file not shown.
3
nsw/EU-NOAD/ConnectionStrings.txt
Normal file
3
nsw/EU-NOAD/ConnectionStrings.txt
Normal file
@ -0,0 +1,3 @@
|
||||
Data Source=(localdb)\Projects;Initial Catalog=nsw;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False
|
||||
|
||||
Data Source=192.168.2.12;Initial Catalog=nsw;Uid=dfuser;Pwd=dfpasswd;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False
|
||||
BIN
nsw/EU-NOAD/DBTabellen.png
Normal file
BIN
nsw/EU-NOAD/DBTabellen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 153 KiB |
BIN
nsw/EU-NOAD/EU-NOAD-Nutzer.xlsx
Normal file
BIN
nsw/EU-NOAD/EU-NOAD-Nutzer.xlsx
Normal file
Binary file not shown.
BIN
nsw/EU-NOAD/EU-NOAD_2017_02_17.docx
Normal file
BIN
nsw/EU-NOAD/EU-NOAD_2017_02_17.docx
Normal file
Binary file not shown.
BIN
nsw/EU-NOAD/Eigene Zusammenstellung - Änderungen.xlsx
Normal file
BIN
nsw/EU-NOAD/Eigene Zusammenstellung - Änderungen.xlsx
Normal file
Binary file not shown.
BIN
nsw/EU-NOAD/Referenzwerte DK.xlsx
Normal file
BIN
nsw/EU-NOAD/Referenzwerte DK.xlsx
Normal file
Binary file not shown.
Binary file not shown.
BIN
nsw/EU-NOAD/Waste Type Codes.xlsx
Normal file
BIN
nsw/EU-NOAD/Waste Type Codes.xlsx
Normal file
Binary file not shown.
BIN
nsw/Polen/NSW Dokumentacja systemowa - DataProviders.pdf
Normal file
BIN
nsw/Polen/NSW Dokumentacja systemowa - DataProviders.pdf
Normal file
Binary file not shown.
52
nsw/Polen/authority.wsdl
Normal file
52
nsw/Polen/authority.wsdl
Normal file
@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- edited with XMLSpy v2015 rel. 3 sp1 (x64) (http://www.altova.com) by Krzysztof Mendalka (Sprint S.A.) -->
|
||||
<wsdl11:definitions xmlns:tns="https://nsw.emsa.europa.eu/ssn-nsw-web/messageservice" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:epc="http://www.iso.org/28005-2" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:ssn="urn:eu.emsa.ssn" name="MessageService" targetNamespace="https://nsw.emsa.europa.eu/ssn-nsw-web/messageservice">
|
||||
<wsdl11:types>
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<xsd:import namespace="http://www.iso.org/28005-2" schemaLocation="epc.xsd"/>
|
||||
</xsd:schema>
|
||||
</wsdl11:types>
|
||||
<wsdl11:message name="EPCMessage">
|
||||
<wsdl11:part name="name" element="epc:EPCMessage"/>
|
||||
</wsdl11:message>
|
||||
<wsdl11:portType name="AuthorityPortType">
|
||||
<wsdl11:operation name="notify">
|
||||
<wsdl11:input message="tns:EPCMessage"/>
|
||||
</wsdl11:operation>
|
||||
</wsdl11:portType>
|
||||
<wsdl11:binding name="AuthorityBinding" type="tns:AuthorityPortType">
|
||||
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||
<wsdl11:operation name="notify">
|
||||
<wsdl11:documentation>Usługa Authority, wywoływana przez NSW (notifyAuthority) przyjmuje wniosek EPC Request . </wsdl11:documentation>
|
||||
<soap:operation soapAction="urn:{http://www.iso.org/28005-2}Notify"/>
|
||||
<wsdl11:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl11:input>
|
||||
</wsdl11:operation>
|
||||
</wsdl11:binding>
|
||||
<wsdl11:service name="AuthorityService">
|
||||
<wsdl11:documentation>Usługa Authority, wywoływana przez NSW (notifyAuthority) przyjmuje wniosek EPC Request .</wsdl11:documentation>
|
||||
<wsdl11:port name="AuthorityPort" binding="tns:AuthorityBinding">
|
||||
<soap:address location="http://localhost/app_dev.php/soapTest"/>
|
||||
</wsdl11:port>
|
||||
</wsdl11:service>
|
||||
<!-- http://www.w3.org/2003/05/soap-envelope/ -->
|
||||
<!-- This service is provided by NSW and it is used for consuming EPCMessages. -->
|
||||
<!-- Implementation details for EPCMessageService -->
|
||||
<!-- EPCMessageService is located at -->
|
||||
<!-- This is a Callback operation provided by NSW. It receives the SSN2MS_ShipCall_Res
|
||||
from EIS. -->
|
||||
<!-- Implementation details for the VoyageQueryService service. -->
|
||||
<!-- Voyage query service is located at. -->
|
||||
<!-- This is a Callback operation provided by Ship Data Requestor. It receives
|
||||
the EPCMessage acknowledge from EIS. -->
|
||||
<!-- This is Service is provided by CRG. Sends notifications to Authority
|
||||
and receives responses from Authority. -->
|
||||
<!-- This is Service is provided by Authority role. Consumes messages from
|
||||
CRG and sends responses. -->
|
||||
<!-- wsdl11:service name="AuthorityService">
|
||||
<wsdl11:port name="NotifyAuthorityPort" binding="tns:AuthorityPushPortTypeBinding">
|
||||
<soap:address location="http://localhost:8080/nsw-web-app/notifyAuthority" />
|
||||
</wsdl11:port>
|
||||
</wsdl11:service -->
|
||||
</wsdl11:definitions>
|
||||
177
nsw/Polen/epc.xsd
Normal file
177
nsw/Polen/epc.xsd
Normal file
@ -0,0 +1,177 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- EMSA (SafeSeaNet@emsa.europa.eu), Electronic Port Clearance Version 1.3.1.2, 16-02-2015 -->
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:epc="http://www.iso.org/28005-2" targetNamespace="http://www.iso.org/28005-2" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
||||
<xs:include schemaLocation="iso28005-2.xsd" id="epc"/>
|
||||
<xs:element name="EPCMessage">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="EPCMessageHeader" type="epc:EPCMessageHeaderType"/>
|
||||
<xs:choice>
|
||||
<xs:element name="EPCRequestBody" type="epc:EPCRequestBodyType" minOccurs="0"/>
|
||||
<xs:element name="EPCCancelBody" type="epc:EPCCancelBodyType" minOccurs="0"/>
|
||||
<xs:element name="EPCReceiptBody" type="epc:EPCReceiptBodyType" minOccurs="0"/>
|
||||
<xs:element name="EPCAcknowledgeBody" type="epc:EPCAcknowledgeBodyType" minOccurs="0"/>
|
||||
<xs:element name="EPCComment" type="epc:string" minOccurs="0"/>
|
||||
</xs:choice>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:complexType name="EPCCancelBodyType">
|
||||
<xs:sequence>
|
||||
<xs:element name="Cancel" type="epc:boolean"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<!-- <xs:complexType name="EPCReceiptBodyType"> <xs:complexContent> <xs:extension
|
||||
base="epc:EPCAcknowledgeBodyType"> <xs:sequence> <xs:element name="RequestProcessed"
|
||||
type="epc:boolean"/> <xs:element name="RequestErrorCode" type="epc:token"/>
|
||||
<xs:element name="CurrentPortSecurityLevel" type="epc:CurrentPortSecurityLevelType"/>
|
||||
<xs:element name="RequestStatus" type="epc:RequestStatusTypeContentType"
|
||||
minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent>
|
||||
</xs:complexType> -->
|
||||
<xs:complexType name="EPCReceiptBodyType">
|
||||
<xs:sequence>
|
||||
<xs:element name="RequestProcessed" type="epc:boolean"/>
|
||||
<xs:element name="RequestErrorCode" type="epc:token"/>
|
||||
<xs:element name="CurrentPortSecurityLevel" type="epc:CurrentPortSecurityLevelType"/>
|
||||
<xs:element name="EPCClearanceStatus" type="epc:EPCClearanceStatusType" maxOccurs="unbounded"/>
|
||||
<xs:element name="RequestStatus" type="epc:RequestStatusTypeContentType" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="EPCAcknowledgeBodyType">
|
||||
<xs:sequence>
|
||||
<xs:element name="EPCClearanceStatus" type="epc:EPCClearanceStatusType" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="EPCClearanceStatusType">
|
||||
<xs:sequence>
|
||||
<xs:element name="Authority" type="epc:token"/>
|
||||
<xs:element name="UsesSW" type="epc:boolean"/>
|
||||
<xs:element name="RequestStatus" type="epc:RequestStatusType"/>
|
||||
<xs:element name="MissingTag" type="epc:string" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="EPCRequestBodyType">
|
||||
<xs:sequence>
|
||||
<xs:element name="OtherServiceRequest" type="epc:OtherServiceRequestType" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xs:element name="Agent" type="epc:AgentType" minOccurs="0"/>
|
||||
<xs:element name="Company" type="epc:CompanyType" minOccurs="0"/>
|
||||
<xs:element name="InmarsatCallNumber" type="epc:InmarsatCallNumberType" minOccurs="0" maxOccurs="5"/>
|
||||
<xs:element name="NameOfMaster" type="epc:NameType" minOccurs="0"/>
|
||||
<xs:element name="RegistrationPort" type="epc:RegistrationPortType" minOccurs="0"/>
|
||||
<xs:element name="ShipID" type="epc:ShipIDType" minOccurs="0"/>
|
||||
<xs:element name="CargoData" type="epc:CargoDataType" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xs:element name="CargoOverview" type="epc:CargoOverviewType" minOccurs="0"/>
|
||||
<xs:element name="CargoType" type="epc:CargoTypeContentType" minOccurs="0"/>
|
||||
<xs:element name="DGSafetyDataSheet" type="epc:DGSafetyDataSheetType" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xs:element name="DutiableCrewEffect" type="epc:DutiableCrewEffectType" minOccurs="0"/>
|
||||
<xs:element name="GeneralDescriptionOfDG" type="epc:GeneralDescriptionOfDGType" minOccurs="0"/>
|
||||
<xs:element name="ShipStore" type="epc:ShipStoreType" minOccurs="0"/>
|
||||
<xs:element name="CrewList" type="epc:CrewListType" minOccurs="0"/>
|
||||
<xs:element name="PassengerList" type="epc:PassengerListType" minOccurs="0"/>
|
||||
<xs:element name="PersonsOnBoard" type="epc:PersonsOnboardType" minOccurs="0"/>
|
||||
<xs:element name="ISSCertificate" type="epc:ISSCertificateType" minOccurs="0"/>
|
||||
<xs:element name="ShipClass" type="epc:ShipClassType" minOccurs="0"/>
|
||||
<xs:element name="INFClassContent" type="epc:INFClassContentType" minOccurs="0"/>
|
||||
<xs:element name="CurrentShipSecurityLevel" type="epc:CurrentShipSecurityLevelType" minOccurs="0"/>
|
||||
<xs:element name="PortCalls" type="epc:PortCallListType" minOccurs="0"/>
|
||||
<xs:element name="ShipToShipActivityList" type="epc:ShipToShipActivityListType" minOccurs="0"/>
|
||||
<xs:element name="HasSecurityPlan" type="epc:YesNoEnumType" minOccurs="0"/>
|
||||
<xs:element name="Beam" type="epc:BeamType" minOccurs="0"/>
|
||||
<xs:element name="YearOfBuilt" type="epc:date" minOccurs="0"/>
|
||||
<xs:element name="DeadWeight" type="epc:DeadWeightType" minOccurs="0"/>
|
||||
<xs:element name="DoubleBottomContent" type="epc:DoubleBottomContentType" minOccurs="0"/>
|
||||
<xs:element name="GrossTonnage" type="epc:GrossTonnageType" minOccurs="0"/>
|
||||
<xs:element name="IceClass" type="epc:IceClassType" minOccurs="0"/>
|
||||
<xs:element name="LengthOverall" type="epc:LengthOverallType" minOccurs="0"/>
|
||||
<xs:element name="NetTonnage" type="epc:NetTonnageType" minOccurs="0"/>
|
||||
<xs:element name="SummerDraught" type="epc:SummerDraughtType" minOccurs="0"/>
|
||||
<xs:element name="ShipTypeContent" type="epc:ShipTypeContentType" minOccurs="0"/>
|
||||
<xs:element name="AirDraught" type="epc:AirDraughtType" minOccurs="0"/>
|
||||
<xs:element name="ArrivalDraught" type="epc:ArrivalDraughtType" minOccurs="0"/>
|
||||
<xs:element name="ATA" type="epc:ATAType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Actual time that ship arrived at port of call or
|
||||
anchorage
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="ATD" type="epc:ATDType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Actual time that ship departed from port of call
|
||||
or anchorage
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="ATP" type="epc:ATPType" minOccurs="0"/>
|
||||
<xs:element name="BulkLoadUnloadData" type="epc:BulkLoadUnloadDataType" minOccurs="0"/>
|
||||
<xs:element name="CallPurpose" type="epc:CallPurposeType" minOccurs="0" maxOccurs="9"/>
|
||||
<xs:element name="DepartureDraught" type="epc:DepartureDraughtType" minOccurs="0"/>
|
||||
<xs:element name="EntryPosition" type="epc:EntryPositionType" minOccurs="0"/>
|
||||
<xs:element name="ETA" type="epc:ETAType" minOccurs="0"/>
|
||||
<xs:element name="ETD" type="epc:ETDType" minOccurs="0"/>
|
||||
<xs:element name="ETP" type="epc:ETPType" minOccurs="0"/>
|
||||
<xs:element name="ExitPosition" type="epc:ExitPositionType" minOccurs="0"/>
|
||||
<xs:element name="LastPortOfCall" type="epc:LastPortOfCallType" minOccurs="0"/>
|
||||
<xs:element name="Location" type="epc:LocationType" minOccurs="0"/>
|
||||
<xs:element name="NavigationalStatusContents" type="epc:NavigationalStatusContentType" minOccurs="0"/>
|
||||
<xs:element name="NextPortOfCall" type="epc:NextPortOfCallType" minOccurs="0"/>
|
||||
<xs:element name="NextReportTime" type="epc:NextReportTimeType" minOccurs="0"/>
|
||||
<xs:element name="OBOLoadUnloadData" type="epc:OBOLoadUnloadDataType" minOccurs="0"/>
|
||||
<xs:element name="PeriodOfStay" type="epc:PeriodOfStayType" minOccurs="0"/>
|
||||
<xs:element name="PortOfArrival" type="epc:PortOfArrivalType" minOccurs="0"/>
|
||||
<xs:element name="PortOfDeparture" type="epc:PortOfDepartureType" minOccurs="0"/>
|
||||
<xs:element name="Radiocommunications" type="epc:RadioCommunicationsType" minOccurs="0"/>
|
||||
<xs:element name="ROBBunkers" type="epc:ROBBunkersType" minOccurs="0"/>
|
||||
<xs:element name="BunkerDeliveryReceipt" type="epc:YesNoEnumType" minOccurs="0"/>
|
||||
<xs:element name="CivilLiabilityCertificate" type="epc:CivilLiabilityCertificateType" minOccurs="0"/>
|
||||
<xs:element name="CivilLiabilityBunkerPollutionCertificate" type="epc:CivilLiabilityCertificateType" minOccurs="0"/>
|
||||
<xs:element name="ShipDefects" type="epc:ShipDefectsType" minOccurs="0"/>
|
||||
<xs:element name="ShipStatus" type="epc:ShipStatusType" minOccurs="0"/>
|
||||
<xs:element name="VoyageNumber" type="epc:VoyageNumberType" minOccurs="0"/>
|
||||
<xs:element name="VoyageDescription" type="epc:VoyageDescriptionType" minOccurs="0"/>
|
||||
<xs:element name="WayPointList" type="epc:WayPointListType" minOccurs="0"/>
|
||||
<xs:element name="WeatherObservations" type="epc:WeatherInformationType" minOccurs="0"/>
|
||||
<xs:element name="BallastStatus" type="epc:BallastStatusType" minOccurs="0"/>
|
||||
<xs:element name="WasteDisposalRequirements" type="epc:WasteDisposalRequirementsType" minOccurs="0"/>
|
||||
<xs:element name="WasteInformation" type="epc:WasteInformationType" minOccurs="0"/>
|
||||
<!-- ELEMENTS IN ADDITION TO ISO/PAS 28005-1 -->
|
||||
<xs:element name="WasteDelivery" type="epc:WasteDeliveryType" minOccurs="0"/>
|
||||
<xs:element name="FlagState" type="epc:CountryCodeContentType" minOccurs="0"/>
|
||||
<xs:element name="RegistryCertificate" type="epc:CertificateOfRegistryType" minOccurs="0"/>
|
||||
<xs:element name="CSO" type="epc:CSOType" minOccurs="0"/>
|
||||
<xs:element name="PositionInPortOfCall" type="epc:string" minOccurs="0"/>
|
||||
<xs:element name="PossibleAnchorage" type="epc:YesNoEnumType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Whether the call is at an anchorage.Pre arrival
|
||||
information.
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="Anchorage" type="epc:YesNoEnumType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Whether the call is at an anchorage.Arrival
|
||||
information.
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="PlannedOperations" type="epc:token" minOccurs="0"/>
|
||||
<xs:element name="PlannedWorks" type="epc:token" minOccurs="0"/>
|
||||
<xs:element name="TankerHullConfiguration" type="epc:TankerHullConfigurationEnumType" minOccurs="0"/>
|
||||
<xs:element name="VolumeAndNatureOfCargo" type="epc:token" minOccurs="0"/>
|
||||
<xs:element name="ConditionOfCargoAndBallastTanks" type="epc:token" minOccurs="0"/>
|
||||
<xs:element name="ETAToNextPort" type="epc:ETAType" minOccurs="0"/>
|
||||
<xs:element name="ETDFromLastPort" type="epc:ETDFromLastPortType" minOccurs="0"/>
|
||||
<xs:element name="CruiseShipItinerary" type="epc:CruiseShipItineraryType" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xs:element name="ConfirmDPGListOnBoard" type="epc:ConfirmDPGListOnBoardType" minOccurs="0"/>
|
||||
<xs:element name="DPGDetails" type="epc:CargoManifestType" minOccurs="0"/>
|
||||
<xs:element name="ValidISSC" type="epc:YesNoEnumType" minOccurs="0"/>
|
||||
<xs:element name="ReasonForNoValidISSC" type="epc:token" minOccurs="0"/>
|
||||
<xs:element name="SecurityRelatedMatterToReport" type="epc:token" minOccurs="0"/>
|
||||
<xs:element name="Stowaways" type="epc:YesNoEnumType" minOccurs="0"/>
|
||||
<xs:element name="ValidSSC" type="epc:YesNoEnumType" minOccurs="0"/>
|
||||
<xs:element name="ShipSanitationCertificate" type="epc:ShipSanitationCertificateType" minOccurs="0"/>
|
||||
<xs:element name="Health" type="epc:HealthType" minOccurs="0"/>
|
||||
<xs:element name="HealthParticulars" type="epc:HealthParticularsType" minOccurs="0" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:schema>
|
||||
1506
nsw/Polen/iso28005-2.xsd
Normal file
1506
nsw/Polen/iso28005-2.xsd
Normal file
File diff suppressed because it is too large
Load Diff
BIN
nsw/S-211/Port-Call-Message-Standard_ver05_IALA-2016-09-05.pdf
Normal file
BIN
nsw/S-211/Port-Call-Message-Standard_ver05_IALA-2016-09-05.pdf
Normal file
Binary file not shown.
13
nsw/S-211/readme.txt
Normal file
13
nsw/S-211/readme.txt
Normal file
@ -0,0 +1,13 @@
|
||||
Ein bisschen einlesen auf Bitte von Kersten.
|
||||
http://stmvalidation.eu/
|
||||
|
||||
Das Developer Forum:
|
||||
http://stmvalidation.eu/developers-forum/
|
||||
|
||||
GitHub:
|
||||
https://github.com/SeaTrafficManagement/SeaSwimConnectorJava/releases/tag/1.0.0
|
||||
|
||||
Status: IALA Working Group Draft
|
||||
http://stmvalidation.eu/news/development-of-s-211-standard-for-port-call-message-starts-at-iala/
|
||||
|
||||
https://safety4sea.com/new-format-make-port-calls-efficient/
|
||||
BIN
nsw/Source/misc/EUREPORT.png
Normal file
BIN
nsw/Source/misc/EUREPORT.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
BIN
nsw/Source/misc/EUREPORT_Logo1.jpg
Normal file
BIN
nsw/Source/misc/EUREPORT_Logo1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user