diff --git a/bsmd.hisnord/his-nord.cs b/bsmd.hisnord/his-nord.cs
index 18037713..5323eaf6 100644
--- a/bsmd.hisnord/his-nord.cs
+++ b/bsmd.hisnord/his-nord.cs
@@ -198,7 +198,6 @@ public partial class conveyance {
[System.Xml.Serialization.XmlElementAttribute("BKRA", typeof(bkra), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("BKRD", typeof(bkrd), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("BPOL", typeof(bpol), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- [System.Xml.Serialization.XmlElementAttribute("CREW", typeof(crew), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("CREWA", typeof(crewtype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("CREWD", typeof(crewtype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("HAZA", typeof(haza), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
@@ -208,7 +207,6 @@ public partial class conveyance {
[System.Xml.Serialization.XmlElementAttribute("MDH", typeof(mdh), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("NOANOD", typeof(noanod), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("NameOfMaster", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- [System.Xml.Serialization.XmlElementAttribute("PAS", typeof(pas), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("PASA", typeof(pastype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("PASD", typeof(pastype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("POBA", typeof(poba), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
@@ -220,7 +218,6 @@ public partial class conveyance {
[System.Xml.Serialization.XmlElementAttribute("RESET_BKRA", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("RESET_BKRD", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("RESET_BPOL", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- [System.Xml.Serialization.XmlElementAttribute("RESET_CREW", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("RESET_CREWA", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("RESET_CREWD", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("RESET_HAZA", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
@@ -230,7 +227,6 @@ public partial class conveyance {
[System.Xml.Serialization.XmlElementAttribute("RESET_MDH", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("RESET_NOANOD", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("RESET_NameOfMaster", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- [System.Xml.Serialization.XmlElementAttribute("RESET_PAS", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("RESET_PASA", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("RESET_PASD", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
[System.Xml.Serialization.XmlElementAttribute("RESET_POBA", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
@@ -1389,204 +1385,6 @@ public enum documenttype {
OTHER_LEGAL_IDENTITY_DOCUMENT,
}
-///
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-public partial class crew {
-
- private crewmember[] crewMemberField;
-
- ///
- [System.Xml.Serialization.XmlElementAttribute("CrewMember", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public crewmember[] CrewMember {
- get {
- return this.crewMemberField;
- }
- set {
- this.crewMemberField = value;
- }
- }
-}
-
-///
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-public partial class crewmember {
-
- private string crewMemberLastNameField;
-
- private string crewMemberFirstNameField;
-
- private string crewMemberPlaceOfBirthField;
-
- private System.DateTime crewMemberDateOfBirthField;
-
- private GenderType crewMemberGenderField;
-
- private bool crewMemberGenderFieldSpecified;
-
- private string crewMemberNationalityField;
-
- private documenttype crewMemberIdentityDocumentTypeField;
-
- private string crewMemberIdentityDocumentIdField;
-
- private string crewMemberIdentityDocumentIssuingStateField;
-
- private System.DateTime crewmemberIdentityDocumentExpiryDateField;
-
- private string crewMemberVisaNumberField;
-
- private string crewMemberDutyField;
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string CrewMemberLastName {
- get {
- return this.crewMemberLastNameField;
- }
- set {
- this.crewMemberLastNameField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string CrewMemberFirstName {
- get {
- return this.crewMemberFirstNameField;
- }
- set {
- this.crewMemberFirstNameField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string CrewMemberPlaceOfBirth {
- get {
- return this.crewMemberPlaceOfBirthField;
- }
- set {
- this.crewMemberPlaceOfBirthField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
- public System.DateTime CrewMemberDateOfBirth {
- get {
- return this.crewMemberDateOfBirthField;
- }
- set {
- this.crewMemberDateOfBirthField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public GenderType CrewMemberGender {
- get {
- return this.crewMemberGenderField;
- }
- set {
- this.crewMemberGenderField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool CrewMemberGenderSpecified {
- get {
- return this.crewMemberGenderFieldSpecified;
- }
- set {
- this.crewMemberGenderFieldSpecified = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string CrewMemberNationality {
- get {
- return this.crewMemberNationalityField;
- }
- set {
- this.crewMemberNationalityField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public documenttype CrewMemberIdentityDocumentType {
- get {
- return this.crewMemberIdentityDocumentTypeField;
- }
- set {
- this.crewMemberIdentityDocumentTypeField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string CrewMemberIdentityDocumentId {
- get {
- return this.crewMemberIdentityDocumentIdField;
- }
- set {
- this.crewMemberIdentityDocumentIdField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string CrewMemberIdentityDocumentIssuingState {
- get {
- return this.crewMemberIdentityDocumentIssuingStateField;
- }
- set {
- this.crewMemberIdentityDocumentIssuingStateField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
- public System.DateTime CrewmemberIdentityDocumentExpiryDate {
- get {
- return this.crewmemberIdentityDocumentExpiryDateField;
- }
- set {
- this.crewmemberIdentityDocumentExpiryDateField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string CrewMemberVisaNumber {
- get {
- return this.crewMemberVisaNumberField;
- }
- set {
- this.crewMemberVisaNumberField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string CrewMemberDuty {
- get {
- return this.crewMemberDutyField;
- }
- set {
- this.crewMemberDutyField = value;
- }
- }
-}
-
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
[System.SerializableAttribute()]
@@ -1909,243 +1707,6 @@ public partial class pastypePassengerDetailsPAX {
}
}
-///
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-public partial class pas {
-
- private passenger[] passengerField;
-
- ///
- [System.Xml.Serialization.XmlElementAttribute("Passenger", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public passenger[] Passenger {
- get {
- return this.passengerField;
- }
- set {
- this.passengerField = value;
- }
- }
-}
-
-///
-[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
-[System.SerializableAttribute()]
-[System.Diagnostics.DebuggerStepThroughAttribute()]
-[System.ComponentModel.DesignerCategoryAttribute("code")]
-public partial class passenger {
-
- private string passengerLastNameField;
-
- private string passengerFirstNameField;
-
- private string passengerPlaceOfBirthField;
-
- private System.DateTime passengerDateOfBirthField;
-
- private GenderType passengerGenderField;
-
- private bool passengerGenderFieldSpecified;
-
- private string passengerNationalityField;
-
- private documenttype passengerIdentityDocumentTypeField;
-
- private string passengerIdentityDocumentIdField;
-
- private string passengerIdentityDocumentIssuingStateField;
-
- private System.DateTime passengerIdentityDocumentExpiryDateField;
-
- private bool passengerIdentityDocumentExpiryDateFieldSpecified;
-
- private string passengerVisaNumberField;
-
- private string passengerPortOfEmbarkationField;
-
- private string passengerPortOfDisembarkationField;
-
- private yorntype passengerInTransitField;
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string PassengerLastName {
- get {
- return this.passengerLastNameField;
- }
- set {
- this.passengerLastNameField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string PassengerFirstName {
- get {
- return this.passengerFirstNameField;
- }
- set {
- this.passengerFirstNameField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string PassengerPlaceOfBirth {
- get {
- return this.passengerPlaceOfBirthField;
- }
- set {
- this.passengerPlaceOfBirthField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
- public System.DateTime PassengerDateOfBirth {
- get {
- return this.passengerDateOfBirthField;
- }
- set {
- this.passengerDateOfBirthField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public GenderType PassengerGender {
- get {
- return this.passengerGenderField;
- }
- set {
- this.passengerGenderField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool PassengerGenderSpecified {
- get {
- return this.passengerGenderFieldSpecified;
- }
- set {
- this.passengerGenderFieldSpecified = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string PassengerNationality {
- get {
- return this.passengerNationalityField;
- }
- set {
- this.passengerNationalityField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public documenttype PassengerIdentityDocumentType {
- get {
- return this.passengerIdentityDocumentTypeField;
- }
- set {
- this.passengerIdentityDocumentTypeField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string PassengerIdentityDocumentId {
- get {
- return this.passengerIdentityDocumentIdField;
- }
- set {
- this.passengerIdentityDocumentIdField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string PassengerIdentityDocumentIssuingState {
- get {
- return this.passengerIdentityDocumentIssuingStateField;
- }
- set {
- this.passengerIdentityDocumentIssuingStateField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
- public System.DateTime PassengerIdentityDocumentExpiryDate {
- get {
- return this.passengerIdentityDocumentExpiryDateField;
- }
- set {
- this.passengerIdentityDocumentExpiryDateField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool PassengerIdentityDocumentExpiryDateSpecified {
- get {
- return this.passengerIdentityDocumentExpiryDateFieldSpecified;
- }
- set {
- this.passengerIdentityDocumentExpiryDateFieldSpecified = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string PassengerVisaNumber {
- get {
- return this.passengerVisaNumberField;
- }
- set {
- this.passengerVisaNumberField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string PassengerPortOfEmbarkation {
- get {
- return this.passengerPortOfEmbarkationField;
- }
- set {
- this.passengerPortOfEmbarkationField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string PassengerPortOfDisembarkation {
- get {
- return this.passengerPortOfDisembarkationField;
- }
- set {
- this.passengerPortOfDisembarkationField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public yorntype PassengerInTransit {
- get {
- return this.passengerInTransitField;
- }
- set {
- this.passengerInTransitField = value;
- }
- }
-}
-
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
[System.SerializableAttribute()]
@@ -6448,9 +6009,6 @@ public enum Items1ChoiceType {
///
BPOL,
- ///
- CREW,
-
///
CREWA,
@@ -6478,9 +6036,6 @@ public enum Items1ChoiceType {
///
NameOfMaster,
- ///
- PAS,
-
///
PASA,
@@ -6514,9 +6069,6 @@ public enum Items1ChoiceType {
///
RESET_BPOL,
- ///
- RESET_CREW,
-
///
RESET_CREWA,
@@ -6544,9 +6096,6 @@ public enum Items1ChoiceType {
///
RESET_NameOfMaster,
- ///
- RESET_PAS,
-
///
RESET_PASA,