//------------------------------------------------------------------------------ // // Dieser Code wurde von einem Tool generiert. // Laufzeitversion:4.0.30319.42000 // // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn // der Code erneut generiert wird. // //------------------------------------------------------------------------------ using System.Xml.Serialization; // // Dieser Quellcode wurde automatisch generiert von xsd, Version=4.8.3928.0. // namespace skyscraper2.TsDuckInterface.Tsscan { /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)] [System.Xml.Serialization.XmlRootAttribute(Namespace = "", IsNullable = false)] public partial class tsduck { private tsduckNetwork[] itemsField; /// [System.Xml.Serialization.XmlElementAttribute("network", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] public tsduckNetwork[] Items { get { return this.itemsField; } set { this.itemsField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)] public partial class tsduckNetwork { private tsduckNetworkTS[] tsField; private string idField; private string typeField; /// [System.Xml.Serialization.XmlElementAttribute("ts", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] public tsduckNetworkTS[] ts { get { return this.tsField; } set { this.tsField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string id { get { return this.idField; } set { this.idField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string type { get { return this.typeField; } set { this.typeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)] public partial class tsduckNetworkTS { private tsduckNetworkTSDvbt[] dvbtField; private tsduckNetworkTSService[] serviceField; private string idField; private string onidField; /// [System.Xml.Serialization.XmlElementAttribute("dvbt", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] public tsduckNetworkTSDvbt[] dvbt { get { return this.dvbtField; } set { this.dvbtField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("service", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] public tsduckNetworkTSService[] service { get { return this.serviceField; } set { this.serviceField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string id { get { return this.idField; } set { this.idField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string onid { get { return this.onidField; } set { this.onidField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)] public partial class tsduckNetworkTSDvbt { private string frequencyField; private string modulationField; /// [System.Xml.Serialization.XmlAttributeAttribute()] public string frequency { get { return this.frequencyField; } set { this.frequencyField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string modulation { get { return this.modulationField; } set { this.modulationField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)] public partial class tsduckNetworkTSService { private string idField; private string nameField; private string providerField; private string pMTPIDField; private string typeField; private string casField; /// [System.Xml.Serialization.XmlAttributeAttribute()] public string id { get { return this.idField; } set { this.idField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string name { get { return this.nameField; } set { this.nameField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string provider { get { return this.providerField; } set { this.providerField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string PMTPID { get { return this.pMTPIDField; } set { this.pMTPIDField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string type { get { return this.typeField; } set { this.typeField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string cas { get { return this.casField; } set { this.casField = value; } } } }