diff --git a/CHANGELIST.md b/CHANGELIST.md index ac1983f1..5588d1ed 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -2,6 +2,7 @@ - Don't remove whitespace from cuesheets - Fix tests from last change +- Migrate to public domain CICM implementation ### 3.7.1 (2026-03-30) diff --git a/MPF.Processors/External/cicm.cs b/MPF.Processors/External/cicm.cs index 96b05efb..9bb44682 100644 --- a/MPF.Processors/External/cicm.cs +++ b/MPF.Processors/External/cicm.cs @@ -11,7381 +11,9080 @@ // //This source code was auto-generated by MonoXSD // +namespace Schemas { -using System; -using System.CodeDom.Compiler; -using System.ComponentModel; -using System.Diagnostics; -using System.Xml.Serialization; -namespace Schemas -{ - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code"), - XmlRoot("CICMMetadata", Namespace = "", IsNullable = false), Obsolete("Will be removed in Aaru 7")] - public class CICMMetadataType - { - string[] developerField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlRootAttribute("CICMMetadata", Namespace="", IsNullable=false)] + public partial class CICMMetadataType { - string[] publisherField; + private string[] developerField; - string[] authorField; + private string[] publisherField; - string[] performerField; + private string[] authorField; - string nameField; + private string[] performerField; - string versionField; + private string nameField; - CICMMetadataTypeReleaseType releaseTypeField; + private string versionField; - bool releaseTypeFieldSpecified; + private CICMMetadataTypeReleaseType releaseTypeField; - DateTime releaseDateField; + private bool releaseTypeFieldSpecified; - bool releaseDateFieldSpecified; + private System.DateTime releaseDateField; - BarcodeType[] barcodesField; + private bool releaseDateFieldSpecified; - string partNumberField; + private BarcodeType[] barcodesField; - string serialNumberField; + private string partNumberField; - string[] keywordsField; + private string serialNumberField; - MagazineType[] magazineField; + private string[] keywordsField; - BookType[] bookField; + private MagazineType[] magazineField; - string[] categoriesField; + private BookType[] bookField; - string[] subcategoriesField; + private string[] categoriesField; - LanguagesTypeLanguage[] languagesField; + private string[] subcategoriesField; - string[] systemsField; + private LanguagesTypeLanguage[] languagesField; - ArchitecturesTypeArchitecture[] architecturesField; + private string[] systemsField; - RequiredOperatingSystemType[] requiredOperatingSystemsField; + private ArchitecturesTypeArchitecture[] architecturesField; - UserManualType[] userManualField; + private RequiredOperatingSystemType[] requiredOperatingSystemsField; - OpticalDiscType[] opticalDiscField; + private UserManualType[] userManualField; - AdvertisementType[] advertisementField; + private OpticalDiscType[] opticalDiscField; - LinearMediaType[] linearMediaField; + private AdvertisementType[] advertisementField; - PCIType[] pCICardField; + private LinearMediaType[] linearMediaField; - BlockMediaType[] blockMediaField; + private PCIType[] pCICardField; - AudioMediaType[] audioMediaField; + private BlockMediaType[] blockMediaField; - /// - [XmlElement("Developer")] - public string[] Developer - { - get => developerField; - set => developerField = value; + private AudioMediaType[] audioMediaField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Developer")] + public string[] Developer { + get { + return this.developerField; + } + set { + this.developerField = value; + } } - /// - [XmlElement("Publisher")] - public string[] Publisher - { - get => publisherField; - set => publisherField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("Publisher")] + public string[] Publisher { + get { + return this.publisherField; + } + set { + this.publisherField = value; + } } - /// - [XmlElement("Author")] - public string[] Author - { - get => authorField; - set => authorField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("Author")] + public string[] Author { + get { + return this.authorField; + } + set { + this.authorField = value; + } } - /// - [XmlElement("Performer")] - public string[] Performer - { - get => performerField; - set => performerField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("Performer")] + public string[] Performer { + get { + return this.performerField; + } + set { + this.performerField = value; + } } - /// - public string Name - { - get => nameField; - set => nameField = value; + /// + public string Name { + get { + return this.nameField; + } + set { + this.nameField = value; + } } - /// - public string Version - { - get => versionField; - set => versionField = value; + /// + public string Version { + get { + return this.versionField; + } + set { + this.versionField = value; + } } - /// - public CICMMetadataTypeReleaseType ReleaseType - { - get => releaseTypeField; - set => releaseTypeField = value; + /// + public CICMMetadataTypeReleaseType ReleaseType { + get { + return this.releaseTypeField; + } + set { + this.releaseTypeField = value; + } } - /// - [XmlIgnore] - public bool ReleaseTypeSpecified - { - get => releaseTypeFieldSpecified; - set => releaseTypeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ReleaseTypeSpecified { + get { + return this.releaseTypeFieldSpecified; + } + set { + this.releaseTypeFieldSpecified = value; + } } - /// - [XmlElement(DataType = "date")] - public DateTime ReleaseDate - { - get => releaseDateField; - set => releaseDateField = value; + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date")] + public System.DateTime ReleaseDate { + get { + return this.releaseDateField; + } + set { + this.releaseDateField = value; + } } - /// - [XmlIgnore] - public bool ReleaseDateSpecified - { - get => releaseDateFieldSpecified; - set => releaseDateFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ReleaseDateSpecified { + get { + return this.releaseDateFieldSpecified; + } + set { + this.releaseDateFieldSpecified = value; + } } - /// - [XmlArrayItem("Barcode", IsNullable = false)] - public BarcodeType[] Barcodes - { - get => barcodesField; - set => barcodesField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Barcode", IsNullable=false)] + public BarcodeType[] Barcodes { + get { + return this.barcodesField; + } + set { + this.barcodesField = value; + } } - /// - public string PartNumber - { - get => partNumberField; - set => partNumberField = value; + /// + public string PartNumber { + get { + return this.partNumberField; + } + set { + this.partNumberField = value; + } } - /// - public string SerialNumber - { - get => serialNumberField; - set => serialNumberField = value; + /// + public string SerialNumber { + get { + return this.serialNumberField; + } + set { + this.serialNumberField = value; + } } - /// - [XmlArrayItem("Keyword", IsNullable = false)] - public string[] Keywords - { - get => keywordsField; - set => keywordsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Keyword", IsNullable=false)] + public string[] Keywords { + get { + return this.keywordsField; + } + set { + this.keywordsField = value; + } } - /// - [XmlElement("Magazine")] - public MagazineType[] Magazine - { - get => magazineField; - set => magazineField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("Magazine")] + public MagazineType[] Magazine { + get { + return this.magazineField; + } + set { + this.magazineField = value; + } } - /// - [XmlElement("Book")] - public BookType[] Book - { - get => bookField; - set => bookField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("Book")] + public BookType[] Book { + get { + return this.bookField; + } + set { + this.bookField = value; + } } - /// - [XmlArrayItem("Category", IsNullable = false)] - public string[] Categories - { - get => categoriesField; - set => categoriesField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Category", IsNullable=false)] + public string[] Categories { + get { + return this.categoriesField; + } + set { + this.categoriesField = value; + } } - /// - [XmlArrayItem("Subcategory", IsNullable = false)] - public string[] Subcategories - { - get => subcategoriesField; - set => subcategoriesField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Subcategory", IsNullable=false)] + public string[] Subcategories { + get { + return this.subcategoriesField; + } + set { + this.subcategoriesField = value; + } } - /// - [XmlArrayItem("Language", IsNullable = false)] - public LanguagesTypeLanguage[] Languages - { - get => languagesField; - set => languagesField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)] + public LanguagesTypeLanguage[] Languages { + get { + return this.languagesField; + } + set { + this.languagesField = value; + } } - /// - [XmlArrayItem("System", IsNullable = false)] - public string[] Systems - { - get => systemsField; - set => systemsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("System", IsNullable=false)] + public string[] Systems { + get { + return this.systemsField; + } + set { + this.systemsField = value; + } } - /// - [XmlArrayItem("Architecture", IsNullable = false)] - public ArchitecturesTypeArchitecture[] Architectures - { - get => architecturesField; - set => architecturesField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Architecture", IsNullable=false)] + public ArchitecturesTypeArchitecture[] Architectures { + get { + return this.architecturesField; + } + set { + this.architecturesField = value; + } } - /// - [XmlArrayItem("RequiredOperatingSystem", IsNullable = false)] - public RequiredOperatingSystemType[] RequiredOperatingSystems - { - get => requiredOperatingSystemsField; - set => requiredOperatingSystemsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("RequiredOperatingSystem", IsNullable=false)] + public RequiredOperatingSystemType[] RequiredOperatingSystems { + get { + return this.requiredOperatingSystemsField; + } + set { + this.requiredOperatingSystemsField = value; + } } - /// - [XmlElement("UserManual")] - public UserManualType[] UserManual - { - get => userManualField; - set => userManualField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("UserManual")] + public UserManualType[] UserManual { + get { + return this.userManualField; + } + set { + this.userManualField = value; + } } - /// - [XmlElement("OpticalDisc")] - public OpticalDiscType[] OpticalDisc - { - get => opticalDiscField; - set => opticalDiscField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("OpticalDisc")] + public OpticalDiscType[] OpticalDisc { + get { + return this.opticalDiscField; + } + set { + this.opticalDiscField = value; + } } - /// - [XmlElement("Advertisement")] - public AdvertisementType[] Advertisement - { - get => advertisementField; - set => advertisementField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("Advertisement")] + public AdvertisementType[] Advertisement { + get { + return this.advertisementField; + } + set { + this.advertisementField = value; + } } - /// - [XmlElement("LinearMedia")] - public LinearMediaType[] LinearMedia - { - get => linearMediaField; - set => linearMediaField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("LinearMedia")] + public LinearMediaType[] LinearMedia { + get { + return this.linearMediaField; + } + set { + this.linearMediaField = value; + } } - /// - [XmlElement("PCICard")] - public PCIType[] PCICard - { - get => pCICardField; - set => pCICardField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("PCICard")] + public PCIType[] PCICard { + get { + return this.pCICardField; + } + set { + this.pCICardField = value; + } } - /// - [XmlElement("BlockMedia")] - public BlockMediaType[] BlockMedia - { - get => blockMediaField; - set => blockMediaField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("BlockMedia")] + public BlockMediaType[] BlockMedia { + get { + return this.blockMediaField; + } + set { + this.blockMediaField = value; + } } - /// - [XmlElement("AudioMedia")] - public AudioMediaType[] AudioMedia - { - get => audioMediaField; - set => audioMediaField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("AudioMedia")] + public AudioMediaType[] AudioMedia { + get { + return this.audioMediaField; + } + set { + this.audioMediaField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, XmlType(AnonymousType = true)] - public enum CICMMetadataTypeReleaseType - { - /// + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + public enum CICMMetadataTypeReleaseType { + + /// Retail, - /// + /// Bundle, - /// + /// Coverdisc, - /// + /// Subscription, - /// + /// Demo, - /// + /// OEM, - /// + /// Shareware, - /// + /// FOSS, - /// + /// Adware, - /// + /// Donationware, - /// - [XmlEnum("Digital download")] + /// + [System.Xml.Serialization.XmlEnumAttribute("Digital download")] Digitaldownload, - /// - SaaS + /// + SaaS, } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class BarcodeType - { - BarcodeTypeType typeField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class BarcodeType { - string valueField; + private BarcodeTypeType typeField; - /// - [XmlAttribute] - public BarcodeTypeType type - { - get => typeField; - set => typeField = value; + private string valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public BarcodeTypeType type { + get { + return this.typeField; + } + set { + this.typeField = value; + } } - /// - [XmlText] - public string Value - { - get => valueField; - set => valueField = value; + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string Value { + get { + return this.valueField; + } + set { + this.valueField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, XmlType(AnonymousType = true)] - public enum BarcodeTypeType - { - /// + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + public enum BarcodeTypeType { + + /// aztec, - /// + /// codabar, - /// + /// code11, - /// + /// code128, - /// + /// code39, - /// + /// code93, - /// + /// cpcbinary, - /// + /// ezcode, - /// + /// fim, - /// + /// itf, - /// + /// itf14, - /// + /// ean13, - /// + /// ean8, - /// + /// maxicode, - /// + /// isbn, - /// + /// isrc, - /// + /// msi, - /// + /// tof, - /// + /// shotcode, - /// + /// rm4scc, - /// + /// qr, - /// + /// ean5, - /// + /// ean2, - /// - [XmlEnum("qr")] + /// + [System.Xml.Serialization.XmlEnumAttribute("qr")] qr1, - /// + /// postnet, - /// + /// postbar, - /// + /// plessey, - /// + /// pharmacode, - /// + /// pdf417, - /// - patchcode + /// + patchcode, } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class AudioBlockType - { - ImageType imageField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class AudioBlockType { - ulong sizeField; + private ImageType imageField; - string accoustIDField; + private ulong sizeField; - ChecksumType[] checksumsField; + private string accoustIDField; - string formatField; + private ChecksumType[] checksumsField; - /// - public ImageType Image - { - get => imageField; - set => imageField = value; + private string formatField; + + /// + public ImageType Image { + get { + return this.imageField; + } + set { + this.imageField = value; + } } - /// - public ulong Size - { - get => sizeField; - set => sizeField = value; + /// + public ulong Size { + get { + return this.sizeField; + } + set { + this.sizeField = value; + } } - /// - public string AccoustID - { - get => accoustIDField; - set => accoustIDField = value; + /// + public string AccoustID { + get { + return this.accoustIDField; + } + set { + this.accoustIDField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } - /// - public string Format - { - get => formatField; - set => formatField = value; + /// + public string Format { + get { + return this.formatField; + } + set { + this.formatField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class ImageType - { - string formatField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class ImageType { - ulong offsetField; + private string formatField; - bool offsetFieldSpecified; + private ulong offsetField; - string valueField; + private bool offsetFieldSpecified; - /// - [XmlAttribute] - public string format - { - get => formatField; - set => formatField = value; + private string valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string format { + get { + return this.formatField; + } + set { + this.formatField = value; + } } - /// - [XmlAttribute] - public ulong offset - { - get => offsetField; - set => offsetField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ulong offset { + get { + return this.offsetField; + } + set { + this.offsetField = value; + } } - /// - [XmlIgnore] - public bool offsetSpecified - { - get => offsetFieldSpecified; - set => offsetFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool offsetSpecified { + get { + return this.offsetFieldSpecified; + } + set { + this.offsetFieldSpecified = value; + } } - /// - [XmlText] - public string Value - { - get => valueField; - set => valueField = value; + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string Value { + get { + return this.valueField; + } + set { + this.valueField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class ChecksumType - { - ChecksumTypeType typeField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class ChecksumType { - string valueField; + private ChecksumTypeType typeField; - /// - [XmlAttribute] - public ChecksumTypeType type - { - get => typeField; - set => typeField = value; + private string valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ChecksumTypeType type { + get { + return this.typeField; + } + set { + this.typeField = value; + } } - /// - [XmlText] - public string Value - { - get => valueField; - set => valueField = value; + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string Value { + get { + return this.valueField; + } + set { + this.valueField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, XmlType(AnonymousType = true)] - public enum ChecksumTypeType - { - /// + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + public enum ChecksumTypeType { + + /// fletcher16, - /// + /// fletcher32, - /// + /// adler32, - /// + /// crc16, - /// + /// crc16ccitt, - /// + /// crc32, - /// + /// crc64, - /// + /// md4, - /// + /// md5, - /// + /// dm6, - /// + /// ripemd128, - /// + /// ripemd160, - /// + /// ripemed320, - /// + /// sha1, - /// + /// sha224, - /// + /// sha256, - /// + /// sha384, - /// + /// sha512, - /// + /// sha3, - /// + /// skein, - /// + /// snefru, - /// + /// blake256, - /// + /// blake512, - /// + /// tiger, - /// + /// whirlpool, - /// - spamsum + /// + spamsum, } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class AudioMediaType - { - ImageType imageField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class AudioMediaType { - ulong sizeField; + private ImageType imageField; - ChecksumType[] checksumsField; + private ulong sizeField; - SequenceType sequenceField; + private ChecksumType[] checksumsField; - string partNumberField; + private SequenceType sequenceField; - string serialNumberField; + private string partNumberField; - string manufacturerField; + private string serialNumberField; - string modelField; + private string manufacturerField; - string accoustIDField; + private string modelField; - AudioBlockType[] blockField; + private string accoustIDField; - string copyProtectionField; + private AudioBlockType[] blockField; - DimensionsType dimensionsField; + private string copyProtectionField; - ScansType scansField; + private DimensionsType dimensionsField; - DumpHardwareType[] dumpHardwareArrayField; + private ScansType scansField; - /// - public ImageType Image - { - get => imageField; - set => imageField = value; + private DumpHardwareType[] dumpHardwareArrayField; + + /// + public ImageType Image { + get { + return this.imageField; + } + set { + this.imageField = value; + } } - /// - public ulong Size - { - get => sizeField; - set => sizeField = value; + /// + public ulong Size { + get { + return this.sizeField; + } + set { + this.sizeField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } - /// - public SequenceType Sequence - { - get => sequenceField; - set => sequenceField = value; + /// + public SequenceType Sequence { + get { + return this.sequenceField; + } + set { + this.sequenceField = value; + } } - /// - public string PartNumber - { - get => partNumberField; - set => partNumberField = value; + /// + public string PartNumber { + get { + return this.partNumberField; + } + set { + this.partNumberField = value; + } } - /// - public string SerialNumber - { - get => serialNumberField; - set => serialNumberField = value; + /// + public string SerialNumber { + get { + return this.serialNumberField; + } + set { + this.serialNumberField = value; + } } - /// - public string Manufacturer - { - get => manufacturerField; - set => manufacturerField = value; + /// + public string Manufacturer { + get { + return this.manufacturerField; + } + set { + this.manufacturerField = value; + } } - /// - public string Model - { - get => modelField; - set => modelField = value; + /// + public string Model { + get { + return this.modelField; + } + set { + this.modelField = value; + } } - /// - public string AccoustID - { - get => accoustIDField; - set => accoustIDField = value; + /// + public string AccoustID { + get { + return this.accoustIDField; + } + set { + this.accoustIDField = value; + } } - /// - [XmlElement("Block")] - public AudioBlockType[] Block - { - get => blockField; - set => blockField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("Block")] + public AudioBlockType[] Block { + get { + return this.blockField; + } + set { + this.blockField = value; + } } - /// - public string CopyProtection - { - get => copyProtectionField; - set => copyProtectionField = value; + /// + public string CopyProtection { + get { + return this.copyProtectionField; + } + set { + this.copyProtectionField = value; + } } - /// - public DimensionsType Dimensions - { - get => dimensionsField; - set => dimensionsField = value; + /// + public DimensionsType Dimensions { + get { + return this.dimensionsField; + } + set { + this.dimensionsField = value; + } } - /// - public ScansType Scans - { - get => scansField; - set => scansField = value; + /// + public ScansType Scans { + get { + return this.scansField; + } + set { + this.scansField = value; + } } - /// - [XmlArrayItem("DumpHardware", IsNullable = false)] - public DumpHardwareType[] DumpHardwareArray - { - get => dumpHardwareArrayField; - set => dumpHardwareArrayField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("DumpHardware", IsNullable=false)] + public DumpHardwareType[] DumpHardwareArray { + get { + return this.dumpHardwareArrayField; + } + set { + this.dumpHardwareArrayField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class SequenceType - { - string mediaTitleField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class SequenceType { - uint mediaSequenceField; + private string mediaTitleField; - uint totalMediaField; + private uint mediaSequenceField; - byte sideField; + private uint totalMediaField; - bool sideFieldSpecified; + private byte sideField; - byte layerField; + private bool sideFieldSpecified; - bool layerFieldSpecified; + private byte layerField; - /// - public string MediaTitle - { - get => mediaTitleField; - set => mediaTitleField = value; + private bool layerFieldSpecified; + + /// + public string MediaTitle { + get { + return this.mediaTitleField; + } + set { + this.mediaTitleField = value; + } } - /// - public uint MediaSequence - { - get => mediaSequenceField; - set => mediaSequenceField = value; + /// + public uint MediaSequence { + get { + return this.mediaSequenceField; + } + set { + this.mediaSequenceField = value; + } } - /// - public uint TotalMedia - { - get => totalMediaField; - set => totalMediaField = value; + /// + public uint TotalMedia { + get { + return this.totalMediaField; + } + set { + this.totalMediaField = value; + } } - /// - public byte Side - { - get => sideField; - set => sideField = value; + /// + public byte Side { + get { + return this.sideField; + } + set { + this.sideField = value; + } } - /// - [XmlIgnore] - public bool SideSpecified - { - get => sideFieldSpecified; - set => sideFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SideSpecified { + get { + return this.sideFieldSpecified; + } + set { + this.sideFieldSpecified = value; + } } - /// - public byte Layer - { - get => layerField; - set => layerField = value; + /// + public byte Layer { + get { + return this.layerField; + } + set { + this.layerField = value; + } } - /// - [XmlIgnore] - public bool LayerSpecified - { - get => layerFieldSpecified; - set => layerFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool LayerSpecified { + get { + return this.layerFieldSpecified; + } + set { + this.layerFieldSpecified = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class DimensionsType - { - double diameterField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class DimensionsType { - bool diameterFieldSpecified; + private double diameterField; - double heightField; + private bool diameterFieldSpecified; - bool heightFieldSpecified; + private double heightField; - double widthField; + private bool heightFieldSpecified; - bool widthFieldSpecified; + private double widthField; - double thicknessField; + private bool widthFieldSpecified; - /// - public double Diameter - { - get => diameterField; - set => diameterField = value; + private double thicknessField; + + /// + public double Diameter { + get { + return this.diameterField; + } + set { + this.diameterField = value; + } } - /// - [XmlIgnore] - public bool DiameterSpecified - { - get => diameterFieldSpecified; - set => diameterFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DiameterSpecified { + get { + return this.diameterFieldSpecified; + } + set { + this.diameterFieldSpecified = value; + } } - /// - public double Height - { - get => heightField; - set => heightField = value; + /// + public double Height { + get { + return this.heightField; + } + set { + this.heightField = value; + } } - /// - [XmlIgnore] - public bool HeightSpecified - { - get => heightFieldSpecified; - set => heightFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HeightSpecified { + get { + return this.heightFieldSpecified; + } + set { + this.heightFieldSpecified = value; + } } - /// - public double Width - { - get => widthField; - set => widthField = value; + /// + public double Width { + get { + return this.widthField; + } + set { + this.widthField = value; + } } - /// - [XmlIgnore] - public bool WidthSpecified - { - get => widthFieldSpecified; - set => widthFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool WidthSpecified { + get { + return this.widthFieldSpecified; + } + set { + this.widthFieldSpecified = value; + } } - /// - public double Thickness - { - get => thicknessField; - set => thicknessField = value; + /// + public double Thickness { + get { + return this.thicknessField; + } + set { + this.thicknessField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class ScansType - { - CaseScanType caseScanField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class ScansType { - MediaScanType scanField; + private CaseScanType caseScanField; - /// - public CaseScanType CaseScan - { - get => caseScanField; - set => caseScanField = value; + private MediaScanType scanField; + + /// + public CaseScanType CaseScan { + get { + return this.caseScanField; + } + set { + this.caseScanField = value; + } } - /// - public MediaScanType Scan - { - get => scanField; - set => scanField = value; + /// + public MediaScanType Scan { + get { + return this.scanField; + } + set { + this.scanField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class CaseScanType - { - CaseScanTypeCaseScanElement caseScanElementField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class CaseScanType { - ScanType scanField; + private CaseScanTypeCaseScanElement caseScanElementField; - /// - public CaseScanTypeCaseScanElement CaseScanElement - { - get => caseScanElementField; - set => caseScanElementField = value; + private ScanType scanField; + + /// + public CaseScanTypeCaseScanElement CaseScanElement { + get { + return this.caseScanElementField; + } + set { + this.caseScanElementField = value; + } } - /// - public ScanType Scan - { - get => scanField; - set => scanField = value; + /// + public ScanType Scan { + get { + return this.scanField; + } + set { + this.scanField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, XmlType(AnonymousType = true)] - public enum CaseScanTypeCaseScanElement - { - /// + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + public enum CaseScanTypeCaseScanElement { + + /// sleeve, - /// + /// inner, - /// + /// inlay, - /// + /// frontback, - /// + /// frontfull, - /// + /// boxfront, - /// + /// boxback, - /// + /// boxspine, - /// - external + /// + external, } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class ScanType - { - FileType fileField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class ScanType { - ChecksumType[] checksumsField; + private FileType fileField; - ScannerType[] scannerField; + private ChecksumType[] checksumsField; - ScanProcessingType[] scanProcessingField; + private ScannerType[] scannerField; - OCRType[] oCRField; + private ScanProcessingType[] scanProcessingField; - /// - public FileType File - { - get => fileField; - set => fileField = value; + private OCRType[] oCRField; + + /// + public FileType File { + get { + return this.fileField; + } + set { + this.fileField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } - /// - [XmlElement("Scanner")] - public ScannerType[] Scanner - { - get => scannerField; - set => scannerField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("Scanner")] + public ScannerType[] Scanner { + get { + return this.scannerField; + } + set { + this.scannerField = value; + } } - /// - [XmlElement("ScanProcessing")] - public ScanProcessingType[] ScanProcessing - { - get => scanProcessingField; - set => scanProcessingField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("ScanProcessing")] + public ScanProcessingType[] ScanProcessing { + get { + return this.scanProcessingField; + } + set { + this.scanProcessingField = value; + } } - /// - [XmlElement("OCR")] - public OCRType[] OCR - { - get => oCRField; - set => oCRField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("OCR")] + public OCRType[] OCR { + get { + return this.oCRField; + } + set { + this.oCRField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class FileType - { - string formatField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class FileType { - string valueField; + private string formatField; - /// - [XmlAttribute] - public string format - { - get => formatField; - set => formatField = value; + private string valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string format { + get { + return this.formatField; + } + set { + this.formatField = value; + } } - /// - [XmlText] - public string Value - { - get => valueField; - set => valueField = value; + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string Value { + get { + return this.valueField; + } + set { + this.valueField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class ScannerType - { - string authorField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class ScannerType { - string manufacturerField; + private string authorField; - string modelField; + private string manufacturerField; - string serialField; + private string modelField; - string softwareField; + private string serialField; - string softwareVersionField; + private string softwareField; - /// - public string Author - { - get => authorField; - set => authorField = value; + private string softwareVersionField; + + /// + public string Author { + get { + return this.authorField; + } + set { + this.authorField = value; + } } - /// - public string Manufacturer - { - get => manufacturerField; - set => manufacturerField = value; + /// + public string Manufacturer { + get { + return this.manufacturerField; + } + set { + this.manufacturerField = value; + } } - /// - public string Model - { - get => modelField; - set => modelField = value; + /// + public string Model { + get { + return this.modelField; + } + set { + this.modelField = value; + } } - /// - public string Serial - { - get => serialField; - set => serialField = value; + /// + public string Serial { + get { + return this.serialField; + } + set { + this.serialField = value; + } } - /// - public string Software - { - get => softwareField; - set => softwareField = value; + /// + public string Software { + get { + return this.softwareField; + } + set { + this.softwareField = value; + } } - /// - public string SoftwareVersion - { - get => softwareVersionField; - set => softwareVersionField = value; + /// + public string SoftwareVersion { + get { + return this.softwareVersionField; + } + set { + this.softwareVersionField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class ScanProcessingType - { - string authorField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class ScanProcessingType { - string softwareField; + private string authorField; - string softwareVersionField; + private string softwareField; - /// - public string Author - { - get => authorField; - set => authorField = value; + private string softwareVersionField; + + /// + public string Author { + get { + return this.authorField; + } + set { + this.authorField = value; + } } - /// - public string Software - { - get => softwareField; - set => softwareField = value; + /// + public string Software { + get { + return this.softwareField; + } + set { + this.softwareField = value; + } } - /// - public string SoftwareVersion - { - get => softwareVersionField; - set => softwareVersionField = value; + /// + public string SoftwareVersion { + get { + return this.softwareVersionField; + } + set { + this.softwareVersionField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class OCRType - { - string authorField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class OCRType { - string softwareField; + private string authorField; - string softwareVersionField; + private string softwareField; - LanguagesTypeLanguage[] languageField; + private string softwareVersionField; - /// - public string Author - { - get => authorField; - set => authorField = value; + private LanguagesTypeLanguage[] languageField; + + /// + public string Author { + get { + return this.authorField; + } + set { + this.authorField = value; + } } - /// - public string Software - { - get => softwareField; - set => softwareField = value; + /// + public string Software { + get { + return this.softwareField; + } + set { + this.softwareField = value; + } } - /// - public string SoftwareVersion - { - get => softwareVersionField; - set => softwareVersionField = value; + /// + public string SoftwareVersion { + get { + return this.softwareVersionField; + } + set { + this.softwareVersionField = value; + } } - /// - [XmlArrayItem("Language", IsNullable = false)] - public LanguagesTypeLanguage[] Language - { - get => languageField; - set => languageField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)] + public LanguagesTypeLanguage[] Language { + get { + return this.languageField; + } + set { + this.languageField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, XmlType(AnonymousType = true)] - public enum LanguagesTypeLanguage - { - /// + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + public enum LanguagesTypeLanguage { + + /// aar, - /// + /// abk, - /// + /// ace, - /// + /// ach, - /// + /// ada, - /// + /// ady, - /// + /// afa, - /// + /// afh, - /// + /// afr, - /// + /// ain, - /// + /// aka, - /// + /// akk, - /// + /// alb, - /// + /// ale, - /// + /// alg, - /// + /// alt, - /// + /// amh, - /// + /// ang, - /// + /// anp, - /// + /// apa, - /// + /// ara, - /// + /// arc, - /// + /// arg, - /// + /// arm, - /// + /// arn, - /// + /// arp, - /// + /// art, - /// + /// arw, - /// + /// asm, - /// + /// ast, - /// + /// ath, - /// + /// aus, - /// + /// ava, - /// + /// ave, - /// + /// awa, - /// + /// aym, - /// + /// aze, - /// + /// bad, - /// + /// bai, - /// + /// bak, - /// + /// bal, - /// + /// bam, - /// + /// ban, - /// + /// baq, - /// + /// bas, - /// + /// bat, - /// + /// bej, - /// + /// bel, - /// + /// bem, - /// + /// ben, - /// + /// ber, - /// + /// bho, - /// + /// bih, - /// + /// bik, - /// + /// bin, - /// + /// bis, - /// + /// bla, - /// + /// bnt, - /// + /// bos, - /// + /// bra, - /// + /// bre, - /// + /// btk, - /// + /// bua, - /// + /// bug, - /// + /// bul, - /// + /// bur, - /// + /// byn, - /// + /// cad, - /// + /// cai, - /// + /// car, - /// + /// cat, - /// + /// cau, - /// + /// ceb, - /// + /// cel, - /// + /// cha, - /// + /// chb, - /// + /// che, - /// + /// chg, - /// + /// chi, - /// + /// chk, - /// + /// chm, - /// + /// chn, - /// + /// cho, - /// + /// chp, - /// + /// chr, - /// + /// chu, - /// + /// chv, - /// + /// chy, - /// + /// cmc, - /// + /// cop, - /// + /// cor, - /// + /// cos, - /// + /// cpe, - /// + /// cpf, - /// + /// cpp, - /// + /// cre, - /// + /// crh, - /// + /// crp, - /// + /// csb, - /// + /// cus, - /// + /// cze, - /// + /// dak, - /// + /// dan, - /// + /// dar, - /// + /// day, - /// + /// del, - /// + /// den, - /// + /// dgr, - /// + /// din, - /// + /// div, - /// + /// doi, - /// + /// dra, - /// + /// dsb, - /// + /// dua, - /// + /// dum, - /// + /// dut, - /// + /// dyu, - /// + /// dzo, - /// + /// efi, - /// + /// egy, - /// + /// eka, - /// + /// elx, - /// + /// eng, - /// + /// enm, - /// + /// epo, - /// + /// est, - /// + /// ewe, - /// + /// ewo, - /// + /// fan, - /// + /// fao, - /// + /// fat, - /// + /// fij, - /// + /// fil, - /// + /// fin, - /// + /// fiu, - /// + /// fon, - /// + /// fre, - /// + /// frm, - /// + /// fro, - /// + /// frr, - /// + /// frs, - /// + /// fry, - /// + /// ful, - /// + /// fur, - /// + /// gaa, - /// + /// gay, - /// + /// gba, - /// + /// gem, - /// + /// geo, - /// + /// ger, - /// + /// gez, - /// + /// gil, - /// + /// gla, - /// + /// gle, - /// + /// glg, - /// + /// glv, - /// + /// gmh, - /// + /// goh, - /// + /// gon, - /// + /// gor, - /// + /// got, - /// + /// grb, - /// + /// grc, - /// + /// gre, - /// + /// grn, - /// + /// gsw, - /// + /// guj, - /// + /// gwi, - /// + /// hai, - /// + /// hat, - /// + /// hau, - /// + /// haw, - /// + /// heb, - /// + /// her, - /// + /// hil, - /// + /// him, - /// + /// hin, - /// + /// hit, - /// + /// hmn, - /// + /// hmo, - /// + /// hrv, - /// + /// hsb, - /// + /// hun, - /// + /// hup, - /// + /// iba, - /// + /// ibo, - /// + /// ice, - /// + /// ido, - /// + /// iii, - /// + /// ijo, - /// + /// iku, - /// + /// ile, - /// + /// ilo, - /// + /// ina, - /// + /// inc, - /// + /// ind, - /// + /// ine, - /// + /// inh, - /// + /// ipk, - /// + /// ira, - /// + /// iro, - /// + /// ita, - /// + /// jav, - /// + /// jbo, - /// + /// jpn, - /// + /// jpr, - /// + /// jrb, - /// + /// kaa, - /// + /// kab, - /// + /// kac, - /// + /// kal, - /// + /// kam, - /// + /// kan, - /// + /// kar, - /// + /// kas, - /// + /// kau, - /// + /// kaw, - /// + /// kaz, - /// + /// kbd, - /// + /// kha, - /// + /// khi, - /// + /// khm, - /// + /// kho, - /// + /// kik, - /// + /// kin, - /// + /// kir, - /// + /// kmb, - /// + /// kok, - /// + /// kom, - /// + /// kon, - /// + /// kor, - /// + /// kos, - /// + /// kpe, - /// + /// krc, - /// + /// krl, - /// + /// kro, - /// + /// kru, - /// + /// kua, - /// + /// kum, - /// + /// kur, - /// + /// kut, - /// + /// lad, - /// + /// lah, - /// + /// lam, - /// + /// lao, - /// + /// lat, - /// + /// lav, - /// + /// lez, - /// + /// lim, - /// + /// lin, - /// + /// lit, - /// + /// lol, - /// + /// loz, - /// + /// ltz, - /// + /// lua, - /// + /// lub, - /// + /// lug, - /// + /// lui, - /// + /// lun, - /// + /// luo, - /// + /// lus, - /// + /// mac, - /// + /// mad, - /// + /// mag, - /// + /// mah, - /// + /// mai, - /// + /// mak, - /// + /// mal, - /// + /// man, - /// + /// mao, - /// + /// map, - /// + /// mar, - /// + /// mas, - /// + /// may, - /// + /// mdf, - /// + /// mdr, - /// + /// men, - /// + /// mga, - /// + /// mic, - /// + /// min, - /// + /// mis, - /// + /// mkh, - /// + /// mlg, - /// + /// mlt, - /// + /// mnc, - /// + /// mni, - /// + /// mno, - /// + /// moh, - /// + /// mon, - /// + /// mos, - /// + /// mul, - /// + /// mun, - /// + /// mus, - /// + /// mwl, - /// + /// mwr, - /// + /// myn, - /// + /// myv, - /// + /// nah, - /// + /// nai, - /// + /// nap, - /// + /// nau, - /// + /// nav, - /// + /// nbl, - /// + /// nde, - /// + /// ndo, - /// + /// nds, - /// + /// nep, - /// + /// @new, - /// + /// nia, - /// + /// nic, - /// + /// niu, - /// + /// nno, - /// + /// nob, - /// + /// nog, - /// + /// non, - /// + /// nor, - /// + /// nqo, - /// + /// nso, - /// + /// nub, - /// + /// nwc, - /// + /// nya, - /// + /// nym, - /// + /// nyn, - /// + /// nyo, - /// + /// nzi, - /// + /// oci, - /// + /// oji, - /// + /// ori, - /// + /// orm, - /// + /// osa, - /// + /// oss, - /// + /// ota, - /// + /// oto, - /// + /// paa, - /// + /// pag, - /// + /// pal, - /// + /// pam, - /// + /// pan, - /// + /// pap, - /// + /// pau, - /// + /// peo, - /// + /// per, - /// + /// phi, - /// + /// phn, - /// + /// pli, - /// + /// pol, - /// + /// pon, - /// + /// por, - /// + /// pra, - /// + /// pro, - /// + /// pus, - /// - [XmlEnum("qaa-qtz")] + /// + [System.Xml.Serialization.XmlEnumAttribute("qaa-qtz")] qaaqtz, - /// + /// que, - /// + /// raj, - /// + /// rap, - /// + /// rar, - /// + /// roa, - /// + /// roh, - /// + /// rom, - /// + /// rum, - /// + /// run, - /// + /// rup, - /// + /// rus, - /// + /// sad, - /// + /// sag, - /// + /// sah, - /// + /// sai, - /// + /// sal, - /// + /// sam, - /// + /// san, - /// + /// sas, - /// + /// sat, - /// + /// scn, - /// + /// sco, - /// + /// sel, - /// + /// sem, - /// + /// sga, - /// + /// sgn, - /// + /// shn, - /// + /// sid, - /// + /// sin, - /// + /// sio, - /// + /// sit, - /// + /// sla, - /// + /// slo, - /// + /// slv, - /// + /// sma, - /// + /// sme, - /// + /// smi, - /// + /// smj, - /// + /// smn, - /// + /// smo, - /// + /// sms, - /// + /// sna, - /// + /// snd, - /// + /// snk, - /// + /// sog, - /// + /// som, - /// + /// son, - /// + /// sot, - /// + /// spa, - /// + /// srd, - /// + /// srn, - /// + /// srp, - /// + /// srr, - /// + /// ssa, - /// + /// ssw, - /// + /// suk, - /// + /// sun, - /// + /// sus, - /// + /// sux, - /// + /// swa, - /// + /// swe, - /// + /// syc, - /// + /// syr, - /// + /// tah, - /// + /// tai, - /// + /// tam, - /// + /// tat, - /// + /// tel, - /// + /// tem, - /// + /// ter, - /// + /// tet, - /// + /// tgk, - /// + /// tgl, - /// + /// tha, - /// + /// tib, - /// + /// tig, - /// + /// tir, - /// + /// tiv, - /// + /// tkl, - /// + /// tlh, - /// + /// tli, - /// + /// tmh, - /// + /// tog, - /// + /// ton, - /// + /// tpi, - /// + /// tsi, - /// + /// tsn, - /// + /// tso, - /// + /// tuk, - /// + /// tum, - /// + /// tup, - /// + /// tur, - /// + /// tut, - /// + /// tvl, - /// + /// twi, - /// + /// tyv, - /// + /// udm, - /// + /// uga, - /// + /// uig, - /// + /// ukr, - /// + /// umb, - /// + /// und, - /// + /// urd, - /// + /// uzb, - /// + /// vai, - /// + /// ven, - /// + /// vie, - /// + /// vol, - /// + /// vot, - /// + /// wak, - /// + /// wal, - /// + /// war, - /// + /// was, - /// + /// wel, - /// + /// wen, - /// + /// wln, - /// + /// wol, - /// + /// xal, - /// + /// xho, - /// + /// yao, - /// + /// yap, - /// + /// yid, - /// + /// yor, - /// + /// ypk, - /// + /// zap, - /// + /// zbl, - /// + /// zen, - /// + /// zgh, - /// + /// zha, - /// + /// znd, - /// + /// zul, - /// + /// zun, - /// + /// zxx, - /// - zza + /// + zza, } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class MediaScanType - { - MediaScanTypeMediaScanElement mediaScanElementField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class MediaScanType { - ScanType scanField; + private MediaScanTypeMediaScanElement mediaScanElementField; - /// - public MediaScanTypeMediaScanElement MediaScanElement - { - get => mediaScanElementField; - set => mediaScanElementField = value; + private ScanType scanField; + + /// + public MediaScanTypeMediaScanElement MediaScanElement { + get { + return this.mediaScanElementField; + } + set { + this.mediaScanElementField = value; + } } - /// - public ScanType Scan - { - get => scanField; - set => scanField = value; + /// + public ScanType Scan { + get { + return this.scanField; + } + set { + this.scanField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, XmlType(AnonymousType = true)] - public enum MediaScanTypeMediaScanElement - { - /// + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + public enum MediaScanTypeMediaScanElement { + + /// up, - /// + /// down, - /// + /// front, - /// + /// back, - /// + /// left, - /// - right + /// + right, } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class DumpHardwareType - { - string manufacturerField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class DumpHardwareType { - string modelField; + private string manufacturerField; - string revisionField; + private string modelField; - string firmwareField; + private string revisionField; - string serialField; + private string firmwareField; - ExtentType[] extentsField; + private string serialField; - SoftwareType softwareField; + private ExtentType[] extentsField; - /// - public string Manufacturer - { - get => manufacturerField; - set => manufacturerField = value; + private SoftwareType softwareField; + + /// + public string Manufacturer { + get { + return this.manufacturerField; + } + set { + this.manufacturerField = value; + } } - /// - public string Model - { - get => modelField; - set => modelField = value; + /// + public string Model { + get { + return this.modelField; + } + set { + this.modelField = value; + } } - /// - public string Revision - { - get => revisionField; - set => revisionField = value; + /// + public string Revision { + get { + return this.revisionField; + } + set { + this.revisionField = value; + } } - /// - public string Firmware - { - get => firmwareField; - set => firmwareField = value; + /// + public string Firmware { + get { + return this.firmwareField; + } + set { + this.firmwareField = value; + } } - /// - public string Serial - { - get => serialField; - set => serialField = value; + /// + public string Serial { + get { + return this.serialField; + } + set { + this.serialField = value; + } } - /// - [XmlArrayItem("Extent", IsNullable = false)] - public ExtentType[] Extents - { - get => extentsField; - set => extentsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Extent", IsNullable=false)] + public ExtentType[] Extents { + get { + return this.extentsField; + } + set { + this.extentsField = value; + } } - /// - public SoftwareType Software - { - get => softwareField; - set => softwareField = value; + /// + public SoftwareType Software { + get { + return this.softwareField; + } + set { + this.softwareField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class ExtentType - { - ulong startField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class ExtentType { - ulong endField; + private ulong startField; - /// - public ulong Start - { - get => startField; - set => startField = value; + private ulong endField; + + /// + public ulong Start { + get { + return this.startField; + } + set { + this.startField = value; + } } - /// - public ulong End - { - get => endField; - set => endField = value; + /// + public ulong End { + get { + return this.endField; + } + set { + this.endField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class SoftwareType - { - string nameField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class SoftwareType { - string versionField; + private string nameField; - string operatingSystemField; + private string versionField; - /// - public string Name - { - get => nameField; - set => nameField = value; + private string operatingSystemField; + + /// + public string Name { + get { + return this.nameField; + } + set { + this.nameField = value; + } } - /// - public string Version - { - get => versionField; - set => versionField = value; + /// + public string Version { + get { + return this.versionField; + } + set { + this.versionField = value; + } } - /// - public string OperatingSystem - { - get => operatingSystemField; - set => operatingSystemField = value; + /// + public string OperatingSystem { + get { + return this.operatingSystemField; + } + set { + this.operatingSystemField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class BlockTrackType - { - ImageType imageField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class BlockTrackType { - ulong sizeField; + private ImageType imageField; - ushort headField; + private ulong sizeField; - uint cylinderField; + private ushort headField; - ulong startSectorField; + private uint cylinderField; - ulong endSectorField; + private ulong startSectorField; - ulong sectorsField; + private ulong endSectorField; - uint bytesPerSectorField; + private ulong sectorsField; - ChecksumType[] checksumsField; + private uint bytesPerSectorField; - string formatField; + private ChecksumType[] checksumsField; - /// - public ImageType Image - { - get => imageField; - set => imageField = value; + private string formatField; + + /// + public ImageType Image { + get { + return this.imageField; + } + set { + this.imageField = value; + } } - /// - public ulong Size - { - get => sizeField; - set => sizeField = value; + /// + public ulong Size { + get { + return this.sizeField; + } + set { + this.sizeField = value; + } } - /// - public ushort Head - { - get => headField; - set => headField = value; + /// + public ushort Head { + get { + return this.headField; + } + set { + this.headField = value; + } } - /// - public uint Cylinder - { - get => cylinderField; - set => cylinderField = value; + /// + public uint Cylinder { + get { + return this.cylinderField; + } + set { + this.cylinderField = value; + } } - /// - public ulong StartSector - { - get => startSectorField; - set => startSectorField = value; + /// + public ulong StartSector { + get { + return this.startSectorField; + } + set { + this.startSectorField = value; + } } - /// - public ulong EndSector - { - get => endSectorField; - set => endSectorField = value; + /// + public ulong EndSector { + get { + return this.endSectorField; + } + set { + this.endSectorField = value; + } } - /// - public ulong Sectors - { - get => sectorsField; - set => sectorsField = value; + /// + public ulong Sectors { + get { + return this.sectorsField; + } + set { + this.sectorsField = value; + } } - /// - public uint BytesPerSector - { - get => bytesPerSectorField; - set => bytesPerSectorField = value; + /// + public uint BytesPerSector { + get { + return this.bytesPerSectorField; + } + set { + this.bytesPerSectorField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } - /// - public string Format - { - get => formatField; - set => formatField = value; + /// + public string Format { + get { + return this.formatField; + } + set { + this.formatField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class USBType - { - ushort vendorIDField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class USBType { - ushort productIDField; + private ushort vendorIDField; - DumpType descriptorsField; + private ushort productIDField; - /// - public ushort VendorID - { - get => vendorIDField; - set => vendorIDField = value; + private DumpType descriptorsField; + + /// + public ushort VendorID { + get { + return this.vendorIDField; + } + set { + this.vendorIDField = value; + } } - /// - public ushort ProductID - { - get => productIDField; - set => productIDField = value; + /// + public ushort ProductID { + get { + return this.productIDField; + } + set { + this.productIDField = value; + } } - /// - public DumpType Descriptors - { - get => descriptorsField; - set => descriptorsField = value; + /// + public DumpType Descriptors { + get { + return this.descriptorsField; + } + set { + this.descriptorsField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class DumpType - { - string imageField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class DumpType { - ulong sizeField; + private string imageField; - ChecksumType[] checksumsField; + private ulong sizeField; - /// - public string Image - { - get => imageField; - set => imageField = value; + private ChecksumType[] checksumsField; + + /// + public string Image { + get { + return this.imageField; + } + set { + this.imageField = value; + } } - /// - public ulong Size - { - get => sizeField; - set => sizeField = value; + /// + public ulong Size { + get { + return this.sizeField; + } + set { + this.sizeField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class EVPDType - { - string imageField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class EVPDType { - ulong sizeField; + private string imageField; - ChecksumType[] checksumsField; + private ulong sizeField; - byte pageField; + private ChecksumType[] checksumsField; - bool pageFieldSpecified; + private byte pageField; - /// - public string Image - { - get => imageField; - set => imageField = value; + private bool pageFieldSpecified; + + /// + public string Image { + get { + return this.imageField; + } + set { + this.imageField = value; + } } - /// - public ulong Size - { - get => sizeField; - set => sizeField = value; + /// + public ulong Size { + get { + return this.sizeField; + } + set { + this.sizeField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } - /// - [XmlAttribute] - public byte page - { - get => pageField; - set => pageField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public byte page { + get { + return this.pageField; + } + set { + this.pageField = value; + } } - /// - [XmlIgnore] - public bool pageSpecified - { - get => pageFieldSpecified; - set => pageFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool pageSpecified { + get { + return this.pageFieldSpecified; + } + set { + this.pageFieldSpecified = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class SCSIType - { - DumpType inquiryField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class SCSIType { - EVPDType[] eVPDField; + private DumpType inquiryField; - DumpType modeSenseField; + private EVPDType[] eVPDField; - DumpType modeSense10Field; + private DumpType modeSenseField; - DumpType logSenseField; + private DumpType modeSense10Field; - /// - public DumpType Inquiry - { - get => inquiryField; - set => inquiryField = value; + private DumpType logSenseField; + + /// + public DumpType Inquiry { + get { + return this.inquiryField; + } + set { + this.inquiryField = value; + } } - /// - [XmlElement("EVPD")] - public EVPDType[] EVPD - { - get => eVPDField; - set => eVPDField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("EVPD")] + public EVPDType[] EVPD { + get { + return this.eVPDField; + } + set { + this.eVPDField = value; + } } - /// - public DumpType ModeSense - { - get => modeSenseField; - set => modeSenseField = value; + /// + public DumpType ModeSense { + get { + return this.modeSenseField; + } + set { + this.modeSenseField = value; + } } - /// - public DumpType ModeSense10 - { - get => modeSense10Field; - set => modeSense10Field = value; + /// + public DumpType ModeSense10 { + get { + return this.modeSense10Field; + } + set { + this.modeSense10Field = value; + } } - /// - public DumpType LogSense - { - get => logSenseField; - set => logSenseField = value; + /// + public DumpType LogSense { + get { + return this.logSenseField; + } + set { + this.logSenseField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class MultiMediaCardType - { - DumpType cIDField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class MultiMediaCardType { - DumpType cSDField; + private DumpType cIDField; - DumpType extendedCSDField; + private DumpType cSDField; - DumpType oCRField; + private DumpType extendedCSDField; - /// - public DumpType CID - { - get => cIDField; - set => cIDField = value; + private DumpType oCRField; + + /// + public DumpType CID { + get { + return this.cIDField; + } + set { + this.cIDField = value; + } } - /// - public DumpType CSD - { - get => cSDField; - set => cSDField = value; + /// + public DumpType CSD { + get { + return this.cSDField; + } + set { + this.cSDField = value; + } } - /// - public DumpType ExtendedCSD - { - get => extendedCSDField; - set => extendedCSDField = value; + /// + public DumpType ExtendedCSD { + get { + return this.extendedCSDField; + } + set { + this.extendedCSDField = value; + } } - /// - public DumpType OCR - { - get => oCRField; - set => oCRField = value; + /// + public DumpType OCR { + get { + return this.oCRField; + } + set { + this.oCRField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class SecureDigitalType - { - DumpType cIDField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class SecureDigitalType { - DumpType cSDField; + private DumpType cIDField; - DumpType sCRField; + private DumpType cSDField; - DumpType oCRField; + private DumpType sCRField; - /// - public DumpType CID - { - get => cIDField; - set => cIDField = value; + private DumpType oCRField; + + /// + public DumpType CID { + get { + return this.cIDField; + } + set { + this.cIDField = value; + } } - /// - public DumpType CSD - { - get => cSDField; - set => cSDField = value; + /// + public DumpType CSD { + get { + return this.cSDField; + } + set { + this.cSDField = value; + } } - /// - public DumpType SCR - { - get => sCRField; - set => sCRField = value; + /// + public DumpType SCR { + get { + return this.sCRField; + } + set { + this.sCRField = value; + } } - /// - public DumpType OCR - { - get => oCRField; - set => oCRField = value; + /// + public DumpType OCR { + get { + return this.oCRField; + } + set { + this.oCRField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class ATAType - { - DumpType identifyField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class ATAType { - /// - public DumpType Identify - { - get => identifyField; - set => identifyField = value; + private DumpType identifyField; + + /// + public DumpType Identify { + get { + return this.identifyField; + } + set { + this.identifyField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class TapeFileType - { - ImageType imageField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class TapeFileType { - ulong sizeField; + private ImageType imageField; - ulong sequenceField; + private ulong sizeField; - ulong blockSizeField; + private ulong sequenceField; - ulong startBlockField; + private ulong blockSizeField; - ulong endBlockField; + private ulong startBlockField; - ChecksumType[] checksumsField; + private ulong endBlockField; - /// - public ImageType Image - { - get => imageField; - set => imageField = value; + private ChecksumType[] checksumsField; + + /// + public ImageType Image { + get { + return this.imageField; + } + set { + this.imageField = value; + } } - /// - public ulong Size - { - get => sizeField; - set => sizeField = value; + /// + public ulong Size { + get { + return this.sizeField; + } + set { + this.sizeField = value; + } } - /// - public ulong Sequence - { - get => sequenceField; - set => sequenceField = value; + /// + public ulong Sequence { + get { + return this.sequenceField; + } + set { + this.sequenceField = value; + } } - /// - public ulong BlockSize - { - get => blockSizeField; - set => blockSizeField = value; + /// + public ulong BlockSize { + get { + return this.blockSizeField; + } + set { + this.blockSizeField = value; + } } - /// - public ulong StartBlock - { - get => startBlockField; - set => startBlockField = value; + /// + public ulong StartBlock { + get { + return this.startBlockField; + } + set { + this.startBlockField = value; + } } - /// - public ulong EndBlock - { - get => endBlockField; - set => endBlockField = value; + /// + public ulong EndBlock { + get { + return this.endBlockField; + } + set { + this.endBlockField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class TapePartitionType - { - ImageType imageField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class TapePartitionType { - ulong sizeField; + private ImageType imageField; - ulong sequenceField; + private ulong sizeField; - ulong startBlockField; + private ulong sequenceField; - ulong endBlockField; + private ulong startBlockField; - ChecksumType[] checksumsField; + private ulong endBlockField; - TapeFileType[] fileField; + private ChecksumType[] checksumsField; - /// - public ImageType Image - { - get => imageField; - set => imageField = value; + private TapeFileType[] fileField; + + /// + public ImageType Image { + get { + return this.imageField; + } + set { + this.imageField = value; + } } - /// - public ulong Size - { - get => sizeField; - set => sizeField = value; + /// + public ulong Size { + get { + return this.sizeField; + } + set { + this.sizeField = value; + } } - /// - public ulong Sequence - { - get => sequenceField; - set => sequenceField = value; + /// + public ulong Sequence { + get { + return this.sequenceField; + } + set { + this.sequenceField = value; + } } - /// - public ulong StartBlock - { - get => startBlockField; - set => startBlockField = value; + /// + public ulong StartBlock { + get { + return this.startBlockField; + } + set { + this.startBlockField = value; + } } - /// - public ulong EndBlock - { - get => endBlockField; - set => endBlockField = value; + /// + public ulong EndBlock { + get { + return this.endBlockField; + } + set { + this.endBlockField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } - /// - [XmlElement("File")] - public TapeFileType[] File - { - get => fileField; - set => fileField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("File")] + public TapeFileType[] File { + get { + return this.fileField; + } + set { + this.fileField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class BlockSizeType - { - uint startingBlockField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class BlockSizeType { - uint valueField; + private uint startingBlockField; - /// - [XmlAttribute] - public uint startingBlock - { - get => startingBlockField; - set => startingBlockField = value; + private uint valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public uint startingBlock { + get { + return this.startingBlockField; + } + set { + this.startingBlockField = value; + } } - /// - [XmlText] - public uint Value - { - get => valueField; - set => valueField = value; + /// + [System.Xml.Serialization.XmlTextAttribute()] + public uint Value { + get { + return this.valueField; + } + set { + this.valueField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class BlockMediaType - { - ImageType imageField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class BlockMediaType { - ulong sizeField; + private ImageType imageField; - ChecksumType[] checksumsField; + private ulong sizeField; - ChecksumType[] contentChecksumsField; + private ChecksumType[] checksumsField; - SequenceType sequenceField; + private ChecksumType[] contentChecksumsField; - string manufacturerField; + private SequenceType sequenceField; - string modelField; + private string manufacturerField; - string serialField; + private string modelField; - string firmwareField; + private string serialField; - string interfaceField; + private string firmwareField; - string partNumberField; + private string interfaceField; - string serialNumberField; + private string partNumberField; - uint physicalBlockSizeField; + private string serialNumberField; - uint logicalBlockSizeField; + private uint physicalBlockSizeField; - ulong logicalBlocksField; + private uint logicalBlockSizeField; - BlockSizeType[] variableBlockSizeField; + private ulong logicalBlocksField; - TapePartitionType[] tapeInformationField; + private BlockSizeType[] variableBlockSizeField; - ScansType scansField; + private TapePartitionType[] tapeInformationField; - ATAType aTAField; + private ScansType scansField; - PCIType pCIField; + private ATAType aTAField; - PCMCIAType pCMCIAField; + private PCIType pCIField; - SecureDigitalType secureDigitalField; + private PCMCIAType pCMCIAField; - MultiMediaCardType multiMediaCardField; + private SecureDigitalType secureDigitalField; - SCSIType sCSIField; + private MultiMediaCardType multiMediaCardField; - USBType uSBField; + private SCSIType sCSIField; - DumpType mAMField; + private USBType uSBField; - ushort headsField; + private DumpType mAMField; - bool headsFieldSpecified; + private ushort headsField; - uint cylindersField; + private bool headsFieldSpecified; - bool cylindersFieldSpecified; + private uint cylindersField; - ulong sectorsPerTrackField; + private bool cylindersFieldSpecified; - bool sectorsPerTrackFieldSpecified; + private ulong sectorsPerTrackField; - BlockTrackType[] trackField; + private bool sectorsPerTrackFieldSpecified; - string copyProtectionField; + private BlockTrackType[] trackField; - DimensionsType dimensionsField; + private string copyProtectionField; - PartitionType[] fileSystemInformationField; + private DimensionsType dimensionsField; - DumpHardwareType[] dumpHardwareArrayField; + private PartitionType[] fileSystemInformationField; - string diskTypeField; + private DumpHardwareType[] dumpHardwareArrayField; - string diskSubTypeField; + private string diskTypeField; - /// - public ImageType Image - { - get => imageField; - set => imageField = value; + private string diskSubTypeField; + + /// + public ImageType Image { + get { + return this.imageField; + } + set { + this.imageField = value; + } } - /// - public ulong Size - { - get => sizeField; - set => sizeField = value; + /// + public ulong Size { + get { + return this.sizeField; + } + set { + this.sizeField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] ContentChecksums - { - get => contentChecksumsField; - set => contentChecksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] ContentChecksums { + get { + return this.contentChecksumsField; + } + set { + this.contentChecksumsField = value; + } } - /// - public SequenceType Sequence - { - get => sequenceField; - set => sequenceField = value; + /// + public SequenceType Sequence { + get { + return this.sequenceField; + } + set { + this.sequenceField = value; + } } - /// - public string Manufacturer - { - get => manufacturerField; - set => manufacturerField = value; + /// + public string Manufacturer { + get { + return this.manufacturerField; + } + set { + this.manufacturerField = value; + } } - /// - public string Model - { - get => modelField; - set => modelField = value; + /// + public string Model { + get { + return this.modelField; + } + set { + this.modelField = value; + } } - /// - public string Serial - { - get => serialField; - set => serialField = value; + /// + public string Serial { + get { + return this.serialField; + } + set { + this.serialField = value; + } } - /// - public string Firmware - { - get => firmwareField; - set => firmwareField = value; + /// + public string Firmware { + get { + return this.firmwareField; + } + set { + this.firmwareField = value; + } } - /// - public string Interface - { - get => interfaceField; - set => interfaceField = value; + /// + public string Interface { + get { + return this.interfaceField; + } + set { + this.interfaceField = value; + } } - /// - public string PartNumber - { - get => partNumberField; - set => partNumberField = value; + /// + public string PartNumber { + get { + return this.partNumberField; + } + set { + this.partNumberField = value; + } } - /// - public string SerialNumber - { - get => serialNumberField; - set => serialNumberField = value; + /// + public string SerialNumber { + get { + return this.serialNumberField; + } + set { + this.serialNumberField = value; + } } - /// - public uint PhysicalBlockSize - { - get => physicalBlockSizeField; - set => physicalBlockSizeField = value; + /// + public uint PhysicalBlockSize { + get { + return this.physicalBlockSizeField; + } + set { + this.physicalBlockSizeField = value; + } } - /// - public uint LogicalBlockSize - { - get => logicalBlockSizeField; - set => logicalBlockSizeField = value; + /// + public uint LogicalBlockSize { + get { + return this.logicalBlockSizeField; + } + set { + this.logicalBlockSizeField = value; + } } - /// - public ulong LogicalBlocks - { - get => logicalBlocksField; - set => logicalBlocksField = value; + /// + public ulong LogicalBlocks { + get { + return this.logicalBlocksField; + } + set { + this.logicalBlocksField = value; + } } - /// - [XmlArrayItem("BlockSize", IsNullable = false)] - public BlockSizeType[] VariableBlockSize - { - get => variableBlockSizeField; - set => variableBlockSizeField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("BlockSize", IsNullable=false)] + public BlockSizeType[] VariableBlockSize { + get { + return this.variableBlockSizeField; + } + set { + this.variableBlockSizeField = value; + } } - /// - [XmlArrayItem("Partition", IsNullable = false)] - public TapePartitionType[] TapeInformation - { - get => tapeInformationField; - set => tapeInformationField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Partition", IsNullable=false)] + public TapePartitionType[] TapeInformation { + get { + return this.tapeInformationField; + } + set { + this.tapeInformationField = value; + } } - /// - public ScansType Scans - { - get => scansField; - set => scansField = value; + /// + public ScansType Scans { + get { + return this.scansField; + } + set { + this.scansField = value; + } } - /// - public ATAType ATA - { - get => aTAField; - set => aTAField = value; + /// + public ATAType ATA { + get { + return this.aTAField; + } + set { + this.aTAField = value; + } } - /// - public PCIType PCI - { - get => pCIField; - set => pCIField = value; + /// + public PCIType PCI { + get { + return this.pCIField; + } + set { + this.pCIField = value; + } } - /// - public PCMCIAType PCMCIA - { - get => pCMCIAField; - set => pCMCIAField = value; + /// + public PCMCIAType PCMCIA { + get { + return this.pCMCIAField; + } + set { + this.pCMCIAField = value; + } } - /// - public SecureDigitalType SecureDigital - { - get => secureDigitalField; - set => secureDigitalField = value; + /// + public SecureDigitalType SecureDigital { + get { + return this.secureDigitalField; + } + set { + this.secureDigitalField = value; + } } - /// - public MultiMediaCardType MultiMediaCard - { - get => multiMediaCardField; - set => multiMediaCardField = value; + /// + public MultiMediaCardType MultiMediaCard { + get { + return this.multiMediaCardField; + } + set { + this.multiMediaCardField = value; + } } - /// - public SCSIType SCSI - { - get => sCSIField; - set => sCSIField = value; + /// + public SCSIType SCSI { + get { + return this.sCSIField; + } + set { + this.sCSIField = value; + } } - /// - public USBType USB - { - get => uSBField; - set => uSBField = value; + /// + public USBType USB { + get { + return this.uSBField; + } + set { + this.uSBField = value; + } } - /// - public DumpType MAM - { - get => mAMField; - set => mAMField = value; + /// + public DumpType MAM { + get { + return this.mAMField; + } + set { + this.mAMField = value; + } } - /// - public ushort Heads - { - get => headsField; - set => headsField = value; + /// + public ushort Heads { + get { + return this.headsField; + } + set { + this.headsField = value; + } } - /// - [XmlIgnore] - public bool HeadsSpecified - { - get => headsFieldSpecified; - set => headsFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HeadsSpecified { + get { + return this.headsFieldSpecified; + } + set { + this.headsFieldSpecified = value; + } } - /// - public uint Cylinders - { - get => cylindersField; - set => cylindersField = value; + /// + public uint Cylinders { + get { + return this.cylindersField; + } + set { + this.cylindersField = value; + } } - /// - [XmlIgnore] - public bool CylindersSpecified - { - get => cylindersFieldSpecified; - set => cylindersFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CylindersSpecified { + get { + return this.cylindersFieldSpecified; + } + set { + this.cylindersFieldSpecified = value; + } } - /// - public ulong SectorsPerTrack - { - get => sectorsPerTrackField; - set => sectorsPerTrackField = value; + /// + public ulong SectorsPerTrack { + get { + return this.sectorsPerTrackField; + } + set { + this.sectorsPerTrackField = value; + } } - /// - [XmlIgnore] - public bool SectorsPerTrackSpecified - { - get => sectorsPerTrackFieldSpecified; - set => sectorsPerTrackFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SectorsPerTrackSpecified { + get { + return this.sectorsPerTrackFieldSpecified; + } + set { + this.sectorsPerTrackFieldSpecified = value; + } } - /// - [XmlElement("Track")] - public BlockTrackType[] Track - { - get => trackField; - set => trackField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("Track")] + public BlockTrackType[] Track { + get { + return this.trackField; + } + set { + this.trackField = value; + } } - /// - public string CopyProtection - { - get => copyProtectionField; - set => copyProtectionField = value; + /// + public string CopyProtection { + get { + return this.copyProtectionField; + } + set { + this.copyProtectionField = value; + } } - /// - public DimensionsType Dimensions - { - get => dimensionsField; - set => dimensionsField = value; + /// + public DimensionsType Dimensions { + get { + return this.dimensionsField; + } + set { + this.dimensionsField = value; + } } - /// - [XmlArrayItem("Partition", IsNullable = false)] - public PartitionType[] FileSystemInformation - { - get => fileSystemInformationField; - set => fileSystemInformationField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Partition", IsNullable=false)] + public PartitionType[] FileSystemInformation { + get { + return this.fileSystemInformationField; + } + set { + this.fileSystemInformationField = value; + } } - /// - [XmlArrayItem("DumpHardware", IsNullable = false)] - public DumpHardwareType[] DumpHardwareArray - { - get => dumpHardwareArrayField; - set => dumpHardwareArrayField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("DumpHardware", IsNullable=false)] + public DumpHardwareType[] DumpHardwareArray { + get { + return this.dumpHardwareArrayField; + } + set { + this.dumpHardwareArrayField = value; + } } - /// - public string DiskType - { - get => diskTypeField; - set => diskTypeField = value; + /// + public string DiskType { + get { + return this.diskTypeField; + } + set { + this.diskTypeField = value; + } } - /// - public string DiskSubType - { - get => diskSubTypeField; - set => diskSubTypeField = value; + /// + public string DiskSubType { + get { + return this.diskSubTypeField; + } + set { + this.diskSubTypeField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class PCIType - { - ushort vendorIDField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class PCIType { - ushort deviceIDField; + private ushort vendorIDField; - DumpType configurationField; + private ushort deviceIDField; - LinearMediaType expansionROMField; + private DumpType configurationField; - /// - public ushort VendorID - { - get => vendorIDField; - set => vendorIDField = value; + private LinearMediaType expansionROMField; + + /// + public ushort VendorID { + get { + return this.vendorIDField; + } + set { + this.vendorIDField = value; + } } - /// - public ushort DeviceID - { - get => deviceIDField; - set => deviceIDField = value; + /// + public ushort DeviceID { + get { + return this.deviceIDField; + } + set { + this.deviceIDField = value; + } } - /// - public DumpType Configuration - { - get => configurationField; - set => configurationField = value; + /// + public DumpType Configuration { + get { + return this.configurationField; + } + set { + this.configurationField = value; + } } - /// - public LinearMediaType ExpansionROM - { - get => expansionROMField; - set => expansionROMField = value; + /// + public LinearMediaType ExpansionROM { + get { + return this.expansionROMField; + } + set { + this.expansionROMField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class LinearMediaType - { - ImageType imageField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class LinearMediaType { - ulong sizeField; + private ImageType imageField; - ChecksumType[] imageChecksumsField; + private ulong sizeField; - ChecksumType[] checksumsField; + private ChecksumType[] imageChecksumsField; - string partNumberField; + private ChecksumType[] checksumsField; - string serialNumberField; + private string partNumberField; - string titleField; + private string serialNumberField; - uint sequenceField; + private string titleField; - bool sequenceFieldSpecified; + private uint sequenceField; - uint imageInterleaveField; + private bool sequenceFieldSpecified; - bool imageInterleaveFieldSpecified; + private uint imageInterleaveField; - uint interleaveField; + private bool imageInterleaveFieldSpecified; - bool interleaveFieldSpecified; + private uint interleaveField; - string manufacturerField; + private bool interleaveFieldSpecified; - string modelField; + private string manufacturerField; - string packageField; + private string modelField; - string interfaceField; + private string packageField; - DimensionsType dimensionsField; + private string interfaceField; - ScansType scansField; + private DimensionsType dimensionsField; - DumpHardwareType[] dumpHardwareArrayField; + private ScansType scansField; - PCMCIAType pCMCIAField; + private DumpHardwareType[] dumpHardwareArrayField; - string copyProtectionField; + private PCMCIAType pCMCIAField; - /// - public ImageType Image - { - get => imageField; - set => imageField = value; + private string copyProtectionField; + + /// + public ImageType Image { + get { + return this.imageField; + } + set { + this.imageField = value; + } } - /// - public ulong Size - { - get => sizeField; - set => sizeField = value; + /// + public ulong Size { + get { + return this.sizeField; + } + set { + this.sizeField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] ImageChecksums - { - get => imageChecksumsField; - set => imageChecksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] ImageChecksums { + get { + return this.imageChecksumsField; + } + set { + this.imageChecksumsField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } - /// - public string PartNumber - { - get => partNumberField; - set => partNumberField = value; + /// + public string PartNumber { + get { + return this.partNumberField; + } + set { + this.partNumberField = value; + } } - /// - public string SerialNumber - { - get => serialNumberField; - set => serialNumberField = value; + /// + public string SerialNumber { + get { + return this.serialNumberField; + } + set { + this.serialNumberField = value; + } } - /// - public string Title - { - get => titleField; - set => titleField = value; + /// + public string Title { + get { + return this.titleField; + } + set { + this.titleField = value; + } } - /// - public uint Sequence - { - get => sequenceField; - set => sequenceField = value; + /// + public uint Sequence { + get { + return this.sequenceField; + } + set { + this.sequenceField = value; + } } - /// - [XmlIgnore] - public bool SequenceSpecified - { - get => sequenceFieldSpecified; - set => sequenceFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SequenceSpecified { + get { + return this.sequenceFieldSpecified; + } + set { + this.sequenceFieldSpecified = value; + } } - /// - public uint ImageInterleave - { - get => imageInterleaveField; - set => imageInterleaveField = value; + /// + public uint ImageInterleave { + get { + return this.imageInterleaveField; + } + set { + this.imageInterleaveField = value; + } } - /// - [XmlIgnore] - public bool ImageInterleaveSpecified - { - get => imageInterleaveFieldSpecified; - set => imageInterleaveFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ImageInterleaveSpecified { + get { + return this.imageInterleaveFieldSpecified; + } + set { + this.imageInterleaveFieldSpecified = value; + } } - /// - public uint Interleave - { - get => interleaveField; - set => interleaveField = value; + /// + public uint Interleave { + get { + return this.interleaveField; + } + set { + this.interleaveField = value; + } } - /// - [XmlIgnore] - public bool InterleaveSpecified - { - get => interleaveFieldSpecified; - set => interleaveFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InterleaveSpecified { + get { + return this.interleaveFieldSpecified; + } + set { + this.interleaveFieldSpecified = value; + } } - /// - public string Manufacturer - { - get => manufacturerField; - set => manufacturerField = value; + /// + public string Manufacturer { + get { + return this.manufacturerField; + } + set { + this.manufacturerField = value; + } } - /// - public string Model - { - get => modelField; - set => modelField = value; + /// + public string Model { + get { + return this.modelField; + } + set { + this.modelField = value; + } } - /// - public string Package - { - get => packageField; - set => packageField = value; + /// + public string Package { + get { + return this.packageField; + } + set { + this.packageField = value; + } } - /// - public string Interface - { - get => interfaceField; - set => interfaceField = value; + /// + public string Interface { + get { + return this.interfaceField; + } + set { + this.interfaceField = value; + } } - /// - public DimensionsType Dimensions - { - get => dimensionsField; - set => dimensionsField = value; + /// + public DimensionsType Dimensions { + get { + return this.dimensionsField; + } + set { + this.dimensionsField = value; + } } - /// - public ScansType Scans - { - get => scansField; - set => scansField = value; + /// + public ScansType Scans { + get { + return this.scansField; + } + set { + this.scansField = value; + } } - /// - [XmlArrayItem("DumpHardware", IsNullable = false)] - public DumpHardwareType[] DumpHardwareArray - { - get => dumpHardwareArrayField; - set => dumpHardwareArrayField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("DumpHardware", IsNullable=false)] + public DumpHardwareType[] DumpHardwareArray { + get { + return this.dumpHardwareArrayField; + } + set { + this.dumpHardwareArrayField = value; + } } - /// - public PCMCIAType PCMCIA - { - get => pCMCIAField; - set => pCMCIAField = value; + /// + public PCMCIAType PCMCIA { + get { + return this.pCMCIAField; + } + set { + this.pCMCIAField = value; + } } - /// - public string CopyProtection - { - get => copyProtectionField; - set => copyProtectionField = value; + /// + public string CopyProtection { + get { + return this.copyProtectionField; + } + set { + this.copyProtectionField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class PCMCIAType - { - DumpType cISField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class PCMCIAType { - string complianceField; + private DumpType cISField; - ushort manufacturerCodeField; + private string complianceField; - bool manufacturerCodeFieldSpecified; + private ushort manufacturerCodeField; - ushort cardCodeField; + private bool manufacturerCodeFieldSpecified; - bool cardCodeFieldSpecified; + private ushort cardCodeField; - string manufacturerField; + private bool cardCodeFieldSpecified; - string productNameField; + private string manufacturerField; - string[] additionalInformationField; + private string productNameField; - /// - public DumpType CIS - { - get => cISField; - set => cISField = value; + private string[] additionalInformationField; + + /// + public DumpType CIS { + get { + return this.cISField; + } + set { + this.cISField = value; + } } - /// - public string Compliance - { - get => complianceField; - set => complianceField = value; + /// + public string Compliance { + get { + return this.complianceField; + } + set { + this.complianceField = value; + } } - /// - public ushort ManufacturerCode - { - get => manufacturerCodeField; - set => manufacturerCodeField = value; + /// + public ushort ManufacturerCode { + get { + return this.manufacturerCodeField; + } + set { + this.manufacturerCodeField = value; + } } - /// - [XmlIgnore] - public bool ManufacturerCodeSpecified - { - get => manufacturerCodeFieldSpecified; - set => manufacturerCodeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ManufacturerCodeSpecified { + get { + return this.manufacturerCodeFieldSpecified; + } + set { + this.manufacturerCodeFieldSpecified = value; + } } - /// - public ushort CardCode - { - get => cardCodeField; - set => cardCodeField = value; + /// + public ushort CardCode { + get { + return this.cardCodeField; + } + set { + this.cardCodeField = value; + } } - /// - [XmlIgnore] - public bool CardCodeSpecified - { - get => cardCodeFieldSpecified; - set => cardCodeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CardCodeSpecified { + get { + return this.cardCodeFieldSpecified; + } + set { + this.cardCodeFieldSpecified = value; + } } - /// - public string Manufacturer - { - get => manufacturerField; - set => manufacturerField = value; + /// + public string Manufacturer { + get { + return this.manufacturerField; + } + set { + this.manufacturerField = value; + } } - /// - public string ProductName - { - get => productNameField; - set => productNameField = value; + /// + public string ProductName { + get { + return this.productNameField; + } + set { + this.productNameField = value; + } } - /// - [XmlElement("AdditionalInformation")] - public string[] AdditionalInformation - { - get => additionalInformationField; - set => additionalInformationField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("AdditionalInformation")] + public string[] AdditionalInformation { + get { + return this.additionalInformationField; + } + set { + this.additionalInformationField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class PartitionType - { - uint sequenceField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class PartitionType { - string nameField; + private uint sequenceField; - string typeField; + private string nameField; - ulong startSectorField; + private string typeField; - ulong endSectorField; + private ulong startSectorField; - string descriptionField; + private ulong endSectorField; - FileSystemType[] fileSystemsField; + private string descriptionField; - /// - public uint Sequence - { - get => sequenceField; - set => sequenceField = value; + private FileSystemType[] fileSystemsField; + + /// + public uint Sequence { + get { + return this.sequenceField; + } + set { + this.sequenceField = value; + } } - /// - public string Name - { - get => nameField; - set => nameField = value; + /// + public string Name { + get { + return this.nameField; + } + set { + this.nameField = value; + } } - /// - public string Type - { - get => typeField; - set => typeField = value; + /// + public string Type { + get { + return this.typeField; + } + set { + this.typeField = value; + } } - /// - public ulong StartSector - { - get => startSectorField; - set => startSectorField = value; + /// + public ulong StartSector { + get { + return this.startSectorField; + } + set { + this.startSectorField = value; + } } - /// - public ulong EndSector - { - get => endSectorField; - set => endSectorField = value; + /// + public ulong EndSector { + get { + return this.endSectorField; + } + set { + this.endSectorField = value; + } } - /// - public string Description - { - get => descriptionField; - set => descriptionField = value; + /// + public string Description { + get { + return this.descriptionField; + } + set { + this.descriptionField = value; + } } - /// - [XmlArrayItem("FileSystem", IsNullable = false)] - public FileSystemType[] FileSystems - { - get => fileSystemsField; - set => fileSystemsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("FileSystem", IsNullable=false)] + public FileSystemType[] FileSystems { + get { + return this.fileSystemsField; + } + set { + this.fileSystemsField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class FileSystemType - { - string typeField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class FileSystemType { - DateTime creationDateField; + private string typeField; - bool creationDateFieldSpecified; + private System.DateTime creationDateField; - DateTime modificationDateField; + private bool creationDateFieldSpecified; - bool modificationDateFieldSpecified; + private System.DateTime modificationDateField; - DateTime backupDateField; + private bool modificationDateFieldSpecified; - bool backupDateFieldSpecified; + private System.DateTime backupDateField; - uint clusterSizeField; + private bool backupDateFieldSpecified; - ulong clustersField; + private uint clusterSizeField; - ulong filesField; + private ulong clustersField; - bool filesFieldSpecified; + private ulong filesField; - bool bootableField; + private bool filesFieldSpecified; - string volumeSerialField; + private bool bootableField; - string volumeNameField; + private string volumeSerialField; - ulong freeClustersField; + private string volumeNameField; - bool freeClustersFieldSpecified; + private ulong freeClustersField; - bool dirtyField; + private bool freeClustersFieldSpecified; - DateTime expirationDateField; + private bool dirtyField; - bool expirationDateFieldSpecified; + private System.DateTime expirationDateField; - DateTime effectiveDateField; + private bool expirationDateFieldSpecified; - bool effectiveDateFieldSpecified; + private System.DateTime effectiveDateField; - string systemIdentifierField; + private bool effectiveDateFieldSpecified; - string volumeSetIdentifierField; + private string systemIdentifierField; - string publisherIdentifierField; + private string volumeSetIdentifierField; - string dataPreparerIdentifierField; + private string publisherIdentifierField; - string applicationIdentifierField; + private string dataPreparerIdentifierField; - FilesystemContentsType contentsField; + private string applicationIdentifierField; - /// - public string Type - { - get => typeField; - set => typeField = value; + private FilesystemContentsType contentsField; + + /// + public string Type { + get { + return this.typeField; + } + set { + this.typeField = value; + } } - /// - public DateTime CreationDate - { - get => creationDateField; - set => creationDateField = value; + /// + public System.DateTime CreationDate { + get { + return this.creationDateField; + } + set { + this.creationDateField = value; + } } - /// - [XmlIgnore] - public bool CreationDateSpecified - { - get => creationDateFieldSpecified; - set => creationDateFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CreationDateSpecified { + get { + return this.creationDateFieldSpecified; + } + set { + this.creationDateFieldSpecified = value; + } } - /// - public DateTime ModificationDate - { - get => modificationDateField; - set => modificationDateField = value; + /// + public System.DateTime ModificationDate { + get { + return this.modificationDateField; + } + set { + this.modificationDateField = value; + } } - /// - [XmlIgnore] - public bool ModificationDateSpecified - { - get => modificationDateFieldSpecified; - set => modificationDateFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ModificationDateSpecified { + get { + return this.modificationDateFieldSpecified; + } + set { + this.modificationDateFieldSpecified = value; + } } - /// - public DateTime BackupDate - { - get => backupDateField; - set => backupDateField = value; + /// + public System.DateTime BackupDate { + get { + return this.backupDateField; + } + set { + this.backupDateField = value; + } } - /// - [XmlIgnore] - public bool BackupDateSpecified - { - get => backupDateFieldSpecified; - set => backupDateFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool BackupDateSpecified { + get { + return this.backupDateFieldSpecified; + } + set { + this.backupDateFieldSpecified = value; + } } - /// - public uint ClusterSize - { - get => clusterSizeField; - set => clusterSizeField = value; + /// + public uint ClusterSize { + get { + return this.clusterSizeField; + } + set { + this.clusterSizeField = value; + } } - /// - public ulong Clusters - { - get => clustersField; - set => clustersField = value; + /// + public ulong Clusters { + get { + return this.clustersField; + } + set { + this.clustersField = value; + } } - /// - public ulong Files - { - get => filesField; - set => filesField = value; + /// + public ulong Files { + get { + return this.filesField; + } + set { + this.filesField = value; + } } - /// - [XmlIgnore] - public bool FilesSpecified - { - get => filesFieldSpecified; - set => filesFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool FilesSpecified { + get { + return this.filesFieldSpecified; + } + set { + this.filesFieldSpecified = value; + } } - /// - public bool Bootable - { - get => bootableField; - set => bootableField = value; + /// + public bool Bootable { + get { + return this.bootableField; + } + set { + this.bootableField = value; + } } - /// - public string VolumeSerial - { - get => volumeSerialField; - set => volumeSerialField = value; + /// + public string VolumeSerial { + get { + return this.volumeSerialField; + } + set { + this.volumeSerialField = value; + } } - /// - public string VolumeName - { - get => volumeNameField; - set => volumeNameField = value; + /// + public string VolumeName { + get { + return this.volumeNameField; + } + set { + this.volumeNameField = value; + } } - /// - public ulong FreeClusters - { - get => freeClustersField; - set => freeClustersField = value; + /// + public ulong FreeClusters { + get { + return this.freeClustersField; + } + set { + this.freeClustersField = value; + } } - /// - [XmlIgnore] - public bool FreeClustersSpecified - { - get => freeClustersFieldSpecified; - set => freeClustersFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool FreeClustersSpecified { + get { + return this.freeClustersFieldSpecified; + } + set { + this.freeClustersFieldSpecified = value; + } } - /// - public bool Dirty - { - get => dirtyField; - set => dirtyField = value; + /// + public bool Dirty { + get { + return this.dirtyField; + } + set { + this.dirtyField = value; + } } - /// - public DateTime ExpirationDate - { - get => expirationDateField; - set => expirationDateField = value; + /// + public System.DateTime ExpirationDate { + get { + return this.expirationDateField; + } + set { + this.expirationDateField = value; + } } - /// - [XmlIgnore] - public bool ExpirationDateSpecified - { - get => expirationDateFieldSpecified; - set => expirationDateFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ExpirationDateSpecified { + get { + return this.expirationDateFieldSpecified; + } + set { + this.expirationDateFieldSpecified = value; + } } - /// - public DateTime EffectiveDate - { - get => effectiveDateField; - set => effectiveDateField = value; + /// + public System.DateTime EffectiveDate { + get { + return this.effectiveDateField; + } + set { + this.effectiveDateField = value; + } } - /// - [XmlIgnore] - public bool EffectiveDateSpecified - { - get => effectiveDateFieldSpecified; - set => effectiveDateFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EffectiveDateSpecified { + get { + return this.effectiveDateFieldSpecified; + } + set { + this.effectiveDateFieldSpecified = value; + } } - /// - public string SystemIdentifier - { - get => systemIdentifierField; - set => systemIdentifierField = value; + /// + public string SystemIdentifier { + get { + return this.systemIdentifierField; + } + set { + this.systemIdentifierField = value; + } } - /// - public string VolumeSetIdentifier - { - get => volumeSetIdentifierField; - set => volumeSetIdentifierField = value; + /// + public string VolumeSetIdentifier { + get { + return this.volumeSetIdentifierField; + } + set { + this.volumeSetIdentifierField = value; + } } - /// - public string PublisherIdentifier - { - get => publisherIdentifierField; - set => publisherIdentifierField = value; + /// + public string PublisherIdentifier { + get { + return this.publisherIdentifierField; + } + set { + this.publisherIdentifierField = value; + } } - /// - public string DataPreparerIdentifier - { - get => dataPreparerIdentifierField; - set => dataPreparerIdentifierField = value; + /// + public string DataPreparerIdentifier { + get { + return this.dataPreparerIdentifierField; + } + set { + this.dataPreparerIdentifierField = value; + } } - /// - public string ApplicationIdentifier - { - get => applicationIdentifierField; - set => applicationIdentifierField = value; + /// + public string ApplicationIdentifier { + get { + return this.applicationIdentifierField; + } + set { + this.applicationIdentifierField = value; + } } - /// - public FilesystemContentsType Contents - { - get => contentsField; - set => contentsField = value; + /// + public FilesystemContentsType Contents { + get { + return this.contentsField; + } + set { + this.contentsField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class FilesystemContentsType - { - ContentsFileType[] fileField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class FilesystemContentsType { - DirectoryType[] directoryField; + private ContentsFileType[] fileField; - string namespaceField; + private DirectoryType[] directoryField; - /// - [XmlElement("File")] - public ContentsFileType[] File - { - get => fileField; - set => fileField = value; + private string namespaceField; + + /// + [System.Xml.Serialization.XmlElementAttribute("File")] + public ContentsFileType[] File { + get { + return this.fileField; + } + set { + this.fileField = value; + } } - /// - [XmlElement("Directory")] - public DirectoryType[] Directory - { - get => directoryField; - set => directoryField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("Directory")] + public DirectoryType[] Directory { + get { + return this.directoryField; + } + set { + this.directoryField = value; + } } - /// - [XmlAttribute] - public string @namespace - { - get => namespaceField; - set => namespaceField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string @namespace { + get { + return this.namespaceField; + } + set { + this.namespaceField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class ContentsFileType - { - ChecksumType[] checksumsField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class ContentsFileType { - ExtendedAttributeType[] extendedAttributesField; + private ChecksumType[] checksumsField; - string nameField; + private ExtendedAttributeType[] extendedAttributesField; - DateTime creationTimeField; + private string nameField; - bool creationTimeFieldSpecified; + private System.DateTime creationTimeField; - DateTime accessTimeField; + private bool creationTimeFieldSpecified; - bool accessTimeFieldSpecified; + private System.DateTime accessTimeField; - DateTime statusChangeTimeField; + private bool accessTimeFieldSpecified; - bool statusChangeTimeFieldSpecified; + private System.DateTime statusChangeTimeField; - DateTime backupTimeField; + private bool statusChangeTimeFieldSpecified; - bool backupTimeFieldSpecified; + private System.DateTime backupTimeField; - DateTime lastWriteTimeField; + private bool backupTimeFieldSpecified; - bool lastWriteTimeFieldSpecified; + private System.DateTime lastWriteTimeField; - ulong attributesField; + private bool lastWriteTimeFieldSpecified; - uint posixModeField; + private ulong attributesField; - bool posixModeFieldSpecified; + private uint posixModeField; - ulong deviceNumberField; + private bool posixModeFieldSpecified; - bool deviceNumberFieldSpecified; + private ulong deviceNumberField; - ulong posixGroupIdField; + private bool deviceNumberFieldSpecified; - bool posixGroupIdFieldSpecified; + private ulong posixGroupIdField; - ulong inodeField; + private bool posixGroupIdFieldSpecified; - ulong linksField; + private ulong inodeField; - ulong posixUserIdField; + private ulong linksField; - bool posixUserIdFieldSpecified; + private ulong posixUserIdField; - ulong lengthField; + private bool posixUserIdFieldSpecified; - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + private ulong lengthField; + + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } - /// - [XmlArrayItem("ExtendedAttribute", IsNullable = false)] - public ExtendedAttributeType[] ExtendedAttributes - { - get => extendedAttributesField; - set => extendedAttributesField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("ExtendedAttribute", IsNullable=false)] + public ExtendedAttributeType[] ExtendedAttributes { + get { + return this.extendedAttributesField; + } + set { + this.extendedAttributesField = value; + } } - /// - [XmlAttribute] - public string name - { - get => nameField; - set => nameField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string name { + get { + return this.nameField; + } + set { + this.nameField = value; + } } - /// - [XmlAttribute] - public DateTime creationTime - { - get => creationTimeField; - set => creationTimeField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public System.DateTime creationTime { + get { + return this.creationTimeField; + } + set { + this.creationTimeField = value; + } } - /// - [XmlIgnore] - public bool creationTimeSpecified - { - get => creationTimeFieldSpecified; - set => creationTimeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool creationTimeSpecified { + get { + return this.creationTimeFieldSpecified; + } + set { + this.creationTimeFieldSpecified = value; + } } - /// - [XmlAttribute] - public DateTime accessTime - { - get => accessTimeField; - set => accessTimeField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public System.DateTime accessTime { + get { + return this.accessTimeField; + } + set { + this.accessTimeField = value; + } } - /// - [XmlIgnore] - public bool accessTimeSpecified - { - get => accessTimeFieldSpecified; - set => accessTimeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool accessTimeSpecified { + get { + return this.accessTimeFieldSpecified; + } + set { + this.accessTimeFieldSpecified = value; + } } - /// - [XmlAttribute] - public DateTime statusChangeTime - { - get => statusChangeTimeField; - set => statusChangeTimeField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public System.DateTime statusChangeTime { + get { + return this.statusChangeTimeField; + } + set { + this.statusChangeTimeField = value; + } } - /// - [XmlIgnore] - public bool statusChangeTimeSpecified - { - get => statusChangeTimeFieldSpecified; - set => statusChangeTimeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool statusChangeTimeSpecified { + get { + return this.statusChangeTimeFieldSpecified; + } + set { + this.statusChangeTimeFieldSpecified = value; + } } - /// - [XmlAttribute] - public DateTime backupTime - { - get => backupTimeField; - set => backupTimeField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public System.DateTime backupTime { + get { + return this.backupTimeField; + } + set { + this.backupTimeField = value; + } } - /// - [XmlIgnore] - public bool backupTimeSpecified - { - get => backupTimeFieldSpecified; - set => backupTimeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool backupTimeSpecified { + get { + return this.backupTimeFieldSpecified; + } + set { + this.backupTimeFieldSpecified = value; + } } - /// - [XmlAttribute] - public DateTime lastWriteTime - { - get => lastWriteTimeField; - set => lastWriteTimeField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public System.DateTime lastWriteTime { + get { + return this.lastWriteTimeField; + } + set { + this.lastWriteTimeField = value; + } } - /// - [XmlIgnore] - public bool lastWriteTimeSpecified - { - get => lastWriteTimeFieldSpecified; - set => lastWriteTimeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool lastWriteTimeSpecified { + get { + return this.lastWriteTimeFieldSpecified; + } + set { + this.lastWriteTimeFieldSpecified = value; + } } - /// - [XmlAttribute] - public ulong attributes - { - get => attributesField; - set => attributesField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ulong attributes { + get { + return this.attributesField; + } + set { + this.attributesField = value; + } } - /// - [XmlAttribute] - public uint posixMode - { - get => posixModeField; - set => posixModeField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public uint posixMode { + get { + return this.posixModeField; + } + set { + this.posixModeField = value; + } } - /// - [XmlIgnore] - public bool posixModeSpecified - { - get => posixModeFieldSpecified; - set => posixModeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool posixModeSpecified { + get { + return this.posixModeFieldSpecified; + } + set { + this.posixModeFieldSpecified = value; + } } - /// - [XmlAttribute] - public ulong deviceNumber - { - get => deviceNumberField; - set => deviceNumberField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ulong deviceNumber { + get { + return this.deviceNumberField; + } + set { + this.deviceNumberField = value; + } } - /// - [XmlIgnore] - public bool deviceNumberSpecified - { - get => deviceNumberFieldSpecified; - set => deviceNumberFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool deviceNumberSpecified { + get { + return this.deviceNumberFieldSpecified; + } + set { + this.deviceNumberFieldSpecified = value; + } } - /// - [XmlAttribute] - public ulong posixGroupId - { - get => posixGroupIdField; - set => posixGroupIdField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ulong posixGroupId { + get { + return this.posixGroupIdField; + } + set { + this.posixGroupIdField = value; + } } - /// - [XmlIgnore] - public bool posixGroupIdSpecified - { - get => posixGroupIdFieldSpecified; - set => posixGroupIdFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool posixGroupIdSpecified { + get { + return this.posixGroupIdFieldSpecified; + } + set { + this.posixGroupIdFieldSpecified = value; + } } - /// - [XmlAttribute] - public ulong inode - { - get => inodeField; - set => inodeField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ulong inode { + get { + return this.inodeField; + } + set { + this.inodeField = value; + } } - /// - [XmlAttribute] - public ulong links - { - get => linksField; - set => linksField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ulong links { + get { + return this.linksField; + } + set { + this.linksField = value; + } } - /// - [XmlAttribute] - public ulong posixUserId - { - get => posixUserIdField; - set => posixUserIdField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ulong posixUserId { + get { + return this.posixUserIdField; + } + set { + this.posixUserIdField = value; + } } - /// - [XmlIgnore] - public bool posixUserIdSpecified - { - get => posixUserIdFieldSpecified; - set => posixUserIdFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool posixUserIdSpecified { + get { + return this.posixUserIdFieldSpecified; + } + set { + this.posixUserIdFieldSpecified = value; + } } - /// - [XmlAttribute] - public ulong length - { - get => lengthField; - set => lengthField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ulong length { + get { + return this.lengthField; + } + set { + this.lengthField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class ExtendedAttributeType - { - ChecksumType[] checksumsField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class ExtendedAttributeType { - string nameField; + private ChecksumType[] checksumsField; - ulong lengthField; + private string nameField; - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + private ulong lengthField; + + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } - /// - [XmlAttribute] - public string name - { - get => nameField; - set => nameField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string name { + get { + return this.nameField; + } + set { + this.nameField = value; + } } - /// - [XmlAttribute] - public ulong length - { - get => lengthField; - set => lengthField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ulong length { + get { + return this.lengthField; + } + set { + this.lengthField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class DirectoryType - { - ContentsFileType[] fileField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class DirectoryType { - DirectoryType[] directoryField; + private ContentsFileType[] fileField; - string nameField; + private DirectoryType[] directoryField; - DateTime creationTimeField; + private string nameField; - bool creationTimeFieldSpecified; + private System.DateTime creationTimeField; - DateTime accessTimeField; + private bool creationTimeFieldSpecified; - bool accessTimeFieldSpecified; + private System.DateTime accessTimeField; - DateTime statusChangeTimeField; + private bool accessTimeFieldSpecified; - bool statusChangeTimeFieldSpecified; + private System.DateTime statusChangeTimeField; - DateTime backupTimeField; + private bool statusChangeTimeFieldSpecified; - bool backupTimeFieldSpecified; + private System.DateTime backupTimeField; - DateTime lastWriteTimeField; + private bool backupTimeFieldSpecified; - bool lastWriteTimeFieldSpecified; + private System.DateTime lastWriteTimeField; - ulong attributesField; + private bool lastWriteTimeFieldSpecified; - uint posixModeField; + private ulong attributesField; - bool posixModeFieldSpecified; + private uint posixModeField; - ulong deviceNumberField; + private bool posixModeFieldSpecified; - bool deviceNumberFieldSpecified; + private ulong deviceNumberField; - ulong posixGroupIdField; + private bool deviceNumberFieldSpecified; - bool posixGroupIdFieldSpecified; + private ulong posixGroupIdField; - ulong inodeField; + private bool posixGroupIdFieldSpecified; - bool inodeFieldSpecified; + private ulong inodeField; - ulong linksField; + private bool inodeFieldSpecified; - bool linksFieldSpecified; + private ulong linksField; - ulong posixUserIdField; + private bool linksFieldSpecified; - bool posixUserIdFieldSpecified; + private ulong posixUserIdField; - /// - [XmlElement("File")] - public ContentsFileType[] File - { - get => fileField; - set => fileField = value; + private bool posixUserIdFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute("File")] + public ContentsFileType[] File { + get { + return this.fileField; + } + set { + this.fileField = value; + } } - /// - [XmlElement("Directory")] - public DirectoryType[] Directory - { - get => directoryField; - set => directoryField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("Directory")] + public DirectoryType[] Directory { + get { + return this.directoryField; + } + set { + this.directoryField = value; + } } - /// - [XmlAttribute] - public string name - { - get => nameField; - set => nameField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string name { + get { + return this.nameField; + } + set { + this.nameField = value; + } } - /// - [XmlAttribute] - public DateTime creationTime - { - get => creationTimeField; - set => creationTimeField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public System.DateTime creationTime { + get { + return this.creationTimeField; + } + set { + this.creationTimeField = value; + } } - /// - [XmlIgnore] - public bool creationTimeSpecified - { - get => creationTimeFieldSpecified; - set => creationTimeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool creationTimeSpecified { + get { + return this.creationTimeFieldSpecified; + } + set { + this.creationTimeFieldSpecified = value; + } } - /// - [XmlAttribute] - public DateTime accessTime - { - get => accessTimeField; - set => accessTimeField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public System.DateTime accessTime { + get { + return this.accessTimeField; + } + set { + this.accessTimeField = value; + } } - /// - [XmlIgnore] - public bool accessTimeSpecified - { - get => accessTimeFieldSpecified; - set => accessTimeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool accessTimeSpecified { + get { + return this.accessTimeFieldSpecified; + } + set { + this.accessTimeFieldSpecified = value; + } } - /// - [XmlAttribute] - public DateTime statusChangeTime - { - get => statusChangeTimeField; - set => statusChangeTimeField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public System.DateTime statusChangeTime { + get { + return this.statusChangeTimeField; + } + set { + this.statusChangeTimeField = value; + } } - /// - [XmlIgnore] - public bool statusChangeTimeSpecified - { - get => statusChangeTimeFieldSpecified; - set => statusChangeTimeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool statusChangeTimeSpecified { + get { + return this.statusChangeTimeFieldSpecified; + } + set { + this.statusChangeTimeFieldSpecified = value; + } } - /// - [XmlAttribute] - public DateTime backupTime - { - get => backupTimeField; - set => backupTimeField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public System.DateTime backupTime { + get { + return this.backupTimeField; + } + set { + this.backupTimeField = value; + } } - /// - [XmlIgnore] - public bool backupTimeSpecified - { - get => backupTimeFieldSpecified; - set => backupTimeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool backupTimeSpecified { + get { + return this.backupTimeFieldSpecified; + } + set { + this.backupTimeFieldSpecified = value; + } } - /// - [XmlAttribute] - public DateTime lastWriteTime - { - get => lastWriteTimeField; - set => lastWriteTimeField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public System.DateTime lastWriteTime { + get { + return this.lastWriteTimeField; + } + set { + this.lastWriteTimeField = value; + } } - /// - [XmlIgnore] - public bool lastWriteTimeSpecified - { - get => lastWriteTimeFieldSpecified; - set => lastWriteTimeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool lastWriteTimeSpecified { + get { + return this.lastWriteTimeFieldSpecified; + } + set { + this.lastWriteTimeFieldSpecified = value; + } } - /// - [XmlAttribute] - public ulong attributes - { - get => attributesField; - set => attributesField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ulong attributes { + get { + return this.attributesField; + } + set { + this.attributesField = value; + } } - /// - [XmlAttribute] - public uint posixMode - { - get => posixModeField; - set => posixModeField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public uint posixMode { + get { + return this.posixModeField; + } + set { + this.posixModeField = value; + } } - /// - [XmlIgnore] - public bool posixModeSpecified - { - get => posixModeFieldSpecified; - set => posixModeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool posixModeSpecified { + get { + return this.posixModeFieldSpecified; + } + set { + this.posixModeFieldSpecified = value; + } } - /// - [XmlAttribute] - public ulong deviceNumber - { - get => deviceNumberField; - set => deviceNumberField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ulong deviceNumber { + get { + return this.deviceNumberField; + } + set { + this.deviceNumberField = value; + } } - /// - [XmlIgnore] - public bool deviceNumberSpecified - { - get => deviceNumberFieldSpecified; - set => deviceNumberFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool deviceNumberSpecified { + get { + return this.deviceNumberFieldSpecified; + } + set { + this.deviceNumberFieldSpecified = value; + } } - /// - [XmlAttribute] - public ulong posixGroupId - { - get => posixGroupIdField; - set => posixGroupIdField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ulong posixGroupId { + get { + return this.posixGroupIdField; + } + set { + this.posixGroupIdField = value; + } } - /// - [XmlIgnore] - public bool posixGroupIdSpecified - { - get => posixGroupIdFieldSpecified; - set => posixGroupIdFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool posixGroupIdSpecified { + get { + return this.posixGroupIdFieldSpecified; + } + set { + this.posixGroupIdFieldSpecified = value; + } } - /// - [XmlAttribute] - public ulong inode - { - get => inodeField; - set => inodeField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ulong inode { + get { + return this.inodeField; + } + set { + this.inodeField = value; + } } - /// - [XmlIgnore] - public bool inodeSpecified - { - get => inodeFieldSpecified; - set => inodeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool inodeSpecified { + get { + return this.inodeFieldSpecified; + } + set { + this.inodeFieldSpecified = value; + } } - /// - [XmlAttribute] - public ulong links - { - get => linksField; - set => linksField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ulong links { + get { + return this.linksField; + } + set { + this.linksField = value; + } } - /// - [XmlIgnore] - public bool linksSpecified - { - get => linksFieldSpecified; - set => linksFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool linksSpecified { + get { + return this.linksFieldSpecified; + } + set { + this.linksFieldSpecified = value; + } } - /// - [XmlAttribute] - public ulong posixUserId - { - get => posixUserIdField; - set => posixUserIdField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ulong posixUserId { + get { + return this.posixUserIdField; + } + set { + this.posixUserIdField = value; + } } - /// - [XmlIgnore] - public bool posixUserIdSpecified - { - get => posixUserIdFieldSpecified; - set => posixUserIdFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool posixUserIdSpecified { + get { + return this.posixUserIdFieldSpecified; + } + set { + this.posixUserIdFieldSpecified = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class CoordinatesType - { - double latitudeField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class CoordinatesType { - double longitudeField; + private double latitudeField; - /// - public double Latitude - { - get => latitudeField; - set => latitudeField = value; + private double longitudeField; + + /// + public double Latitude { + get { + return this.latitudeField; + } + set { + this.latitudeField = value; + } } - /// - public double Longitude - { - get => longitudeField; - set => longitudeField = value; + /// + public double Longitude { + get { + return this.longitudeField; + } + set { + this.longitudeField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class RecordingType - { - string broadcasterField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class RecordingType { - string broadcastPlatformField; + private string broadcasterField; - RecordingTypeSourceFormat sourceFormatField; + private string broadcastPlatformField; - DateTime timestampField; + private RecordingTypeSourceFormat sourceFormatField; - SoftwareType[] softwareField; + private System.DateTime timestampField; - CoordinatesType coordinatesField; + private SoftwareType[] softwareField; - /// - public string Broadcaster - { - get => broadcasterField; - set => broadcasterField = value; + private CoordinatesType coordinatesField; + + /// + public string Broadcaster { + get { + return this.broadcasterField; + } + set { + this.broadcasterField = value; + } } - /// - public string BroadcastPlatform - { - get => broadcastPlatformField; - set => broadcastPlatformField = value; + /// + public string BroadcastPlatform { + get { + return this.broadcastPlatformField; + } + set { + this.broadcastPlatformField = value; + } } - /// - public RecordingTypeSourceFormat SourceFormat - { - get => sourceFormatField; - set => sourceFormatField = value; + /// + public RecordingTypeSourceFormat SourceFormat { + get { + return this.sourceFormatField; + } + set { + this.sourceFormatField = value; + } } - /// - public DateTime Timestamp - { - get => timestampField; - set => timestampField = value; + /// + public System.DateTime Timestamp { + get { + return this.timestampField; + } + set { + this.timestampField = value; + } } - /// - [XmlElement("Software")] - public SoftwareType[] Software - { - get => softwareField; - set => softwareField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("Software")] + public SoftwareType[] Software { + get { + return this.softwareField; + } + set { + this.softwareField = value; + } } - /// - public CoordinatesType Coordinates - { - get => coordinatesField; - set => coordinatesField = value; + /// + public CoordinatesType Coordinates { + get { + return this.coordinatesField; + } + set { + this.coordinatesField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, XmlType(AnonymousType = true)] - public enum RecordingTypeSourceFormat - { - /// - [XmlEnum("ITU-A")] + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + public enum RecordingTypeSourceFormat { + + /// + [System.Xml.Serialization.XmlEnumAttribute("ITU-A")] ITUA, - /// - [XmlEnum("ITU-B")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ITU-B")] ITUB, - /// - [XmlEnum("ITU-C")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ITU-C")] ITUC, - /// - [XmlEnum("ITU-D")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ITU-D")] ITUD, - /// - [XmlEnum("ITU-E")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ITU-E")] ITUE, - /// - [XmlEnum("ITU-F")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ITU-F")] ITUF, - /// - [XmlEnum("ITU-G")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ITU-G")] ITUG, - /// - [XmlEnum("ITU-H")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ITU-H")] ITUH, - /// - [XmlEnum("ITU-I")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ITU-I")] ITUI, - /// - [XmlEnum("ITU-J")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ITU-J")] ITUJ, - /// - [XmlEnum("ITU-K")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ITU-K")] ITUK, - /// - [XmlEnum("ITU-L")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ITU-L")] ITUL, - /// - [XmlEnum("ITU-M")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ITU-M")] ITUM, - /// - [XmlEnum("ITU-N")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ITU-N")] ITUN, - /// - [XmlEnum("PAL-B")] + /// + [System.Xml.Serialization.XmlEnumAttribute("PAL-B")] PALB, - /// - [XmlEnum("SECAM-B")] + /// + [System.Xml.Serialization.XmlEnumAttribute("SECAM-B")] SECAMB, - /// - [XmlEnum("PAL-D")] + /// + [System.Xml.Serialization.XmlEnumAttribute("PAL-D")] PALD, - /// - [XmlEnum("SECAM-D")] + /// + [System.Xml.Serialization.XmlEnumAttribute("SECAM-D")] SECAMD, - /// - [XmlEnum("PAL-G")] + /// + [System.Xml.Serialization.XmlEnumAttribute("PAL-G")] PALG, - /// - [XmlEnum("SECAM-G")] + /// + [System.Xml.Serialization.XmlEnumAttribute("SECAM-G")] SECAMG, - /// - [XmlEnum("PAL-H")] + /// + [System.Xml.Serialization.XmlEnumAttribute("PAL-H")] PALH, - /// - [XmlEnum("PAL-I")] + /// + [System.Xml.Serialization.XmlEnumAttribute("PAL-I")] PALI, - /// - [XmlEnum("PAL-K")] + /// + [System.Xml.Serialization.XmlEnumAttribute("PAL-K")] PALK, - /// - [XmlEnum("SECAM-K")] + /// + [System.Xml.Serialization.XmlEnumAttribute("SECAM-K")] SECAMK, - /// - [XmlEnum("NTSC-M")] + /// + [System.Xml.Serialization.XmlEnumAttribute("NTSC-M")] NTSCM, - /// - [XmlEnum("PAL-N")] + /// + [System.Xml.Serialization.XmlEnumAttribute("PAL-N")] PALN, - /// - [XmlEnum("PAL-M")] + /// + [System.Xml.Serialization.XmlEnumAttribute("PAL-M")] PALM, - /// - [XmlEnum("SECAM-M")] + /// + [System.Xml.Serialization.XmlEnumAttribute("SECAM-M")] SECAMM, - /// + /// MUSE, - /// + /// PALplus, - /// + /// FM, - /// + /// AM, - /// + /// COFDM, - /// - [XmlEnum("CAM-D")] + /// + [System.Xml.Serialization.XmlEnumAttribute("CAM-D")] CAMD, - /// + /// DAB, - /// - [XmlEnum("DAB+")] + /// + [System.Xml.Serialization.XmlEnumAttribute("DAB+")] DAB1, - /// + /// DRM, - /// - [XmlEnum("DRM+")] + /// + [System.Xml.Serialization.XmlEnumAttribute("DRM+")] DRM1, - /// + /// FMeXtra, - /// + /// ATSC, - /// + /// ATSC2, - /// + /// ATSC3, - /// - [XmlEnum("ATSC-M/H")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ATSC-M/H")] ATSCMH, - /// - [XmlEnum("DVB-T")] + /// + [System.Xml.Serialization.XmlEnumAttribute("DVB-T")] DVBT, - /// - [XmlEnum("DVB-T2")] + /// + [System.Xml.Serialization.XmlEnumAttribute("DVB-T2")] DVBT2, - /// - [XmlEnum("DVB-S")] + /// + [System.Xml.Serialization.XmlEnumAttribute("DVB-S")] DVBS, - /// - [XmlEnum("DVB-S2")] + /// + [System.Xml.Serialization.XmlEnumAttribute("DVB-S2")] DVBS2, - /// - [XmlEnum("DVB-S2X")] + /// + [System.Xml.Serialization.XmlEnumAttribute("DVB-S2X")] DVBS2X, - /// - [XmlEnum("DVB-C")] + /// + [System.Xml.Serialization.XmlEnumAttribute("DVB-C")] DVBC, - /// - [XmlEnum("DVB-C2")] + /// + [System.Xml.Serialization.XmlEnumAttribute("DVB-C2")] DVBC2, - /// - [XmlEnum("DVB-H")] + /// + [System.Xml.Serialization.XmlEnumAttribute("DVB-H")] DVBH, - /// - [XmlEnum("DVB-NGH")] + /// + [System.Xml.Serialization.XmlEnumAttribute("DVB-NGH")] DVBNGH, - /// - [XmlEnum("DVB-SH")] + /// + [System.Xml.Serialization.XmlEnumAttribute("DVB-SH")] DVBSH, - /// - [XmlEnum("ISDB-T")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ISDB-T")] ISDBT, - /// - [XmlEnum("ISDB-Tb")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ISDB-Tb")] ISDBTb, - /// - [XmlEnum("ISDB-S")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ISDB-S")] ISDBS, - /// - [XmlEnum("ISDB-C")] + /// + [System.Xml.Serialization.XmlEnumAttribute("ISDB-C")] ISDBC, - /// - [XmlEnum("1seg")] + /// + [System.Xml.Serialization.XmlEnumAttribute("1seg")] Item1seg, - /// + /// DTMB, - /// + /// CCMB, - /// - [XmlEnum("T-DMB")] + /// + [System.Xml.Serialization.XmlEnumAttribute("T-DMB")] TDMB, - /// - [XmlEnum("S-DMB")] + /// + [System.Xml.Serialization.XmlEnumAttribute("S-DMB")] SDMB, - /// + /// IPTV, - /// - [XmlEnum("DVB-MT")] + /// + [System.Xml.Serialization.XmlEnumAttribute("DVB-MT")] DVBMT, - /// - [XmlEnum("DVB-MC")] + /// + [System.Xml.Serialization.XmlEnumAttribute("DVB-MC")] DVBMC, - /// - [XmlEnum("DVB-MS")] + /// + [System.Xml.Serialization.XmlEnumAttribute("DVB-MS")] DVBMS, - /// + /// ADR, - /// - SDR + /// + SDR, } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class SubtitleTracksType - { - LanguagesTypeLanguage[] languagesField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class SubtitleTracksType { - uint trackNumberField; + private LanguagesTypeLanguage[] languagesField; - string codecField; + private uint trackNumberField; - /// - [XmlArrayItem("Language", IsNullable = false)] - public LanguagesTypeLanguage[] Languages - { - get => languagesField; - set => languagesField = value; + private string codecField; + + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)] + public LanguagesTypeLanguage[] Languages { + get { + return this.languagesField; + } + set { + this.languagesField = value; + } } - /// - [XmlAttribute] - public uint TrackNumber - { - get => trackNumberField; - set => trackNumberField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public uint TrackNumber { + get { + return this.trackNumberField; + } + set { + this.trackNumberField = value; + } } - /// - [XmlAttribute] - public string Codec - { - get => codecField; - set => codecField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string Codec { + get { + return this.codecField; + } + set { + this.codecField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class VideoTracksType - { - LanguagesTypeLanguage[] languagesField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class VideoTracksType { - uint trackNumberField; + private LanguagesTypeLanguage[] languagesField; - string codecField; + private uint trackNumberField; - uint horizontalField; + private string codecField; - uint verticalField; + private uint horizontalField; - long meanBitrateField; + private uint verticalField; - bool threeDField; + private long meanBitrateField; - /// - [XmlArrayItem("Language", IsNullable = false)] - public LanguagesTypeLanguage[] Languages - { - get => languagesField; - set => languagesField = value; + private bool threeDField; + + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)] + public LanguagesTypeLanguage[] Languages { + get { + return this.languagesField; + } + set { + this.languagesField = value; + } } - /// - [XmlAttribute] - public uint TrackNumber - { - get => trackNumberField; - set => trackNumberField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public uint TrackNumber { + get { + return this.trackNumberField; + } + set { + this.trackNumberField = value; + } } - /// - [XmlAttribute] - public string Codec - { - get => codecField; - set => codecField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string Codec { + get { + return this.codecField; + } + set { + this.codecField = value; + } } - /// - [XmlAttribute] - public uint Horizontal - { - get => horizontalField; - set => horizontalField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public uint Horizontal { + get { + return this.horizontalField; + } + set { + this.horizontalField = value; + } } - /// - [XmlAttribute] - public uint Vertical - { - get => verticalField; - set => verticalField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public uint Vertical { + get { + return this.verticalField; + } + set { + this.verticalField = value; + } } - /// - [XmlAttribute] - public long MeanBitrate - { - get => meanBitrateField; - set => meanBitrateField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public long MeanBitrate { + get { + return this.meanBitrateField; + } + set { + this.meanBitrateField = value; + } } - /// - [XmlAttribute] - public bool ThreeD - { - get => threeDField; - set => threeDField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public bool ThreeD { + get { + return this.threeDField; + } + set { + this.threeDField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class AudioTracksType - { - LanguagesTypeLanguage[] languagesField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class AudioTracksType { - uint trackNumberField; + private LanguagesTypeLanguage[] languagesField; - string accoustIDField; + private uint trackNumberField; - string codecField; + private string accoustIDField; - uint channelsField; + private string codecField; - double sampleRateField; + private uint channelsField; - long meanBitrateField; + private double sampleRateField; - /// - [XmlArrayItem("Language", IsNullable = false)] - public LanguagesTypeLanguage[] Languages - { - get => languagesField; - set => languagesField = value; + private long meanBitrateField; + + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)] + public LanguagesTypeLanguage[] Languages { + get { + return this.languagesField; + } + set { + this.languagesField = value; + } } - /// - [XmlAttribute] - public uint TrackNumber - { - get => trackNumberField; - set => trackNumberField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public uint TrackNumber { + get { + return this.trackNumberField; + } + set { + this.trackNumberField = value; + } } - /// - [XmlAttribute] - public string AccoustID - { - get => accoustIDField; - set => accoustIDField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string AccoustID { + get { + return this.accoustIDField; + } + set { + this.accoustIDField = value; + } } - /// - [XmlAttribute] - public string Codec - { - get => codecField; - set => codecField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string Codec { + get { + return this.codecField; + } + set { + this.codecField = value; + } } - /// - [XmlAttribute] - public uint Channels - { - get => channelsField; - set => channelsField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public uint Channels { + get { + return this.channelsField; + } + set { + this.channelsField = value; + } } - /// - [XmlAttribute] - public double SampleRate - { - get => sampleRateField; - set => sampleRateField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public double SampleRate { + get { + return this.sampleRateField; + } + set { + this.sampleRateField = value; + } } - /// - [XmlAttribute] - public long MeanBitrate - { - get => meanBitrateField; - set => meanBitrateField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public long MeanBitrate { + get { + return this.meanBitrateField; + } + set { + this.meanBitrateField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class AdvertisementType - { - string manufacturerField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class AdvertisementType { - string productField; + private string manufacturerField; - FileType fileField; + private string productField; - ulong fileSizeField; + private FileType fileField; - ulong framesField; + private ulong fileSizeField; - bool framesFieldSpecified; + private ulong framesField; - double durationField; + private bool framesFieldSpecified; - float meanFrameRateField; + private double durationField; - bool meanFrameRateFieldSpecified; + private float meanFrameRateField; - ChecksumType[] checksumsField; + private bool meanFrameRateFieldSpecified; - AudioTracksType[] audioTrackField; + private ChecksumType[] checksumsField; - VideoTracksType[] videoTrackField; + private AudioTracksType[] audioTrackField; - SubtitleTracksType[] subtitleTrackField; + private VideoTracksType[] videoTrackField; - RecordingType recordingField; + private SubtitleTracksType[] subtitleTrackField; - /// - public string Manufacturer - { - get => manufacturerField; - set => manufacturerField = value; + private RecordingType recordingField; + + /// + public string Manufacturer { + get { + return this.manufacturerField; + } + set { + this.manufacturerField = value; + } } - /// - public string Product - { - get => productField; - set => productField = value; + /// + public string Product { + get { + return this.productField; + } + set { + this.productField = value; + } } - /// - public FileType File - { - get => fileField; - set => fileField = value; + /// + public FileType File { + get { + return this.fileField; + } + set { + this.fileField = value; + } } - /// - public ulong FileSize - { - get => fileSizeField; - set => fileSizeField = value; + /// + public ulong FileSize { + get { + return this.fileSizeField; + } + set { + this.fileSizeField = value; + } } - /// - public ulong Frames - { - get => framesField; - set => framesField = value; + /// + public ulong Frames { + get { + return this.framesField; + } + set { + this.framesField = value; + } } - /// - [XmlIgnore] - public bool FramesSpecified - { - get => framesFieldSpecified; - set => framesFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool FramesSpecified { + get { + return this.framesFieldSpecified; + } + set { + this.framesFieldSpecified = value; + } } - /// - public double Duration - { - get => durationField; - set => durationField = value; + /// + public double Duration { + get { + return this.durationField; + } + set { + this.durationField = value; + } } - /// - public float MeanFrameRate - { - get => meanFrameRateField; - set => meanFrameRateField = value; + /// + public float MeanFrameRate { + get { + return this.meanFrameRateField; + } + set { + this.meanFrameRateField = value; + } } - /// - [XmlIgnore] - public bool MeanFrameRateSpecified - { - get => meanFrameRateFieldSpecified; - set => meanFrameRateFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MeanFrameRateSpecified { + get { + return this.meanFrameRateFieldSpecified; + } + set { + this.meanFrameRateFieldSpecified = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } - /// - [XmlElement("AudioTrack")] - public AudioTracksType[] AudioTrack - { - get => audioTrackField; - set => audioTrackField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("AudioTrack")] + public AudioTracksType[] AudioTrack { + get { + return this.audioTrackField; + } + set { + this.audioTrackField = value; + } } - /// - [XmlElement("VideoTrack")] - public VideoTracksType[] VideoTrack - { - get => videoTrackField; - set => videoTrackField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("VideoTrack")] + public VideoTracksType[] VideoTrack { + get { + return this.videoTrackField; + } + set { + this.videoTrackField = value; + } } - /// - [XmlElement("SubtitleTrack")] - public SubtitleTracksType[] SubtitleTrack - { - get => subtitleTrackField; - set => subtitleTrackField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("SubtitleTrack")] + public SubtitleTracksType[] SubtitleTrack { + get { + return this.subtitleTrackField; + } + set { + this.subtitleTrackField = value; + } } - /// - public RecordingType Recording - { - get => recordingField; - set => recordingField = value; + /// + public RecordingType Recording { + get { + return this.recordingField; + } + set { + this.recordingField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class SubChannelType - { - ImageType imageField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class SubChannelType { - ulong sizeField; + private ImageType imageField; - ChecksumType[] checksumsField; + private ulong sizeField; - /// - public ImageType Image - { - get => imageField; - set => imageField = value; + private ChecksumType[] checksumsField; + + /// + public ImageType Image { + get { + return this.imageField; + } + set { + this.imageField = value; + } } - /// - public ulong Size - { - get => sizeField; - set => sizeField = value; + /// + public ulong Size { + get { + return this.sizeField; + } + set { + this.sizeField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class TrackFlagsType - { - bool quadraphonicField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class TrackFlagsType { - bool dataField; + private bool quadraphonicField; - bool copyPermittedField; + private bool dataField; - bool preEmphasisField; + private bool copyPermittedField; - /// - public bool Quadraphonic - { - get => quadraphonicField; - set => quadraphonicField = value; + private bool preEmphasisField; + + /// + public bool Quadraphonic { + get { + return this.quadraphonicField; + } + set { + this.quadraphonicField = value; + } } - /// - public bool Data - { - get => dataField; - set => dataField = value; + /// + public bool Data { + get { + return this.dataField; + } + set { + this.dataField = value; + } } - /// - public bool CopyPermitted - { - get => copyPermittedField; - set => copyPermittedField = value; + /// + public bool CopyPermitted { + get { + return this.copyPermittedField; + } + set { + this.copyPermittedField = value; + } } - /// - public bool PreEmphasis - { - get => preEmphasisField; - set => preEmphasisField = value; + /// + public bool PreEmphasis { + get { + return this.preEmphasisField; + } + set { + this.preEmphasisField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class TrackIndexType - { - ushort indexField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class TrackIndexType { - int valueField; + private ushort indexField; - /// - [XmlAttribute] - public ushort index - { - get => indexField; - set => indexField = value; + private int valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public ushort index { + get { + return this.indexField; + } + set { + this.indexField = value; + } } - /// - [XmlText] - public int Value - { - get => valueField; - set => valueField = value; + /// + [System.Xml.Serialization.XmlTextAttribute()] + public int Value { + get { + return this.valueField; + } + set { + this.valueField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class TrackSequenceType - { - uint trackNumberField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class TrackSequenceType { - uint sessionField; + private uint trackNumberField; - /// - public uint TrackNumber - { - get => trackNumberField; - set => trackNumberField = value; + private uint sessionField; + + /// + public uint TrackNumber { + get { + return this.trackNumberField; + } + set { + this.trackNumberField = value; + } } - /// - public uint Session - { - get => sessionField; - set => sessionField = value; + /// + public uint Session { + get { + return this.sessionField; + } + set { + this.sessionField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class TrackType - { - ImageType imageField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class TrackType { - ulong sizeField; + private ImageType imageField; - TrackSequenceType sequenceField; + private ulong sizeField; - string startMSFField; + private TrackSequenceType sequenceField; - string endMSFField; + private string startMSFField; - ulong startSectorField; + private string endMSFField; - ulong endSectorField; + private ulong startSectorField; - TrackIndexType[] indexesField; + private ulong endSectorField; - TrackFlagsType flagsField; + private TrackIndexType[] indexesField; - string iSRCField; + private TrackFlagsType flagsField; - TrackTypeTrackType trackType1Field; + private string iSRCField; - uint bytesPerSectorField; + private TrackTypeTrackType trackType1Field; - string accoustIDField; + private uint bytesPerSectorField; - ChecksumType[] checksumsField; + private string accoustIDField; - SubChannelType subChannelField; + private ChecksumType[] checksumsField; - PartitionType[] fileSystemInformationField; + private SubChannelType subChannelField; - /// - public ImageType Image - { - get => imageField; - set => imageField = value; + private PartitionType[] fileSystemInformationField; + + /// + public ImageType Image { + get { + return this.imageField; + } + set { + this.imageField = value; + } } - /// - public ulong Size - { - get => sizeField; - set => sizeField = value; + /// + public ulong Size { + get { + return this.sizeField; + } + set { + this.sizeField = value; + } } - /// - public TrackSequenceType Sequence - { - get => sequenceField; - set => sequenceField = value; + /// + public TrackSequenceType Sequence { + get { + return this.sequenceField; + } + set { + this.sequenceField = value; + } } - /// - public string StartMSF - { - get => startMSFField; - set => startMSFField = value; + /// + public string StartMSF { + get { + return this.startMSFField; + } + set { + this.startMSFField = value; + } } - /// - public string EndMSF - { - get => endMSFField; - set => endMSFField = value; + /// + public string EndMSF { + get { + return this.endMSFField; + } + set { + this.endMSFField = value; + } } - /// - public ulong StartSector - { - get => startSectorField; - set => startSectorField = value; + /// + public ulong StartSector { + get { + return this.startSectorField; + } + set { + this.startSectorField = value; + } } - /// - public ulong EndSector - { - get => endSectorField; - set => endSectorField = value; + /// + public ulong EndSector { + get { + return this.endSectorField; + } + set { + this.endSectorField = value; + } } - /// - [XmlArrayItem("Index", IsNullable = false)] - public TrackIndexType[] Indexes - { - get => indexesField; - set => indexesField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Index", IsNullable=false)] + public TrackIndexType[] Indexes { + get { + return this.indexesField; + } + set { + this.indexesField = value; + } } - /// - public TrackFlagsType Flags - { - get => flagsField; - set => flagsField = value; + /// + public TrackFlagsType Flags { + get { + return this.flagsField; + } + set { + this.flagsField = value; + } } - /// - public string ISRC - { - get => iSRCField; - set => iSRCField = value; + /// + public string ISRC { + get { + return this.iSRCField; + } + set { + this.iSRCField = value; + } } - /// - [XmlElement("TrackType")] - public TrackTypeTrackType TrackType1 - { - get => trackType1Field; - set => trackType1Field = value; + /// + [System.Xml.Serialization.XmlElementAttribute("TrackType")] + public TrackTypeTrackType TrackType1 { + get { + return this.trackType1Field; + } + set { + this.trackType1Field = value; + } } - /// - public uint BytesPerSector - { - get => bytesPerSectorField; - set => bytesPerSectorField = value; + /// + public uint BytesPerSector { + get { + return this.bytesPerSectorField; + } + set { + this.bytesPerSectorField = value; + } } - /// - public string AccoustID - { - get => accoustIDField; - set => accoustIDField = value; + /// + public string AccoustID { + get { + return this.accoustIDField; + } + set { + this.accoustIDField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } - /// - public SubChannelType SubChannel - { - get => subChannelField; - set => subChannelField = value; + /// + public SubChannelType SubChannel { + get { + return this.subChannelField; + } + set { + this.subChannelField = value; + } } - /// - [XmlArrayItem("Partition", IsNullable = false)] - public PartitionType[] FileSystemInformation - { - get => fileSystemInformationField; - set => fileSystemInformationField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Partition", IsNullable=false)] + public PartitionType[] FileSystemInformation { + get { + return this.fileSystemInformationField; + } + set { + this.fileSystemInformationField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, XmlType(AnonymousType = true)] - public enum TrackTypeTrackType - { - /// + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + public enum TrackTypeTrackType { + + /// audio, - /// + /// mode0, - /// + /// mode1, - /// + /// mode2, - /// + /// m2f1, - /// + /// m2f2, - /// + /// dvd, - /// + /// hddvd, - /// + /// bluray, - /// - ddcd + /// + ddcd, } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class PS3EncryptionType - { - string keyField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class PS3EncryptionType { - string serialField; + private string keyField; - /// - public string Key - { - get => keyField; - set => keyField = value; + private string serialField; + + /// + public string Key { + get { + return this.keyField; + } + set { + this.keyField = value; + } } - /// - public string Serial - { - get => serialField; - set => serialField = value; + /// + public string Serial { + get { + return this.serialField; + } + set { + this.serialField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class XboxSecuritySectorsType - { - uint requestVersionField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class XboxSecuritySectorsType { - uint requestNumberField; + private uint requestVersionField; - DumpType securitySectorsField; + private uint requestNumberField; - /// - public uint RequestVersion - { - get => requestVersionField; - set => requestVersionField = value; + private DumpType securitySectorsField; + + /// + public uint RequestVersion { + get { + return this.requestVersionField; + } + set { + this.requestVersionField = value; + } } - /// - public uint RequestNumber - { - get => requestNumberField; - set => requestNumberField = value; + /// + public uint RequestNumber { + get { + return this.requestNumberField; + } + set { + this.requestNumberField = value; + } } - /// - public DumpType SecuritySectors - { - get => securitySectorsField; - set => securitySectorsField = value; + /// + public DumpType SecuritySectors { + get { + return this.securitySectorsField; + } + set { + this.securitySectorsField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class XboxType - { - DumpType pFIField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class XboxType { - DumpType dMIField; + private DumpType pFIField; - XboxSecuritySectorsType[] securitySectorsField; + private DumpType dMIField; - /// - public DumpType PFI - { - get => pFIField; - set => pFIField = value; + private XboxSecuritySectorsType[] securitySectorsField; + + /// + public DumpType PFI { + get { + return this.pFIField; + } + set { + this.pFIField = value; + } } - /// - public DumpType DMI - { - get => dMIField; - set => dMIField = value; + /// + public DumpType DMI { + get { + return this.dMIField; + } + set { + this.dMIField = value; + } } - /// - [XmlElement("SecuritySectors")] - public XboxSecuritySectorsType[] SecuritySectors - { - get => securitySectorsField; - set => securitySectorsField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("SecuritySectors")] + public XboxSecuritySectorsType[] SecuritySectors { + get { + return this.securitySectorsField; + } + set { + this.securitySectorsField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class BorderType - { - string imageField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class BorderType { - ulong sizeField; + private string imageField; - ChecksumType[] checksumsField; + private ulong sizeField; - uint sessionField; + private ChecksumType[] checksumsField; - bool sessionFieldSpecified; + private uint sessionField; - /// - public string Image - { - get => imageField; - set => imageField = value; + private bool sessionFieldSpecified; + + /// + public string Image { + get { + return this.imageField; + } + set { + this.imageField = value; + } } - /// - public ulong Size - { - get => sizeField; - set => sizeField = value; + /// + public ulong Size { + get { + return this.sizeField; + } + set { + this.sizeField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } - /// - [XmlAttribute] - public uint session - { - get => sessionField; - set => sessionField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public uint session { + get { + return this.sessionField; + } + set { + this.sessionField = value; + } } - /// - [XmlIgnore] - public bool sessionSpecified - { - get => sessionFieldSpecified; - set => sessionFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool sessionSpecified { + get { + return this.sessionFieldSpecified; + } + set { + this.sessionFieldSpecified = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class CaseType - { - CaseTypeCaseType caseType1Field; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class CaseType { - ScansType scansField; + private CaseTypeCaseType caseType1Field; - /// - [XmlElement("CaseType")] - public CaseTypeCaseType CaseType1 - { - get => caseType1Field; - set => caseType1Field = value; + private ScansType scansField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CaseType")] + public CaseTypeCaseType CaseType1 { + get { + return this.caseType1Field; + } + set { + this.caseType1Field = value; + } } - /// - public ScansType Scans - { - get => scansField; - set => scansField = value; + /// + public ScansType Scans { + get { + return this.scansField; + } + set { + this.scansField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, XmlType(AnonymousType = true)] - public enum CaseTypeCaseType - { - /// + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + public enum CaseTypeCaseType { + + /// jewel, - /// + /// bigjewel, - /// + /// slimjewel, - /// + /// sleeve, - /// + /// qpack, - /// + /// digisleeve, - /// + /// discboxslider, - /// + /// compacplus, - /// + /// keepcase, - /// + /// snapcase, - /// + /// softcase, - /// + /// ecopack, - /// + /// liftlock, - /// + /// spindle, - /// + /// ps2case, - /// + /// ps3case, - /// + /// bluraykeepcase, - /// + /// pscase, - /// + /// dccase, - /// + /// saturncase, - /// + /// xboxcase, - /// + /// xbox360case, - /// + /// xboxonecase, - /// + /// saturnbigcase, - /// + /// gccase, - /// + /// wiicase, - /// - unknown + /// + unknown, } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class LayeredTextType - { - uint layerField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class LayeredTextType { - bool layerFieldSpecified; + private uint layerField; - string valueField; + private bool layerFieldSpecified; - /// - [XmlAttribute] - public uint layer - { - get => layerField; - set => layerField = value; + private string valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public uint layer { + get { + return this.layerField; + } + set { + this.layerField = value; + } } - /// - [XmlIgnore] - public bool layerSpecified - { - get => layerFieldSpecified; - set => layerFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool layerSpecified { + get { + return this.layerFieldSpecified; + } + set { + this.layerFieldSpecified = value; + } } - /// - [XmlText] - public string Value - { - get => valueField; - set => valueField = value; + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string Value { + get { + return this.valueField; + } + set { + this.valueField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class SectorsType - { - uint layerField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class SectorsType { - bool layerFieldSpecified; + private uint layerField; - ulong valueField; + private bool layerFieldSpecified; - /// - [XmlAttribute] - public uint layer - { - get => layerField; - set => layerField = value; + private ulong valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public uint layer { + get { + return this.layerField; + } + set { + this.layerField = value; + } } - /// - [XmlIgnore] - public bool layerSpecified - { - get => layerFieldSpecified; - set => layerFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool layerSpecified { + get { + return this.layerFieldSpecified; + } + set { + this.layerFieldSpecified = value; + } } - /// - [XmlText] - public ulong Value - { - get => valueField; - set => valueField = value; + /// + [System.Xml.Serialization.XmlTextAttribute()] + public ulong Value { + get { + return this.valueField; + } + set { + this.valueField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class LayersType - { - SectorsType[] sectorsField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class LayersType { - LayersTypeType typeField; + private SectorsType[] sectorsField; - bool typeFieldSpecified; + private LayersTypeType typeField; - /// - [XmlElement("Sectors")] - public SectorsType[] Sectors - { - get => sectorsField; - set => sectorsField = value; + private bool typeFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute("Sectors")] + public SectorsType[] Sectors { + get { + return this.sectorsField; + } + set { + this.sectorsField = value; + } } - /// - [XmlAttribute] - public LayersTypeType type - { - get => typeField; - set => typeField = value; + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public LayersTypeType type { + get { + return this.typeField; + } + set { + this.typeField = value; + } } - /// - [XmlIgnore] - public bool typeSpecified - { - get => typeFieldSpecified; - set => typeFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool typeSpecified { + get { + return this.typeFieldSpecified; + } + set { + this.typeFieldSpecified = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, XmlType(AnonymousType = true)] - public enum LayersTypeType - { - /// + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + public enum LayersTypeType { + + /// PTP, - /// - OTP + /// + OTP, } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class OpticalDiscType - { - ImageType imageField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class OpticalDiscType { - ulong sizeField; + private ImageType imageField; - SequenceType sequenceField; + private ulong sizeField; - LayersType layersField; + private SequenceType sequenceField; - ChecksumType[] checksumsField; + private LayersType layersField; - string partNumberField; + private ChecksumType[] checksumsField; - string serialNumberField; + private string partNumberField; - LayeredTextType[] ringCodeField; + private string serialNumberField; - LayeredTextType[] masteringSIDField; + private LayeredTextType[] ringCodeField; - LayeredTextType[] toolstampField; + private LayeredTextType[] masteringSIDField; - LayeredTextType[] mouldSIDField; + private LayeredTextType[] toolstampField; - LayeredTextType[] mouldTextField; + private LayeredTextType[] mouldSIDField; - string discTypeField; + private LayeredTextType[] mouldTextField; - string discSubTypeField; + private string discTypeField; - int offsetField; + private string discSubTypeField; - bool offsetFieldSpecified; + private int offsetField; - uint[] tracksField; + private bool offsetFieldSpecified; - uint sessionsField; + private uint[] tracksField; - string copyProtectionField; + private uint sessionsField; - DimensionsType dimensionsField; + private string copyProtectionField; - CaseType caseField; + private DimensionsType dimensionsField; - ScansType scansField; + private CaseType caseField; - DumpType pFIField; + private ScansType scansField; - DumpType dMIField; + private DumpType pFIField; - DumpType cMIField; + private DumpType dMIField; - DumpType bCAField; + private DumpType cMIField; - DumpType aTIPField; + private DumpType bCAField; - DumpType aDIPField; + private DumpType aTIPField; - DumpType pMAField; + private DumpType aDIPField; - DumpType dDSField; + private DumpType pMAField; - DumpType sAIField; + private DumpType dDSField; - DumpType lastRMDField; + private DumpType sAIField; - DumpType pRIField; + private DumpType lastRMDField; - DumpType mediaIDField; + private DumpType pRIField; - DumpType pFIRField; + private DumpType mediaIDField; - DumpType dCBField; + private DumpType pFIRField; - DumpType diField; + private DumpType dCBField; - DumpType pACField; + private DumpType diField; - DumpType tOCField; + private DumpType pACField; - DumpType leadInCdTextField; + private DumpType tOCField; - BorderType[] firstTrackPregrapField; + private DumpType leadInCdTextField; - BorderType[] leadInField; + private BorderType[] firstTrackPregrapField; - BorderType[] leadOutField; + private BorderType[] leadInField; - XboxType xboxField; + private BorderType[] leadOutField; - PS3EncryptionType pS3EncryptionField; + private XboxType xboxField; - string mediaCatalogueNumberField; + private PS3EncryptionType pS3EncryptionField; - TrackType[] trackField; + private string mediaCatalogueNumberField; - DumpHardwareType[] dumpHardwareArrayField; + private TrackType[] trackField; - /// - public ImageType Image - { - get => imageField; - set => imageField = value; + private DumpHardwareType[] dumpHardwareArrayField; + + /// + public ImageType Image { + get { + return this.imageField; + } + set { + this.imageField = value; + } } - /// - public ulong Size - { - get => sizeField; - set => sizeField = value; + /// + public ulong Size { + get { + return this.sizeField; + } + set { + this.sizeField = value; + } } - /// - public SequenceType Sequence - { - get => sequenceField; - set => sequenceField = value; + /// + public SequenceType Sequence { + get { + return this.sequenceField; + } + set { + this.sequenceField = value; + } } - /// - public LayersType Layers - { - get => layersField; - set => layersField = value; + /// + public LayersType Layers { + get { + return this.layersField; + } + set { + this.layersField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } - /// - public string PartNumber - { - get => partNumberField; - set => partNumberField = value; + /// + public string PartNumber { + get { + return this.partNumberField; + } + set { + this.partNumberField = value; + } } - /// - public string SerialNumber - { - get => serialNumberField; - set => serialNumberField = value; + /// + public string SerialNumber { + get { + return this.serialNumberField; + } + set { + this.serialNumberField = value; + } } - /// - [XmlElement("RingCode")] - public LayeredTextType[] RingCode - { - get => ringCodeField; - set => ringCodeField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("RingCode")] + public LayeredTextType[] RingCode { + get { + return this.ringCodeField; + } + set { + this.ringCodeField = value; + } } - /// - [XmlElement("MasteringSID")] - public LayeredTextType[] MasteringSID - { - get => masteringSIDField; - set => masteringSIDField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("MasteringSID")] + public LayeredTextType[] MasteringSID { + get { + return this.masteringSIDField; + } + set { + this.masteringSIDField = value; + } } - /// - [XmlElement("Toolstamp")] - public LayeredTextType[] Toolstamp - { - get => toolstampField; - set => toolstampField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("Toolstamp")] + public LayeredTextType[] Toolstamp { + get { + return this.toolstampField; + } + set { + this.toolstampField = value; + } } - /// - [XmlElement("MouldSID")] - public LayeredTextType[] MouldSID - { - get => mouldSIDField; - set => mouldSIDField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("MouldSID")] + public LayeredTextType[] MouldSID { + get { + return this.mouldSIDField; + } + set { + this.mouldSIDField = value; + } } - /// - [XmlElement("MouldText")] - public LayeredTextType[] MouldText - { - get => mouldTextField; - set => mouldTextField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("MouldText")] + public LayeredTextType[] MouldText { + get { + return this.mouldTextField; + } + set { + this.mouldTextField = value; + } } - /// - public string DiscType - { - get => discTypeField; - set => discTypeField = value; + /// + public string DiscType { + get { + return this.discTypeField; + } + set { + this.discTypeField = value; + } } - /// - public string DiscSubType - { - get => discSubTypeField; - set => discSubTypeField = value; + /// + public string DiscSubType { + get { + return this.discSubTypeField; + } + set { + this.discSubTypeField = value; + } } - /// - public int Offset - { - get => offsetField; - set => offsetField = value; + /// + public int Offset { + get { + return this.offsetField; + } + set { + this.offsetField = value; + } } - /// - [XmlIgnore] - public bool OffsetSpecified - { - get => offsetFieldSpecified; - set => offsetFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool OffsetSpecified { + get { + return this.offsetFieldSpecified; + } + set { + this.offsetFieldSpecified = value; + } } - /// - [XmlElement("Tracks")] - public uint[] Tracks - { - get => tracksField; - set => tracksField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("Tracks")] + public uint[] Tracks { + get { + return this.tracksField; + } + set { + this.tracksField = value; + } } - /// - public uint Sessions - { - get => sessionsField; - set => sessionsField = value; + /// + public uint Sessions { + get { + return this.sessionsField; + } + set { + this.sessionsField = value; + } } - /// - public string CopyProtection - { - get => copyProtectionField; - set => copyProtectionField = value; + /// + public string CopyProtection { + get { + return this.copyProtectionField; + } + set { + this.copyProtectionField = value; + } } - /// - public DimensionsType Dimensions - { - get => dimensionsField; - set => dimensionsField = value; + /// + public DimensionsType Dimensions { + get { + return this.dimensionsField; + } + set { + this.dimensionsField = value; + } } - /// - public CaseType Case - { - get => caseField; - set => caseField = value; + /// + public CaseType Case { + get { + return this.caseField; + } + set { + this.caseField = value; + } } - /// - public ScansType Scans - { - get => scansField; - set => scansField = value; + /// + public ScansType Scans { + get { + return this.scansField; + } + set { + this.scansField = value; + } } - /// - public DumpType PFI - { - get => pFIField; - set => pFIField = value; + /// + public DumpType PFI { + get { + return this.pFIField; + } + set { + this.pFIField = value; + } } - /// - public DumpType DMI - { - get => dMIField; - set => dMIField = value; + /// + public DumpType DMI { + get { + return this.dMIField; + } + set { + this.dMIField = value; + } } - /// - public DumpType CMI - { - get => cMIField; - set => cMIField = value; + /// + public DumpType CMI { + get { + return this.cMIField; + } + set { + this.cMIField = value; + } } - /// - public DumpType BCA - { - get => bCAField; - set => bCAField = value; + /// + public DumpType BCA { + get { + return this.bCAField; + } + set { + this.bCAField = value; + } } - /// - public DumpType ATIP - { - get => aTIPField; - set => aTIPField = value; + /// + public DumpType ATIP { + get { + return this.aTIPField; + } + set { + this.aTIPField = value; + } } - /// - public DumpType ADIP - { - get => aDIPField; - set => aDIPField = value; + /// + public DumpType ADIP { + get { + return this.aDIPField; + } + set { + this.aDIPField = value; + } } - /// - public DumpType PMA - { - get => pMAField; - set => pMAField = value; + /// + public DumpType PMA { + get { + return this.pMAField; + } + set { + this.pMAField = value; + } } - /// - public DumpType DDS - { - get => dDSField; - set => dDSField = value; + /// + public DumpType DDS { + get { + return this.dDSField; + } + set { + this.dDSField = value; + } } - /// - public DumpType SAI - { - get => sAIField; - set => sAIField = value; + /// + public DumpType SAI { + get { + return this.sAIField; + } + set { + this.sAIField = value; + } } - /// - public DumpType LastRMD - { - get => lastRMDField; - set => lastRMDField = value; + /// + public DumpType LastRMD { + get { + return this.lastRMDField; + } + set { + this.lastRMDField = value; + } } - /// - public DumpType PRI - { - get => pRIField; - set => pRIField = value; + /// + public DumpType PRI { + get { + return this.pRIField; + } + set { + this.pRIField = value; + } } - /// - public DumpType MediaID - { - get => mediaIDField; - set => mediaIDField = value; + /// + public DumpType MediaID { + get { + return this.mediaIDField; + } + set { + this.mediaIDField = value; + } } - /// - public DumpType PFIR - { - get => pFIRField; - set => pFIRField = value; + /// + public DumpType PFIR { + get { + return this.pFIRField; + } + set { + this.pFIRField = value; + } } - /// - public DumpType DCB - { - get => dCBField; - set => dCBField = value; + /// + public DumpType DCB { + get { + return this.dCBField; + } + set { + this.dCBField = value; + } } - /// - public DumpType DI - { - get => diField; - set => diField = value; + /// + public DumpType DI { + get { + return this.diField; + } + set { + this.diField = value; + } } - /// - public DumpType PAC - { - get => pACField; - set => pACField = value; + /// + public DumpType PAC { + get { + return this.pACField; + } + set { + this.pACField = value; + } } - /// - public DumpType TOC - { - get => tOCField; - set => tOCField = value; + /// + public DumpType TOC { + get { + return this.tOCField; + } + set { + this.tOCField = value; + } } - /// - public DumpType LeadInCdText - { - get => leadInCdTextField; - set => leadInCdTextField = value; + /// + public DumpType LeadInCdText { + get { + return this.leadInCdTextField; + } + set { + this.leadInCdTextField = value; + } } - /// - [XmlElement("FirstTrackPregrap")] - public BorderType[] FirstTrackPregrap - { - get => firstTrackPregrapField; - set => firstTrackPregrapField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("FirstTrackPregrap")] + public BorderType[] FirstTrackPregrap { + get { + return this.firstTrackPregrapField; + } + set { + this.firstTrackPregrapField = value; + } } - /// - [XmlElement("LeadIn")] - public BorderType[] LeadIn - { - get => leadInField; - set => leadInField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("LeadIn")] + public BorderType[] LeadIn { + get { + return this.leadInField; + } + set { + this.leadInField = value; + } } - /// - [XmlElement("LeadOut")] - public BorderType[] LeadOut - { - get => leadOutField; - set => leadOutField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("LeadOut")] + public BorderType[] LeadOut { + get { + return this.leadOutField; + } + set { + this.leadOutField = value; + } } - /// - public XboxType Xbox - { - get => xboxField; - set => xboxField = value; + /// + public XboxType Xbox { + get { + return this.xboxField; + } + set { + this.xboxField = value; + } } - /// - public PS3EncryptionType PS3Encryption - { - get => pS3EncryptionField; - set => pS3EncryptionField = value; + /// + public PS3EncryptionType PS3Encryption { + get { + return this.pS3EncryptionField; + } + set { + this.pS3EncryptionField = value; + } } - /// - public string MediaCatalogueNumber - { - get => mediaCatalogueNumberField; - set => mediaCatalogueNumberField = value; + /// + public string MediaCatalogueNumber { + get { + return this.mediaCatalogueNumberField; + } + set { + this.mediaCatalogueNumberField = value; + } } - /// - [XmlElement("Track")] - public TrackType[] Track - { - get => trackField; - set => trackField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("Track")] + public TrackType[] Track { + get { + return this.trackField; + } + set { + this.trackField = value; + } } - /// - [XmlArrayItem("DumpHardware", IsNullable = false)] - public DumpHardwareType[] DumpHardwareArray - { - get => dumpHardwareArrayField; - set => dumpHardwareArrayField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("DumpHardware", IsNullable=false)] + public DumpHardwareType[] DumpHardwareArray { + get { + return this.dumpHardwareArrayField; + } + set { + this.dumpHardwareArrayField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class UserManualType - { - LanguagesTypeLanguage[] languageField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class UserManualType { - uint pagesField; + private LanguagesTypeLanguage[] languageField; - string pageSizeField; + private uint pagesField; - ScanType scanField; + private string pageSizeField; - /// - [XmlArrayItem("Language", IsNullable = false)] - public LanguagesTypeLanguage[] Language - { - get => languageField; - set => languageField = value; + private ScanType scanField; + + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)] + public LanguagesTypeLanguage[] Language { + get { + return this.languageField; + } + set { + this.languageField = value; + } } - /// - public uint Pages - { - get => pagesField; - set => pagesField = value; + /// + public uint Pages { + get { + return this.pagesField; + } + set { + this.pagesField = value; + } } - /// - public string PageSize - { - get => pageSizeField; - set => pageSizeField = value; + /// + public string PageSize { + get { + return this.pageSizeField; + } + set { + this.pageSizeField = value; + } } - /// - public ScanType Scan - { - get => scanField; - set => scanField = value; + /// + public ScanType Scan { + get { + return this.scanField; + } + set { + this.scanField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class RequiredOperatingSystemType - { - string nameField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class RequiredOperatingSystemType { - string[] versionField; + private string nameField; - /// - public string Name - { - get => nameField; - set => nameField = value; + private string[] versionField; + + /// + public string Name { + get { + return this.nameField; + } + set { + this.nameField = value; + } } - /// - [XmlElement("Version")] - public string[] Version - { - get => versionField; - set => versionField = value; + /// + [System.Xml.Serialization.XmlElementAttribute("Version")] + public string[] Version { + get { + return this.versionField; + } + set { + this.versionField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class BookType - { - BarcodeType[] barcodesField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class BookType { - CoverType coverField; + private BarcodeType[] barcodesField; - string nameField; + private CoverType coverField; - string editorialField; + private string nameField; - string authorField; + private string editorialField; - DateTime publicationDateField; + private string authorField; - bool publicationDateFieldSpecified; + private System.DateTime publicationDateField; - LanguagesTypeLanguage[] languageField; + private bool publicationDateFieldSpecified; - uint pagesField; + private LanguagesTypeLanguage[] languageField; - bool pagesFieldSpecified; + private uint pagesField; - string pageSizeField; + private bool pagesFieldSpecified; - ScanType scanField; + private string pageSizeField; - /// - [XmlArrayItem("Barcode", IsNullable = false)] - public BarcodeType[] Barcodes - { - get => barcodesField; - set => barcodesField = value; + private ScanType scanField; + + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Barcode", IsNullable=false)] + public BarcodeType[] Barcodes { + get { + return this.barcodesField; + } + set { + this.barcodesField = value; + } } - /// - public CoverType Cover - { - get => coverField; - set => coverField = value; + /// + public CoverType Cover { + get { + return this.coverField; + } + set { + this.coverField = value; + } } - /// - public string Name - { - get => nameField; - set => nameField = value; + /// + public string Name { + get { + return this.nameField; + } + set { + this.nameField = value; + } } - /// - public string Editorial - { - get => editorialField; - set => editorialField = value; + /// + public string Editorial { + get { + return this.editorialField; + } + set { + this.editorialField = value; + } } - /// - public string Author - { - get => authorField; - set => authorField = value; + /// + public string Author { + get { + return this.authorField; + } + set { + this.authorField = value; + } } - /// - [XmlElement(DataType = "date")] - public DateTime PublicationDate - { - get => publicationDateField; - set => publicationDateField = value; + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date")] + public System.DateTime PublicationDate { + get { + return this.publicationDateField; + } + set { + this.publicationDateField = value; + } } - /// - [XmlIgnore] - public bool PublicationDateSpecified - { - get => publicationDateFieldSpecified; - set => publicationDateFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PublicationDateSpecified { + get { + return this.publicationDateFieldSpecified; + } + set { + this.publicationDateFieldSpecified = value; + } } - /// - [XmlArrayItem("Language", IsNullable = false)] - public LanguagesTypeLanguage[] Language - { - get => languageField; - set => languageField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)] + public LanguagesTypeLanguage[] Language { + get { + return this.languageField; + } + set { + this.languageField = value; + } } - /// - public uint Pages - { - get => pagesField; - set => pagesField = value; + /// + public uint Pages { + get { + return this.pagesField; + } + set { + this.pagesField = value; + } } - /// - [XmlIgnore] - public bool PagesSpecified - { - get => pagesFieldSpecified; - set => pagesFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PagesSpecified { + get { + return this.pagesFieldSpecified; + } + set { + this.pagesFieldSpecified = value; + } } - /// - public string PageSize - { - get => pageSizeField; - set => pageSizeField = value; + /// + public string PageSize { + get { + return this.pageSizeField; + } + set { + this.pageSizeField = value; + } } - /// - public ScanType Scan - { - get => scanField; - set => scanField = value; + /// + public ScanType Scan { + get { + return this.scanField; + } + set { + this.scanField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class CoverType - { - FileType fileField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class CoverType { - ChecksumType[] checksumsField; + private FileType fileField; - byte[] thumbnailField; + private ChecksumType[] checksumsField; - /// - public FileType File - { - get => fileField; - set => fileField = value; + private byte[] thumbnailField; + + /// + public FileType File { + get { + return this.fileField; + } + set { + this.fileField = value; + } } - /// - [XmlArrayItem("Checksum", IsNullable = false)] - public ChecksumType[] Checksums - { - get => checksumsField; - set => checksumsField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)] + public ChecksumType[] Checksums { + get { + return this.checksumsField; + } + set { + this.checksumsField = value; + } } - /// - [XmlElement(DataType = "base64Binary")] - public byte[] Thumbnail - { - get => thumbnailField; - set => thumbnailField = value; + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] + public byte[] Thumbnail { + get { + return this.thumbnailField; + } + set { + this.thumbnailField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, DebuggerStepThrough, DesignerCategory("code")] - public class MagazineType - { - BarcodeType[] barcodesField; + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class MagazineType { - CoverType coverField; + private BarcodeType[] barcodesField; - string nameField; + private CoverType coverField; - string editorialField; + private string nameField; - DateTime publicationDateField; + private string editorialField; - bool publicationDateFieldSpecified; + private System.DateTime publicationDateField; - uint numberField; + private bool publicationDateFieldSpecified; - bool numberFieldSpecified; + private uint numberField; - LanguagesTypeLanguage[] languageField; + private bool numberFieldSpecified; - uint pagesField; + private LanguagesTypeLanguage[] languageField; - bool pagesFieldSpecified; + private uint pagesField; - string pageSizeField; + private bool pagesFieldSpecified; - ScanType scanField; + private string pageSizeField; - /// - [XmlArrayItem("Barcode", IsNullable = false)] - public BarcodeType[] Barcodes - { - get => barcodesField; - set => barcodesField = value; + private ScanType scanField; + + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Barcode", IsNullable=false)] + public BarcodeType[] Barcodes { + get { + return this.barcodesField; + } + set { + this.barcodesField = value; + } } - /// - public CoverType Cover - { - get => coverField; - set => coverField = value; + /// + public CoverType Cover { + get { + return this.coverField; + } + set { + this.coverField = value; + } } - /// - public string Name - { - get => nameField; - set => nameField = value; + /// + public string Name { + get { + return this.nameField; + } + set { + this.nameField = value; + } } - /// - public string Editorial - { - get => editorialField; - set => editorialField = value; + /// + public string Editorial { + get { + return this.editorialField; + } + set { + this.editorialField = value; + } } - /// - [XmlElement(DataType = "date")] - public DateTime PublicationDate - { - get => publicationDateField; - set => publicationDateField = value; + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date")] + public System.DateTime PublicationDate { + get { + return this.publicationDateField; + } + set { + this.publicationDateField = value; + } } - /// - [XmlIgnore] - public bool PublicationDateSpecified - { - get => publicationDateFieldSpecified; - set => publicationDateFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PublicationDateSpecified { + get { + return this.publicationDateFieldSpecified; + } + set { + this.publicationDateFieldSpecified = value; + } } - /// - public uint Number - { - get => numberField; - set => numberField = value; + /// + public uint Number { + get { + return this.numberField; + } + set { + this.numberField = value; + } } - /// - [XmlIgnore] - public bool NumberSpecified - { - get => numberFieldSpecified; - set => numberFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NumberSpecified { + get { + return this.numberFieldSpecified; + } + set { + this.numberFieldSpecified = value; + } } - /// - [XmlArrayItem("Language", IsNullable = false)] - public LanguagesTypeLanguage[] Language - { - get => languageField; - set => languageField = value; + /// + [System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)] + public LanguagesTypeLanguage[] Language { + get { + return this.languageField; + } + set { + this.languageField = value; + } } - /// - public uint Pages - { - get => pagesField; - set => pagesField = value; + /// + public uint Pages { + get { + return this.pagesField; + } + set { + this.pagesField = value; + } } - /// - [XmlIgnore] - public bool PagesSpecified - { - get => pagesFieldSpecified; - set => pagesFieldSpecified = value; + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PagesSpecified { + get { + return this.pagesFieldSpecified; + } + set { + this.pagesFieldSpecified = value; + } } - /// - public string PageSize - { - get => pageSizeField; - set => pageSizeField = value; + /// + public string PageSize { + get { + return this.pageSizeField; + } + set { + this.pageSizeField = value; + } } - /// - public ScanType Scan - { - get => scanField; - set => scanField = value; + /// + public ScanType Scan { + get { + return this.scanField; + } + set { + this.scanField = value; + } } } - /// - [GeneratedCode("xsd", "0.0.0.0"), SerializableAttribute, XmlType(AnonymousType = true)] - public enum ArchitecturesTypeArchitecture - { - /// - [XmlEnum("4004")] + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + public enum ArchitecturesTypeArchitecture { + + /// + [System.Xml.Serialization.XmlEnumAttribute("4004")] Item4004, - /// - [XmlEnum("4040")] + /// + [System.Xml.Serialization.XmlEnumAttribute("4040")] Item4040, - /// - [XmlEnum("6502")] + /// + [System.Xml.Serialization.XmlEnumAttribute("6502")] Item6502, - /// - [XmlEnum("65816")] + /// + [System.Xml.Serialization.XmlEnumAttribute("65816")] Item65816, - /// - [XmlEnum("8008")] + /// + [System.Xml.Serialization.XmlEnumAttribute("8008")] Item8008, - /// - [XmlEnum("8051")] + /// + [System.Xml.Serialization.XmlEnumAttribute("8051")] Item8051, - /// - [XmlEnum("8080")] + /// + [System.Xml.Serialization.XmlEnumAttribute("8080")] Item8080, - /// - [XmlEnum("8085")] + /// + [System.Xml.Serialization.XmlEnumAttribute("8085")] Item8085, - /// + /// aarch64, - /// + /// am29000, - /// + /// amd64, - /// + /// apx432, - /// + /// arm, - /// + /// avr, - /// + /// avr32, - /// + /// axp, - /// + /// clipper, - /// + /// cray, - /// + /// esa390, - /// + /// hobbit, - /// + /// i86, - /// + /// i860, - /// + /// i960, - /// + /// ia32, - /// + /// ia64, - /// + /// m56k, - /// + /// m6800, - /// + /// m6801, - /// + /// m6805, - /// + /// m6809, - /// + /// m68k, - /// + /// m88k, - /// + /// mcs41, - /// + /// mcs48, - /// + /// mips32, - /// + /// mips64, - /// + /// msp430, - /// + /// nios2, - /// + /// openrisc, - /// + /// parisc, - /// + /// pdp1, - /// + /// pdp10, - /// + /// pdp11, - /// + /// pdp7, - /// + /// pdp8, - /// + /// pic, - /// + /// power, - /// + /// ppc, - /// + /// ppc64, - /// + /// prism, - /// + /// renesasrx, - /// + /// riscv, - /// + /// s360, - /// + /// s370, - /// + /// sh, - /// + /// sh1, - /// + /// sh2, - /// + /// sh3, - /// + /// sh4, - /// + /// sh5, - /// + /// sh64, - /// + /// sparc, - /// + /// sparc64, - /// + /// transputer, - /// + /// vax, - /// + /// we32000, - /// + /// x32, - /// + /// z80, - /// + /// z800, - /// + /// z8000, - /// + /// z80000, - /// - zarch + /// + zarch, } -} \ No newline at end of file +} diff --git a/MPF.Processors/README.md b/MPF.Processors/README.md index 0daa252b..f5a6af6e 100644 --- a/MPF.Processors/README.md +++ b/MPF.Processors/README.md @@ -17,3 +17,13 @@ Each processor also includes the ability to clean up the output files, including There is no requirement that the original media is present for any of the processing to be done, though additional checks may be made if the media is present and made available to the library. Additionally, there is a specialized tool included that allows for information extraction from potentially generic sources. This tool is used across many of the processors and can be invoked separately by any calling library. + +## Notice of External Code + +Included in this library is public domain code from the [Aaru Data Preservation Suite](https://github.com/aaru-dps/Aaru/tree/v5.4/CICMMetadata). The code consists of the auto-generated code relating to CICM sidecar data as used in versions of Aaru prior to version 6. The terms from which the included code are released are as follows: + +> The sidecar schema is under public domain as long as any change you made is compatible and upstreamed, or you change the root element type from CICMMetadata to anything else. Besides that, you can use it anywhere. +> +> If you want to give due credit, this schema is created by Natalia Portillo. + +Please see the link above for the full text. diff --git a/README.md b/README.md index 42f426f9..084fdcd8 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,14 @@ MPF uses some external libraries to assist with additional information gathering - **Binary Object Scanner** - Protection scanning - [GitHub](https://github.com/SabreTools/BinaryObjectScanner) - **WPFCustomMessageBox.thabse** - Custom message boxes in UI - [GitHub](https://github.com/thabse/WPFCustomMessageBox) +Additionally, included in this program is public domain code from the [Aaru Data Preservation Suite](https://github.com/aaru-dps/Aaru/tree/v5.4/CICMMetadata). The code consists of the auto-generated code relating to CICM sidecar data as used in versions of Aaru prior to version 6. The terms from which the included code are released are as follows: + +> The sidecar schema is under public domain as long as any change you made is compatible and upstreamed, or you change the root element type from CICMMetadata to anything else. Besides that, you can use it anywhere. +> +> If you want to give due credit, this schema is created by Natalia Portillo. + +Please see the link above for the full text. + ## Contributors Here are the talented people who have contributed to the project so far in ways that GitHub doesn't like to track: