diff --git a/Metadata/cicm.cs b/Metadata/cicm.cs
index 10dd7dbc0..170ef9aee 100644
--- a/Metadata/cicm.cs
+++ b/Metadata/cicm.cs
@@ -8,78 +8,82 @@
//
//------------------------------------------------------------------------------
-//
+//
//This source code was auto-generated by MonoXSD
//
+
+using System;
+
namespace Schemas {
-
-
+
+
///
[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)]
+ [Obsolete("Will be removed in Aaru 7")]
public partial class CICMMetadataType {
-
+
private string[] developerField;
-
+
private string[] publisherField;
-
+
private string[] authorField;
-
+
private string[] performerField;
-
+
private string nameField;
-
+
private string versionField;
-
+
private CICMMetadataTypeReleaseType releaseTypeField;
-
+
private bool releaseTypeFieldSpecified;
-
+
private System.DateTime releaseDateField;
-
+
private bool releaseDateFieldSpecified;
-
+
private BarcodeType[] barcodesField;
-
+
private string partNumberField;
-
+
private string serialNumberField;
-
+
private string[] keywordsField;
-
+
private MagazineType[] magazineField;
-
+
private BookType[] bookField;
-
+
private string[] categoriesField;
-
+
private string[] subcategoriesField;
-
+
private LanguagesTypeLanguage[] languagesField;
-
+
private string[] systemsField;
-
+
private ArchitecturesTypeArchitecture[] architecturesField;
-
+
private RequiredOperatingSystemType[] requiredOperatingSystemsField;
-
+
private UserManualType[] userManualField;
-
+
private OpticalDiscType[] opticalDiscField;
-
+
private AdvertisementType[] advertisementField;
-
+
private LinearMediaType[] linearMediaField;
-
+
private PCIType[] pCICardField;
-
+
private BlockMediaType[] blockMediaField;
-
+
private AudioMediaType[] audioMediaField;
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Developer")]
public string[] Developer {
@@ -90,7 +94,7 @@ namespace Schemas {
this.developerField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Publisher")]
public string[] Publisher {
@@ -101,7 +105,7 @@ namespace Schemas {
this.publisherField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Author")]
public string[] Author {
@@ -112,7 +116,7 @@ namespace Schemas {
this.authorField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Performer")]
public string[] Performer {
@@ -123,7 +127,7 @@ namespace Schemas {
this.performerField = value;
}
}
-
+
///
public string Name {
get {
@@ -133,7 +137,7 @@ namespace Schemas {
this.nameField = value;
}
}
-
+
///
public string Version {
get {
@@ -143,7 +147,7 @@ namespace Schemas {
this.versionField = value;
}
}
-
+
///
public CICMMetadataTypeReleaseType ReleaseType {
get {
@@ -153,7 +157,7 @@ namespace Schemas {
this.releaseTypeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool ReleaseTypeSpecified {
@@ -164,7 +168,7 @@ namespace Schemas {
this.releaseTypeFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute(DataType="date")]
public System.DateTime ReleaseDate {
@@ -175,7 +179,7 @@ namespace Schemas {
this.releaseDateField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool ReleaseDateSpecified {
@@ -186,7 +190,7 @@ namespace Schemas {
this.releaseDateFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Barcode", IsNullable=false)]
public BarcodeType[] Barcodes {
@@ -197,7 +201,7 @@ namespace Schemas {
this.barcodesField = value;
}
}
-
+
///
public string PartNumber {
get {
@@ -207,7 +211,7 @@ namespace Schemas {
this.partNumberField = value;
}
}
-
+
///
public string SerialNumber {
get {
@@ -217,7 +221,7 @@ namespace Schemas {
this.serialNumberField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Keyword", IsNullable=false)]
public string[] Keywords {
@@ -228,7 +232,7 @@ namespace Schemas {
this.keywordsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Magazine")]
public MagazineType[] Magazine {
@@ -239,7 +243,7 @@ namespace Schemas {
this.magazineField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Book")]
public BookType[] Book {
@@ -250,7 +254,7 @@ namespace Schemas {
this.bookField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Category", IsNullable=false)]
public string[] Categories {
@@ -261,7 +265,7 @@ namespace Schemas {
this.categoriesField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Subcategory", IsNullable=false)]
public string[] Subcategories {
@@ -272,7 +276,7 @@ namespace Schemas {
this.subcategoriesField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)]
public LanguagesTypeLanguage[] Languages {
@@ -283,7 +287,7 @@ namespace Schemas {
this.languagesField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("System", IsNullable=false)]
public string[] Systems {
@@ -294,7 +298,7 @@ namespace Schemas {
this.systemsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Architecture", IsNullable=false)]
public ArchitecturesTypeArchitecture[] Architectures {
@@ -305,7 +309,7 @@ namespace Schemas {
this.architecturesField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("RequiredOperatingSystem", IsNullable=false)]
public RequiredOperatingSystemType[] RequiredOperatingSystems {
@@ -316,7 +320,7 @@ namespace Schemas {
this.requiredOperatingSystemsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("UserManual")]
public UserManualType[] UserManual {
@@ -327,7 +331,7 @@ namespace Schemas {
this.userManualField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("OpticalDisc")]
public OpticalDiscType[] OpticalDisc {
@@ -338,7 +342,7 @@ namespace Schemas {
this.opticalDiscField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Advertisement")]
public AdvertisementType[] Advertisement {
@@ -349,7 +353,7 @@ namespace Schemas {
this.advertisementField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("LinearMedia")]
public LinearMediaType[] LinearMedia {
@@ -360,7 +364,7 @@ namespace Schemas {
this.linearMediaField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("PCICard")]
public PCIType[] PCICard {
@@ -371,7 +375,7 @@ namespace Schemas {
this.pCICardField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("BlockMedia")]
public BlockMediaType[] BlockMedia {
@@ -382,7 +386,7 @@ namespace Schemas {
this.blockMediaField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("AudioMedia")]
public AudioMediaType[] AudioMedia {
@@ -394,62 +398,62 @@ namespace Schemas {
}
}
}
-
+
///
[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,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("Digital download")]
Digitaldownload,
-
+
///
SaaS,
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class BarcodeType {
-
+
private BarcodeTypeType typeField;
-
+
private string valueField;
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public BarcodeTypeType type {
@@ -460,7 +464,7 @@ namespace Schemas {
this.typeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlTextAttribute()]
public string Value {
@@ -472,122 +476,122 @@ namespace Schemas {
}
}
}
-
+
///
[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,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("qr")]
qr1,
-
+
///
postnet,
-
+
///
postbar,
-
+
///
plessey,
-
+
///
pharmacode,
-
+
///
pdf417,
-
+
///
patchcode,
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class AudioBlockType {
-
+
private ImageType imageField;
-
+
private ulong sizeField;
-
+
private string accoustIDField;
-
+
private ChecksumType[] checksumsField;
-
+
private string formatField;
-
+
///
public ImageType Image {
get {
@@ -597,7 +601,7 @@ namespace Schemas {
this.imageField = value;
}
}
-
+
///
public ulong Size {
get {
@@ -607,7 +611,7 @@ namespace Schemas {
this.sizeField = value;
}
}
-
+
///
public string AccoustID {
get {
@@ -617,7 +621,7 @@ namespace Schemas {
this.accoustIDField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -628,7 +632,7 @@ namespace Schemas {
this.checksumsField = value;
}
}
-
+
///
public string Format {
get {
@@ -639,22 +643,22 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ImageType {
-
+
private string formatField;
-
+
private ulong offsetField;
-
+
private bool offsetFieldSpecified;
-
+
private string valueField;
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string format {
@@ -665,7 +669,7 @@ namespace Schemas {
this.formatField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ulong offset {
@@ -676,7 +680,7 @@ namespace Schemas {
this.offsetField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool offsetSpecified {
@@ -687,7 +691,7 @@ namespace Schemas {
this.offsetFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlTextAttribute()]
public string Value {
@@ -699,18 +703,18 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ChecksumType {
-
+
private ChecksumTypeType typeField;
-
+
private string valueField;
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ChecksumTypeType type {
@@ -721,7 +725,7 @@ namespace Schemas {
this.typeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlTextAttribute()]
public string Value {
@@ -733,127 +737,127 @@ namespace Schemas {
}
}
}
-
+
///
[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,
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class AudioMediaType {
-
+
private ImageType imageField;
-
+
private ulong sizeField;
-
+
private ChecksumType[] checksumsField;
-
+
private SequenceType sequenceField;
-
+
private string partNumberField;
-
+
private string serialNumberField;
-
+
private string manufacturerField;
-
+
private string modelField;
-
+
private string accoustIDField;
-
+
private AudioBlockType[] blockField;
-
+
private string copyProtectionField;
-
+
private DimensionsType dimensionsField;
-
+
private ScansType scansField;
-
+
private DumpHardwareType[] dumpHardwareArrayField;
-
+
///
public ImageType Image {
get {
@@ -863,7 +867,7 @@ namespace Schemas {
this.imageField = value;
}
}
-
+
///
public ulong Size {
get {
@@ -873,7 +877,7 @@ namespace Schemas {
this.sizeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -884,7 +888,7 @@ namespace Schemas {
this.checksumsField = value;
}
}
-
+
///
public SequenceType Sequence {
get {
@@ -894,7 +898,7 @@ namespace Schemas {
this.sequenceField = value;
}
}
-
+
///
public string PartNumber {
get {
@@ -904,7 +908,7 @@ namespace Schemas {
this.partNumberField = value;
}
}
-
+
///
public string SerialNumber {
get {
@@ -914,7 +918,7 @@ namespace Schemas {
this.serialNumberField = value;
}
}
-
+
///
public string Manufacturer {
get {
@@ -924,7 +928,7 @@ namespace Schemas {
this.manufacturerField = value;
}
}
-
+
///
public string Model {
get {
@@ -934,7 +938,7 @@ namespace Schemas {
this.modelField = value;
}
}
-
+
///
public string AccoustID {
get {
@@ -944,7 +948,7 @@ namespace Schemas {
this.accoustIDField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Block")]
public AudioBlockType[] Block {
@@ -955,7 +959,7 @@ namespace Schemas {
this.blockField = value;
}
}
-
+
///
public string CopyProtection {
get {
@@ -965,7 +969,7 @@ namespace Schemas {
this.copyProtectionField = value;
}
}
-
+
///
public DimensionsType Dimensions {
get {
@@ -975,7 +979,7 @@ namespace Schemas {
this.dimensionsField = value;
}
}
-
+
///
public ScansType Scans {
get {
@@ -985,7 +989,7 @@ namespace Schemas {
this.scansField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("DumpHardware", IsNullable=false)]
public DumpHardwareType[] DumpHardwareArray {
@@ -997,28 +1001,28 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class SequenceType {
-
+
private string mediaTitleField;
-
+
private uint mediaSequenceField;
-
+
private uint totalMediaField;
-
+
private byte sideField;
-
+
private bool sideFieldSpecified;
-
+
private byte layerField;
-
+
private bool layerFieldSpecified;
-
+
///
public string MediaTitle {
get {
@@ -1028,7 +1032,7 @@ namespace Schemas {
this.mediaTitleField = value;
}
}
-
+
///
public uint MediaSequence {
get {
@@ -1038,7 +1042,7 @@ namespace Schemas {
this.mediaSequenceField = value;
}
}
-
+
///
public uint TotalMedia {
get {
@@ -1048,7 +1052,7 @@ namespace Schemas {
this.totalMediaField = value;
}
}
-
+
///
public byte Side {
get {
@@ -1058,7 +1062,7 @@ namespace Schemas {
this.sideField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool SideSpecified {
@@ -1069,7 +1073,7 @@ namespace Schemas {
this.sideFieldSpecified = value;
}
}
-
+
///
public byte Layer {
get {
@@ -1079,7 +1083,7 @@ namespace Schemas {
this.layerField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool LayerSpecified {
@@ -1091,28 +1095,28 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class DimensionsType {
-
+
private double diameterField;
-
+
private bool diameterFieldSpecified;
-
+
private double heightField;
-
+
private bool heightFieldSpecified;
-
+
private double widthField;
-
+
private bool widthFieldSpecified;
-
+
private double thicknessField;
-
+
///
public double Diameter {
get {
@@ -1122,7 +1126,7 @@ namespace Schemas {
this.diameterField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool DiameterSpecified {
@@ -1133,7 +1137,7 @@ namespace Schemas {
this.diameterFieldSpecified = value;
}
}
-
+
///
public double Height {
get {
@@ -1143,7 +1147,7 @@ namespace Schemas {
this.heightField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool HeightSpecified {
@@ -1154,7 +1158,7 @@ namespace Schemas {
this.heightFieldSpecified = value;
}
}
-
+
///
public double Width {
get {
@@ -1164,7 +1168,7 @@ namespace Schemas {
this.widthField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool WidthSpecified {
@@ -1175,7 +1179,7 @@ namespace Schemas {
this.widthFieldSpecified = value;
}
}
-
+
///
public double Thickness {
get {
@@ -1186,18 +1190,18 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ScansType {
-
+
private CaseScanType caseScanField;
-
+
private MediaScanType scanField;
-
+
///
public CaseScanType CaseScan {
get {
@@ -1207,7 +1211,7 @@ namespace Schemas {
this.caseScanField = value;
}
}
-
+
///
public MediaScanType Scan {
get {
@@ -1218,18 +1222,18 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class CaseScanType {
-
+
private CaseScanTypeCaseScanElement caseScanElementField;
-
+
private ScanType scanField;
-
+
///
public CaseScanTypeCaseScanElement CaseScanElement {
get {
@@ -1239,7 +1243,7 @@ namespace Schemas {
this.caseScanElementField = value;
}
}
-
+
///
public ScanType Scan {
get {
@@ -1250,58 +1254,58 @@ namespace Schemas {
}
}
}
-
+
///
[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,
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ScanType {
-
+
private FileType fileField;
-
+
private ChecksumType[] checksumsField;
-
+
private ScannerType[] scannerField;
-
+
private ScanProcessingType[] scanProcessingField;
-
+
private OCRType[] oCRField;
-
+
///
public FileType File {
get {
@@ -1311,7 +1315,7 @@ namespace Schemas {
this.fileField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -1322,7 +1326,7 @@ namespace Schemas {
this.checksumsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Scanner")]
public ScannerType[] Scanner {
@@ -1333,7 +1337,7 @@ namespace Schemas {
this.scannerField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("ScanProcessing")]
public ScanProcessingType[] ScanProcessing {
@@ -1344,7 +1348,7 @@ namespace Schemas {
this.scanProcessingField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("OCR")]
public OCRType[] OCR {
@@ -1356,18 +1360,18 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class FileType {
-
+
private string formatField;
-
+
private string valueField;
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string format {
@@ -1378,7 +1382,7 @@ namespace Schemas {
this.formatField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlTextAttribute()]
public string Value {
@@ -1390,26 +1394,26 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ScannerType {
-
+
private string authorField;
-
+
private string manufacturerField;
-
+
private string modelField;
-
+
private string serialField;
-
+
private string softwareField;
-
+
private string softwareVersionField;
-
+
///
public string Author {
get {
@@ -1419,7 +1423,7 @@ namespace Schemas {
this.authorField = value;
}
}
-
+
///
public string Manufacturer {
get {
@@ -1429,7 +1433,7 @@ namespace Schemas {
this.manufacturerField = value;
}
}
-
+
///
public string Model {
get {
@@ -1439,7 +1443,7 @@ namespace Schemas {
this.modelField = value;
}
}
-
+
///
public string Serial {
get {
@@ -1449,7 +1453,7 @@ namespace Schemas {
this.serialField = value;
}
}
-
+
///
public string Software {
get {
@@ -1459,7 +1463,7 @@ namespace Schemas {
this.softwareField = value;
}
}
-
+
///
public string SoftwareVersion {
get {
@@ -1470,20 +1474,20 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ScanProcessingType {
-
+
private string authorField;
-
+
private string softwareField;
-
+
private string softwareVersionField;
-
+
///
public string Author {
get {
@@ -1493,7 +1497,7 @@ namespace Schemas {
this.authorField = value;
}
}
-
+
///
public string Software {
get {
@@ -1503,7 +1507,7 @@ namespace Schemas {
this.softwareField = value;
}
}
-
+
///
public string SoftwareVersion {
get {
@@ -1514,22 +1518,22 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class OCRType {
-
+
private string authorField;
-
+
private string softwareField;
-
+
private string softwareVersionField;
-
+
private LanguagesTypeLanguage[] languageField;
-
+
///
public string Author {
get {
@@ -1539,7 +1543,7 @@ namespace Schemas {
this.authorField = value;
}
}
-
+
///
public string Software {
get {
@@ -1549,7 +1553,7 @@ namespace Schemas {
this.softwareField = value;
}
}
-
+
///
public string SoftwareVersion {
get {
@@ -1559,7 +1563,7 @@ namespace Schemas {
this.softwareVersionField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)]
public LanguagesTypeLanguage[] Language {
@@ -1571,1484 +1575,1484 @@ namespace Schemas {
}
}
}
-
+
///
[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,
-
+
///
[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,
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class MediaScanType {
-
+
private MediaScanTypeMediaScanElement mediaScanElementField;
-
+
private ScanType scanField;
-
+
///
public MediaScanTypeMediaScanElement MediaScanElement {
get {
@@ -3058,7 +3062,7 @@ namespace Schemas {
this.mediaScanElementField = value;
}
}
-
+
///
public ScanType Scan {
get {
@@ -3069,53 +3073,53 @@ namespace Schemas {
}
}
}
-
+
///
[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,
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class DumpHardwareType {
-
+
private string manufacturerField;
-
+
private string modelField;
-
+
private string revisionField;
-
+
private string firmwareField;
-
+
private string serialField;
-
+
private ExtentType[] extentsField;
-
+
private SoftwareType softwareField;
-
+
///
public string Manufacturer {
get {
@@ -3125,7 +3129,7 @@ namespace Schemas {
this.manufacturerField = value;
}
}
-
+
///
public string Model {
get {
@@ -3135,7 +3139,7 @@ namespace Schemas {
this.modelField = value;
}
}
-
+
///
public string Revision {
get {
@@ -3145,7 +3149,7 @@ namespace Schemas {
this.revisionField = value;
}
}
-
+
///
public string Firmware {
get {
@@ -3155,7 +3159,7 @@ namespace Schemas {
this.firmwareField = value;
}
}
-
+
///
public string Serial {
get {
@@ -3165,7 +3169,7 @@ namespace Schemas {
this.serialField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Extent", IsNullable=false)]
public ExtentType[] Extents {
@@ -3176,7 +3180,7 @@ namespace Schemas {
this.extentsField = value;
}
}
-
+
///
public SoftwareType Software {
get {
@@ -3187,18 +3191,18 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ExtentType {
-
+
private ulong startField;
-
+
private ulong endField;
-
+
///
public ulong Start {
get {
@@ -3208,7 +3212,7 @@ namespace Schemas {
this.startField = value;
}
}
-
+
///
public ulong End {
get {
@@ -3219,20 +3223,20 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class SoftwareType {
-
+
private string nameField;
-
+
private string versionField;
-
+
private string operatingSystemField;
-
+
///
public string Name {
get {
@@ -3242,7 +3246,7 @@ namespace Schemas {
this.nameField = value;
}
}
-
+
///
public string Version {
get {
@@ -3252,7 +3256,7 @@ namespace Schemas {
this.versionField = value;
}
}
-
+
///
public string OperatingSystem {
get {
@@ -3263,34 +3267,34 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class BlockTrackType {
-
+
private ImageType imageField;
-
+
private ulong sizeField;
-
+
private ushort headField;
-
+
private uint cylinderField;
-
+
private ulong startSectorField;
-
+
private ulong endSectorField;
-
+
private ulong sectorsField;
-
+
private uint bytesPerSectorField;
-
+
private ChecksumType[] checksumsField;
-
+
private string formatField;
-
+
///
public ImageType Image {
get {
@@ -3300,7 +3304,7 @@ namespace Schemas {
this.imageField = value;
}
}
-
+
///
public ulong Size {
get {
@@ -3310,7 +3314,7 @@ namespace Schemas {
this.sizeField = value;
}
}
-
+
///
public ushort Head {
get {
@@ -3320,7 +3324,7 @@ namespace Schemas {
this.headField = value;
}
}
-
+
///
public uint Cylinder {
get {
@@ -3330,7 +3334,7 @@ namespace Schemas {
this.cylinderField = value;
}
}
-
+
///
public ulong StartSector {
get {
@@ -3340,7 +3344,7 @@ namespace Schemas {
this.startSectorField = value;
}
}
-
+
///
public ulong EndSector {
get {
@@ -3350,7 +3354,7 @@ namespace Schemas {
this.endSectorField = value;
}
}
-
+
///
public ulong Sectors {
get {
@@ -3360,7 +3364,7 @@ namespace Schemas {
this.sectorsField = value;
}
}
-
+
///
public uint BytesPerSector {
get {
@@ -3370,7 +3374,7 @@ namespace Schemas {
this.bytesPerSectorField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -3381,7 +3385,7 @@ namespace Schemas {
this.checksumsField = value;
}
}
-
+
///
public string Format {
get {
@@ -3392,20 +3396,20 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class USBType {
-
+
private ushort vendorIDField;
-
+
private ushort productIDField;
-
+
private DumpType descriptorsField;
-
+
///
public ushort VendorID {
get {
@@ -3415,7 +3419,7 @@ namespace Schemas {
this.vendorIDField = value;
}
}
-
+
///
public ushort ProductID {
get {
@@ -3425,7 +3429,7 @@ namespace Schemas {
this.productIDField = value;
}
}
-
+
///
public DumpType Descriptors {
get {
@@ -3436,20 +3440,20 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class DumpType {
-
+
private string imageField;
-
+
private ulong sizeField;
-
+
private ChecksumType[] checksumsField;
-
+
///
public string Image {
get {
@@ -3459,7 +3463,7 @@ namespace Schemas {
this.imageField = value;
}
}
-
+
///
public ulong Size {
get {
@@ -3469,7 +3473,7 @@ namespace Schemas {
this.sizeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -3481,24 +3485,24 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class EVPDType {
-
+
private string imageField;
-
+
private ulong sizeField;
-
+
private ChecksumType[] checksumsField;
-
+
private byte pageField;
-
+
private bool pageFieldSpecified;
-
+
///
public string Image {
get {
@@ -3508,7 +3512,7 @@ namespace Schemas {
this.imageField = value;
}
}
-
+
///
public ulong Size {
get {
@@ -3518,7 +3522,7 @@ namespace Schemas {
this.sizeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -3529,7 +3533,7 @@ namespace Schemas {
this.checksumsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public byte page {
@@ -3540,7 +3544,7 @@ namespace Schemas {
this.pageField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool pageSpecified {
@@ -3552,24 +3556,24 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class SCSIType {
-
+
private DumpType inquiryField;
-
+
private EVPDType[] eVPDField;
-
+
private DumpType modeSenseField;
-
+
private DumpType modeSense10Field;
-
+
private DumpType logSenseField;
-
+
///
public DumpType Inquiry {
get {
@@ -3579,7 +3583,7 @@ namespace Schemas {
this.inquiryField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("EVPD")]
public EVPDType[] EVPD {
@@ -3590,7 +3594,7 @@ namespace Schemas {
this.eVPDField = value;
}
}
-
+
///
public DumpType ModeSense {
get {
@@ -3600,7 +3604,7 @@ namespace Schemas {
this.modeSenseField = value;
}
}
-
+
///
public DumpType ModeSense10 {
get {
@@ -3610,7 +3614,7 @@ namespace Schemas {
this.modeSense10Field = value;
}
}
-
+
///
public DumpType LogSense {
get {
@@ -3621,22 +3625,22 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class MultiMediaCardType {
-
+
private DumpType cIDField;
-
+
private DumpType cSDField;
-
+
private DumpType extendedCSDField;
-
+
private DumpType oCRField;
-
+
///
public DumpType CID {
get {
@@ -3646,7 +3650,7 @@ namespace Schemas {
this.cIDField = value;
}
}
-
+
///
public DumpType CSD {
get {
@@ -3656,7 +3660,7 @@ namespace Schemas {
this.cSDField = value;
}
}
-
+
///
public DumpType ExtendedCSD {
get {
@@ -3666,7 +3670,7 @@ namespace Schemas {
this.extendedCSDField = value;
}
}
-
+
///
public DumpType OCR {
get {
@@ -3677,22 +3681,22 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class SecureDigitalType {
-
+
private DumpType cIDField;
-
+
private DumpType cSDField;
-
+
private DumpType sCRField;
-
+
private DumpType oCRField;
-
+
///
public DumpType CID {
get {
@@ -3702,7 +3706,7 @@ namespace Schemas {
this.cIDField = value;
}
}
-
+
///
public DumpType CSD {
get {
@@ -3712,7 +3716,7 @@ namespace Schemas {
this.cSDField = value;
}
}
-
+
///
public DumpType SCR {
get {
@@ -3722,7 +3726,7 @@ namespace Schemas {
this.sCRField = value;
}
}
-
+
///
public DumpType OCR {
get {
@@ -3733,16 +3737,16 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ATAType {
-
+
private DumpType identifyField;
-
+
///
public DumpType Identify {
get {
@@ -3753,28 +3757,28 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class TapeFileType {
-
+
private ImageType imageField;
-
+
private ulong sizeField;
-
+
private ulong sequenceField;
-
+
private ulong blockSizeField;
-
+
private ulong startBlockField;
-
+
private ulong endBlockField;
-
+
private ChecksumType[] checksumsField;
-
+
///
public ImageType Image {
get {
@@ -3784,7 +3788,7 @@ namespace Schemas {
this.imageField = value;
}
}
-
+
///
public ulong Size {
get {
@@ -3794,7 +3798,7 @@ namespace Schemas {
this.sizeField = value;
}
}
-
+
///
public ulong Sequence {
get {
@@ -3804,7 +3808,7 @@ namespace Schemas {
this.sequenceField = value;
}
}
-
+
///
public ulong BlockSize {
get {
@@ -3814,7 +3818,7 @@ namespace Schemas {
this.blockSizeField = value;
}
}
-
+
///
public ulong StartBlock {
get {
@@ -3824,7 +3828,7 @@ namespace Schemas {
this.startBlockField = value;
}
}
-
+
///
public ulong EndBlock {
get {
@@ -3834,7 +3838,7 @@ namespace Schemas {
this.endBlockField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -3846,28 +3850,28 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class TapePartitionType {
-
+
private ImageType imageField;
-
+
private ulong sizeField;
-
+
private ulong sequenceField;
-
+
private ulong startBlockField;
-
+
private ulong endBlockField;
-
+
private ChecksumType[] checksumsField;
-
+
private TapeFileType[] fileField;
-
+
///
public ImageType Image {
get {
@@ -3877,7 +3881,7 @@ namespace Schemas {
this.imageField = value;
}
}
-
+
///
public ulong Size {
get {
@@ -3887,7 +3891,7 @@ namespace Schemas {
this.sizeField = value;
}
}
-
+
///
public ulong Sequence {
get {
@@ -3897,7 +3901,7 @@ namespace Schemas {
this.sequenceField = value;
}
}
-
+
///
public ulong StartBlock {
get {
@@ -3907,7 +3911,7 @@ namespace Schemas {
this.startBlockField = value;
}
}
-
+
///
public ulong EndBlock {
get {
@@ -3917,7 +3921,7 @@ namespace Schemas {
this.endBlockField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -3928,7 +3932,7 @@ namespace Schemas {
this.checksumsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("File")]
public TapeFileType[] File {
@@ -3940,18 +3944,18 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class BlockSizeType {
-
+
private uint startingBlockField;
-
+
private uint valueField;
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public uint startingBlock {
@@ -3962,7 +3966,7 @@ namespace Schemas {
this.startingBlockField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlTextAttribute()]
public uint Value {
@@ -3974,92 +3978,92 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class BlockMediaType {
-
+
private ImageType imageField;
-
+
private ulong sizeField;
-
+
private ChecksumType[] checksumsField;
-
+
private ChecksumType[] contentChecksumsField;
-
+
private SequenceType sequenceField;
-
+
private string manufacturerField;
-
+
private string modelField;
-
+
private string serialField;
-
+
private string firmwareField;
-
+
private string interfaceField;
-
+
private string partNumberField;
-
+
private string serialNumberField;
-
+
private uint physicalBlockSizeField;
-
+
private uint logicalBlockSizeField;
-
+
private ulong logicalBlocksField;
-
+
private BlockSizeType[] variableBlockSizeField;
-
+
private TapePartitionType[] tapeInformationField;
-
+
private ScansType scansField;
-
+
private ATAType aTAField;
-
+
private PCIType pCIField;
-
+
private PCMCIAType pCMCIAField;
-
+
private SecureDigitalType secureDigitalField;
-
+
private MultiMediaCardType multiMediaCardField;
-
+
private SCSIType sCSIField;
-
+
private USBType uSBField;
-
+
private DumpType mAMField;
-
+
private ushort headsField;
-
+
private bool headsFieldSpecified;
-
+
private uint cylindersField;
-
+
private bool cylindersFieldSpecified;
-
+
private ulong sectorsPerTrackField;
-
+
private bool sectorsPerTrackFieldSpecified;
-
+
private BlockTrackType[] trackField;
-
+
private string copyProtectionField;
-
+
private DimensionsType dimensionsField;
-
+
private PartitionType[] fileSystemInformationField;
-
+
private DumpHardwareType[] dumpHardwareArrayField;
-
+
private string diskTypeField;
-
+
private string diskSubTypeField;
-
+
///
public ImageType Image {
get {
@@ -4069,7 +4073,7 @@ namespace Schemas {
this.imageField = value;
}
}
-
+
///
public ulong Size {
get {
@@ -4079,7 +4083,7 @@ namespace Schemas {
this.sizeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -4090,7 +4094,7 @@ namespace Schemas {
this.checksumsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] ContentChecksums {
@@ -4101,7 +4105,7 @@ namespace Schemas {
this.contentChecksumsField = value;
}
}
-
+
///
public SequenceType Sequence {
get {
@@ -4111,7 +4115,7 @@ namespace Schemas {
this.sequenceField = value;
}
}
-
+
///
public string Manufacturer {
get {
@@ -4121,7 +4125,7 @@ namespace Schemas {
this.manufacturerField = value;
}
}
-
+
///
public string Model {
get {
@@ -4131,7 +4135,7 @@ namespace Schemas {
this.modelField = value;
}
}
-
+
///
public string Serial {
get {
@@ -4141,7 +4145,7 @@ namespace Schemas {
this.serialField = value;
}
}
-
+
///
public string Firmware {
get {
@@ -4151,7 +4155,7 @@ namespace Schemas {
this.firmwareField = value;
}
}
-
+
///
public string Interface {
get {
@@ -4161,7 +4165,7 @@ namespace Schemas {
this.interfaceField = value;
}
}
-
+
///
public string PartNumber {
get {
@@ -4171,7 +4175,7 @@ namespace Schemas {
this.partNumberField = value;
}
}
-
+
///
public string SerialNumber {
get {
@@ -4181,7 +4185,7 @@ namespace Schemas {
this.serialNumberField = value;
}
}
-
+
///
public uint PhysicalBlockSize {
get {
@@ -4191,7 +4195,7 @@ namespace Schemas {
this.physicalBlockSizeField = value;
}
}
-
+
///
public uint LogicalBlockSize {
get {
@@ -4201,7 +4205,7 @@ namespace Schemas {
this.logicalBlockSizeField = value;
}
}
-
+
///
public ulong LogicalBlocks {
get {
@@ -4211,7 +4215,7 @@ namespace Schemas {
this.logicalBlocksField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("BlockSize", IsNullable=false)]
public BlockSizeType[] VariableBlockSize {
@@ -4222,7 +4226,7 @@ namespace Schemas {
this.variableBlockSizeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Partition", IsNullable=false)]
public TapePartitionType[] TapeInformation {
@@ -4233,7 +4237,7 @@ namespace Schemas {
this.tapeInformationField = value;
}
}
-
+
///
public ScansType Scans {
get {
@@ -4243,7 +4247,7 @@ namespace Schemas {
this.scansField = value;
}
}
-
+
///
public ATAType ATA {
get {
@@ -4253,7 +4257,7 @@ namespace Schemas {
this.aTAField = value;
}
}
-
+
///
public PCIType PCI {
get {
@@ -4263,7 +4267,7 @@ namespace Schemas {
this.pCIField = value;
}
}
-
+
///
public PCMCIAType PCMCIA {
get {
@@ -4273,7 +4277,7 @@ namespace Schemas {
this.pCMCIAField = value;
}
}
-
+
///
public SecureDigitalType SecureDigital {
get {
@@ -4283,7 +4287,7 @@ namespace Schemas {
this.secureDigitalField = value;
}
}
-
+
///
public MultiMediaCardType MultiMediaCard {
get {
@@ -4293,7 +4297,7 @@ namespace Schemas {
this.multiMediaCardField = value;
}
}
-
+
///
public SCSIType SCSI {
get {
@@ -4303,7 +4307,7 @@ namespace Schemas {
this.sCSIField = value;
}
}
-
+
///
public USBType USB {
get {
@@ -4313,7 +4317,7 @@ namespace Schemas {
this.uSBField = value;
}
}
-
+
///
public DumpType MAM {
get {
@@ -4323,7 +4327,7 @@ namespace Schemas {
this.mAMField = value;
}
}
-
+
///
public ushort Heads {
get {
@@ -4333,7 +4337,7 @@ namespace Schemas {
this.headsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool HeadsSpecified {
@@ -4344,7 +4348,7 @@ namespace Schemas {
this.headsFieldSpecified = value;
}
}
-
+
///
public uint Cylinders {
get {
@@ -4354,7 +4358,7 @@ namespace Schemas {
this.cylindersField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool CylindersSpecified {
@@ -4365,7 +4369,7 @@ namespace Schemas {
this.cylindersFieldSpecified = value;
}
}
-
+
///
public ulong SectorsPerTrack {
get {
@@ -4375,7 +4379,7 @@ namespace Schemas {
this.sectorsPerTrackField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool SectorsPerTrackSpecified {
@@ -4386,7 +4390,7 @@ namespace Schemas {
this.sectorsPerTrackFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Track")]
public BlockTrackType[] Track {
@@ -4397,7 +4401,7 @@ namespace Schemas {
this.trackField = value;
}
}
-
+
///
public string CopyProtection {
get {
@@ -4407,7 +4411,7 @@ namespace Schemas {
this.copyProtectionField = value;
}
}
-
+
///
public DimensionsType Dimensions {
get {
@@ -4417,7 +4421,7 @@ namespace Schemas {
this.dimensionsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Partition", IsNullable=false)]
public PartitionType[] FileSystemInformation {
@@ -4428,7 +4432,7 @@ namespace Schemas {
this.fileSystemInformationField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("DumpHardware", IsNullable=false)]
public DumpHardwareType[] DumpHardwareArray {
@@ -4439,7 +4443,7 @@ namespace Schemas {
this.dumpHardwareArrayField = value;
}
}
-
+
///
public string DiskType {
get {
@@ -4449,7 +4453,7 @@ namespace Schemas {
this.diskTypeField = value;
}
}
-
+
///
public string DiskSubType {
get {
@@ -4460,22 +4464,22 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class PCIType {
-
+
private ushort vendorIDField;
-
+
private ushort deviceIDField;
-
+
private DumpType configurationField;
-
+
private LinearMediaType expansionROMField;
-
+
///
public ushort VendorID {
get {
@@ -4485,7 +4489,7 @@ namespace Schemas {
this.vendorIDField = value;
}
}
-
+
///
public ushort DeviceID {
get {
@@ -4495,7 +4499,7 @@ namespace Schemas {
this.deviceIDField = value;
}
}
-
+
///
public DumpType Configuration {
get {
@@ -4505,7 +4509,7 @@ namespace Schemas {
this.configurationField = value;
}
}
-
+
///
public LinearMediaType ExpansionROM {
get {
@@ -4516,58 +4520,58 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class LinearMediaType {
-
+
private ImageType imageField;
-
+
private ulong sizeField;
-
+
private ChecksumType[] imageChecksumsField;
-
+
private ChecksumType[] checksumsField;
-
+
private string partNumberField;
-
+
private string serialNumberField;
-
+
private string titleField;
-
+
private uint sequenceField;
-
+
private bool sequenceFieldSpecified;
-
+
private uint imageInterleaveField;
-
+
private bool imageInterleaveFieldSpecified;
-
+
private uint interleaveField;
-
+
private bool interleaveFieldSpecified;
-
+
private string manufacturerField;
-
+
private string modelField;
-
+
private string packageField;
-
+
private string interfaceField;
-
+
private DimensionsType dimensionsField;
-
+
private ScansType scansField;
-
+
private DumpHardwareType[] dumpHardwareArrayField;
-
+
private PCMCIAType pCMCIAField;
-
+
private string copyProtectionField;
-
+
///
public ImageType Image {
get {
@@ -4577,7 +4581,7 @@ namespace Schemas {
this.imageField = value;
}
}
-
+
///
public ulong Size {
get {
@@ -4587,7 +4591,7 @@ namespace Schemas {
this.sizeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] ImageChecksums {
@@ -4598,7 +4602,7 @@ namespace Schemas {
this.imageChecksumsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -4609,7 +4613,7 @@ namespace Schemas {
this.checksumsField = value;
}
}
-
+
///
public string PartNumber {
get {
@@ -4619,7 +4623,7 @@ namespace Schemas {
this.partNumberField = value;
}
}
-
+
///
public string SerialNumber {
get {
@@ -4629,7 +4633,7 @@ namespace Schemas {
this.serialNumberField = value;
}
}
-
+
///
public string Title {
get {
@@ -4639,7 +4643,7 @@ namespace Schemas {
this.titleField = value;
}
}
-
+
///
public uint Sequence {
get {
@@ -4649,7 +4653,7 @@ namespace Schemas {
this.sequenceField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool SequenceSpecified {
@@ -4660,7 +4664,7 @@ namespace Schemas {
this.sequenceFieldSpecified = value;
}
}
-
+
///
public uint ImageInterleave {
get {
@@ -4670,7 +4674,7 @@ namespace Schemas {
this.imageInterleaveField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool ImageInterleaveSpecified {
@@ -4681,7 +4685,7 @@ namespace Schemas {
this.imageInterleaveFieldSpecified = value;
}
}
-
+
///
public uint Interleave {
get {
@@ -4691,7 +4695,7 @@ namespace Schemas {
this.interleaveField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool InterleaveSpecified {
@@ -4702,7 +4706,7 @@ namespace Schemas {
this.interleaveFieldSpecified = value;
}
}
-
+
///
public string Manufacturer {
get {
@@ -4712,7 +4716,7 @@ namespace Schemas {
this.manufacturerField = value;
}
}
-
+
///
public string Model {
get {
@@ -4722,7 +4726,7 @@ namespace Schemas {
this.modelField = value;
}
}
-
+
///
public string Package {
get {
@@ -4732,7 +4736,7 @@ namespace Schemas {
this.packageField = value;
}
}
-
+
///
public string Interface {
get {
@@ -4742,7 +4746,7 @@ namespace Schemas {
this.interfaceField = value;
}
}
-
+
///
public DimensionsType Dimensions {
get {
@@ -4752,7 +4756,7 @@ namespace Schemas {
this.dimensionsField = value;
}
}
-
+
///
public ScansType Scans {
get {
@@ -4762,7 +4766,7 @@ namespace Schemas {
this.scansField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("DumpHardware", IsNullable=false)]
public DumpHardwareType[] DumpHardwareArray {
@@ -4773,7 +4777,7 @@ namespace Schemas {
this.dumpHardwareArrayField = value;
}
}
-
+
///
public PCMCIAType PCMCIA {
get {
@@ -4783,7 +4787,7 @@ namespace Schemas {
this.pCMCIAField = value;
}
}
-
+
///
public string CopyProtection {
get {
@@ -4794,32 +4798,32 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class PCMCIAType {
-
+
private DumpType cISField;
-
+
private string complianceField;
-
+
private ushort manufacturerCodeField;
-
+
private bool manufacturerCodeFieldSpecified;
-
+
private ushort cardCodeField;
-
+
private bool cardCodeFieldSpecified;
-
+
private string manufacturerField;
-
+
private string productNameField;
-
+
private string[] additionalInformationField;
-
+
///
public DumpType CIS {
get {
@@ -4829,7 +4833,7 @@ namespace Schemas {
this.cISField = value;
}
}
-
+
///
public string Compliance {
get {
@@ -4839,7 +4843,7 @@ namespace Schemas {
this.complianceField = value;
}
}
-
+
///
public ushort ManufacturerCode {
get {
@@ -4849,7 +4853,7 @@ namespace Schemas {
this.manufacturerCodeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool ManufacturerCodeSpecified {
@@ -4860,7 +4864,7 @@ namespace Schemas {
this.manufacturerCodeFieldSpecified = value;
}
}
-
+
///
public ushort CardCode {
get {
@@ -4870,7 +4874,7 @@ namespace Schemas {
this.cardCodeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool CardCodeSpecified {
@@ -4881,7 +4885,7 @@ namespace Schemas {
this.cardCodeFieldSpecified = value;
}
}
-
+
///
public string Manufacturer {
get {
@@ -4891,7 +4895,7 @@ namespace Schemas {
this.manufacturerField = value;
}
}
-
+
///
public string ProductName {
get {
@@ -4901,7 +4905,7 @@ namespace Schemas {
this.productNameField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("AdditionalInformation")]
public string[] AdditionalInformation {
@@ -4913,28 +4917,28 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class PartitionType {
-
+
private uint sequenceField;
-
+
private string nameField;
-
+
private string typeField;
-
+
private ulong startSectorField;
-
+
private ulong endSectorField;
-
+
private string descriptionField;
-
+
private FileSystemType[] fileSystemsField;
-
+
///
public uint Sequence {
get {
@@ -4944,7 +4948,7 @@ namespace Schemas {
this.sequenceField = value;
}
}
-
+
///
public string Name {
get {
@@ -4954,7 +4958,7 @@ namespace Schemas {
this.nameField = value;
}
}
-
+
///
public string Type {
get {
@@ -4964,7 +4968,7 @@ namespace Schemas {
this.typeField = value;
}
}
-
+
///
public ulong StartSector {
get {
@@ -4974,7 +4978,7 @@ namespace Schemas {
this.startSectorField = value;
}
}
-
+
///
public ulong EndSector {
get {
@@ -4984,7 +4988,7 @@ namespace Schemas {
this.endSectorField = value;
}
}
-
+
///
public string Description {
get {
@@ -4994,7 +4998,7 @@ namespace Schemas {
this.descriptionField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("FileSystem", IsNullable=false)]
public FileSystemType[] FileSystems {
@@ -5006,68 +5010,68 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class FileSystemType {
-
+
private string typeField;
-
+
private System.DateTime creationDateField;
-
+
private bool creationDateFieldSpecified;
-
+
private System.DateTime modificationDateField;
-
+
private bool modificationDateFieldSpecified;
-
+
private System.DateTime backupDateField;
-
+
private bool backupDateFieldSpecified;
-
+
private uint clusterSizeField;
-
+
private ulong clustersField;
-
+
private ulong filesField;
-
+
private bool filesFieldSpecified;
-
+
private bool bootableField;
-
+
private string volumeSerialField;
-
+
private string volumeNameField;
-
+
private ulong freeClustersField;
-
+
private bool freeClustersFieldSpecified;
-
+
private bool dirtyField;
-
+
private System.DateTime expirationDateField;
-
+
private bool expirationDateFieldSpecified;
-
+
private System.DateTime effectiveDateField;
-
+
private bool effectiveDateFieldSpecified;
-
+
private string systemIdentifierField;
-
+
private string volumeSetIdentifierField;
-
+
private string publisherIdentifierField;
-
+
private string dataPreparerIdentifierField;
-
+
private string applicationIdentifierField;
-
+
private FilesystemContentsType contentsField;
-
+
///
public string Type {
get {
@@ -5077,7 +5081,7 @@ namespace Schemas {
this.typeField = value;
}
}
-
+
///
public System.DateTime CreationDate {
get {
@@ -5087,7 +5091,7 @@ namespace Schemas {
this.creationDateField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool CreationDateSpecified {
@@ -5098,7 +5102,7 @@ namespace Schemas {
this.creationDateFieldSpecified = value;
}
}
-
+
///
public System.DateTime ModificationDate {
get {
@@ -5108,7 +5112,7 @@ namespace Schemas {
this.modificationDateField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool ModificationDateSpecified {
@@ -5119,7 +5123,7 @@ namespace Schemas {
this.modificationDateFieldSpecified = value;
}
}
-
+
///
public System.DateTime BackupDate {
get {
@@ -5129,7 +5133,7 @@ namespace Schemas {
this.backupDateField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool BackupDateSpecified {
@@ -5140,7 +5144,7 @@ namespace Schemas {
this.backupDateFieldSpecified = value;
}
}
-
+
///
public uint ClusterSize {
get {
@@ -5150,7 +5154,7 @@ namespace Schemas {
this.clusterSizeField = value;
}
}
-
+
///
public ulong Clusters {
get {
@@ -5160,7 +5164,7 @@ namespace Schemas {
this.clustersField = value;
}
}
-
+
///
public ulong Files {
get {
@@ -5170,7 +5174,7 @@ namespace Schemas {
this.filesField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool FilesSpecified {
@@ -5181,7 +5185,7 @@ namespace Schemas {
this.filesFieldSpecified = value;
}
}
-
+
///
public bool Bootable {
get {
@@ -5191,7 +5195,7 @@ namespace Schemas {
this.bootableField = value;
}
}
-
+
///
public string VolumeSerial {
get {
@@ -5201,7 +5205,7 @@ namespace Schemas {
this.volumeSerialField = value;
}
}
-
+
///
public string VolumeName {
get {
@@ -5211,7 +5215,7 @@ namespace Schemas {
this.volumeNameField = value;
}
}
-
+
///
public ulong FreeClusters {
get {
@@ -5221,7 +5225,7 @@ namespace Schemas {
this.freeClustersField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool FreeClustersSpecified {
@@ -5232,7 +5236,7 @@ namespace Schemas {
this.freeClustersFieldSpecified = value;
}
}
-
+
///
public bool Dirty {
get {
@@ -5242,7 +5246,7 @@ namespace Schemas {
this.dirtyField = value;
}
}
-
+
///
public System.DateTime ExpirationDate {
get {
@@ -5252,7 +5256,7 @@ namespace Schemas {
this.expirationDateField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool ExpirationDateSpecified {
@@ -5263,7 +5267,7 @@ namespace Schemas {
this.expirationDateFieldSpecified = value;
}
}
-
+
///
public System.DateTime EffectiveDate {
get {
@@ -5273,7 +5277,7 @@ namespace Schemas {
this.effectiveDateField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool EffectiveDateSpecified {
@@ -5284,7 +5288,7 @@ namespace Schemas {
this.effectiveDateFieldSpecified = value;
}
}
-
+
///
public string SystemIdentifier {
get {
@@ -5294,7 +5298,7 @@ namespace Schemas {
this.systemIdentifierField = value;
}
}
-
+
///
public string VolumeSetIdentifier {
get {
@@ -5304,7 +5308,7 @@ namespace Schemas {
this.volumeSetIdentifierField = value;
}
}
-
+
///
public string PublisherIdentifier {
get {
@@ -5314,7 +5318,7 @@ namespace Schemas {
this.publisherIdentifierField = value;
}
}
-
+
///
public string DataPreparerIdentifier {
get {
@@ -5324,7 +5328,7 @@ namespace Schemas {
this.dataPreparerIdentifierField = value;
}
}
-
+
///
public string ApplicationIdentifier {
get {
@@ -5334,7 +5338,7 @@ namespace Schemas {
this.applicationIdentifierField = value;
}
}
-
+
///
public FilesystemContentsType Contents {
get {
@@ -5345,20 +5349,20 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class FilesystemContentsType {
-
+
private ContentsFileType[] fileField;
-
+
private DirectoryType[] directoryField;
-
+
private string namespaceField;
-
+
///
[System.Xml.Serialization.XmlElementAttribute("File")]
public ContentsFileType[] File {
@@ -5369,7 +5373,7 @@ namespace Schemas {
this.fileField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Directory")]
public DirectoryType[] Directory {
@@ -5380,7 +5384,7 @@ namespace Schemas {
this.directoryField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string @namespace {
@@ -5392,64 +5396,64 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ContentsFileType {
-
+
private ChecksumType[] checksumsField;
-
+
private ExtendedAttributeType[] extendedAttributesField;
-
+
private string nameField;
-
+
private System.DateTime creationTimeField;
-
+
private bool creationTimeFieldSpecified;
-
+
private System.DateTime accessTimeField;
-
+
private bool accessTimeFieldSpecified;
-
+
private System.DateTime statusChangeTimeField;
-
+
private bool statusChangeTimeFieldSpecified;
-
+
private System.DateTime backupTimeField;
-
+
private bool backupTimeFieldSpecified;
-
+
private System.DateTime lastWriteTimeField;
-
+
private bool lastWriteTimeFieldSpecified;
-
+
private ulong attributesField;
-
+
private uint posixModeField;
-
+
private bool posixModeFieldSpecified;
-
+
private ulong deviceNumberField;
-
+
private bool deviceNumberFieldSpecified;
-
+
private ulong posixGroupIdField;
-
+
private bool posixGroupIdFieldSpecified;
-
+
private ulong inodeField;
-
+
private ulong linksField;
-
+
private ulong posixUserIdField;
-
+
private bool posixUserIdFieldSpecified;
-
+
private ulong lengthField;
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -5460,7 +5464,7 @@ namespace Schemas {
this.checksumsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("ExtendedAttribute", IsNullable=false)]
public ExtendedAttributeType[] ExtendedAttributes {
@@ -5471,7 +5475,7 @@ namespace Schemas {
this.extendedAttributesField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string name {
@@ -5482,7 +5486,7 @@ namespace Schemas {
this.nameField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public System.DateTime creationTime {
@@ -5493,7 +5497,7 @@ namespace Schemas {
this.creationTimeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool creationTimeSpecified {
@@ -5504,7 +5508,7 @@ namespace Schemas {
this.creationTimeFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public System.DateTime accessTime {
@@ -5515,7 +5519,7 @@ namespace Schemas {
this.accessTimeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool accessTimeSpecified {
@@ -5526,7 +5530,7 @@ namespace Schemas {
this.accessTimeFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public System.DateTime statusChangeTime {
@@ -5537,7 +5541,7 @@ namespace Schemas {
this.statusChangeTimeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool statusChangeTimeSpecified {
@@ -5548,7 +5552,7 @@ namespace Schemas {
this.statusChangeTimeFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public System.DateTime backupTime {
@@ -5559,7 +5563,7 @@ namespace Schemas {
this.backupTimeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool backupTimeSpecified {
@@ -5570,7 +5574,7 @@ namespace Schemas {
this.backupTimeFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public System.DateTime lastWriteTime {
@@ -5581,7 +5585,7 @@ namespace Schemas {
this.lastWriteTimeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool lastWriteTimeSpecified {
@@ -5592,7 +5596,7 @@ namespace Schemas {
this.lastWriteTimeFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ulong attributes {
@@ -5603,7 +5607,7 @@ namespace Schemas {
this.attributesField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public uint posixMode {
@@ -5614,7 +5618,7 @@ namespace Schemas {
this.posixModeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool posixModeSpecified {
@@ -5625,7 +5629,7 @@ namespace Schemas {
this.posixModeFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ulong deviceNumber {
@@ -5636,7 +5640,7 @@ namespace Schemas {
this.deviceNumberField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool deviceNumberSpecified {
@@ -5647,7 +5651,7 @@ namespace Schemas {
this.deviceNumberFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ulong posixGroupId {
@@ -5658,7 +5662,7 @@ namespace Schemas {
this.posixGroupIdField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool posixGroupIdSpecified {
@@ -5669,7 +5673,7 @@ namespace Schemas {
this.posixGroupIdFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ulong inode {
@@ -5680,7 +5684,7 @@ namespace Schemas {
this.inodeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ulong links {
@@ -5691,7 +5695,7 @@ namespace Schemas {
this.linksField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ulong posixUserId {
@@ -5702,7 +5706,7 @@ namespace Schemas {
this.posixUserIdField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool posixUserIdSpecified {
@@ -5713,7 +5717,7 @@ namespace Schemas {
this.posixUserIdFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ulong length {
@@ -5725,20 +5729,20 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ExtendedAttributeType {
-
+
private ChecksumType[] checksumsField;
-
+
private string nameField;
-
+
private ulong lengthField;
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -5749,7 +5753,7 @@ namespace Schemas {
this.checksumsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string name {
@@ -5760,7 +5764,7 @@ namespace Schemas {
this.nameField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ulong length {
@@ -5772,66 +5776,66 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class DirectoryType {
-
+
private ContentsFileType[] fileField;
-
+
private DirectoryType[] directoryField;
-
+
private string nameField;
-
+
private System.DateTime creationTimeField;
-
+
private bool creationTimeFieldSpecified;
-
+
private System.DateTime accessTimeField;
-
+
private bool accessTimeFieldSpecified;
-
+
private System.DateTime statusChangeTimeField;
-
+
private bool statusChangeTimeFieldSpecified;
-
+
private System.DateTime backupTimeField;
-
+
private bool backupTimeFieldSpecified;
-
+
private System.DateTime lastWriteTimeField;
-
+
private bool lastWriteTimeFieldSpecified;
-
+
private ulong attributesField;
-
+
private uint posixModeField;
-
+
private bool posixModeFieldSpecified;
-
+
private ulong deviceNumberField;
-
+
private bool deviceNumberFieldSpecified;
-
+
private ulong posixGroupIdField;
-
+
private bool posixGroupIdFieldSpecified;
-
+
private ulong inodeField;
-
+
private bool inodeFieldSpecified;
-
+
private ulong linksField;
-
+
private bool linksFieldSpecified;
-
+
private ulong posixUserIdField;
-
+
private bool posixUserIdFieldSpecified;
-
+
///
[System.Xml.Serialization.XmlElementAttribute("File")]
public ContentsFileType[] File {
@@ -5842,7 +5846,7 @@ namespace Schemas {
this.fileField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Directory")]
public DirectoryType[] Directory {
@@ -5853,7 +5857,7 @@ namespace Schemas {
this.directoryField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string name {
@@ -5864,7 +5868,7 @@ namespace Schemas {
this.nameField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public System.DateTime creationTime {
@@ -5875,7 +5879,7 @@ namespace Schemas {
this.creationTimeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool creationTimeSpecified {
@@ -5886,7 +5890,7 @@ namespace Schemas {
this.creationTimeFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public System.DateTime accessTime {
@@ -5897,7 +5901,7 @@ namespace Schemas {
this.accessTimeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool accessTimeSpecified {
@@ -5908,7 +5912,7 @@ namespace Schemas {
this.accessTimeFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public System.DateTime statusChangeTime {
@@ -5919,7 +5923,7 @@ namespace Schemas {
this.statusChangeTimeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool statusChangeTimeSpecified {
@@ -5930,7 +5934,7 @@ namespace Schemas {
this.statusChangeTimeFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public System.DateTime backupTime {
@@ -5941,7 +5945,7 @@ namespace Schemas {
this.backupTimeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool backupTimeSpecified {
@@ -5952,7 +5956,7 @@ namespace Schemas {
this.backupTimeFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public System.DateTime lastWriteTime {
@@ -5963,7 +5967,7 @@ namespace Schemas {
this.lastWriteTimeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool lastWriteTimeSpecified {
@@ -5974,7 +5978,7 @@ namespace Schemas {
this.lastWriteTimeFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ulong attributes {
@@ -5985,7 +5989,7 @@ namespace Schemas {
this.attributesField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public uint posixMode {
@@ -5996,7 +6000,7 @@ namespace Schemas {
this.posixModeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool posixModeSpecified {
@@ -6007,7 +6011,7 @@ namespace Schemas {
this.posixModeFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ulong deviceNumber {
@@ -6018,7 +6022,7 @@ namespace Schemas {
this.deviceNumberField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool deviceNumberSpecified {
@@ -6029,7 +6033,7 @@ namespace Schemas {
this.deviceNumberFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ulong posixGroupId {
@@ -6040,7 +6044,7 @@ namespace Schemas {
this.posixGroupIdField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool posixGroupIdSpecified {
@@ -6051,7 +6055,7 @@ namespace Schemas {
this.posixGroupIdFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ulong inode {
@@ -6062,7 +6066,7 @@ namespace Schemas {
this.inodeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool inodeSpecified {
@@ -6073,7 +6077,7 @@ namespace Schemas {
this.inodeFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ulong links {
@@ -6084,7 +6088,7 @@ namespace Schemas {
this.linksField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool linksSpecified {
@@ -6095,7 +6099,7 @@ namespace Schemas {
this.linksFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ulong posixUserId {
@@ -6106,7 +6110,7 @@ namespace Schemas {
this.posixUserIdField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool posixUserIdSpecified {
@@ -6118,18 +6122,18 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class CoordinatesType {
-
+
private double latitudeField;
-
+
private double longitudeField;
-
+
///
public double Latitude {
get {
@@ -6139,7 +6143,7 @@ namespace Schemas {
this.latitudeField = value;
}
}
-
+
///
public double Longitude {
get {
@@ -6150,26 +6154,26 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class RecordingType {
-
+
private string broadcasterField;
-
+
private string broadcastPlatformField;
-
+
private RecordingTypeSourceFormat sourceFormatField;
-
+
private System.DateTime timestampField;
-
+
private SoftwareType[] softwareField;
-
+
private CoordinatesType coordinatesField;
-
+
///
public string Broadcaster {
get {
@@ -6179,7 +6183,7 @@ namespace Schemas {
this.broadcasterField = value;
}
}
-
+
///
public string BroadcastPlatform {
get {
@@ -6189,7 +6193,7 @@ namespace Schemas {
this.broadcastPlatformField = value;
}
}
-
+
///
public RecordingTypeSourceFormat SourceFormat {
get {
@@ -6199,7 +6203,7 @@ namespace Schemas {
this.sourceFormatField = value;
}
}
-
+
///
public System.DateTime Timestamp {
get {
@@ -6209,7 +6213,7 @@ namespace Schemas {
this.timestampField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Software")]
public SoftwareType[] Software {
@@ -6220,7 +6224,7 @@ namespace Schemas {
this.softwareField = value;
}
}
-
+
///
public CoordinatesType Coordinates {
get {
@@ -6231,283 +6235,283 @@ namespace Schemas {
}
}
}
-
+
///
[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,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ITU-B")]
ITUB,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ITU-C")]
ITUC,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ITU-D")]
ITUD,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ITU-E")]
ITUE,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ITU-F")]
ITUF,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ITU-G")]
ITUG,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ITU-H")]
ITUH,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ITU-I")]
ITUI,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ITU-J")]
ITUJ,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ITU-K")]
ITUK,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ITU-L")]
ITUL,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ITU-M")]
ITUM,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ITU-N")]
ITUN,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("PAL-B")]
PALB,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("SECAM-B")]
SECAMB,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("PAL-D")]
PALD,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("SECAM-D")]
SECAMD,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("PAL-G")]
PALG,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("SECAM-G")]
SECAMG,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("PAL-H")]
PALH,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("PAL-I")]
PALI,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("PAL-K")]
PALK,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("SECAM-K")]
SECAMK,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("NTSC-M")]
NTSCM,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("PAL-N")]
PALN,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("PAL-M")]
PALM,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("SECAM-M")]
SECAMM,
-
+
///
MUSE,
-
+
///
PALplus,
-
+
///
FM,
-
+
///
AM,
-
+
///
COFDM,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("CAM-D")]
CAMD,
-
+
///
DAB,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("DAB+")]
DAB1,
-
+
///
DRM,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("DRM+")]
DRM1,
-
+
///
FMeXtra,
-
+
///
ATSC,
-
+
///
ATSC2,
-
+
///
ATSC3,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ATSC-M/H")]
ATSCMH,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("DVB-T")]
DVBT,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("DVB-T2")]
DVBT2,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("DVB-S")]
DVBS,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("DVB-S2")]
DVBS2,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("DVB-S2X")]
DVBS2X,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("DVB-C")]
DVBC,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("DVB-C2")]
DVBC2,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("DVB-H")]
DVBH,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("DVB-NGH")]
DVBNGH,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("DVB-SH")]
DVBSH,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ISDB-T")]
ISDBT,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ISDB-Tb")]
ISDBTb,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ISDB-S")]
ISDBS,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("ISDB-C")]
ISDBC,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("1seg")]
Item1seg,
-
+
///
DTMB,
-
+
///
CCMB,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("T-DMB")]
TDMB,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("S-DMB")]
SDMB,
-
+
///
IPTV,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("DVB-MT")]
DVBMT,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("DVB-MC")]
DVBMC,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("DVB-MS")]
DVBMS,
-
+
///
ADR,
-
+
///
SDR,
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class SubtitleTracksType {
-
+
private LanguagesTypeLanguage[] languagesField;
-
+
private uint trackNumberField;
-
+
private string codecField;
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)]
public LanguagesTypeLanguage[] Languages {
@@ -6518,7 +6522,7 @@ namespace Schemas {
this.languagesField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public uint TrackNumber {
@@ -6529,7 +6533,7 @@ namespace Schemas {
this.trackNumberField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string Codec {
@@ -6541,28 +6545,28 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class VideoTracksType {
-
+
private LanguagesTypeLanguage[] languagesField;
-
+
private uint trackNumberField;
-
+
private string codecField;
-
+
private uint horizontalField;
-
+
private uint verticalField;
-
+
private long meanBitrateField;
-
+
private bool threeDField;
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)]
public LanguagesTypeLanguage[] Languages {
@@ -6573,7 +6577,7 @@ namespace Schemas {
this.languagesField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public uint TrackNumber {
@@ -6584,7 +6588,7 @@ namespace Schemas {
this.trackNumberField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string Codec {
@@ -6595,7 +6599,7 @@ namespace Schemas {
this.codecField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public uint Horizontal {
@@ -6606,7 +6610,7 @@ namespace Schemas {
this.horizontalField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public uint Vertical {
@@ -6617,7 +6621,7 @@ namespace Schemas {
this.verticalField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public long MeanBitrate {
@@ -6628,7 +6632,7 @@ namespace Schemas {
this.meanBitrateField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public bool ThreeD {
@@ -6640,28 +6644,28 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class AudioTracksType {
-
+
private LanguagesTypeLanguage[] languagesField;
-
+
private uint trackNumberField;
-
+
private string accoustIDField;
-
+
private string codecField;
-
+
private uint channelsField;
-
+
private double sampleRateField;
-
+
private long meanBitrateField;
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)]
public LanguagesTypeLanguage[] Languages {
@@ -6672,7 +6676,7 @@ namespace Schemas {
this.languagesField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public uint TrackNumber {
@@ -6683,7 +6687,7 @@ namespace Schemas {
this.trackNumberField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string AccoustID {
@@ -6694,7 +6698,7 @@ namespace Schemas {
this.accoustIDField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string Codec {
@@ -6705,7 +6709,7 @@ namespace Schemas {
this.codecField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public uint Channels {
@@ -6716,7 +6720,7 @@ namespace Schemas {
this.channelsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public double SampleRate {
@@ -6727,7 +6731,7 @@ namespace Schemas {
this.sampleRateField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public long MeanBitrate {
@@ -6739,42 +6743,42 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class AdvertisementType {
-
+
private string manufacturerField;
-
+
private string productField;
-
+
private FileType fileField;
-
+
private ulong fileSizeField;
-
+
private ulong framesField;
-
+
private bool framesFieldSpecified;
-
+
private double durationField;
-
+
private float meanFrameRateField;
-
+
private bool meanFrameRateFieldSpecified;
-
+
private ChecksumType[] checksumsField;
-
+
private AudioTracksType[] audioTrackField;
-
+
private VideoTracksType[] videoTrackField;
-
+
private SubtitleTracksType[] subtitleTrackField;
-
+
private RecordingType recordingField;
-
+
///
public string Manufacturer {
get {
@@ -6784,7 +6788,7 @@ namespace Schemas {
this.manufacturerField = value;
}
}
-
+
///
public string Product {
get {
@@ -6794,7 +6798,7 @@ namespace Schemas {
this.productField = value;
}
}
-
+
///
public FileType File {
get {
@@ -6804,7 +6808,7 @@ namespace Schemas {
this.fileField = value;
}
}
-
+
///
public ulong FileSize {
get {
@@ -6814,7 +6818,7 @@ namespace Schemas {
this.fileSizeField = value;
}
}
-
+
///
public ulong Frames {
get {
@@ -6824,7 +6828,7 @@ namespace Schemas {
this.framesField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool FramesSpecified {
@@ -6835,7 +6839,7 @@ namespace Schemas {
this.framesFieldSpecified = value;
}
}
-
+
///
public double Duration {
get {
@@ -6845,7 +6849,7 @@ namespace Schemas {
this.durationField = value;
}
}
-
+
///
public float MeanFrameRate {
get {
@@ -6855,7 +6859,7 @@ namespace Schemas {
this.meanFrameRateField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool MeanFrameRateSpecified {
@@ -6866,7 +6870,7 @@ namespace Schemas {
this.meanFrameRateFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -6877,7 +6881,7 @@ namespace Schemas {
this.checksumsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("AudioTrack")]
public AudioTracksType[] AudioTrack {
@@ -6888,7 +6892,7 @@ namespace Schemas {
this.audioTrackField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("VideoTrack")]
public VideoTracksType[] VideoTrack {
@@ -6899,7 +6903,7 @@ namespace Schemas {
this.videoTrackField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("SubtitleTrack")]
public SubtitleTracksType[] SubtitleTrack {
@@ -6910,7 +6914,7 @@ namespace Schemas {
this.subtitleTrackField = value;
}
}
-
+
///
public RecordingType Recording {
get {
@@ -6921,20 +6925,20 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class SubChannelType {
-
+
private ImageType imageField;
-
+
private ulong sizeField;
-
+
private ChecksumType[] checksumsField;
-
+
///
public ImageType Image {
get {
@@ -6944,7 +6948,7 @@ namespace Schemas {
this.imageField = value;
}
}
-
+
///
public ulong Size {
get {
@@ -6954,7 +6958,7 @@ namespace Schemas {
this.sizeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -6966,22 +6970,22 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class TrackFlagsType {
-
+
private bool quadraphonicField;
-
+
private bool dataField;
-
+
private bool copyPermittedField;
-
+
private bool preEmphasisField;
-
+
///
public bool Quadraphonic {
get {
@@ -6991,7 +6995,7 @@ namespace Schemas {
this.quadraphonicField = value;
}
}
-
+
///
public bool Data {
get {
@@ -7001,7 +7005,7 @@ namespace Schemas {
this.dataField = value;
}
}
-
+
///
public bool CopyPermitted {
get {
@@ -7011,7 +7015,7 @@ namespace Schemas {
this.copyPermittedField = value;
}
}
-
+
///
public bool PreEmphasis {
get {
@@ -7022,18 +7026,18 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class TrackIndexType {
-
+
private ushort indexField;
-
+
private int valueField;
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public ushort index {
@@ -7044,7 +7048,7 @@ namespace Schemas {
this.indexField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlTextAttribute()]
public int Value {
@@ -7056,18 +7060,18 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class TrackSequenceType {
-
+
private uint trackNumberField;
-
+
private uint sessionField;
-
+
///
public uint TrackNumber {
get {
@@ -7077,7 +7081,7 @@ namespace Schemas {
this.trackNumberField = value;
}
}
-
+
///
public uint Session {
get {
@@ -7088,46 +7092,46 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class TrackType {
-
+
private ImageType imageField;
-
+
private ulong sizeField;
-
+
private TrackSequenceType sequenceField;
-
+
private string startMSFField;
-
+
private string endMSFField;
-
+
private ulong startSectorField;
-
+
private ulong endSectorField;
-
+
private TrackIndexType[] indexesField;
-
+
private TrackFlagsType flagsField;
-
+
private string iSRCField;
-
+
private TrackTypeTrackType trackType1Field;
-
+
private uint bytesPerSectorField;
-
+
private string accoustIDField;
-
+
private ChecksumType[] checksumsField;
-
+
private SubChannelType subChannelField;
-
+
private PartitionType[] fileSystemInformationField;
-
+
///
public ImageType Image {
get {
@@ -7137,7 +7141,7 @@ namespace Schemas {
this.imageField = value;
}
}
-
+
///
public ulong Size {
get {
@@ -7147,7 +7151,7 @@ namespace Schemas {
this.sizeField = value;
}
}
-
+
///
public TrackSequenceType Sequence {
get {
@@ -7157,7 +7161,7 @@ namespace Schemas {
this.sequenceField = value;
}
}
-
+
///
public string StartMSF {
get {
@@ -7167,7 +7171,7 @@ namespace Schemas {
this.startMSFField = value;
}
}
-
+
///
public string EndMSF {
get {
@@ -7177,7 +7181,7 @@ namespace Schemas {
this.endMSFField = value;
}
}
-
+
///
public ulong StartSector {
get {
@@ -7187,7 +7191,7 @@ namespace Schemas {
this.startSectorField = value;
}
}
-
+
///
public ulong EndSector {
get {
@@ -7197,7 +7201,7 @@ namespace Schemas {
this.endSectorField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Index", IsNullable=false)]
public TrackIndexType[] Indexes {
@@ -7208,7 +7212,7 @@ namespace Schemas {
this.indexesField = value;
}
}
-
+
///
public TrackFlagsType Flags {
get {
@@ -7218,7 +7222,7 @@ namespace Schemas {
this.flagsField = value;
}
}
-
+
///
public string ISRC {
get {
@@ -7228,7 +7232,7 @@ namespace Schemas {
this.iSRCField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("TrackType")]
public TrackTypeTrackType TrackType1 {
@@ -7239,7 +7243,7 @@ namespace Schemas {
this.trackType1Field = value;
}
}
-
+
///
public uint BytesPerSector {
get {
@@ -7249,7 +7253,7 @@ namespace Schemas {
this.bytesPerSectorField = value;
}
}
-
+
///
public string AccoustID {
get {
@@ -7259,7 +7263,7 @@ namespace Schemas {
this.accoustIDField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -7270,7 +7274,7 @@ namespace Schemas {
this.checksumsField = value;
}
}
-
+
///
public SubChannelType SubChannel {
get {
@@ -7280,7 +7284,7 @@ namespace Schemas {
this.subChannelField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Partition", IsNullable=false)]
public PartitionType[] FileSystemInformation {
@@ -7292,55 +7296,55 @@ namespace Schemas {
}
}
}
-
+
///
[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,
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class PS3EncryptionType {
-
+
private string keyField;
-
+
private string serialField;
-
+
///
public string Key {
get {
@@ -7350,7 +7354,7 @@ namespace Schemas {
this.keyField = value;
}
}
-
+
///
public string Serial {
get {
@@ -7361,20 +7365,20 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class XboxSecuritySectorsType {
-
+
private uint requestVersionField;
-
+
private uint requestNumberField;
-
+
private DumpType securitySectorsField;
-
+
///
public uint RequestVersion {
get {
@@ -7384,7 +7388,7 @@ namespace Schemas {
this.requestVersionField = value;
}
}
-
+
///
public uint RequestNumber {
get {
@@ -7394,7 +7398,7 @@ namespace Schemas {
this.requestNumberField = value;
}
}
-
+
///
public DumpType SecuritySectors {
get {
@@ -7405,20 +7409,20 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class XboxType {
-
+
private DumpType pFIField;
-
+
private DumpType dMIField;
-
+
private XboxSecuritySectorsType[] securitySectorsField;
-
+
///
public DumpType PFI {
get {
@@ -7428,7 +7432,7 @@ namespace Schemas {
this.pFIField = value;
}
}
-
+
///
public DumpType DMI {
get {
@@ -7438,7 +7442,7 @@ namespace Schemas {
this.dMIField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("SecuritySectors")]
public XboxSecuritySectorsType[] SecuritySectors {
@@ -7450,24 +7454,24 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class BorderType {
-
+
private string imageField;
-
+
private ulong sizeField;
-
+
private ChecksumType[] checksumsField;
-
+
private uint sessionField;
-
+
private bool sessionFieldSpecified;
-
+
///
public string Image {
get {
@@ -7477,7 +7481,7 @@ namespace Schemas {
this.imageField = value;
}
}
-
+
///
public ulong Size {
get {
@@ -7487,7 +7491,7 @@ namespace Schemas {
this.sizeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -7498,7 +7502,7 @@ namespace Schemas {
this.checksumsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public uint session {
@@ -7509,7 +7513,7 @@ namespace Schemas {
this.sessionField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool sessionSpecified {
@@ -7521,18 +7525,18 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class CaseType {
-
+
private CaseTypeCaseType caseType1Field;
-
+
private ScansType scansField;
-
+
///
[System.Xml.Serialization.XmlElementAttribute("CaseType")]
public CaseTypeCaseType CaseType1 {
@@ -7543,7 +7547,7 @@ namespace Schemas {
this.caseType1Field = value;
}
}
-
+
///
public ScansType Scans {
get {
@@ -7554,108 +7558,108 @@ namespace Schemas {
}
}
}
-
+
///
[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,
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class LayeredTextType {
-
+
private uint layerField;
-
+
private bool layerFieldSpecified;
-
+
private string valueField;
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public uint layer {
@@ -7666,7 +7670,7 @@ namespace Schemas {
this.layerField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool layerSpecified {
@@ -7677,7 +7681,7 @@ namespace Schemas {
this.layerFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlTextAttribute()]
public string Value {
@@ -7689,20 +7693,20 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class SectorsType {
-
+
private uint layerField;
-
+
private bool layerFieldSpecified;
-
+
private ulong valueField;
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public uint layer {
@@ -7713,7 +7717,7 @@ namespace Schemas {
this.layerField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool layerSpecified {
@@ -7724,7 +7728,7 @@ namespace Schemas {
this.layerFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlTextAttribute()]
public ulong Value {
@@ -7736,20 +7740,20 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class LayersType {
-
+
private SectorsType[] sectorsField;
-
+
private LayersTypeType typeField;
-
+
private bool typeFieldSpecified;
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Sectors")]
public SectorsType[] Sectors {
@@ -7760,7 +7764,7 @@ namespace Schemas {
this.sectorsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public LayersTypeType type {
@@ -7771,7 +7775,7 @@ namespace Schemas {
this.typeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool typeSpecified {
@@ -7783,123 +7787,123 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public enum LayersTypeType {
-
+
///
PTP,
-
+
///
OTP,
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class OpticalDiscType {
-
+
private ImageType imageField;
-
+
private ulong sizeField;
-
+
private SequenceType sequenceField;
-
+
private LayersType layersField;
-
+
private ChecksumType[] checksumsField;
-
+
private string partNumberField;
-
+
private string serialNumberField;
-
+
private LayeredTextType[] ringCodeField;
-
+
private LayeredTextType[] masteringSIDField;
-
+
private LayeredTextType[] toolstampField;
-
+
private LayeredTextType[] mouldSIDField;
-
+
private LayeredTextType[] mouldTextField;
-
+
private string discTypeField;
-
+
private string discSubTypeField;
-
+
private int offsetField;
-
+
private bool offsetFieldSpecified;
-
+
private uint[] tracksField;
-
+
private uint sessionsField;
-
+
private string copyProtectionField;
-
+
private DimensionsType dimensionsField;
-
+
private CaseType caseField;
-
+
private ScansType scansField;
-
+
private DumpType pFIField;
-
+
private DumpType dMIField;
-
+
private DumpType cMIField;
-
+
private DumpType bCAField;
-
+
private DumpType aTIPField;
-
+
private DumpType aDIPField;
-
+
private DumpType pMAField;
-
+
private DumpType dDSField;
-
+
private DumpType sAIField;
-
+
private DumpType lastRMDField;
-
+
private DumpType pRIField;
-
+
private DumpType mediaIDField;
-
+
private DumpType pFIRField;
-
+
private DumpType dCBField;
-
+
private DumpType diField;
-
+
private DumpType pACField;
-
+
private DumpType tOCField;
-
+
private DumpType leadInCdTextField;
-
+
private BorderType[] firstTrackPregrapField;
-
+
private BorderType[] leadInField;
-
+
private BorderType[] leadOutField;
-
+
private XboxType xboxField;
-
+
private PS3EncryptionType pS3EncryptionField;
-
+
private string mediaCatalogueNumberField;
-
+
private TrackType[] trackField;
-
+
private DumpHardwareType[] dumpHardwareArrayField;
-
+
///
public ImageType Image {
get {
@@ -7909,7 +7913,7 @@ namespace Schemas {
this.imageField = value;
}
}
-
+
///
public ulong Size {
get {
@@ -7919,7 +7923,7 @@ namespace Schemas {
this.sizeField = value;
}
}
-
+
///
public SequenceType Sequence {
get {
@@ -7929,7 +7933,7 @@ namespace Schemas {
this.sequenceField = value;
}
}
-
+
///
public LayersType Layers {
get {
@@ -7939,7 +7943,7 @@ namespace Schemas {
this.layersField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -7950,7 +7954,7 @@ namespace Schemas {
this.checksumsField = value;
}
}
-
+
///
public string PartNumber {
get {
@@ -7960,7 +7964,7 @@ namespace Schemas {
this.partNumberField = value;
}
}
-
+
///
public string SerialNumber {
get {
@@ -7970,7 +7974,7 @@ namespace Schemas {
this.serialNumberField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("RingCode")]
public LayeredTextType[] RingCode {
@@ -7981,7 +7985,7 @@ namespace Schemas {
this.ringCodeField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("MasteringSID")]
public LayeredTextType[] MasteringSID {
@@ -7992,7 +7996,7 @@ namespace Schemas {
this.masteringSIDField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Toolstamp")]
public LayeredTextType[] Toolstamp {
@@ -8003,7 +8007,7 @@ namespace Schemas {
this.toolstampField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("MouldSID")]
public LayeredTextType[] MouldSID {
@@ -8014,7 +8018,7 @@ namespace Schemas {
this.mouldSIDField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("MouldText")]
public LayeredTextType[] MouldText {
@@ -8025,7 +8029,7 @@ namespace Schemas {
this.mouldTextField = value;
}
}
-
+
///
public string DiscType {
get {
@@ -8035,7 +8039,7 @@ namespace Schemas {
this.discTypeField = value;
}
}
-
+
///
public string DiscSubType {
get {
@@ -8045,7 +8049,7 @@ namespace Schemas {
this.discSubTypeField = value;
}
}
-
+
///
public int Offset {
get {
@@ -8055,7 +8059,7 @@ namespace Schemas {
this.offsetField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool OffsetSpecified {
@@ -8066,7 +8070,7 @@ namespace Schemas {
this.offsetFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Tracks")]
public uint[] Tracks {
@@ -8077,7 +8081,7 @@ namespace Schemas {
this.tracksField = value;
}
}
-
+
///
public uint Sessions {
get {
@@ -8087,7 +8091,7 @@ namespace Schemas {
this.sessionsField = value;
}
}
-
+
///
public string CopyProtection {
get {
@@ -8097,7 +8101,7 @@ namespace Schemas {
this.copyProtectionField = value;
}
}
-
+
///
public DimensionsType Dimensions {
get {
@@ -8107,7 +8111,7 @@ namespace Schemas {
this.dimensionsField = value;
}
}
-
+
///
public CaseType Case {
get {
@@ -8117,7 +8121,7 @@ namespace Schemas {
this.caseField = value;
}
}
-
+
///
public ScansType Scans {
get {
@@ -8127,7 +8131,7 @@ namespace Schemas {
this.scansField = value;
}
}
-
+
///
public DumpType PFI {
get {
@@ -8137,7 +8141,7 @@ namespace Schemas {
this.pFIField = value;
}
}
-
+
///
public DumpType DMI {
get {
@@ -8147,7 +8151,7 @@ namespace Schemas {
this.dMIField = value;
}
}
-
+
///
public DumpType CMI {
get {
@@ -8157,7 +8161,7 @@ namespace Schemas {
this.cMIField = value;
}
}
-
+
///
public DumpType BCA {
get {
@@ -8167,7 +8171,7 @@ namespace Schemas {
this.bCAField = value;
}
}
-
+
///
public DumpType ATIP {
get {
@@ -8177,7 +8181,7 @@ namespace Schemas {
this.aTIPField = value;
}
}
-
+
///
public DumpType ADIP {
get {
@@ -8187,7 +8191,7 @@ namespace Schemas {
this.aDIPField = value;
}
}
-
+
///
public DumpType PMA {
get {
@@ -8197,7 +8201,7 @@ namespace Schemas {
this.pMAField = value;
}
}
-
+
///
public DumpType DDS {
get {
@@ -8207,7 +8211,7 @@ namespace Schemas {
this.dDSField = value;
}
}
-
+
///
public DumpType SAI {
get {
@@ -8217,7 +8221,7 @@ namespace Schemas {
this.sAIField = value;
}
}
-
+
///
public DumpType LastRMD {
get {
@@ -8227,7 +8231,7 @@ namespace Schemas {
this.lastRMDField = value;
}
}
-
+
///
public DumpType PRI {
get {
@@ -8237,7 +8241,7 @@ namespace Schemas {
this.pRIField = value;
}
}
-
+
///
public DumpType MediaID {
get {
@@ -8247,7 +8251,7 @@ namespace Schemas {
this.mediaIDField = value;
}
}
-
+
///
public DumpType PFIR {
get {
@@ -8257,7 +8261,7 @@ namespace Schemas {
this.pFIRField = value;
}
}
-
+
///
public DumpType DCB {
get {
@@ -8267,7 +8271,7 @@ namespace Schemas {
this.dCBField = value;
}
}
-
+
///
public DumpType DI {
get {
@@ -8277,7 +8281,7 @@ namespace Schemas {
this.diField = value;
}
}
-
+
///
public DumpType PAC {
get {
@@ -8287,7 +8291,7 @@ namespace Schemas {
this.pACField = value;
}
}
-
+
///
public DumpType TOC {
get {
@@ -8297,7 +8301,7 @@ namespace Schemas {
this.tOCField = value;
}
}
-
+
///
public DumpType LeadInCdText {
get {
@@ -8307,7 +8311,7 @@ namespace Schemas {
this.leadInCdTextField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("FirstTrackPregrap")]
public BorderType[] FirstTrackPregrap {
@@ -8318,7 +8322,7 @@ namespace Schemas {
this.firstTrackPregrapField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("LeadIn")]
public BorderType[] LeadIn {
@@ -8329,7 +8333,7 @@ namespace Schemas {
this.leadInField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("LeadOut")]
public BorderType[] LeadOut {
@@ -8340,7 +8344,7 @@ namespace Schemas {
this.leadOutField = value;
}
}
-
+
///
public XboxType Xbox {
get {
@@ -8350,7 +8354,7 @@ namespace Schemas {
this.xboxField = value;
}
}
-
+
///
public PS3EncryptionType PS3Encryption {
get {
@@ -8360,7 +8364,7 @@ namespace Schemas {
this.pS3EncryptionField = value;
}
}
-
+
///
public string MediaCatalogueNumber {
get {
@@ -8370,7 +8374,7 @@ namespace Schemas {
this.mediaCatalogueNumberField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Track")]
public TrackType[] Track {
@@ -8381,7 +8385,7 @@ namespace Schemas {
this.trackField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("DumpHardware", IsNullable=false)]
public DumpHardwareType[] DumpHardwareArray {
@@ -8393,22 +8397,22 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class UserManualType {
-
+
private LanguagesTypeLanguage[] languageField;
-
+
private uint pagesField;
-
+
private string pageSizeField;
-
+
private ScanType scanField;
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)]
public LanguagesTypeLanguage[] Language {
@@ -8419,7 +8423,7 @@ namespace Schemas {
this.languageField = value;
}
}
-
+
///
public uint Pages {
get {
@@ -8429,7 +8433,7 @@ namespace Schemas {
this.pagesField = value;
}
}
-
+
///
public string PageSize {
get {
@@ -8439,7 +8443,7 @@ namespace Schemas {
this.pageSizeField = value;
}
}
-
+
///
public ScanType Scan {
get {
@@ -8450,18 +8454,18 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class RequiredOperatingSystemType {
-
+
private string nameField;
-
+
private string[] versionField;
-
+
///
public string Name {
get {
@@ -8471,7 +8475,7 @@ namespace Schemas {
this.nameField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute("Version")]
public string[] Version {
@@ -8483,38 +8487,38 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class BookType {
-
+
private BarcodeType[] barcodesField;
-
+
private CoverType coverField;
-
+
private string nameField;
-
+
private string editorialField;
-
+
private string authorField;
-
+
private System.DateTime publicationDateField;
-
+
private bool publicationDateFieldSpecified;
-
+
private LanguagesTypeLanguage[] languageField;
-
+
private uint pagesField;
-
+
private bool pagesFieldSpecified;
-
+
private string pageSizeField;
-
+
private ScanType scanField;
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Barcode", IsNullable=false)]
public BarcodeType[] Barcodes {
@@ -8525,7 +8529,7 @@ namespace Schemas {
this.barcodesField = value;
}
}
-
+
///
public CoverType Cover {
get {
@@ -8535,7 +8539,7 @@ namespace Schemas {
this.coverField = value;
}
}
-
+
///
public string Name {
get {
@@ -8545,7 +8549,7 @@ namespace Schemas {
this.nameField = value;
}
}
-
+
///
public string Editorial {
get {
@@ -8555,7 +8559,7 @@ namespace Schemas {
this.editorialField = value;
}
}
-
+
///
public string Author {
get {
@@ -8565,7 +8569,7 @@ namespace Schemas {
this.authorField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute(DataType="date")]
public System.DateTime PublicationDate {
@@ -8576,7 +8580,7 @@ namespace Schemas {
this.publicationDateField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool PublicationDateSpecified {
@@ -8587,7 +8591,7 @@ namespace Schemas {
this.publicationDateFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)]
public LanguagesTypeLanguage[] Language {
@@ -8598,7 +8602,7 @@ namespace Schemas {
this.languageField = value;
}
}
-
+
///
public uint Pages {
get {
@@ -8608,7 +8612,7 @@ namespace Schemas {
this.pagesField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool PagesSpecified {
@@ -8619,7 +8623,7 @@ namespace Schemas {
this.pagesFieldSpecified = value;
}
}
-
+
///
public string PageSize {
get {
@@ -8629,7 +8633,7 @@ namespace Schemas {
this.pageSizeField = value;
}
}
-
+
///
public ScanType Scan {
get {
@@ -8640,20 +8644,20 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class CoverType {
-
+
private FileType fileField;
-
+
private ChecksumType[] checksumsField;
-
+
private byte[] thumbnailField;
-
+
///
public FileType File {
get {
@@ -8663,7 +8667,7 @@ namespace Schemas {
this.fileField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable=false)]
public ChecksumType[] Checksums {
@@ -8674,7 +8678,7 @@ namespace Schemas {
this.checksumsField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
public byte[] Thumbnail {
@@ -8686,40 +8690,40 @@ namespace Schemas {
}
}
}
-
+
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class MagazineType {
-
+
private BarcodeType[] barcodesField;
-
+
private CoverType coverField;
-
+
private string nameField;
-
+
private string editorialField;
-
+
private System.DateTime publicationDateField;
-
+
private bool publicationDateFieldSpecified;
-
+
private uint numberField;
-
+
private bool numberFieldSpecified;
-
+
private LanguagesTypeLanguage[] languageField;
-
+
private uint pagesField;
-
+
private bool pagesFieldSpecified;
-
+
private string pageSizeField;
-
+
private ScanType scanField;
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Barcode", IsNullable=false)]
public BarcodeType[] Barcodes {
@@ -8730,7 +8734,7 @@ namespace Schemas {
this.barcodesField = value;
}
}
-
+
///
public CoverType Cover {
get {
@@ -8740,7 +8744,7 @@ namespace Schemas {
this.coverField = value;
}
}
-
+
///
public string Name {
get {
@@ -8750,7 +8754,7 @@ namespace Schemas {
this.nameField = value;
}
}
-
+
///
public string Editorial {
get {
@@ -8760,7 +8764,7 @@ namespace Schemas {
this.editorialField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlElementAttribute(DataType="date")]
public System.DateTime PublicationDate {
@@ -8771,7 +8775,7 @@ namespace Schemas {
this.publicationDateField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool PublicationDateSpecified {
@@ -8782,7 +8786,7 @@ namespace Schemas {
this.publicationDateFieldSpecified = value;
}
}
-
+
///
public uint Number {
get {
@@ -8792,7 +8796,7 @@ namespace Schemas {
this.numberField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool NumberSpecified {
@@ -8803,7 +8807,7 @@ namespace Schemas {
this.numberFieldSpecified = value;
}
}
-
+
///
[System.Xml.Serialization.XmlArrayItemAttribute("Language", IsNullable=false)]
public LanguagesTypeLanguage[] Language {
@@ -8814,7 +8818,7 @@ namespace Schemas {
this.languageField = value;
}
}
-
+
///
public uint Pages {
get {
@@ -8824,7 +8828,7 @@ namespace Schemas {
this.pagesField = value;
}
}
-
+
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool PagesSpecified {
@@ -8835,7 +8839,7 @@ namespace Schemas {
this.pagesFieldSpecified = value;
}
}
-
+
///
public string PageSize {
get {
@@ -8845,7 +8849,7 @@ namespace Schemas {
this.pageSizeField = value;
}
}
-
+
///
public ScanType Scan {
get {
@@ -8856,234 +8860,234 @@ namespace Schemas {
}
}
}
-
+
///
[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,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("4040")]
Item4040,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("6502")]
Item6502,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("65816")]
Item65816,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("8008")]
Item8008,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("8051")]
Item8051,
-
+
///
[System.Xml.Serialization.XmlEnumAttribute("8080")]
Item8080,
-
+
///
[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,
}