diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/Reference.cs b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/Reference.cs
deleted file mode 100644
index 24ccd2c5..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/Reference.cs
+++ /dev/null
@@ -1,880 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.34209
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace bsmd.herberg.FormService.ServiceReferenceHerberg {
-
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- [System.ServiceModel.ServiceContractAttribute(Namespace="http://www.fleettracker.de/api/1.0", ConfigurationName="ServiceReferenceHerberg.WSAPIFormDataPortType")]
- public interface WSAPIFormDataPortType {
-
- [System.ServiceModel.OperationContractAttribute(Action="http://www.fleettracker.de/GetFormDataInfoList", ReplyAction="*")]
- [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
- bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponse GetFormDataInfoList(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequest request);
-
- // CODEGEN: Generating message contract since the operation has multiple return values.
- [System.ServiceModel.OperationContractAttribute(Action="http://www.fleettracker.de/GetFormDataInfoList", ReplyAction="*")]
- System.Threading.Tasks.Task GetFormDataInfoListAsync(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequest request);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://www.fleettracker.de/GetFormData", ReplyAction="*")]
- [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
- bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponse GetFormData(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequest request);
-
- // CODEGEN: Generating message contract since the operation has multiple return values.
- [System.ServiceModel.OperationContractAttribute(Action="http://www.fleettracker.de/GetFormData", ReplyAction="*")]
- System.Threading.Tasks.Task GetFormDataAsync(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequest request);
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")]
- public partial class GetFormDataInfoListRequestData : object, System.ComponentModel.INotifyPropertyChanged {
-
- private APIIdentifier apiIdentifierField;
-
- private TimeFrameRequestFilter timeFrameRequestFilterField;
-
- private string ffTemplateNameField;
-
- private string ffFolderTemplateTypeTagField;
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
- public APIIdentifier apiIdentifier {
- get {
- return this.apiIdentifierField;
- }
- set {
- this.apiIdentifierField = value;
- this.RaisePropertyChanged("apiIdentifier");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
- public TimeFrameRequestFilter timeFrameRequestFilter {
- get {
- return this.timeFrameRequestFilterField;
- }
- set {
- this.timeFrameRequestFilterField = value;
- this.RaisePropertyChanged("timeFrameRequestFilter");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
- public string ffTemplateName {
- get {
- return this.ffTemplateNameField;
- }
- set {
- this.ffTemplateNameField = value;
- this.RaisePropertyChanged("ffTemplateName");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
- public string ffFolderTemplateTypeTag {
- get {
- return this.ffFolderTemplateTypeTagField;
- }
- set {
- this.ffFolderTemplateTypeTagField = value;
- this.RaisePropertyChanged("ffFolderTemplateTypeTag");
- }
- }
-
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
-
- protected void RaisePropertyChanged(string propertyName) {
- System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
- if ((propertyChanged != null)) {
- propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")]
- public partial class APIIdentifier : object, System.ComponentModel.INotifyPropertyChanged {
-
- private string companyGuidField;
-
- private string clientGuidField;
-
- private string clientNameField;
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Order=0)]
- public string companyGuid {
- get {
- return this.companyGuidField;
- }
- set {
- this.companyGuidField = value;
- this.RaisePropertyChanged("companyGuid");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Order=1)]
- public string clientGuid {
- get {
- return this.clientGuidField;
- }
- set {
- this.clientGuidField = value;
- this.RaisePropertyChanged("clientGuid");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Order=2)]
- public string clientName {
- get {
- return this.clientNameField;
- }
- set {
- this.clientNameField = value;
- this.RaisePropertyChanged("clientName");
- }
- }
-
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
-
- protected void RaisePropertyChanged(string propertyName) {
- System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
- if ((propertyChanged != null)) {
- propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")]
- public partial class FormData : object, System.ComponentModel.INotifyPropertyChanged {
-
- private string valueField;
-
- private string unitField;
-
- private string nameField;
-
- private int widget_idField;
-
- private int rowNoField;
-
- private bool rowNoFieldSpecified;
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
- public string value {
- get {
- return this.valueField;
- }
- set {
- this.valueField = value;
- this.RaisePropertyChanged("value");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
- public string unit {
- get {
- return this.unitField;
- }
- set {
- this.unitField = value;
- this.RaisePropertyChanged("unit");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
- public string name {
- get {
- return this.nameField;
- }
- set {
- this.nameField = value;
- this.RaisePropertyChanged("name");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
- public int widget_id {
- get {
- return this.widget_idField;
- }
- set {
- this.widget_idField = value;
- this.RaisePropertyChanged("widget_id");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
- public int rowNo {
- get {
- return this.rowNoField;
- }
- set {
- this.rowNoField = value;
- this.RaisePropertyChanged("rowNo");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool rowNoSpecified {
- get {
- return this.rowNoFieldSpecified;
- }
- set {
- this.rowNoFieldSpecified = value;
- this.RaisePropertyChanged("rowNoSpecified");
- }
- }
-
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
-
- protected void RaisePropertyChanged(string propertyName) {
- System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
- if ((propertyChanged != null)) {
- propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")]
- public partial class FormDataset : object, System.ComponentModel.INotifyPropertyChanged {
-
- private System.DateTime revisionDateField;
-
- private System.DateTime startPeriodField;
-
- private bool startPeriodFieldSpecified;
-
- private System.DateTime endPeriodField;
-
- private bool endPeriodFieldSpecified;
-
- private FormData[] formDataField;
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
- public System.DateTime revisionDate {
- get {
- return this.revisionDateField;
- }
- set {
- this.revisionDateField = value;
- this.RaisePropertyChanged("revisionDate");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
- public System.DateTime startPeriod {
- get {
- return this.startPeriodField;
- }
- set {
- this.startPeriodField = value;
- this.RaisePropertyChanged("startPeriod");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool startPeriodSpecified {
- get {
- return this.startPeriodFieldSpecified;
- }
- set {
- this.startPeriodFieldSpecified = value;
- this.RaisePropertyChanged("startPeriodSpecified");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
- public System.DateTime endPeriod {
- get {
- return this.endPeriodField;
- }
- set {
- this.endPeriodField = value;
- this.RaisePropertyChanged("endPeriod");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool endPeriodSpecified {
- get {
- return this.endPeriodFieldSpecified;
- }
- set {
- this.endPeriodFieldSpecified = value;
- this.RaisePropertyChanged("endPeriodSpecified");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute("formData", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
- public FormData[] formData {
- get {
- return this.formDataField;
- }
- set {
- this.formDataField = value;
- this.RaisePropertyChanged("formData");
- }
- }
-
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
-
- protected void RaisePropertyChanged(string propertyName) {
- System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
- if ((propertyChanged != null)) {
- propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")]
- public partial class GetFormDataResponseData : object, System.ComponentModel.INotifyPropertyChanged {
-
- private GetFormDataRequestData requestField;
-
- private int imoNumberField;
-
- private FormDataset[] formDatasetsField;
-
- private string resultField;
-
- private bool successField;
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
- public GetFormDataRequestData request {
- get {
- return this.requestField;
- }
- set {
- this.requestField = value;
- this.RaisePropertyChanged("request");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
- public int imoNumber {
- get {
- return this.imoNumberField;
- }
- set {
- this.imoNumberField = value;
- this.RaisePropertyChanged("imoNumber");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute("formDatasets", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
- public FormDataset[] formDatasets {
- get {
- return this.formDatasetsField;
- }
- set {
- this.formDatasetsField = value;
- this.RaisePropertyChanged("formDatasets");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
- public string result {
- get {
- return this.resultField;
- }
- set {
- this.resultField = value;
- this.RaisePropertyChanged("result");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
- public bool success {
- get {
- return this.successField;
- }
- set {
- this.successField = value;
- this.RaisePropertyChanged("success");
- }
- }
-
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
-
- protected void RaisePropertyChanged(string propertyName) {
- System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
- if ((propertyChanged != null)) {
- propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")]
- public partial class GetFormDataRequestData : object, System.ComponentModel.INotifyPropertyChanged {
-
- private APIIdentifier apiIdentifierField;
-
- private string formGuidField;
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
- public APIIdentifier apiIdentifier {
- get {
- return this.apiIdentifierField;
- }
- set {
- this.apiIdentifierField = value;
- this.RaisePropertyChanged("apiIdentifier");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
- public string formGuid {
- get {
- return this.formGuidField;
- }
- set {
- this.formGuidField = value;
- this.RaisePropertyChanged("formGuid");
- }
- }
-
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
-
- protected void RaisePropertyChanged(string propertyName) {
- System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
- if ((propertyChanged != null)) {
- propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")]
- public partial class FormDataInfoDataset : object, System.ComponentModel.INotifyPropertyChanged {
-
- private string folderTemplateGuidField;
-
- private string formTemplateGuidField;
-
- private string folderGuidField;
-
- private string formGuidField;
-
- private int imoNumberField;
-
- private System.DateTime lastRevisionDateField;
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
- public string folderTemplateGuid {
- get {
- return this.folderTemplateGuidField;
- }
- set {
- this.folderTemplateGuidField = value;
- this.RaisePropertyChanged("folderTemplateGuid");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
- public string formTemplateGuid {
- get {
- return this.formTemplateGuidField;
- }
- set {
- this.formTemplateGuidField = value;
- this.RaisePropertyChanged("formTemplateGuid");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
- public string folderGuid {
- get {
- return this.folderGuidField;
- }
- set {
- this.folderGuidField = value;
- this.RaisePropertyChanged("folderGuid");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
- public string formGuid {
- get {
- return this.formGuidField;
- }
- set {
- this.formGuidField = value;
- this.RaisePropertyChanged("formGuid");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
- public int imoNumber {
- get {
- return this.imoNumberField;
- }
- set {
- this.imoNumberField = value;
- this.RaisePropertyChanged("imoNumber");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)]
- public System.DateTime lastRevisionDate {
- get {
- return this.lastRevisionDateField;
- }
- set {
- this.lastRevisionDateField = value;
- this.RaisePropertyChanged("lastRevisionDate");
- }
- }
-
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
-
- protected void RaisePropertyChanged(string propertyName) {
- System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
- if ((propertyChanged != null)) {
- propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")]
- public partial class GetFormDataInfoListResponseData : object, System.ComponentModel.INotifyPropertyChanged {
-
- private GetFormDataInfoListRequestData requestField;
-
- private FormDataInfoDataset[] formDataInfoDatasetsField;
-
- private string resultField;
-
- private bool successField;
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
- public GetFormDataInfoListRequestData request {
- get {
- return this.requestField;
- }
- set {
- this.requestField = value;
- this.RaisePropertyChanged("request");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute("formDataInfoDatasets", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
- public FormDataInfoDataset[] formDataInfoDatasets {
- get {
- return this.formDataInfoDatasetsField;
- }
- set {
- this.formDataInfoDatasetsField = value;
- this.RaisePropertyChanged("formDataInfoDatasets");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
- public string result {
- get {
- return this.resultField;
- }
- set {
- this.resultField = value;
- this.RaisePropertyChanged("result");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
- public bool success {
- get {
- return this.successField;
- }
- set {
- this.successField = value;
- this.RaisePropertyChanged("success");
- }
- }
-
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
-
- protected void RaisePropertyChanged(string propertyName) {
- System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
- if ((propertyChanged != null)) {
- propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")]
- public partial class TimeFrameRequestFilter : object, System.ComponentModel.INotifyPropertyChanged {
-
- private System.DateTime startDateField;
-
- private bool startDateFieldSpecified;
-
- private System.DateTime endDateField;
-
- private bool endDateFieldSpecified;
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
- public System.DateTime startDate {
- get {
- return this.startDateField;
- }
- set {
- this.startDateField = value;
- this.RaisePropertyChanged("startDate");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool startDateSpecified {
- get {
- return this.startDateFieldSpecified;
- }
- set {
- this.startDateFieldSpecified = value;
- this.RaisePropertyChanged("startDateSpecified");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
- public System.DateTime endDate {
- get {
- return this.endDateField;
- }
- set {
- this.endDateField = value;
- this.RaisePropertyChanged("endDate");
- }
- }
-
- ///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool endDateSpecified {
- get {
- return this.endDateFieldSpecified;
- }
- set {
- this.endDateFieldSpecified = value;
- this.RaisePropertyChanged("endDateSpecified");
- }
- }
-
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
-
- protected void RaisePropertyChanged(string propertyName) {
- System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
- if ((propertyChanged != null)) {
- propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(WrapperName="GetFormDataInfoList", WrapperNamespace="http://www.fleettracker.de/api/1.0", IsWrapped=true)]
- public partial class GetFormDataInfoListRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Namespace="", Order=0)]
- public bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequestData body;
-
- public GetFormDataInfoListRequest() {
- }
-
- public GetFormDataInfoListRequest(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequestData body) {
- this.body = body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(WrapperName="GetFormDataInfoListResponse", WrapperNamespace="http://www.fleettracker.de/api/1.0", IsWrapped=true)]
- public partial class GetFormDataInfoListResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Namespace="", Order=0)]
- public bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponseData body;
-
- public GetFormDataInfoListResponse() {
- }
-
- public GetFormDataInfoListResponse(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponseData body) {
- this.body = body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(WrapperName="GetFormData", WrapperNamespace="http://www.fleettracker.de/api/1.0", IsWrapped=true)]
- public partial class GetFormDataRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Namespace="", Order=0)]
- public bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequestData body;
-
- public GetFormDataRequest() {
- }
-
- public GetFormDataRequest(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequestData body) {
- this.body = body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(WrapperName="GetFormDataResponse", WrapperNamespace="http://www.fleettracker.de/api/1.0", IsWrapped=true)]
- public partial class GetFormDataResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Namespace="", Order=0)]
- public bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponseData body;
-
- public GetFormDataResponse() {
- }
-
- public GetFormDataResponse(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponseData body) {
- this.body = body;
- }
- }
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- public interface WSAPIFormDataPortTypeChannel : bsmd.herberg.FormService.ServiceReferenceHerberg.WSAPIFormDataPortType, System.ServiceModel.IClientChannel {
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- public partial class WSAPIFormDataPortTypeClient : System.ServiceModel.ClientBase, bsmd.herberg.FormService.ServiceReferenceHerberg.WSAPIFormDataPortType {
-
- public WSAPIFormDataPortTypeClient() {
- }
-
- public WSAPIFormDataPortTypeClient(string endpointConfigurationName) :
- base(endpointConfigurationName) {
- }
-
- public WSAPIFormDataPortTypeClient(string endpointConfigurationName, string remoteAddress) :
- base(endpointConfigurationName, remoteAddress) {
- }
-
- public WSAPIFormDataPortTypeClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
- base(endpointConfigurationName, remoteAddress) {
- }
-
- public WSAPIFormDataPortTypeClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
- base(binding, remoteAddress) {
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponse bsmd.herberg.FormService.ServiceReferenceHerberg.WSAPIFormDataPortType.GetFormDataInfoList(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequest request) {
- return base.Channel.GetFormDataInfoList(request);
- }
-
- public bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponseData GetFormDataInfoList(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequestData body) {
- bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequest inValue = new bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequest();
- inValue.body = body;
- bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponse retVal = ((bsmd.herberg.FormService.ServiceReferenceHerberg.WSAPIFormDataPortType)(this)).GetFormDataInfoList(inValue);
- return retVal.body;
- }
-
- public System.Threading.Tasks.Task GetFormDataInfoListAsync(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequest request) {
- return base.Channel.GetFormDataInfoListAsync(request);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponse bsmd.herberg.FormService.ServiceReferenceHerberg.WSAPIFormDataPortType.GetFormData(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequest request) {
- return base.Channel.GetFormData(request);
- }
-
- public bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponseData GetFormData(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequestData body) {
- bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequest inValue = new bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequest();
- inValue.body = body;
- bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponse retVal = ((bsmd.herberg.FormService.ServiceReferenceHerberg.WSAPIFormDataPortType)(this)).GetFormData(inValue);
- return retVal.body;
- }
-
- public System.Threading.Tasks.Task GetFormDataAsync(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequest request) {
- return base.Channel.GetFormDataAsync(request);
- }
- }
-}
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/Reference.svcmap b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/Reference.svcmap
deleted file mode 100644
index 3155ea34..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/Reference.svcmap
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
- false
- true
- true
-
- false
- false
- false
-
-
- true
- Auto
- true
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/WSAPIFormData.wsdl b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/WSAPIFormData.wsdl
deleted file mode 100644
index f2e270ad..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/WSAPIFormData.wsdl
+++ /dev/null
@@ -1,289 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- The GUID of the folder template
-
-
-
-
-
- The GUID of the form template
-
-
-
-
-
- The GUID of the folder
-
-
-
-
- The GUID of the form
-
-
-
-
- The IMO number this form belongs to.
-
-
-
-
-
- The date of the latest revision.
-
-
-
-
-
-
-
-
-
- The value
-
-
-
-
-
- The optional unit
-
-
-
-
-
- The widget name this cell belongs to.
-
-
-
-
-
- The widget id the value belongs to. Note
- that this entry is the id within the form template but NOT the database id of the widget!
-
-
-
-
-
- The optional row number. This is set if we
- have a widget that is part of a table.
-
-
-
-
-
-
-
-
-
- The date of the revision.
-
-
-
-
-
- The begin of the period this dataset is valid
- for.
-
-
-
-
-
- The end of the period this row is valid for.
- If startPeriod is not given, the endPeriod contains the sample
- timestamp.
-
-
-
-
-
- The values.
-
-
-
-
-
-
-
-
-
-
- The reporting or requesting party.
-
-
-
-
-
- The optional time frame. If not set then all entries are returned.
-
-
-
-
-
- This is the Fleetform form template name (see
- FolderTemplate.Template.TemplateName).
- You have to either set
- this or ffFolderTemplateTypeTag.
-
-
-
-
-
- This is the Fleetform folder template typeTag,
- e.g. CREWLIST, PERFORMANCEREPORT, SHIPDETAILS, etc. See
- FolderTemplate in fleetform.xsd
- for possible values.
-
-
-
-
-
-
-
-
-
- The request
-
-
-
-
- A set of form data found in the database.
-
-
-
-
-
-
- This flag is set to true if the route was
- successfully stored.
- Otherwise, result contains the error
- message.
-
-
-
-
-
-
-
-
-
-
- The reporting or requesting party.
-
-
-
-
-
- The GUID of the form.
-
-
-
-
-
-
-
-
-
- The request belonging to this response.
-
-
-
-
-
- The IMO number of the vessel this form belongs
- to.
-
-
-
-
-
-
- The requested data. If not found then this
- entry is null. Note that we may have several entries for one
- form here since one form may contain several entries.
-
-
-
-
-
-
-
- This flag is set to true if the route was
- successfully stored.
- Otherwise, result contains the error
- message.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/auth.xsd b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/auth.xsd
deleted file mode 100644
index cc5d2155..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/auth.xsd
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
- This is the identifier the client has to report.
-
-
-
-
-
- The unique id of the company. This is a unique
- GUID identifying the
- company using the API. Only if the company is registered, they may use
- the API.
-
-
-
-
-
- The unique id of the client. This is a unique
- GUID identifying the
- individual sender. E.g. each boat may have a unique id.
-
-
-
-
-
- The optional name of the sending client. This is only for helping us identifying the sending
- party.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponse.datasource b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponse.datasource
deleted file mode 100644
index ea1d54cc..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponse.datasource
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponse, Service References.ServiceReferenceHerberg.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
-
\ No newline at end of file
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponseData.datasource b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponseData.datasource
deleted file mode 100644
index c72ef981..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponseData.datasource
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponseData, Service References.ServiceReferenceHerberg.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
-
\ No newline at end of file
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponse.datasource b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponse.datasource
deleted file mode 100644
index 24025642..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponse.datasource
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponse, Service References.ServiceReferenceHerberg.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
-
\ No newline at end of file
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponseData.datasource b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponseData.datasource
deleted file mode 100644
index 780d914f..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponseData.datasource
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponseData, Service References.ServiceReferenceHerberg.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
-
\ No newline at end of file
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/configuration.svcinfo b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/configuration.svcinfo
deleted file mode 100644
index e47f3248..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/configuration.svcinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/configuration91.svcinfo b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/configuration91.svcinfo
deleted file mode 100644
index 494237db..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/configuration91.svcinfo
+++ /dev/null
@@ -1,201 +0,0 @@
-
-
-
-
-
-
- WSAPIFormDataBinding
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- StrongWildcard
-
-
-
-
-
- 65536
-
-
-
-
-
-
-
-
- System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement
-
-
- 0
-
-
- 0
-
-
- 0
-
-
- 0
-
-
- 0
-
-
- System.Text.UTF8Encoding
-
-
- Buffered
-
-
-
-
-
- Text
-
-
- System.ServiceModel.Configuration.BasicHttpSecurityElement
-
-
- None
-
-
- System.ServiceModel.Configuration.HttpTransportSecurityElement
-
-
- None
-
-
- None
-
-
- System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement
-
-
- Never
-
-
- TransportSelected
-
-
- (Collection)
-
-
-
-
-
- System.ServiceModel.Configuration.BasicHttpMessageSecurityElement
-
-
- UserName
-
-
- Default
-
-
-
-
-
-
-
-
- http://www.fleettracker.de/api/1.0/WSAPIFormData.php
-
-
-
-
-
- basicHttpBinding
-
-
- WSAPIFormDataBinding
-
-
- ServiceReferenceHerberg.WSAPIFormDataPortType
-
-
- System.ServiceModel.Configuration.AddressHeaderCollectionElement
-
-
- <Header />
-
-
- System.ServiceModel.Configuration.IdentityElement
-
-
- System.ServiceModel.Configuration.UserPrincipalNameElement
-
-
-
-
-
- System.ServiceModel.Configuration.ServicePrincipalNameElement
-
-
-
-
-
- System.ServiceModel.Configuration.DnsElement
-
-
-
-
-
- System.ServiceModel.Configuration.RsaElement
-
-
-
-
-
- System.ServiceModel.Configuration.CertificateElement
-
-
-
-
-
- System.ServiceModel.Configuration.CertificateReferenceElement
-
-
- My
-
-
- LocalMachine
-
-
- FindBySubjectDistinguishedName
-
-
-
-
-
- False
-
-
- WSAPIFormDataPort
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/device.xsd b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/device.xsd
deleted file mode 100644
index ba1ea8ee..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/device.xsd
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
- This is the device ID.
-
-
-
-
- The bearer key reference. We have several ways
- to identify the device.
- E.g. for inmarsatc, we use fleetID and vesselID (and mobile number, if
- available).
- For D+, we use the vesselID. Daily Report uses the IMO number.
-
-
-
-
-
-
-
-
-
-
-
- The callsign. For instance, Globewireless uses this.
-
-
-
-
-
- The Globalstar device id. Example: 0-545312
-
-
-
-
-
-
- The vesselID contains a unique GUID identifying the device. We use this e.g. for the API.
-
-
-
-
-
- IMEI - International Mobile Equipment Identity (e.g. BGAN)
-
-
-
-
-
-
-
-
- The inmarsat C mobile number.
-
-
-
-
- This is the DNID for INMARSATC.
-
-
-
-
-
- This is the terminal, member number, GUID, MMSI, etc.
-
-
-
-
-
- This is the IMO number.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/geoarea.xsd b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/geoarea.xsd
deleted file mode 100644
index 10751204..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/geoarea.xsd
+++ /dev/null
@@ -1,167 +0,0 @@
-
-
-
-
-
- This is a geographical area. It can be a polygon
- or a bounding box.
-
-
-
-
-
- Geographical coverages of this area
-
-
-
-
-
- DB Area ID
-
-
-
-
-
- DB Area list ID
-
-
-
-
-
- DB Area name
-
-
-
-
-
-
-
- This is a geographical coverage belonging to an area.
-
-
-
-
-
- Geographical positions
-
-
-
-
-
- The type of this coverage. Bounding boxes are
- between the first 2 positions.
-
-
-
-
-
-
-
-
-
-
-
- DB Area coverage ID
-
-
-
-
-
- DB Area Coverage name
-
-
-
-
-
-
-
- This is an event related to an area.
-
-
-
-
-
- Geographical position when the event happened.
-
-
-
-
-
- DB Area coverage ID
-
-
-
-
-
- DB Area ID
-
-
-
-
-
- DB Area list ID
-
-
-
-
-
- DB Area name
-
-
-
-
-
- DB Area Coverage name
-
-
-
-
-
- This flag indicates that the event has been generated but
- not yet been proven. Example: It is proven if the vessel is within the areas more than 1 minute.
-
-
-
-
-
- This flag indicates that the event has been reported ashore.
-
-
-
-
-
- The type of this event.
-
-
-
-
-
-
- The vessel has entered the area
-
-
-
-
-
- The vessel has left the area
-
-
-
-
-
- The vessel has stopped in the area
-
-
-
-
-
- The vessel has started moving within the area
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/inlandPosition.xsd b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/inlandPosition.xsd
deleted file mode 100644
index 697caf27..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/inlandPosition.xsd
+++ /dev/null
@@ -1,183 +0,0 @@
-
-
-
-
-
- This is the distance on a river.
-
-
-
-
- This is the current value in the given unit.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- This is the speed of a target.
-
-
-
-
- This is the current value in the given unit.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- This represents a river.
-
-
-
-
- This is the river name.
-
-
-
-
-
- This is the river abbreviation.
-
-
-
-
-
-
-
- This represents a miles marker entry.
-
-
-
-
-
- This is the river mile or kilometer.
-
-
-
-
-
- This is the unit of the miles.
-
-
-
-
-
-
-
-
-
-
-
- This is the river.
-
-
-
-
-
-
-
- This represents a miles marker entry with a
- geographic position.
-
-
-
-
-
-
-
- The geographic position of this miles marker
-
-
-
-
-
-
-
-
-
- This represents a set of miles marker entry with a
- geographic position.
-
-
-
-
-
- A set of miles marker entries with positions.
-
-
-
-
-
-
-
- This represents a no passing zone.
-
-
-
-
-
- The mandatory unique id
-
-
-
-
-
- The optional name for identification.
-
-
-
-
-
- The begin of the no passing zone. This is always
- the lower mile marker.
-
-
-
-
-
- The end of the no passing zone. This is always
- the higher mile marker.
-
-
-
-
-
-
-
- This represents a set of no passing zones
-
-
-
-
-
- A set of NoPassingZone objects.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/position.xsd b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/position.xsd
deleted file mode 100644
index 72f72cae..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/position.xsd
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
-
-
- This is a geographical position.
-
-
-
-
-
- Latitude in degrees x 60000, North > 0
-
-
-
-
-
- Latitude in degrees x 60000, East > 0
-
-
-
-
-
-
-
- This is a geographical position with a timestamp.
-
-
-
-
-
-
-
- Timestamp when the position was made
-
-
-
-
-
-
-
-
-
- This is a geographical position of a pasttrack.
-
-
-
-
-
-
-
- The order number of the pastttack. The
- higher
- the number, the older the position.
-
-
-
-
- Rate of turn in deg/s, right > 0, left <
- 0)
-
-
-
-
- Speed over ground in knots
-
-
-
-
-
- Course over ground in degrees
-
-
-
-
-
- Heading in degrees
-
-
-
-
-
- ETA to next port
-
-
-
-
-
- ETB to next port
-
-
-
-
-
- Next port
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/route.xsd b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/route.xsd
deleted file mode 100644
index b5f33747..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/route.xsd
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
- This represents a waypoint of a planned route.
-
-
-
-
- This is a unique id of the waypoint within the route.
-
-
-
-
-
- This is an optional name of this waypoint.
-
-
-
-
-
- This is the unique id of the NEXT
- waypoint within the route. This element is not set
- for the last waypoint.
-
-
-
-
- This is the latitude of this waypoint in minutes x 1000 (= degrees x 60000).
- Positive = North, Negative = South.
- Example: 12 deg 23.4 min North = (12 * 60 + 23.4) * 1000 = 743400
-
-
-
-
-
- This is the longitude of this waypoint in minutes x 1000 (= degrees x 60000).
- Positive = East, Negative = West.
- Example: 122 deg 23.4 min West = -(122 * 60 + 23.4) * 1000 = -7343400
-
-
-
-
-
- This is the planned speed over ground (SOG) in knots TO this waypoint.
- So the ship will calculate to go from the previous waypoint to this
- waypoint at this speed.
-
-
-
-
-
-
-
- This represents the planned ship route.
-
-
-
-
- This is a unique id of the route. The ID has to be unique
- for the vessel.
-
-
-
-
-
- This is the IMO number of the vessel this route belongs to.
-
-
-
-
- This is the timestamp in UTC when the route has been created.
-
-
-
-
- This is the ETA in local time when the ship is calculated to
- reach the final waypoint of this route.
-
-
-
-
- This is the list of waypoints.
-
-
-
-
-
\ No newline at end of file
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/ship.xsd b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/ship.xsd
deleted file mode 100644
index 7c018b3f..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/ship.xsd
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
- This is how the ship is displayed.
-
-
-
-
- This is the color for not selected ship.
-
-
-
-
-
- This is the color for selected ship.
-
-
-
-
-
-
-
- This is the ship category.
-
-
-
-
- This is the ship category number.
-
-
-
-
-
- The name of the category.
-
-
-
-
-
-
-
- This is the abstract ship.
-
-
-
-
- Database id
-
-
-
-
- Ship name
-
-
-
-
- Charter ship name
-
-
-
-
- The past positions of the ship including the latest position.
-
-
-
-
-
- Optional ULR to photo image.
-
-
-
-
-
- This is the ship category. This attribute is used to group a fleet
- into several parts.
-
-
-
-
-
- This contains optional individual settings for the ship appearence.
-
-
-
-
-
-
-
- This is a Fleettracker Ship.
-
-
-
-
-
-
- The IMO number of the ship.
-
-
-
-
- The optional set of devices.
-
-
-
-
- The optional route.
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/shipParams.xsd b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/shipParams.xsd
deleted file mode 100644
index ea1de506..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/shipParams.xsd
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
- The own ship parameter used for speed calculation.
-
-
-
-
-
-
- This is the MMSI of the own ship.
-
-
-
-
-
-
- Minimal own speed we can achieve.
- Unit: Meter per
- second
-
-
-
-
-
-
- Minimal own speed we can achieve.
- Unit: Meter per
- second
-
-
-
-
-
-
- Optimal speed we would like to go.
- Unit: Meter
- per second
-
-
-
-
-
-
- The maximal positive accelaration we can
- achieve.
- Unit: Meter per second^2
-
-
-
-
-
-
- The minimal negative accelaration we can
- achieve.
- Unit: Meter per second^2
-
-
-
-
-
-
- The optimal accelaration we would like to use if
- we
- want to go from current speed to optimal speed. This will be
- applied
- if we do not have any targets.
- Example: We run 5 mph, our
- optimal speed is 8 mph, then we use this
- acceleration
- to go from 5
- to 8.
- Unit: Meter per second^2
-
-
-
-
-
-
\ No newline at end of file
diff --git a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/target.xsd b/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/target.xsd
deleted file mode 100644
index 65030d67..00000000
--- a/nsw/Source/bsmd.herberg.FormService/Service References/ServiceReferenceHerberg/target.xsd
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
- This represents a river.
-
-
-
-
- This is the current miles marker
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- This is the current miles marker
-
-
-
-
-
- This is the name of the target
-
-
-
-
-
- This is the current speed
-
-
-
-
-
-
\ No newline at end of file