5568 lines
122 KiB
C#
5568 lines
122 KiB
C#
// ------------------------------------------------------------------------------
|
|
// <autogenerated>
|
|
// This code was generated by a tool.
|
|
// Mono Runtime Version: 4.0.30319.17020
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </autogenerated>
|
|
// ------------------------------------------------------------------------------
|
|
|
|
//
|
|
//This source code was auto-generated by MonoXSD
|
|
//
|
|
namespace Schemas {
|
|
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlRootAttribute("CICMMetadata", Namespace="", IsNullable=false)]
|
|
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 releaseTypeSpecifiedField;
|
|
|
|
private System.DateTime releaseDateField;
|
|
|
|
private bool releaseDateSpecifiedField;
|
|
|
|
private BarcodeType[] barcodesField;
|
|
|
|
private string partNumberField;
|
|
|
|
private string serialNumberField;
|
|
|
|
private KeywordsType keywordsField;
|
|
|
|
private MagazineType[] magazineField;
|
|
|
|
private BookType[] bookField;
|
|
|
|
private string[] categoriesField;
|
|
|
|
private string[] subcategoriesField;
|
|
|
|
private LanguagesType languagesField;
|
|
|
|
private string[] systemsField;
|
|
|
|
private ArchitecturesType architecturesField;
|
|
|
|
private RequiredOperatingSystemsType requiredOperatingSystemsField;
|
|
|
|
private UserManualType[] userManualField;
|
|
|
|
private OpticalDiscType[] opticalDiscField;
|
|
|
|
/// <remarks>
|
|
///Developer of the set
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("Developer")]
|
|
public string[] Developer {
|
|
get {
|
|
return this.developerField;
|
|
}
|
|
set {
|
|
this.developerField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Publisher of the set
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("Publisher")]
|
|
public string[] Publisher {
|
|
get {
|
|
return this.publisherField;
|
|
}
|
|
set {
|
|
this.publisherField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Author/writer of the set
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("Author")]
|
|
public string[] Author {
|
|
get {
|
|
return this.authorField;
|
|
}
|
|
set {
|
|
this.authorField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Performer/narrator of the set
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("Performer")]
|
|
public string[] Performer {
|
|
get {
|
|
return this.performerField;
|
|
}
|
|
set {
|
|
this.performerField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Name of the set
|
|
///</remarks>
|
|
public string Name {
|
|
get {
|
|
return this.nameField;
|
|
}
|
|
set {
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Version of the set if applicable
|
|
///</remarks>
|
|
public string Version {
|
|
get {
|
|
return this.versionField;
|
|
}
|
|
set {
|
|
this.versionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///
|
|
/// Kind of release: OEM, Bundle, Coverdisc, Retail, Demo
|
|
///
|
|
///</remarks>
|
|
public CICMMetadataTypeReleaseType ReleaseType {
|
|
get {
|
|
return this.releaseTypeField;
|
|
}
|
|
set {
|
|
this.releaseTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool ReleaseTypeSpecified {
|
|
get {
|
|
return this.releaseTypeSpecifiedField;
|
|
}
|
|
set {
|
|
this.releaseTypeSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Date of release in YYYY-MM-DD
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date")]
|
|
public System.DateTime ReleaseDate {
|
|
get {
|
|
return this.releaseDateField;
|
|
}
|
|
set {
|
|
this.releaseDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool ReleaseDateSpecified {
|
|
get {
|
|
return this.releaseDateSpecifiedField;
|
|
}
|
|
set {
|
|
this.releaseDateSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItem(ElementName="Barcode", IsNullable=false)]
|
|
public BarcodeType[] Barcodes {
|
|
get {
|
|
return this.barcodesField;
|
|
}
|
|
set {
|
|
this.barcodesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Manufacturer part no. or SKU
|
|
///</remarks>
|
|
public string PartNumber {
|
|
get {
|
|
return this.partNumberField;
|
|
}
|
|
set {
|
|
this.partNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Manufacturer serial no., not to be confused with software registration serial number
|
|
///</remarks>
|
|
public string SerialNumber {
|
|
get {
|
|
return this.serialNumberField;
|
|
}
|
|
set {
|
|
this.serialNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Keywords
|
|
///</remarks>
|
|
public KeywordsType Keywords {
|
|
get {
|
|
return this.keywordsField;
|
|
}
|
|
set {
|
|
this.keywordsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Magazine on this set
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("Magazine")]
|
|
public MagazineType[] Magazine {
|
|
get {
|
|
return this.magazineField;
|
|
}
|
|
set {
|
|
this.magazineField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Books on this set
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("Book")]
|
|
public BookType[] Book {
|
|
get {
|
|
return this.bookField;
|
|
}
|
|
set {
|
|
this.bookField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItem(ElementName="Category", IsNullable=false)]
|
|
public string[] Categories {
|
|
get {
|
|
return this.categoriesField;
|
|
}
|
|
set {
|
|
this.categoriesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItem(ElementName="Subcategory", IsNullable=false)]
|
|
public string[] Subcategories {
|
|
get {
|
|
return this.subcategoriesField;
|
|
}
|
|
set {
|
|
this.subcategoriesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Languages this set comes in
|
|
///</remarks>
|
|
public LanguagesType Languages {
|
|
get {
|
|
return this.languagesField;
|
|
}
|
|
set {
|
|
this.languagesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItem(ElementName="System", IsNullable=false)]
|
|
public string[] Systems {
|
|
get {
|
|
return this.systemsField;
|
|
}
|
|
set {
|
|
this.systemsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///CPU architectures this set is designed to run on, if it includes software
|
|
///</remarks>
|
|
public ArchitecturesType Architectures {
|
|
get {
|
|
return this.architecturesField;
|
|
}
|
|
set {
|
|
this.architecturesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Required operating systems and versions this set runs on, if it includes software
|
|
///</remarks>
|
|
public RequiredOperatingSystemsType RequiredOperatingSystems {
|
|
get {
|
|
return this.requiredOperatingSystemsField;
|
|
}
|
|
set {
|
|
this.requiredOperatingSystemsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///User manual/guide, installation manual/guide and any applicable entity
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("UserManual")]
|
|
public UserManualType[] UserManual {
|
|
get {
|
|
return this.userManualField;
|
|
}
|
|
set {
|
|
this.userManualField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Optical discs this set contains
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("OpticalDisc")]
|
|
public OpticalDiscType[] OpticalDisc {
|
|
get {
|
|
return this.opticalDiscField;
|
|
}
|
|
set {
|
|
this.opticalDiscField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
public enum CICMMetadataTypeReleaseType {
|
|
|
|
/// <remarks/>
|
|
Retail,
|
|
|
|
/// <remarks/>
|
|
Bundle,
|
|
|
|
/// <remarks/>
|
|
Coverdisc,
|
|
|
|
/// <remarks/>
|
|
Subscription,
|
|
|
|
/// <remarks/>
|
|
Demo,
|
|
|
|
/// <remarks/>
|
|
OEM,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class BarcodeType {
|
|
|
|
private BarcodeTypeType typeField;
|
|
|
|
private string valueField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public BarcodeTypeType type {
|
|
get {
|
|
return this.typeField;
|
|
}
|
|
set {
|
|
this.typeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlTextAttribute()]
|
|
public string Value {
|
|
get {
|
|
return this.valueField;
|
|
}
|
|
set {
|
|
this.valueField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
public enum BarcodeTypeType {
|
|
|
|
/// <remarks/>
|
|
aztec,
|
|
|
|
/// <remarks/>
|
|
codabar,
|
|
|
|
/// <remarks/>
|
|
code11,
|
|
|
|
/// <remarks/>
|
|
code128,
|
|
|
|
/// <remarks/>
|
|
code39,
|
|
|
|
/// <remarks/>
|
|
code93,
|
|
|
|
/// <remarks/>
|
|
cpcbinary,
|
|
|
|
/// <remarks/>
|
|
ezcode,
|
|
|
|
/// <remarks/>
|
|
fim,
|
|
|
|
/// <remarks/>
|
|
itf,
|
|
|
|
/// <remarks/>
|
|
itf14,
|
|
|
|
/// <remarks/>
|
|
ean13,
|
|
|
|
/// <remarks/>
|
|
ean8,
|
|
|
|
/// <remarks/>
|
|
maxicode,
|
|
|
|
/// <remarks/>
|
|
isbn,
|
|
|
|
/// <remarks/>
|
|
isrc,
|
|
|
|
/// <remarks/>
|
|
msi,
|
|
|
|
/// <remarks/>
|
|
tof,
|
|
|
|
/// <remarks/>
|
|
shotcode,
|
|
|
|
/// <remarks/>
|
|
rm4scc,
|
|
|
|
/// <remarks/>
|
|
qr,
|
|
|
|
/// <remarks/>
|
|
ean5,
|
|
|
|
/// <remarks/>
|
|
ean2,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("qr")]
|
|
qr1,
|
|
|
|
/// <remarks/>
|
|
postnet,
|
|
|
|
/// <remarks/>
|
|
postbar,
|
|
|
|
/// <remarks/>
|
|
plessey,
|
|
|
|
/// <remarks/>
|
|
pharmacode,
|
|
|
|
/// <remarks/>
|
|
pdf417,
|
|
|
|
/// <remarks/>
|
|
patchcode,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class KeywordsType {
|
|
|
|
private string keywordField;
|
|
|
|
/// <remarks>
|
|
///Keywords
|
|
///</remarks>
|
|
public string Keyword {
|
|
get {
|
|
return this.keywordField;
|
|
}
|
|
set {
|
|
this.keywordField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class MagazineType {
|
|
|
|
private BarcodeType[] barcodesField1;
|
|
|
|
private CoverType coverField;
|
|
|
|
private string nameField1;
|
|
|
|
private string editorialField;
|
|
|
|
private System.DateTime publicationDateField;
|
|
|
|
private bool publicationDateSpecifiedField;
|
|
|
|
private int numberField;
|
|
|
|
private bool numberSpecifiedField;
|
|
|
|
private LanguagesType languageField;
|
|
|
|
private int pagesField;
|
|
|
|
private bool pagesSpecifiedField;
|
|
|
|
private string pageSizeField;
|
|
|
|
private ScanType scanField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItem(ElementName="Barcode", IsNullable=false)]
|
|
public BarcodeType[] Barcodes {
|
|
get {
|
|
return this.barcodesField1;
|
|
}
|
|
set {
|
|
this.barcodesField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Cover of this magazine
|
|
///</remarks>
|
|
public CoverType Cover {
|
|
get {
|
|
return this.coverField;
|
|
}
|
|
set {
|
|
this.coverField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Name of this magazine
|
|
///</remarks>
|
|
public string Name {
|
|
get {
|
|
return this.nameField1;
|
|
}
|
|
set {
|
|
this.nameField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Editorial of this magazine
|
|
///</remarks>
|
|
public string Editorial {
|
|
get {
|
|
return this.editorialField;
|
|
}
|
|
set {
|
|
this.editorialField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Publication date of this magazine
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date")]
|
|
public System.DateTime PublicationDate {
|
|
get {
|
|
return this.publicationDateField;
|
|
}
|
|
set {
|
|
this.publicationDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool PublicationDateSpecified {
|
|
get {
|
|
return this.publicationDateSpecifiedField;
|
|
}
|
|
set {
|
|
this.publicationDateSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Sequential number of this magazine
|
|
///</remarks>
|
|
public int Number {
|
|
get {
|
|
return this.numberField;
|
|
}
|
|
set {
|
|
this.numberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool NumberSpecified {
|
|
get {
|
|
return this.numberSpecifiedField;
|
|
}
|
|
set {
|
|
this.numberSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Languages this magazine is written in
|
|
///</remarks>
|
|
public LanguagesType Language {
|
|
get {
|
|
return this.languageField;
|
|
}
|
|
set {
|
|
this.languageField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Pages of this magazine, including cover and back
|
|
///</remarks>
|
|
public int Pages {
|
|
get {
|
|
return this.pagesField;
|
|
}
|
|
set {
|
|
this.pagesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool PagesSpecified {
|
|
get {
|
|
return this.pagesSpecifiedField;
|
|
}
|
|
set {
|
|
this.pagesSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Page size of this magazine, standard or in WxH milimeters
|
|
///</remarks>
|
|
public string PageSize {
|
|
get {
|
|
return this.pageSizeField;
|
|
}
|
|
set {
|
|
this.pageSizeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Scan of this magazine
|
|
///</remarks>
|
|
public ScanType Scan {
|
|
get {
|
|
return this.scanField;
|
|
}
|
|
set {
|
|
this.scanField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class CoverType {
|
|
|
|
private FileType fileField;
|
|
|
|
private ChecksumType[] checksumsField;
|
|
|
|
private byte[] thumbnailField;
|
|
|
|
/// <remarks>
|
|
///Cover file
|
|
///</remarks>
|
|
public FileType File {
|
|
get {
|
|
return this.fileField;
|
|
}
|
|
set {
|
|
this.fileField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItem(ElementName="Checksum", IsNullable=false)]
|
|
public ChecksumType[] Checksums {
|
|
get {
|
|
return this.checksumsField;
|
|
}
|
|
set {
|
|
this.checksumsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Base64 of JPEG thumbnail
|
|
///</remarks>
|
|
public byte[] Thumbnail {
|
|
get {
|
|
return this.thumbnailField;
|
|
}
|
|
set {
|
|
this.thumbnailField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///File
|
|
///</remarks>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class FileType {
|
|
|
|
private string formatField;
|
|
|
|
private string valueField1;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string format {
|
|
get {
|
|
return this.formatField;
|
|
}
|
|
set {
|
|
this.formatField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlTextAttribute()]
|
|
public string Value {
|
|
get {
|
|
return this.valueField1;
|
|
}
|
|
set {
|
|
this.valueField1 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class ChecksumType {
|
|
|
|
private ChecksumTypeType typeField1;
|
|
|
|
private string valueField2;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public ChecksumTypeType type {
|
|
get {
|
|
return this.typeField1;
|
|
}
|
|
set {
|
|
this.typeField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlTextAttribute()]
|
|
public string Value {
|
|
get {
|
|
return this.valueField2;
|
|
}
|
|
set {
|
|
this.valueField2 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
public enum ChecksumTypeType {
|
|
|
|
/// <remarks/>
|
|
fletcher16,
|
|
|
|
/// <remarks/>
|
|
fletcher32,
|
|
|
|
/// <remarks/>
|
|
adler32,
|
|
|
|
/// <remarks/>
|
|
crc16,
|
|
|
|
/// <remarks/>
|
|
crc16ccitt,
|
|
|
|
/// <remarks/>
|
|
crc32,
|
|
|
|
/// <remarks/>
|
|
crc64,
|
|
|
|
/// <remarks/>
|
|
md4,
|
|
|
|
/// <remarks/>
|
|
md5,
|
|
|
|
/// <remarks/>
|
|
dm6,
|
|
|
|
/// <remarks/>
|
|
ripemd128,
|
|
|
|
/// <remarks/>
|
|
ripemd160,
|
|
|
|
/// <remarks/>
|
|
ripemed320,
|
|
|
|
/// <remarks/>
|
|
sha1,
|
|
|
|
/// <remarks/>
|
|
sha224,
|
|
|
|
/// <remarks/>
|
|
sha256,
|
|
|
|
/// <remarks/>
|
|
sha384,
|
|
|
|
/// <remarks/>
|
|
sha512,
|
|
|
|
/// <remarks/>
|
|
sha3,
|
|
|
|
/// <remarks/>
|
|
skein,
|
|
|
|
/// <remarks/>
|
|
snefru,
|
|
|
|
/// <remarks/>
|
|
blake256,
|
|
|
|
/// <remarks/>
|
|
blake512,
|
|
|
|
/// <remarks/>
|
|
tiger,
|
|
|
|
/// <remarks/>
|
|
whirlpool,
|
|
|
|
/// <remarks/>
|
|
spamsum,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class LanguagesType {
|
|
|
|
private LanguagesTypeLanguage languageField1;
|
|
|
|
/// <remarks>
|
|
///
|
|
/// Languages included in the set, ISO 3-letter code
|
|
///
|
|
///</remarks>
|
|
public LanguagesTypeLanguage Language {
|
|
get {
|
|
return this.languageField1;
|
|
}
|
|
set {
|
|
this.languageField1 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
public enum LanguagesTypeLanguage {
|
|
|
|
/// <remarks/>
|
|
aar,
|
|
|
|
/// <remarks/>
|
|
abk,
|
|
|
|
/// <remarks/>
|
|
ace,
|
|
|
|
/// <remarks/>
|
|
ach,
|
|
|
|
/// <remarks/>
|
|
ada,
|
|
|
|
/// <remarks/>
|
|
ady,
|
|
|
|
/// <remarks/>
|
|
afa,
|
|
|
|
/// <remarks/>
|
|
afh,
|
|
|
|
/// <remarks/>
|
|
afr,
|
|
|
|
/// <remarks/>
|
|
ain,
|
|
|
|
/// <remarks/>
|
|
aka,
|
|
|
|
/// <remarks/>
|
|
akk,
|
|
|
|
/// <remarks/>
|
|
alb,
|
|
|
|
/// <remarks/>
|
|
ale,
|
|
|
|
/// <remarks/>
|
|
alg,
|
|
|
|
/// <remarks/>
|
|
alt,
|
|
|
|
/// <remarks/>
|
|
amh,
|
|
|
|
/// <remarks/>
|
|
ang,
|
|
|
|
/// <remarks/>
|
|
anp,
|
|
|
|
/// <remarks/>
|
|
apa,
|
|
|
|
/// <remarks/>
|
|
ara,
|
|
|
|
/// <remarks/>
|
|
arc,
|
|
|
|
/// <remarks/>
|
|
arg,
|
|
|
|
/// <remarks/>
|
|
arm,
|
|
|
|
/// <remarks/>
|
|
arn,
|
|
|
|
/// <remarks/>
|
|
arp,
|
|
|
|
/// <remarks/>
|
|
art,
|
|
|
|
/// <remarks/>
|
|
arw,
|
|
|
|
/// <remarks/>
|
|
asm,
|
|
|
|
/// <remarks/>
|
|
ast,
|
|
|
|
/// <remarks/>
|
|
ath,
|
|
|
|
/// <remarks/>
|
|
aus,
|
|
|
|
/// <remarks/>
|
|
ava,
|
|
|
|
/// <remarks/>
|
|
ave,
|
|
|
|
/// <remarks/>
|
|
awa,
|
|
|
|
/// <remarks/>
|
|
aym,
|
|
|
|
/// <remarks/>
|
|
aze,
|
|
|
|
/// <remarks/>
|
|
bad,
|
|
|
|
/// <remarks/>
|
|
bai,
|
|
|
|
/// <remarks/>
|
|
bak,
|
|
|
|
/// <remarks/>
|
|
bal,
|
|
|
|
/// <remarks/>
|
|
bam,
|
|
|
|
/// <remarks/>
|
|
ban,
|
|
|
|
/// <remarks/>
|
|
baq,
|
|
|
|
/// <remarks/>
|
|
bas,
|
|
|
|
/// <remarks/>
|
|
bat,
|
|
|
|
/// <remarks/>
|
|
bej,
|
|
|
|
/// <remarks/>
|
|
bel,
|
|
|
|
/// <remarks/>
|
|
bem,
|
|
|
|
/// <remarks/>
|
|
ben,
|
|
|
|
/// <remarks/>
|
|
ber,
|
|
|
|
/// <remarks/>
|
|
bho,
|
|
|
|
/// <remarks/>
|
|
bih,
|
|
|
|
/// <remarks/>
|
|
bik,
|
|
|
|
/// <remarks/>
|
|
bin,
|
|
|
|
/// <remarks/>
|
|
bis,
|
|
|
|
/// <remarks/>
|
|
bla,
|
|
|
|
/// <remarks/>
|
|
bnt,
|
|
|
|
/// <remarks/>
|
|
bos,
|
|
|
|
/// <remarks/>
|
|
bra,
|
|
|
|
/// <remarks/>
|
|
bre,
|
|
|
|
/// <remarks/>
|
|
btk,
|
|
|
|
/// <remarks/>
|
|
bua,
|
|
|
|
/// <remarks/>
|
|
bug,
|
|
|
|
/// <remarks/>
|
|
bul,
|
|
|
|
/// <remarks/>
|
|
bur,
|
|
|
|
/// <remarks/>
|
|
byn,
|
|
|
|
/// <remarks/>
|
|
cad,
|
|
|
|
/// <remarks/>
|
|
cai,
|
|
|
|
/// <remarks/>
|
|
car,
|
|
|
|
/// <remarks/>
|
|
cat,
|
|
|
|
/// <remarks/>
|
|
cau,
|
|
|
|
/// <remarks/>
|
|
ceb,
|
|
|
|
/// <remarks/>
|
|
cel,
|
|
|
|
/// <remarks/>
|
|
cha,
|
|
|
|
/// <remarks/>
|
|
chb,
|
|
|
|
/// <remarks/>
|
|
che,
|
|
|
|
/// <remarks/>
|
|
chg,
|
|
|
|
/// <remarks/>
|
|
chi,
|
|
|
|
/// <remarks/>
|
|
chk,
|
|
|
|
/// <remarks/>
|
|
chm,
|
|
|
|
/// <remarks/>
|
|
chn,
|
|
|
|
/// <remarks/>
|
|
cho,
|
|
|
|
/// <remarks/>
|
|
chp,
|
|
|
|
/// <remarks/>
|
|
chr,
|
|
|
|
/// <remarks/>
|
|
chu,
|
|
|
|
/// <remarks/>
|
|
chv,
|
|
|
|
/// <remarks/>
|
|
chy,
|
|
|
|
/// <remarks/>
|
|
cmc,
|
|
|
|
/// <remarks/>
|
|
cop,
|
|
|
|
/// <remarks/>
|
|
cor,
|
|
|
|
/// <remarks/>
|
|
cos,
|
|
|
|
/// <remarks/>
|
|
cpe,
|
|
|
|
/// <remarks/>
|
|
cpf,
|
|
|
|
/// <remarks/>
|
|
cpp,
|
|
|
|
/// <remarks/>
|
|
cre,
|
|
|
|
/// <remarks/>
|
|
crh,
|
|
|
|
/// <remarks/>
|
|
crp,
|
|
|
|
/// <remarks/>
|
|
csb,
|
|
|
|
/// <remarks/>
|
|
cus,
|
|
|
|
/// <remarks/>
|
|
cze,
|
|
|
|
/// <remarks/>
|
|
dak,
|
|
|
|
/// <remarks/>
|
|
dan,
|
|
|
|
/// <remarks/>
|
|
dar,
|
|
|
|
/// <remarks/>
|
|
day,
|
|
|
|
/// <remarks/>
|
|
del,
|
|
|
|
/// <remarks/>
|
|
den,
|
|
|
|
/// <remarks/>
|
|
dgr,
|
|
|
|
/// <remarks/>
|
|
din,
|
|
|
|
/// <remarks/>
|
|
div,
|
|
|
|
/// <remarks/>
|
|
doi,
|
|
|
|
/// <remarks/>
|
|
dra,
|
|
|
|
/// <remarks/>
|
|
dsb,
|
|
|
|
/// <remarks/>
|
|
dua,
|
|
|
|
/// <remarks/>
|
|
dum,
|
|
|
|
/// <remarks/>
|
|
dut,
|
|
|
|
/// <remarks/>
|
|
dyu,
|
|
|
|
/// <remarks/>
|
|
dzo,
|
|
|
|
/// <remarks/>
|
|
efi,
|
|
|
|
/// <remarks/>
|
|
egy,
|
|
|
|
/// <remarks/>
|
|
eka,
|
|
|
|
/// <remarks/>
|
|
elx,
|
|
|
|
/// <remarks/>
|
|
eng,
|
|
|
|
/// <remarks/>
|
|
enm,
|
|
|
|
/// <remarks/>
|
|
epo,
|
|
|
|
/// <remarks/>
|
|
est,
|
|
|
|
/// <remarks/>
|
|
ewe,
|
|
|
|
/// <remarks/>
|
|
ewo,
|
|
|
|
/// <remarks/>
|
|
fan,
|
|
|
|
/// <remarks/>
|
|
fao,
|
|
|
|
/// <remarks/>
|
|
fat,
|
|
|
|
/// <remarks/>
|
|
fij,
|
|
|
|
/// <remarks/>
|
|
fil,
|
|
|
|
/// <remarks/>
|
|
fin,
|
|
|
|
/// <remarks/>
|
|
fiu,
|
|
|
|
/// <remarks/>
|
|
fon,
|
|
|
|
/// <remarks/>
|
|
fre,
|
|
|
|
/// <remarks/>
|
|
frm,
|
|
|
|
/// <remarks/>
|
|
fro,
|
|
|
|
/// <remarks/>
|
|
frr,
|
|
|
|
/// <remarks/>
|
|
frs,
|
|
|
|
/// <remarks/>
|
|
fry,
|
|
|
|
/// <remarks/>
|
|
ful,
|
|
|
|
/// <remarks/>
|
|
fur,
|
|
|
|
/// <remarks/>
|
|
gaa,
|
|
|
|
/// <remarks/>
|
|
gay,
|
|
|
|
/// <remarks/>
|
|
gba,
|
|
|
|
/// <remarks/>
|
|
gem,
|
|
|
|
/// <remarks/>
|
|
geo,
|
|
|
|
/// <remarks/>
|
|
ger,
|
|
|
|
/// <remarks/>
|
|
gez,
|
|
|
|
/// <remarks/>
|
|
gil,
|
|
|
|
/// <remarks/>
|
|
gla,
|
|
|
|
/// <remarks/>
|
|
gle,
|
|
|
|
/// <remarks/>
|
|
glg,
|
|
|
|
/// <remarks/>
|
|
glv,
|
|
|
|
/// <remarks/>
|
|
gmh,
|
|
|
|
/// <remarks/>
|
|
goh,
|
|
|
|
/// <remarks/>
|
|
gon,
|
|
|
|
/// <remarks/>
|
|
gor,
|
|
|
|
/// <remarks/>
|
|
got,
|
|
|
|
/// <remarks/>
|
|
grb,
|
|
|
|
/// <remarks/>
|
|
grc,
|
|
|
|
/// <remarks/>
|
|
gre,
|
|
|
|
/// <remarks/>
|
|
grn,
|
|
|
|
/// <remarks/>
|
|
gsw,
|
|
|
|
/// <remarks/>
|
|
guj,
|
|
|
|
/// <remarks/>
|
|
gwi,
|
|
|
|
/// <remarks/>
|
|
hai,
|
|
|
|
/// <remarks/>
|
|
hat,
|
|
|
|
/// <remarks/>
|
|
hau,
|
|
|
|
/// <remarks/>
|
|
haw,
|
|
|
|
/// <remarks/>
|
|
heb,
|
|
|
|
/// <remarks/>
|
|
her,
|
|
|
|
/// <remarks/>
|
|
hil,
|
|
|
|
/// <remarks/>
|
|
him,
|
|
|
|
/// <remarks/>
|
|
hin,
|
|
|
|
/// <remarks/>
|
|
hit,
|
|
|
|
/// <remarks/>
|
|
hmn,
|
|
|
|
/// <remarks/>
|
|
hmo,
|
|
|
|
/// <remarks/>
|
|
hrv,
|
|
|
|
/// <remarks/>
|
|
hsb,
|
|
|
|
/// <remarks/>
|
|
hun,
|
|
|
|
/// <remarks/>
|
|
hup,
|
|
|
|
/// <remarks/>
|
|
iba,
|
|
|
|
/// <remarks/>
|
|
ibo,
|
|
|
|
/// <remarks/>
|
|
ice,
|
|
|
|
/// <remarks/>
|
|
ido,
|
|
|
|
/// <remarks/>
|
|
iii,
|
|
|
|
/// <remarks/>
|
|
ijo,
|
|
|
|
/// <remarks/>
|
|
iku,
|
|
|
|
/// <remarks/>
|
|
ile,
|
|
|
|
/// <remarks/>
|
|
ilo,
|
|
|
|
/// <remarks/>
|
|
ina,
|
|
|
|
/// <remarks/>
|
|
inc,
|
|
|
|
/// <remarks/>
|
|
ind,
|
|
|
|
/// <remarks/>
|
|
ine,
|
|
|
|
/// <remarks/>
|
|
inh,
|
|
|
|
/// <remarks/>
|
|
ipk,
|
|
|
|
/// <remarks/>
|
|
ira,
|
|
|
|
/// <remarks/>
|
|
iro,
|
|
|
|
/// <remarks/>
|
|
ita,
|
|
|
|
/// <remarks/>
|
|
jav,
|
|
|
|
/// <remarks/>
|
|
jbo,
|
|
|
|
/// <remarks/>
|
|
jpn,
|
|
|
|
/// <remarks/>
|
|
jpr,
|
|
|
|
/// <remarks/>
|
|
jrb,
|
|
|
|
/// <remarks/>
|
|
kaa,
|
|
|
|
/// <remarks/>
|
|
kab,
|
|
|
|
/// <remarks/>
|
|
kac,
|
|
|
|
/// <remarks/>
|
|
kal,
|
|
|
|
/// <remarks/>
|
|
kam,
|
|
|
|
/// <remarks/>
|
|
kan,
|
|
|
|
/// <remarks/>
|
|
kar,
|
|
|
|
/// <remarks/>
|
|
kas,
|
|
|
|
/// <remarks/>
|
|
kau,
|
|
|
|
/// <remarks/>
|
|
kaw,
|
|
|
|
/// <remarks/>
|
|
kaz,
|
|
|
|
/// <remarks/>
|
|
kbd,
|
|
|
|
/// <remarks/>
|
|
kha,
|
|
|
|
/// <remarks/>
|
|
khi,
|
|
|
|
/// <remarks/>
|
|
khm,
|
|
|
|
/// <remarks/>
|
|
kho,
|
|
|
|
/// <remarks/>
|
|
kik,
|
|
|
|
/// <remarks/>
|
|
kin,
|
|
|
|
/// <remarks/>
|
|
kir,
|
|
|
|
/// <remarks/>
|
|
kmb,
|
|
|
|
/// <remarks/>
|
|
kok,
|
|
|
|
/// <remarks/>
|
|
kom,
|
|
|
|
/// <remarks/>
|
|
kon,
|
|
|
|
/// <remarks/>
|
|
kor,
|
|
|
|
/// <remarks/>
|
|
kos,
|
|
|
|
/// <remarks/>
|
|
kpe,
|
|
|
|
/// <remarks/>
|
|
krc,
|
|
|
|
/// <remarks/>
|
|
krl,
|
|
|
|
/// <remarks/>
|
|
kro,
|
|
|
|
/// <remarks/>
|
|
kru,
|
|
|
|
/// <remarks/>
|
|
kua,
|
|
|
|
/// <remarks/>
|
|
kum,
|
|
|
|
/// <remarks/>
|
|
kur,
|
|
|
|
/// <remarks/>
|
|
kut,
|
|
|
|
/// <remarks/>
|
|
lad,
|
|
|
|
/// <remarks/>
|
|
lah,
|
|
|
|
/// <remarks/>
|
|
lam,
|
|
|
|
/// <remarks/>
|
|
lao,
|
|
|
|
/// <remarks/>
|
|
lat,
|
|
|
|
/// <remarks/>
|
|
lav,
|
|
|
|
/// <remarks/>
|
|
lez,
|
|
|
|
/// <remarks/>
|
|
lim,
|
|
|
|
/// <remarks/>
|
|
lin,
|
|
|
|
/// <remarks/>
|
|
lit,
|
|
|
|
/// <remarks/>
|
|
lol,
|
|
|
|
/// <remarks/>
|
|
loz,
|
|
|
|
/// <remarks/>
|
|
ltz,
|
|
|
|
/// <remarks/>
|
|
lua,
|
|
|
|
/// <remarks/>
|
|
lub,
|
|
|
|
/// <remarks/>
|
|
lug,
|
|
|
|
/// <remarks/>
|
|
lui,
|
|
|
|
/// <remarks/>
|
|
lun,
|
|
|
|
/// <remarks/>
|
|
luo,
|
|
|
|
/// <remarks/>
|
|
lus,
|
|
|
|
/// <remarks/>
|
|
mac,
|
|
|
|
/// <remarks/>
|
|
mad,
|
|
|
|
/// <remarks/>
|
|
mag,
|
|
|
|
/// <remarks/>
|
|
mah,
|
|
|
|
/// <remarks/>
|
|
mai,
|
|
|
|
/// <remarks/>
|
|
mak,
|
|
|
|
/// <remarks/>
|
|
mal,
|
|
|
|
/// <remarks/>
|
|
man,
|
|
|
|
/// <remarks/>
|
|
mao,
|
|
|
|
/// <remarks/>
|
|
map,
|
|
|
|
/// <remarks/>
|
|
mar,
|
|
|
|
/// <remarks/>
|
|
mas,
|
|
|
|
/// <remarks/>
|
|
may,
|
|
|
|
/// <remarks/>
|
|
mdf,
|
|
|
|
/// <remarks/>
|
|
mdr,
|
|
|
|
/// <remarks/>
|
|
men,
|
|
|
|
/// <remarks/>
|
|
mga,
|
|
|
|
/// <remarks/>
|
|
mic,
|
|
|
|
/// <remarks/>
|
|
min,
|
|
|
|
/// <remarks/>
|
|
mis,
|
|
|
|
/// <remarks/>
|
|
mkh,
|
|
|
|
/// <remarks/>
|
|
mlg,
|
|
|
|
/// <remarks/>
|
|
mlt,
|
|
|
|
/// <remarks/>
|
|
mnc,
|
|
|
|
/// <remarks/>
|
|
mni,
|
|
|
|
/// <remarks/>
|
|
mno,
|
|
|
|
/// <remarks/>
|
|
moh,
|
|
|
|
/// <remarks/>
|
|
mon,
|
|
|
|
/// <remarks/>
|
|
mos,
|
|
|
|
/// <remarks/>
|
|
mul,
|
|
|
|
/// <remarks/>
|
|
mun,
|
|
|
|
/// <remarks/>
|
|
mus,
|
|
|
|
/// <remarks/>
|
|
mwl,
|
|
|
|
/// <remarks/>
|
|
mwr,
|
|
|
|
/// <remarks/>
|
|
myn,
|
|
|
|
/// <remarks/>
|
|
myv,
|
|
|
|
/// <remarks/>
|
|
nah,
|
|
|
|
/// <remarks/>
|
|
nai,
|
|
|
|
/// <remarks/>
|
|
nap,
|
|
|
|
/// <remarks/>
|
|
nau,
|
|
|
|
/// <remarks/>
|
|
nav,
|
|
|
|
/// <remarks/>
|
|
nbl,
|
|
|
|
/// <remarks/>
|
|
nde,
|
|
|
|
/// <remarks/>
|
|
ndo,
|
|
|
|
/// <remarks/>
|
|
nds,
|
|
|
|
/// <remarks/>
|
|
nep,
|
|
|
|
/// <remarks/>
|
|
@new,
|
|
|
|
/// <remarks/>
|
|
nia,
|
|
|
|
/// <remarks/>
|
|
nic,
|
|
|
|
/// <remarks/>
|
|
niu,
|
|
|
|
/// <remarks/>
|
|
nno,
|
|
|
|
/// <remarks/>
|
|
nob,
|
|
|
|
/// <remarks/>
|
|
nog,
|
|
|
|
/// <remarks/>
|
|
non,
|
|
|
|
/// <remarks/>
|
|
nor,
|
|
|
|
/// <remarks/>
|
|
nqo,
|
|
|
|
/// <remarks/>
|
|
nso,
|
|
|
|
/// <remarks/>
|
|
nub,
|
|
|
|
/// <remarks/>
|
|
nwc,
|
|
|
|
/// <remarks/>
|
|
nya,
|
|
|
|
/// <remarks/>
|
|
nym,
|
|
|
|
/// <remarks/>
|
|
nyn,
|
|
|
|
/// <remarks/>
|
|
nyo,
|
|
|
|
/// <remarks/>
|
|
nzi,
|
|
|
|
/// <remarks/>
|
|
oci,
|
|
|
|
/// <remarks/>
|
|
oji,
|
|
|
|
/// <remarks/>
|
|
ori,
|
|
|
|
/// <remarks/>
|
|
orm,
|
|
|
|
/// <remarks/>
|
|
osa,
|
|
|
|
/// <remarks/>
|
|
oss,
|
|
|
|
/// <remarks/>
|
|
ota,
|
|
|
|
/// <remarks/>
|
|
oto,
|
|
|
|
/// <remarks/>
|
|
paa,
|
|
|
|
/// <remarks/>
|
|
pag,
|
|
|
|
/// <remarks/>
|
|
pal,
|
|
|
|
/// <remarks/>
|
|
pam,
|
|
|
|
/// <remarks/>
|
|
pan,
|
|
|
|
/// <remarks/>
|
|
pap,
|
|
|
|
/// <remarks/>
|
|
pau,
|
|
|
|
/// <remarks/>
|
|
peo,
|
|
|
|
/// <remarks/>
|
|
per,
|
|
|
|
/// <remarks/>
|
|
phi,
|
|
|
|
/// <remarks/>
|
|
phn,
|
|
|
|
/// <remarks/>
|
|
pli,
|
|
|
|
/// <remarks/>
|
|
pol,
|
|
|
|
/// <remarks/>
|
|
pon,
|
|
|
|
/// <remarks/>
|
|
por,
|
|
|
|
/// <remarks/>
|
|
pra,
|
|
|
|
/// <remarks/>
|
|
pro,
|
|
|
|
/// <remarks/>
|
|
pus,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("qaa-qtz")]
|
|
qaaqtz,
|
|
|
|
/// <remarks/>
|
|
que,
|
|
|
|
/// <remarks/>
|
|
raj,
|
|
|
|
/// <remarks/>
|
|
rap,
|
|
|
|
/// <remarks/>
|
|
rar,
|
|
|
|
/// <remarks/>
|
|
roa,
|
|
|
|
/// <remarks/>
|
|
roh,
|
|
|
|
/// <remarks/>
|
|
rom,
|
|
|
|
/// <remarks/>
|
|
rum,
|
|
|
|
/// <remarks/>
|
|
run,
|
|
|
|
/// <remarks/>
|
|
rup,
|
|
|
|
/// <remarks/>
|
|
rus,
|
|
|
|
/// <remarks/>
|
|
sad,
|
|
|
|
/// <remarks/>
|
|
sag,
|
|
|
|
/// <remarks/>
|
|
sah,
|
|
|
|
/// <remarks/>
|
|
sai,
|
|
|
|
/// <remarks/>
|
|
sal,
|
|
|
|
/// <remarks/>
|
|
sam,
|
|
|
|
/// <remarks/>
|
|
san,
|
|
|
|
/// <remarks/>
|
|
sas,
|
|
|
|
/// <remarks/>
|
|
sat,
|
|
|
|
/// <remarks/>
|
|
scn,
|
|
|
|
/// <remarks/>
|
|
sco,
|
|
|
|
/// <remarks/>
|
|
sel,
|
|
|
|
/// <remarks/>
|
|
sem,
|
|
|
|
/// <remarks/>
|
|
sga,
|
|
|
|
/// <remarks/>
|
|
sgn,
|
|
|
|
/// <remarks/>
|
|
shn,
|
|
|
|
/// <remarks/>
|
|
sid,
|
|
|
|
/// <remarks/>
|
|
sin,
|
|
|
|
/// <remarks/>
|
|
sio,
|
|
|
|
/// <remarks/>
|
|
sit,
|
|
|
|
/// <remarks/>
|
|
sla,
|
|
|
|
/// <remarks/>
|
|
slo,
|
|
|
|
/// <remarks/>
|
|
slv,
|
|
|
|
/// <remarks/>
|
|
sma,
|
|
|
|
/// <remarks/>
|
|
sme,
|
|
|
|
/// <remarks/>
|
|
smi,
|
|
|
|
/// <remarks/>
|
|
smj,
|
|
|
|
/// <remarks/>
|
|
smn,
|
|
|
|
/// <remarks/>
|
|
smo,
|
|
|
|
/// <remarks/>
|
|
sms,
|
|
|
|
/// <remarks/>
|
|
sna,
|
|
|
|
/// <remarks/>
|
|
snd,
|
|
|
|
/// <remarks/>
|
|
snk,
|
|
|
|
/// <remarks/>
|
|
sog,
|
|
|
|
/// <remarks/>
|
|
som,
|
|
|
|
/// <remarks/>
|
|
son,
|
|
|
|
/// <remarks/>
|
|
sot,
|
|
|
|
/// <remarks/>
|
|
spa,
|
|
|
|
/// <remarks/>
|
|
srd,
|
|
|
|
/// <remarks/>
|
|
srn,
|
|
|
|
/// <remarks/>
|
|
srp,
|
|
|
|
/// <remarks/>
|
|
srr,
|
|
|
|
/// <remarks/>
|
|
ssa,
|
|
|
|
/// <remarks/>
|
|
ssw,
|
|
|
|
/// <remarks/>
|
|
suk,
|
|
|
|
/// <remarks/>
|
|
sun,
|
|
|
|
/// <remarks/>
|
|
sus,
|
|
|
|
/// <remarks/>
|
|
sux,
|
|
|
|
/// <remarks/>
|
|
swa,
|
|
|
|
/// <remarks/>
|
|
swe,
|
|
|
|
/// <remarks/>
|
|
syc,
|
|
|
|
/// <remarks/>
|
|
syr,
|
|
|
|
/// <remarks/>
|
|
tah,
|
|
|
|
/// <remarks/>
|
|
tai,
|
|
|
|
/// <remarks/>
|
|
tam,
|
|
|
|
/// <remarks/>
|
|
tat,
|
|
|
|
/// <remarks/>
|
|
tel,
|
|
|
|
/// <remarks/>
|
|
tem,
|
|
|
|
/// <remarks/>
|
|
ter,
|
|
|
|
/// <remarks/>
|
|
tet,
|
|
|
|
/// <remarks/>
|
|
tgk,
|
|
|
|
/// <remarks/>
|
|
tgl,
|
|
|
|
/// <remarks/>
|
|
tha,
|
|
|
|
/// <remarks/>
|
|
tib,
|
|
|
|
/// <remarks/>
|
|
tig,
|
|
|
|
/// <remarks/>
|
|
tir,
|
|
|
|
/// <remarks/>
|
|
tiv,
|
|
|
|
/// <remarks/>
|
|
tkl,
|
|
|
|
/// <remarks/>
|
|
tlh,
|
|
|
|
/// <remarks/>
|
|
tli,
|
|
|
|
/// <remarks/>
|
|
tmh,
|
|
|
|
/// <remarks/>
|
|
tog,
|
|
|
|
/// <remarks/>
|
|
ton,
|
|
|
|
/// <remarks/>
|
|
tpi,
|
|
|
|
/// <remarks/>
|
|
tsi,
|
|
|
|
/// <remarks/>
|
|
tsn,
|
|
|
|
/// <remarks/>
|
|
tso,
|
|
|
|
/// <remarks/>
|
|
tuk,
|
|
|
|
/// <remarks/>
|
|
tum,
|
|
|
|
/// <remarks/>
|
|
tup,
|
|
|
|
/// <remarks/>
|
|
tur,
|
|
|
|
/// <remarks/>
|
|
tut,
|
|
|
|
/// <remarks/>
|
|
tvl,
|
|
|
|
/// <remarks/>
|
|
twi,
|
|
|
|
/// <remarks/>
|
|
tyv,
|
|
|
|
/// <remarks/>
|
|
udm,
|
|
|
|
/// <remarks/>
|
|
uga,
|
|
|
|
/// <remarks/>
|
|
uig,
|
|
|
|
/// <remarks/>
|
|
ukr,
|
|
|
|
/// <remarks/>
|
|
umb,
|
|
|
|
/// <remarks/>
|
|
und,
|
|
|
|
/// <remarks/>
|
|
urd,
|
|
|
|
/// <remarks/>
|
|
uzb,
|
|
|
|
/// <remarks/>
|
|
vai,
|
|
|
|
/// <remarks/>
|
|
ven,
|
|
|
|
/// <remarks/>
|
|
vie,
|
|
|
|
/// <remarks/>
|
|
vol,
|
|
|
|
/// <remarks/>
|
|
vot,
|
|
|
|
/// <remarks/>
|
|
wak,
|
|
|
|
/// <remarks/>
|
|
wal,
|
|
|
|
/// <remarks/>
|
|
war,
|
|
|
|
/// <remarks/>
|
|
was,
|
|
|
|
/// <remarks/>
|
|
wel,
|
|
|
|
/// <remarks/>
|
|
wen,
|
|
|
|
/// <remarks/>
|
|
wln,
|
|
|
|
/// <remarks/>
|
|
wol,
|
|
|
|
/// <remarks/>
|
|
xal,
|
|
|
|
/// <remarks/>
|
|
xho,
|
|
|
|
/// <remarks/>
|
|
yao,
|
|
|
|
/// <remarks/>
|
|
yap,
|
|
|
|
/// <remarks/>
|
|
yid,
|
|
|
|
/// <remarks/>
|
|
yor,
|
|
|
|
/// <remarks/>
|
|
ypk,
|
|
|
|
/// <remarks/>
|
|
zap,
|
|
|
|
/// <remarks/>
|
|
zbl,
|
|
|
|
/// <remarks/>
|
|
zen,
|
|
|
|
/// <remarks/>
|
|
zgh,
|
|
|
|
/// <remarks/>
|
|
zha,
|
|
|
|
/// <remarks/>
|
|
znd,
|
|
|
|
/// <remarks/>
|
|
zul,
|
|
|
|
/// <remarks/>
|
|
zun,
|
|
|
|
/// <remarks/>
|
|
zxx,
|
|
|
|
/// <remarks/>
|
|
zza,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class ScanType {
|
|
|
|
private FileType fileField1;
|
|
|
|
private ChecksumType[] checksumsField1;
|
|
|
|
private ScannerType[] scannerField;
|
|
|
|
private ScanProcessingType[] scanProcessingField;
|
|
|
|
private OCRType[] oCRField;
|
|
|
|
/// <remarks>
|
|
///File containing the scan
|
|
///</remarks>
|
|
public FileType File {
|
|
get {
|
|
return this.fileField1;
|
|
}
|
|
set {
|
|
this.fileField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItem(ElementName="Checksum", IsNullable=false)]
|
|
public ChecksumType[] Checksums {
|
|
get {
|
|
return this.checksumsField1;
|
|
}
|
|
set {
|
|
this.checksumsField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Information about scanning
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("Scanner")]
|
|
public ScannerType[] Scanner {
|
|
get {
|
|
return this.scannerField;
|
|
}
|
|
set {
|
|
this.scannerField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Information about any scan processing done
|
|
///
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("ScanProcessing")]
|
|
public ScanProcessingType[] ScanProcessing {
|
|
get {
|
|
return this.scanProcessingField;
|
|
}
|
|
set {
|
|
this.scanProcessingField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Information about OCR
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("OCR")]
|
|
public OCRType[] OCR {
|
|
get {
|
|
return this.oCRField;
|
|
}
|
|
set {
|
|
this.oCRField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Information about scanning
|
|
///</remarks>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class ScannerType {
|
|
|
|
private string authorField1;
|
|
|
|
private string manufacturerField;
|
|
|
|
private string modelField;
|
|
|
|
private string serialField;
|
|
|
|
private string softwareField;
|
|
|
|
private string softwareVersionField;
|
|
|
|
/// <remarks>
|
|
///Who scanned it?
|
|
///</remarks>
|
|
public string Author {
|
|
get {
|
|
return this.authorField1;
|
|
}
|
|
set {
|
|
this.authorField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Who built the scanner
|
|
///</remarks>
|
|
public string Manufacturer {
|
|
get {
|
|
return this.manufacturerField;
|
|
}
|
|
set {
|
|
this.manufacturerField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Scanner model
|
|
///</remarks>
|
|
public string Model {
|
|
get {
|
|
return this.modelField;
|
|
}
|
|
set {
|
|
this.modelField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Scanner serial number
|
|
///</remarks>
|
|
public string Serial {
|
|
get {
|
|
return this.serialField;
|
|
}
|
|
set {
|
|
this.serialField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Software used for scanning
|
|
///</remarks>
|
|
public string Software {
|
|
get {
|
|
return this.softwareField;
|
|
}
|
|
set {
|
|
this.softwareField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Software version
|
|
///</remarks>
|
|
public string SoftwareVersion {
|
|
get {
|
|
return this.softwareVersionField;
|
|
}
|
|
set {
|
|
this.softwareVersionField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Information about any scan processing done
|
|
///</remarks>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class ScanProcessingType {
|
|
|
|
private string authorField2;
|
|
|
|
private string softwareField1;
|
|
|
|
private string softwareVersionField1;
|
|
|
|
/// <remarks>
|
|
///Who processed it?
|
|
///</remarks>
|
|
public string Author {
|
|
get {
|
|
return this.authorField2;
|
|
}
|
|
set {
|
|
this.authorField2 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Software used for processing
|
|
///</remarks>
|
|
public string Software {
|
|
get {
|
|
return this.softwareField1;
|
|
}
|
|
set {
|
|
this.softwareField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Software version
|
|
///</remarks>
|
|
public string SoftwareVersion {
|
|
get {
|
|
return this.softwareVersionField1;
|
|
}
|
|
set {
|
|
this.softwareVersionField1 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class OCRType {
|
|
|
|
private string authorField3;
|
|
|
|
private string softwareField2;
|
|
|
|
private string softwareVersionField2;
|
|
|
|
private LanguagesType languageField2;
|
|
|
|
/// <remarks>
|
|
///Who did the OCR
|
|
///</remarks>
|
|
public string Author {
|
|
get {
|
|
return this.authorField3;
|
|
}
|
|
set {
|
|
this.authorField3 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Using what software
|
|
///</remarks>
|
|
public string Software {
|
|
get {
|
|
return this.softwareField2;
|
|
}
|
|
set {
|
|
this.softwareField2 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///And the software version
|
|
///</remarks>
|
|
public string SoftwareVersion {
|
|
get {
|
|
return this.softwareVersionField2;
|
|
}
|
|
set {
|
|
this.softwareVersionField2 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///OCR applied for which languages
|
|
///</remarks>
|
|
public LanguagesType Language {
|
|
get {
|
|
return this.languageField2;
|
|
}
|
|
set {
|
|
this.languageField2 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class BookType {
|
|
|
|
private BarcodeType[] barcodesField2;
|
|
|
|
private CoverType coverField1;
|
|
|
|
private string nameField2;
|
|
|
|
private string editorialField1;
|
|
|
|
private string authorField4;
|
|
|
|
private System.DateTime publicationDateField1;
|
|
|
|
private bool publicationDateSpecifiedField1;
|
|
|
|
private LanguagesType languageField3;
|
|
|
|
private int pagesField1;
|
|
|
|
private bool pagesSpecifiedField1;
|
|
|
|
private string pageSizeField1;
|
|
|
|
private ScanType scanField1;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItem(ElementName="Barcode", IsNullable=false)]
|
|
public BarcodeType[] Barcodes {
|
|
get {
|
|
return this.barcodesField2;
|
|
}
|
|
set {
|
|
this.barcodesField2 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Book cover
|
|
///</remarks>
|
|
public CoverType Cover {
|
|
get {
|
|
return this.coverField1;
|
|
}
|
|
set {
|
|
this.coverField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Book name
|
|
///</remarks>
|
|
public string Name {
|
|
get {
|
|
return this.nameField2;
|
|
}
|
|
set {
|
|
this.nameField2 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Book publisher
|
|
///</remarks>
|
|
public string Editorial {
|
|
get {
|
|
return this.editorialField1;
|
|
}
|
|
set {
|
|
this.editorialField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Book author
|
|
///</remarks>
|
|
public string Author {
|
|
get {
|
|
return this.authorField4;
|
|
}
|
|
set {
|
|
this.authorField4 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Book's publication date
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date")]
|
|
public System.DateTime PublicationDate {
|
|
get {
|
|
return this.publicationDateField1;
|
|
}
|
|
set {
|
|
this.publicationDateField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool PublicationDateSpecified {
|
|
get {
|
|
return this.publicationDateSpecifiedField1;
|
|
}
|
|
set {
|
|
this.publicationDateSpecifiedField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Book language
|
|
///</remarks>
|
|
public LanguagesType Language {
|
|
get {
|
|
return this.languageField3;
|
|
}
|
|
set {
|
|
this.languageField3 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Book pages
|
|
///</remarks>
|
|
public int Pages {
|
|
get {
|
|
return this.pagesField1;
|
|
}
|
|
set {
|
|
this.pagesField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool PagesSpecified {
|
|
get {
|
|
return this.pagesSpecifiedField1;
|
|
}
|
|
set {
|
|
this.pagesSpecifiedField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Magazine page size in WxH milimeters
|
|
///</remarks>
|
|
public string PageSize {
|
|
get {
|
|
return this.pageSizeField1;
|
|
}
|
|
set {
|
|
this.pageSizeField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Scan of the book
|
|
///</remarks>
|
|
public ScanType Scan {
|
|
get {
|
|
return this.scanField1;
|
|
}
|
|
set {
|
|
this.scanField1 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///CPU architectures this set is intended to be run on
|
|
///</remarks>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class ArchitecturesType {
|
|
|
|
private ArchitecturesTypeArchitecture architectureField;
|
|
|
|
/// <remarks/>
|
|
public ArchitecturesTypeArchitecture Architecture {
|
|
get {
|
|
return this.architectureField;
|
|
}
|
|
set {
|
|
this.architectureField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
public enum ArchitecturesTypeArchitecture {
|
|
|
|
/// <remarks/>
|
|
i86,
|
|
|
|
/// <remarks/>
|
|
ia32,
|
|
|
|
/// <remarks/>
|
|
ia64,
|
|
|
|
/// <remarks/>
|
|
amd64,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("4004")]
|
|
Item4004,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("4040")]
|
|
Item4040,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("8080")]
|
|
Item8080,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("8008")]
|
|
Item8008,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("8085")]
|
|
Item8085,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("8051")]
|
|
Item8051,
|
|
|
|
/// <remarks/>
|
|
i860,
|
|
|
|
/// <remarks/>
|
|
i960,
|
|
|
|
/// <remarks/>
|
|
apx432,
|
|
|
|
/// <remarks/>
|
|
m68k,
|
|
|
|
/// <remarks/>
|
|
ppc,
|
|
|
|
/// <remarks/>
|
|
ppc64,
|
|
|
|
/// <remarks/>
|
|
x32,
|
|
|
|
/// <remarks/>
|
|
sparc,
|
|
|
|
/// <remarks/>
|
|
sparc64,
|
|
|
|
/// <remarks/>
|
|
arm,
|
|
|
|
/// <remarks/>
|
|
aarch64,
|
|
|
|
/// <remarks/>
|
|
avr,
|
|
|
|
/// <remarks/>
|
|
pic,
|
|
|
|
/// <remarks/>
|
|
msp430,
|
|
|
|
/// <remarks/>
|
|
z80,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("65816")]
|
|
Item65816,
|
|
|
|
/// <remarks/>
|
|
sh,
|
|
|
|
/// <remarks/>
|
|
sh1,
|
|
|
|
/// <remarks/>
|
|
sh2,
|
|
|
|
/// <remarks/>
|
|
sh3,
|
|
|
|
/// <remarks/>
|
|
sh5,
|
|
|
|
/// <remarks/>
|
|
sh4,
|
|
|
|
/// <remarks/>
|
|
m6800,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("6502")]
|
|
Item6502,
|
|
|
|
/// <remarks/>
|
|
axp,
|
|
|
|
/// <remarks/>
|
|
parisc,
|
|
|
|
/// <remarks/>
|
|
mips32,
|
|
|
|
/// <remarks/>
|
|
mips64,
|
|
|
|
/// <remarks/>
|
|
s360,
|
|
|
|
/// <remarks/>
|
|
s370,
|
|
|
|
/// <remarks/>
|
|
esa390,
|
|
|
|
/// <remarks/>
|
|
zarch,
|
|
|
|
/// <remarks/>
|
|
pdp11,
|
|
|
|
/// <remarks/>
|
|
vax,
|
|
|
|
/// <remarks/>
|
|
power,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class RequiredOperatingSystemsType {
|
|
|
|
private RequiredOperatingSystemType requiredOperatingSystemField;
|
|
|
|
/// <remarks/>
|
|
public RequiredOperatingSystemType RequiredOperatingSystem {
|
|
get {
|
|
return this.requiredOperatingSystemField;
|
|
}
|
|
set {
|
|
this.requiredOperatingSystemField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class RequiredOperatingSystemType {
|
|
|
|
private string nameField3;
|
|
|
|
private string versionField1;
|
|
|
|
/// <remarks>
|
|
///Minimal supported operating system
|
|
///</remarks>
|
|
public string Name {
|
|
get {
|
|
return this.nameField3;
|
|
}
|
|
set {
|
|
this.nameField3 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Version {
|
|
get {
|
|
return this.versionField1;
|
|
}
|
|
set {
|
|
this.versionField1 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///User manual or user guide accompanying this set. Can be more than one.
|
|
///</remarks>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class UserManualType {
|
|
|
|
private LanguagesType languageField4;
|
|
|
|
private int pagesField2;
|
|
|
|
private string pageSizeField2;
|
|
|
|
private ScanType scanField2;
|
|
|
|
/// <remarks>
|
|
///Language of the user manual
|
|
///</remarks>
|
|
public LanguagesType Language {
|
|
get {
|
|
return this.languageField4;
|
|
}
|
|
set {
|
|
this.languageField4 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Pages of the user manual
|
|
///</remarks>
|
|
public int Pages {
|
|
get {
|
|
return this.pagesField2;
|
|
}
|
|
set {
|
|
this.pagesField2 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Paper size in standard name or in WxH milimeters
|
|
///</remarks>
|
|
public string PageSize {
|
|
get {
|
|
return this.pageSizeField2;
|
|
}
|
|
set {
|
|
this.pageSizeField2 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///User manual scanning
|
|
///</remarks>
|
|
public ScanType Scan {
|
|
get {
|
|
return this.scanField2;
|
|
}
|
|
set {
|
|
this.scanField2 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class OpticalDiscType {
|
|
|
|
private ImageType imageField;
|
|
|
|
private long sizeField;
|
|
|
|
private SequenceType sequenceField;
|
|
|
|
private LayersType layersField;
|
|
|
|
private ChecksumType[] checksumsField2;
|
|
|
|
private LayeredTextType[] ringCodeField;
|
|
|
|
private LayeredTextType[] masteringSIDField;
|
|
|
|
private LayeredTextType[] toolstampField;
|
|
|
|
private LayeredTextType[] mouldSIDField;
|
|
|
|
private LayeredTextType[] mouldTextField;
|
|
|
|
private string discTypeField;
|
|
|
|
private string discSubTypeField;
|
|
|
|
private int offsetField1;
|
|
|
|
private bool offsetSpecifiedField1;
|
|
|
|
private int[] tracksField;
|
|
|
|
private int sessionsField;
|
|
|
|
private string copyProtectionField;
|
|
|
|
private DimensionsType dimensionsField;
|
|
|
|
private CaseType caseField;
|
|
|
|
private ScansType scansField1;
|
|
|
|
private DumpType pFIField;
|
|
|
|
private DumpType dMIField;
|
|
|
|
private DumpType cMIField;
|
|
|
|
private DumpType bCAField;
|
|
|
|
private DumpType aTIPField;
|
|
|
|
private DumpType pMAField;
|
|
|
|
private BorderType[] leadInField;
|
|
|
|
private BorderType[] leadOutField;
|
|
|
|
private SecuritySectorsType[] xboxSecuritySectorsField;
|
|
|
|
private PS3EncryptionType pS3EncryptionField;
|
|
|
|
private TrackType[] trackField;
|
|
|
|
private DumpHardwareArrayType dumpHardwareArrayField;
|
|
|
|
/// <remarks>
|
|
///Image file, or image description file, plus format (cue, toc, etc, etc)
|
|
///</remarks>
|
|
public ImageType Image {
|
|
get {
|
|
return this.imageField;
|
|
}
|
|
set {
|
|
this.imageField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Image file size
|
|
///</remarks>
|
|
public long Size {
|
|
get {
|
|
return this.sizeField;
|
|
}
|
|
set {
|
|
this.sizeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Sequence information about this disc
|
|
///</remarks>
|
|
public SequenceType Sequence {
|
|
get {
|
|
return this.sequenceField;
|
|
}
|
|
set {
|
|
this.sequenceField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Layering type and sizes
|
|
///</remarks>
|
|
public LayersType Layers {
|
|
get {
|
|
return this.layersField;
|
|
}
|
|
set {
|
|
this.layersField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItem(ElementName="Checksum", IsNullable=false)]
|
|
public ChecksumType[] Checksums {
|
|
get {
|
|
return this.checksumsField2;
|
|
}
|
|
set {
|
|
this.checksumsField2 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Disc/side ring code
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("RingCode")]
|
|
public LayeredTextType[] RingCode {
|
|
get {
|
|
return this.ringCodeField;
|
|
}
|
|
set {
|
|
this.ringCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Disc/side mastering SID
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("MasteringSID")]
|
|
public LayeredTextType[] MasteringSID {
|
|
get {
|
|
return this.masteringSIDField;
|
|
}
|
|
set {
|
|
this.masteringSIDField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Disc/side toolstamp
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("Toolstamp")]
|
|
public LayeredTextType[] Toolstamp {
|
|
get {
|
|
return this.toolstampField;
|
|
}
|
|
set {
|
|
this.toolstampField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Disc/side mould SID
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("MouldSID")]
|
|
public LayeredTextType[] MouldSID {
|
|
get {
|
|
return this.mouldSIDField;
|
|
}
|
|
set {
|
|
this.mouldSIDField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Disc/side mould text
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("MouldText")]
|
|
public LayeredTextType[] MouldText {
|
|
get {
|
|
return this.mouldTextField;
|
|
}
|
|
set {
|
|
this.mouldTextField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Disc type (CD, GD, SACD, DDCD, DVD, HDDVD, BD)
|
|
///</remarks>
|
|
public string DiscType {
|
|
get {
|
|
return this.discTypeField;
|
|
}
|
|
set {
|
|
this.discTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Disc subtype (CD-ROM, CD-DA, CD+G, etc)
|
|
///</remarks>
|
|
public string DiscSubType {
|
|
get {
|
|
return this.discSubTypeField;
|
|
}
|
|
set {
|
|
this.discSubTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Offset between subchannel servo and data sectors servo, in bytes
|
|
///</remarks>
|
|
public int Offset {
|
|
get {
|
|
return this.offsetField1;
|
|
}
|
|
set {
|
|
this.offsetField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool OffsetSpecified {
|
|
get {
|
|
return this.offsetSpecifiedField1;
|
|
}
|
|
set {
|
|
this.offsetSpecifiedField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Tracks on this disc/side
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("Tracks")]
|
|
public int[] Tracks {
|
|
get {
|
|
return this.tracksField;
|
|
}
|
|
set {
|
|
this.tracksField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Sessions on this disc/side
|
|
///</remarks>
|
|
public int Sessions {
|
|
get {
|
|
return this.sessionsField;
|
|
}
|
|
set {
|
|
this.sessionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Copy protection, if applicable
|
|
///</remarks>
|
|
public string CopyProtection {
|
|
get {
|
|
return this.copyProtectionField;
|
|
}
|
|
set {
|
|
this.copyProtectionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Dimensions of the disc
|
|
///</remarks>
|
|
public DimensionsType Dimensions {
|
|
get {
|
|
return this.dimensionsField;
|
|
}
|
|
set {
|
|
this.dimensionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Case where the disk came from factory
|
|
///</remarks>
|
|
public CaseType Case {
|
|
get {
|
|
return this.caseField;
|
|
}
|
|
set {
|
|
this.caseField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Disc scans
|
|
///</remarks>
|
|
public ScansType Scans {
|
|
get {
|
|
return this.scansField1;
|
|
}
|
|
set {
|
|
this.scansField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Physical Manufacturing Information (DVD and HD DVD)
|
|
///</remarks>
|
|
public DumpType PFI {
|
|
get {
|
|
return this.pFIField;
|
|
}
|
|
set {
|
|
this.pFIField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Disc Manufacturing Information
|
|
///</remarks>
|
|
public DumpType DMI {
|
|
get {
|
|
return this.dMIField;
|
|
}
|
|
set {
|
|
this.dMIField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Lead-In Copyright Management Information
|
|
///</remarks>
|
|
public DumpType CMI {
|
|
get {
|
|
return this.cMIField;
|
|
}
|
|
set {
|
|
this.cMIField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Burst Cutting Area
|
|
///</remarks>
|
|
public DumpType BCA {
|
|
get {
|
|
return this.bCAField;
|
|
}
|
|
set {
|
|
this.bCAField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Absolute Time In Pre-groove
|
|
///</remarks>
|
|
public DumpType ATIP {
|
|
get {
|
|
return this.aTIPField;
|
|
}
|
|
set {
|
|
this.aTIPField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///PMA
|
|
///</remarks>
|
|
public DumpType PMA {
|
|
get {
|
|
return this.pMAField;
|
|
}
|
|
set {
|
|
this.pMAField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Lead-In, Border-In, or equivalent
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("LeadIn")]
|
|
public BorderType[] LeadIn {
|
|
get {
|
|
return this.leadInField;
|
|
}
|
|
set {
|
|
this.leadInField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Lead-Out, Border-Out, or equivalent
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("LeadOut")]
|
|
public BorderType[] LeadOut {
|
|
get {
|
|
return this.leadOutField;
|
|
}
|
|
set {
|
|
this.leadOutField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItem(ElementName="SecuritySectors", IsNullable=false)]
|
|
public SecuritySectorsType[] XboxSecuritySectors {
|
|
get {
|
|
return this.xboxSecuritySectorsField;
|
|
}
|
|
set {
|
|
this.xboxSecuritySectorsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///PS3 Encryption Key
|
|
///</remarks>
|
|
public PS3EncryptionType PS3Encryption {
|
|
get {
|
|
return this.pS3EncryptionField;
|
|
}
|
|
set {
|
|
this.pS3EncryptionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Array of disc tracks
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("Track")]
|
|
public TrackType[] Track {
|
|
get {
|
|
return this.trackField;
|
|
}
|
|
set {
|
|
this.trackField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Array of drives used to dump disc
|
|
///</remarks>
|
|
public DumpHardwareArrayType DumpHardwareArray {
|
|
get {
|
|
return this.dumpHardwareArrayField;
|
|
}
|
|
set {
|
|
this.dumpHardwareArrayField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///File containing track dump, and format, binary, yranib, or audio/video container
|
|
///</remarks>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class ImageType {
|
|
|
|
private string formatField1;
|
|
|
|
private long offsetField;
|
|
|
|
private bool offsetSpecifiedField;
|
|
|
|
private string valueField3;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string format {
|
|
get {
|
|
return this.formatField1;
|
|
}
|
|
set {
|
|
this.formatField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public long offset {
|
|
get {
|
|
return this.offsetField;
|
|
}
|
|
set {
|
|
this.offsetField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool offsetSpecified {
|
|
get {
|
|
return this.offsetSpecifiedField;
|
|
}
|
|
set {
|
|
this.offsetSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlTextAttribute()]
|
|
public string Value {
|
|
get {
|
|
return this.valueField3;
|
|
}
|
|
set {
|
|
this.valueField3 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Sequence information about a disc
|
|
///</remarks>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class SequenceType {
|
|
|
|
private string discTitleField;
|
|
|
|
private int discField;
|
|
|
|
private int totalDiscsField;
|
|
|
|
private int sideField;
|
|
|
|
private int layerField;
|
|
|
|
private bool layerSpecifiedField;
|
|
|
|
/// <remarks>
|
|
///Sequence information about this disc
|
|
///</remarks>
|
|
public string DiscTitle {
|
|
get {
|
|
return this.discTitleField;
|
|
}
|
|
set {
|
|
this.discTitleField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Disc title as printed in label
|
|
///</remarks>
|
|
public int Disc {
|
|
get {
|
|
return this.discField;
|
|
}
|
|
set {
|
|
this.discField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Total number of discs in this set
|
|
///</remarks>
|
|
public int TotalDiscs {
|
|
get {
|
|
return this.totalDiscsField;
|
|
}
|
|
set {
|
|
this.totalDiscsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Side of disc described by this field
|
|
///</remarks>
|
|
public int Side {
|
|
get {
|
|
return this.sideField;
|
|
}
|
|
set {
|
|
this.sideField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///On PTP layering, layer of disc described by this field, starting on 0
|
|
///</remarks>
|
|
public int Layer {
|
|
get {
|
|
return this.layerField;
|
|
}
|
|
set {
|
|
this.layerField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool LayerSpecified {
|
|
get {
|
|
return this.layerSpecifiedField;
|
|
}
|
|
set {
|
|
this.layerSpecifiedField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class LayersType {
|
|
|
|
private LayersTypeType typeField2;
|
|
|
|
private bool typeSpecifiedField;
|
|
|
|
private SectorsType[] sectorsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public LayersTypeType type {
|
|
get {
|
|
return this.typeField2;
|
|
}
|
|
set {
|
|
this.typeField2 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool typeSpecified {
|
|
get {
|
|
return this.typeSpecifiedField;
|
|
}
|
|
set {
|
|
this.typeSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Layering type and sizes
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("Sectors")]
|
|
public SectorsType[] Sectors {
|
|
get {
|
|
return this.sectorsField;
|
|
}
|
|
set {
|
|
this.sectorsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
public enum LayersTypeType {
|
|
|
|
/// <remarks/>
|
|
PTP,
|
|
|
|
/// <remarks/>
|
|
OTP,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class SectorsType {
|
|
|
|
private int layerField1;
|
|
|
|
private bool layerSpecifiedField1;
|
|
|
|
private long valueField4;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int layer {
|
|
get {
|
|
return this.layerField1;
|
|
}
|
|
set {
|
|
this.layerField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool layerSpecified {
|
|
get {
|
|
return this.layerSpecifiedField1;
|
|
}
|
|
set {
|
|
this.layerSpecifiedField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlTextAttribute()]
|
|
public long Value {
|
|
get {
|
|
return this.valueField4;
|
|
}
|
|
set {
|
|
this.valueField4 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class LayeredTextType {
|
|
|
|
private int layerField2;
|
|
|
|
private bool layerSpecifiedField2;
|
|
|
|
private string valueField5;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int layer {
|
|
get {
|
|
return this.layerField2;
|
|
}
|
|
set {
|
|
this.layerField2 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool layerSpecified {
|
|
get {
|
|
return this.layerSpecifiedField2;
|
|
}
|
|
set {
|
|
this.layerSpecifiedField2 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlTextAttribute()]
|
|
public string Value {
|
|
get {
|
|
return this.valueField5;
|
|
}
|
|
set {
|
|
this.valueField5 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Dimensions of media
|
|
///</remarks>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class DimensionsType {
|
|
|
|
private double diameterField;
|
|
|
|
private bool diameterSpecifiedField;
|
|
|
|
private double heightField;
|
|
|
|
private bool heightSpecifiedField;
|
|
|
|
private double widthField;
|
|
|
|
private bool widthSpecifiedField;
|
|
|
|
private double thicknessField;
|
|
|
|
/// <remarks>
|
|
///Diameter in milimeters for circular discs
|
|
///</remarks>
|
|
public double Diameter {
|
|
get {
|
|
return this.diameterField;
|
|
}
|
|
set {
|
|
this.diameterField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool DiameterSpecified {
|
|
get {
|
|
return this.diameterSpecifiedField;
|
|
}
|
|
set {
|
|
this.diameterSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Height in milimeters for non-circular disks
|
|
///</remarks>
|
|
public double Height {
|
|
get {
|
|
return this.heightField;
|
|
}
|
|
set {
|
|
this.heightField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool HeightSpecified {
|
|
get {
|
|
return this.heightSpecifiedField;
|
|
}
|
|
set {
|
|
this.heightSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Width in milimeters for non-circular disks
|
|
///</remarks>
|
|
public double Width {
|
|
get {
|
|
return this.widthField;
|
|
}
|
|
set {
|
|
this.widthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool WidthSpecified {
|
|
get {
|
|
return this.widthSpecifiedField;
|
|
}
|
|
set {
|
|
this.widthSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Thickness in milimeters for non-circular disks
|
|
///</remarks>
|
|
public double Thickness {
|
|
get {
|
|
return this.thicknessField;
|
|
}
|
|
set {
|
|
this.thicknessField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class CaseType {
|
|
|
|
private CaseTypeCaseType caseType1Field;
|
|
|
|
private ScansType scansField;
|
|
|
|
/// <remarks>
|
|
///Original case type: jewel, bigjewel, dvdcase, etc
|
|
///
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("CaseType")]
|
|
public CaseTypeCaseType CaseType1 {
|
|
get {
|
|
return this.caseType1Field;
|
|
}
|
|
set {
|
|
this.caseType1Field = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ScansType Scans {
|
|
get {
|
|
return this.scansField;
|
|
}
|
|
set {
|
|
this.scansField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
public enum CaseTypeCaseType {
|
|
|
|
/// <remarks/>
|
|
jewel,
|
|
|
|
/// <remarks/>
|
|
bigjewel,
|
|
|
|
/// <remarks/>
|
|
slimjewel,
|
|
|
|
/// <remarks/>
|
|
sleeve,
|
|
|
|
/// <remarks/>
|
|
qpack,
|
|
|
|
/// <remarks/>
|
|
digisleeve,
|
|
|
|
/// <remarks/>
|
|
discboxslider,
|
|
|
|
/// <remarks/>
|
|
compacplus,
|
|
|
|
/// <remarks/>
|
|
keepcase,
|
|
|
|
/// <remarks/>
|
|
snapcase,
|
|
|
|
/// <remarks/>
|
|
softcase,
|
|
|
|
/// <remarks/>
|
|
ecopack,
|
|
|
|
/// <remarks/>
|
|
liftlock,
|
|
|
|
/// <remarks/>
|
|
spindle,
|
|
|
|
/// <remarks/>
|
|
ps2case,
|
|
|
|
/// <remarks/>
|
|
ps3case,
|
|
|
|
/// <remarks/>
|
|
bluraykeepcase,
|
|
|
|
/// <remarks/>
|
|
pscase,
|
|
|
|
/// <remarks/>
|
|
dccase,
|
|
|
|
/// <remarks/>
|
|
saturncase,
|
|
|
|
/// <remarks/>
|
|
xboxcase,
|
|
|
|
/// <remarks/>
|
|
saturnbigcase,
|
|
|
|
/// <remarks/>
|
|
gccase,
|
|
|
|
/// <remarks/>
|
|
wiicase,
|
|
|
|
/// <remarks/>
|
|
unknown,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class ScansType {
|
|
|
|
private CaseScanType caseScanField;
|
|
|
|
private DiscScanType discScanField;
|
|
|
|
/// <remarks>
|
|
///Case scans
|
|
///</remarks>
|
|
public CaseScanType CaseScan {
|
|
get {
|
|
return this.caseScanField;
|
|
}
|
|
set {
|
|
this.caseScanField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Disc scans
|
|
///</remarks>
|
|
public DiscScanType DiscScan {
|
|
get {
|
|
return this.discScanField;
|
|
}
|
|
set {
|
|
this.discScanField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class CaseScanType {
|
|
|
|
private CaseScanTypeCaseScanElement caseScanElementField;
|
|
|
|
private ScanType scanField3;
|
|
|
|
/// <remarks>
|
|
///Scanned element: cover, back, inlay, etc
|
|
///</remarks>
|
|
public CaseScanTypeCaseScanElement CaseScanElement {
|
|
get {
|
|
return this.caseScanElementField;
|
|
}
|
|
set {
|
|
this.caseScanElementField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Scanning information
|
|
///</remarks>
|
|
public ScanType Scan {
|
|
get {
|
|
return this.scanField3;
|
|
}
|
|
set {
|
|
this.scanField3 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
public enum CaseScanTypeCaseScanElement {
|
|
|
|
/// <remarks/>
|
|
sleeve,
|
|
|
|
/// <remarks/>
|
|
inner,
|
|
|
|
/// <remarks/>
|
|
inlay,
|
|
|
|
/// <remarks/>
|
|
frontback,
|
|
|
|
/// <remarks/>
|
|
frontfull,
|
|
|
|
/// <remarks/>
|
|
boxfront,
|
|
|
|
/// <remarks/>
|
|
boxback,
|
|
|
|
/// <remarks/>
|
|
boxspine,
|
|
|
|
/// <remarks/>
|
|
external,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class DiscScanType {
|
|
|
|
private DiscScanTypeDiscScanElement discScanElementField;
|
|
|
|
private ScanType scanField4;
|
|
|
|
/// <remarks>
|
|
///
|
|
/// Scanned element: up, down, label, data, etc
|
|
///
|
|
///</remarks>
|
|
public DiscScanTypeDiscScanElement DiscScanElement {
|
|
get {
|
|
return this.discScanElementField;
|
|
}
|
|
set {
|
|
this.discScanElementField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Scan of disk part
|
|
///</remarks>
|
|
public ScanType Scan {
|
|
get {
|
|
return this.scanField4;
|
|
}
|
|
set {
|
|
this.scanField4 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
public enum DiscScanTypeDiscScanElement {
|
|
|
|
/// <remarks/>
|
|
up,
|
|
|
|
/// <remarks/>
|
|
down,
|
|
|
|
/// <remarks/>
|
|
front,
|
|
|
|
/// <remarks/>
|
|
back,
|
|
|
|
/// <remarks/>
|
|
left,
|
|
|
|
/// <remarks/>
|
|
right,
|
|
}
|
|
|
|
/// <remarks>
|
|
///Information about dumped structure
|
|
///</remarks>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class DumpType {
|
|
|
|
private string imageField1;
|
|
|
|
private int sizeField1;
|
|
|
|
private ChecksumType[] checksumsField3;
|
|
|
|
/// <remarks>
|
|
///File containing dump
|
|
///</remarks>
|
|
public string Image {
|
|
get {
|
|
return this.imageField1;
|
|
}
|
|
set {
|
|
this.imageField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Size of dump
|
|
///</remarks>
|
|
public int Size {
|
|
get {
|
|
return this.sizeField1;
|
|
}
|
|
set {
|
|
this.sizeField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItem(ElementName="Checksum", IsNullable=false)]
|
|
public ChecksumType[] Checksums {
|
|
get {
|
|
return this.checksumsField3;
|
|
}
|
|
set {
|
|
this.checksumsField3 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class BorderType {
|
|
|
|
private int sessionField;
|
|
|
|
private bool sessionSpecifiedField;
|
|
|
|
private string imageField2;
|
|
|
|
private string sizeField2;
|
|
|
|
private ChecksumType[] checksumsField4;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int session {
|
|
get {
|
|
return this.sessionField;
|
|
}
|
|
set {
|
|
this.sessionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool sessionSpecified {
|
|
get {
|
|
return this.sessionSpecifiedField;
|
|
}
|
|
set {
|
|
this.sessionSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///File containing border dump
|
|
///</remarks>
|
|
public string Image {
|
|
get {
|
|
return this.imageField2;
|
|
}
|
|
set {
|
|
this.imageField2 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Size of border dump
|
|
///</remarks>
|
|
public string Size {
|
|
get {
|
|
return this.sizeField2;
|
|
}
|
|
set {
|
|
this.sizeField2 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItem(ElementName="Checksum", IsNullable=false)]
|
|
public ChecksumType[] Checksums {
|
|
get {
|
|
return this.checksumsField4;
|
|
}
|
|
set {
|
|
this.checksumsField4 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Start and end of XGD's security sectors
|
|
///</remarks>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class SecuritySectorsType {
|
|
|
|
private long startField;
|
|
|
|
private long endField;
|
|
|
|
/// <remarks>
|
|
///Start of XGD's security sectors
|
|
///</remarks>
|
|
public long Start {
|
|
get {
|
|
return this.startField;
|
|
}
|
|
set {
|
|
this.startField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///End of XGD's security sectors
|
|
///</remarks>
|
|
public long End {
|
|
get {
|
|
return this.endField;
|
|
}
|
|
set {
|
|
this.endField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class PS3EncryptionType {
|
|
|
|
private string keyField;
|
|
|
|
private string serialField1;
|
|
|
|
/// <remarks>
|
|
///PS3 encryption key
|
|
///</remarks>
|
|
public string Key {
|
|
get {
|
|
return this.keyField;
|
|
}
|
|
set {
|
|
this.keyField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///PS3 encryption key
|
|
///</remarks>
|
|
public string Serial {
|
|
get {
|
|
return this.serialField1;
|
|
}
|
|
set {
|
|
this.serialField1 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Track information
|
|
///</remarks>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class TrackType {
|
|
|
|
private ImageType imageField3;
|
|
|
|
private string sizeField3;
|
|
|
|
private TrackSequenceType sequenceField1;
|
|
|
|
private string startMSFField;
|
|
|
|
private string endMSFField;
|
|
|
|
private long startSectorField;
|
|
|
|
private long endSectorField;
|
|
|
|
private TrackTypeTrackType trackType1Field;
|
|
|
|
private int bytesPerSectorField;
|
|
|
|
private string accoustIDField;
|
|
|
|
private ChecksumType[] checksumsField5;
|
|
|
|
private SubChannelType subChannelField;
|
|
|
|
private PartitionType[] fileSystemInformationField;
|
|
|
|
/// <remarks>
|
|
///File containing track dump, and format, binary, yranib, or audio/video container
|
|
///</remarks>
|
|
public ImageType Image {
|
|
get {
|
|
return this.imageField3;
|
|
}
|
|
set {
|
|
this.imageField3 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Size of track dump in bytes
|
|
///</remarks>
|
|
public string Size {
|
|
get {
|
|
return this.sizeField3;
|
|
}
|
|
set {
|
|
this.sizeField3 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Track sequence information
|
|
///</remarks>
|
|
public TrackSequenceType Sequence {
|
|
get {
|
|
return this.sequenceField1;
|
|
}
|
|
set {
|
|
this.sequenceField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Track start address in MM:SS:FF
|
|
///</remarks>
|
|
public string StartMSF {
|
|
get {
|
|
return this.startMSFField;
|
|
}
|
|
set {
|
|
this.startMSFField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Track end address in MM:SS:FF
|
|
///</remarks>
|
|
public string EndMSF {
|
|
get {
|
|
return this.endMSFField;
|
|
}
|
|
set {
|
|
this.endMSFField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Track start sector
|
|
///</remarks>
|
|
public long StartSector {
|
|
get {
|
|
return this.startSectorField;
|
|
}
|
|
set {
|
|
this.startSectorField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Track end sector
|
|
///</remarks>
|
|
public long EndSector {
|
|
get {
|
|
return this.endSectorField;
|
|
}
|
|
set {
|
|
this.endSectorField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///
|
|
/// Track type: audio, mode0, mode1, mode2
|
|
///
|
|
///</remarks>
|
|
[System.Xml.Serialization.XmlElementAttribute("TrackType")]
|
|
public TrackTypeTrackType TrackType1 {
|
|
get {
|
|
return this.trackType1Field;
|
|
}
|
|
set {
|
|
this.trackType1Field = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Bytes per sector: 2048, 2352, 2448, etc, etc (as stored in image, not in physical format)
|
|
///</remarks>
|
|
public int BytesPerSector {
|
|
get {
|
|
return this.bytesPerSectorField;
|
|
}
|
|
set {
|
|
this.bytesPerSectorField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///AccoustID for audio tracks
|
|
///</remarks>
|
|
public string AccoustID {
|
|
get {
|
|
return this.accoustIDField;
|
|
}
|
|
set {
|
|
this.accoustIDField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItem(ElementName="Checksum", IsNullable=false)]
|
|
public ChecksumType[] Checksums {
|
|
get {
|
|
return this.checksumsField5;
|
|
}
|
|
set {
|
|
this.checksumsField5 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Track's subchannel information
|
|
///</remarks>
|
|
public SubChannelType SubChannel {
|
|
get {
|
|
return this.subChannelField;
|
|
}
|
|
set {
|
|
this.subChannelField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItem(ElementName="Partition", IsNullable=false)]
|
|
public PartitionType[] FileSystemInformation {
|
|
get {
|
|
return this.fileSystemInformationField;
|
|
}
|
|
set {
|
|
this.fileSystemInformationField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Sequence information about a track
|
|
///</remarks>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class TrackSequenceType {
|
|
|
|
private int trackNumberField;
|
|
|
|
private int sessionField1;
|
|
|
|
/// <remarks>
|
|
///Track number
|
|
///</remarks>
|
|
public int TrackNumber {
|
|
get {
|
|
return this.trackNumberField;
|
|
}
|
|
set {
|
|
this.trackNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Session this track belongs to
|
|
///</remarks>
|
|
public int Session {
|
|
get {
|
|
return this.sessionField1;
|
|
}
|
|
set {
|
|
this.sessionField1 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
public enum TrackTypeTrackType {
|
|
|
|
/// <remarks/>
|
|
audio,
|
|
|
|
/// <remarks/>
|
|
mode0,
|
|
|
|
/// <remarks/>
|
|
mode1,
|
|
|
|
/// <remarks/>
|
|
mode2,
|
|
|
|
/// <remarks/>
|
|
m2f1,
|
|
|
|
/// <remarks/>
|
|
m2f2,
|
|
|
|
/// <remarks/>
|
|
dvd,
|
|
|
|
/// <remarks/>
|
|
hddvd,
|
|
|
|
/// <remarks/>
|
|
bluray,
|
|
|
|
/// <remarks/>
|
|
ddcd,
|
|
}
|
|
|
|
/// <remarks>
|
|
///Track's subchannel information
|
|
///</remarks>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class SubChannelType {
|
|
|
|
private ImageType imageField4;
|
|
|
|
private string sizeField4;
|
|
|
|
private ChecksumType[] checksumsField6;
|
|
|
|
/// <remarks>
|
|
///File containing track's subchannel dump and format, packed, rw_raw
|
|
///</remarks>
|
|
public ImageType Image {
|
|
get {
|
|
return this.imageField4;
|
|
}
|
|
set {
|
|
this.imageField4 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Size of subchannel dump
|
|
///</remarks>
|
|
public string Size {
|
|
get {
|
|
return this.sizeField4;
|
|
}
|
|
set {
|
|
this.sizeField4 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItem(ElementName="Checksum", IsNullable=false)]
|
|
public ChecksumType[] Checksums {
|
|
get {
|
|
return this.checksumsField6;
|
|
}
|
|
set {
|
|
this.checksumsField6 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class PartitionType {
|
|
|
|
private int sequenceField2;
|
|
|
|
private string nameField4;
|
|
|
|
private string typeField3;
|
|
|
|
private int startSectorField1;
|
|
|
|
private int endSectorField1;
|
|
|
|
private string descriptionField;
|
|
|
|
private FileSystemsType fileSystemsField;
|
|
|
|
/// <remarks>
|
|
///Partition sequence number, starting on 1
|
|
///</remarks>
|
|
public int Sequence {
|
|
get {
|
|
return this.sequenceField2;
|
|
}
|
|
set {
|
|
this.sequenceField2 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Partition name if supported by partition scheme
|
|
///</remarks>
|
|
public string Name {
|
|
get {
|
|
return this.nameField4;
|
|
}
|
|
set {
|
|
this.nameField4 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Partition type
|
|
///</remarks>
|
|
public string Type {
|
|
get {
|
|
return this.typeField3;
|
|
}
|
|
set {
|
|
this.typeField3 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Partition starting sector
|
|
///</remarks>
|
|
public int StartSector {
|
|
get {
|
|
return this.startSectorField1;
|
|
}
|
|
set {
|
|
this.startSectorField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Partition ending sector
|
|
///</remarks>
|
|
public int EndSector {
|
|
get {
|
|
return this.endSectorField1;
|
|
}
|
|
set {
|
|
this.endSectorField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Partition description if supported by partition scheme
|
|
///</remarks>
|
|
public string Description {
|
|
get {
|
|
return this.descriptionField;
|
|
}
|
|
set {
|
|
this.descriptionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Array of filesystems contained in the partition
|
|
///</remarks>
|
|
public FileSystemsType FileSystems {
|
|
get {
|
|
return this.fileSystemsField;
|
|
}
|
|
set {
|
|
this.fileSystemsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class FileSystemsType {
|
|
|
|
private FileSystemType fileSystemField;
|
|
|
|
/// <remarks>
|
|
///Array of filesystems
|
|
///</remarks>
|
|
public FileSystemType FileSystem {
|
|
get {
|
|
return this.fileSystemField;
|
|
}
|
|
set {
|
|
this.fileSystemField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Information about a filesystem
|
|
///</remarks>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class FileSystemType {
|
|
|
|
private string typeField4;
|
|
|
|
private System.DateTime creationDateField;
|
|
|
|
private bool creationDateSpecifiedField;
|
|
|
|
private System.DateTime modificationDateField;
|
|
|
|
private bool modificationDateSpecifiedField;
|
|
|
|
private System.DateTime backupDateField;
|
|
|
|
private bool backupDateSpecifiedField;
|
|
|
|
private int clusterSizeField;
|
|
|
|
private long clustersField;
|
|
|
|
private long filesField;
|
|
|
|
private bool filesSpecifiedField;
|
|
|
|
private bool bootableField;
|
|
|
|
private string volumeSerialField;
|
|
|
|
private string volumeNameField;
|
|
|
|
private long freeClustersField;
|
|
|
|
private bool freeClustersSpecifiedField;
|
|
|
|
private bool dirtyField;
|
|
|
|
private System.DateTime expirationDateField;
|
|
|
|
private bool expirationDateSpecifiedField;
|
|
|
|
private System.DateTime effectiveDateField;
|
|
|
|
private bool effectiveDateSpecifiedField;
|
|
|
|
private string systemIdentifierField;
|
|
|
|
private string volumeSetIdentifierField;
|
|
|
|
private string publisherIdentifierField;
|
|
|
|
private string dataPreparerIdentifierField;
|
|
|
|
private string applicationIdentifierField;
|
|
|
|
/// <remarks>
|
|
///Filesystem type
|
|
///</remarks>
|
|
public string Type {
|
|
get {
|
|
return this.typeField4;
|
|
}
|
|
set {
|
|
this.typeField4 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Filesystem creation date
|
|
///</remarks>
|
|
public System.DateTime CreationDate {
|
|
get {
|
|
return this.creationDateField;
|
|
}
|
|
set {
|
|
this.creationDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool CreationDateSpecified {
|
|
get {
|
|
return this.creationDateSpecifiedField;
|
|
}
|
|
set {
|
|
this.creationDateSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Filesystem last modification date
|
|
///</remarks>
|
|
public System.DateTime ModificationDate {
|
|
get {
|
|
return this.modificationDateField;
|
|
}
|
|
set {
|
|
this.modificationDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool ModificationDateSpecified {
|
|
get {
|
|
return this.modificationDateSpecifiedField;
|
|
}
|
|
set {
|
|
this.modificationDateSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Filesystem last backup date
|
|
///</remarks>
|
|
public System.DateTime BackupDate {
|
|
get {
|
|
return this.backupDateField;
|
|
}
|
|
set {
|
|
this.backupDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool BackupDateSpecified {
|
|
get {
|
|
return this.backupDateSpecifiedField;
|
|
}
|
|
set {
|
|
this.backupDateSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Bytes per cluster
|
|
///</remarks>
|
|
public int ClusterSize {
|
|
get {
|
|
return this.clusterSizeField;
|
|
}
|
|
set {
|
|
this.clusterSizeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Clusters in filesystem
|
|
///</remarks>
|
|
public long Clusters {
|
|
get {
|
|
return this.clustersField;
|
|
}
|
|
set {
|
|
this.clustersField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Files in filesystem
|
|
///</remarks>
|
|
public long Files {
|
|
get {
|
|
return this.filesField;
|
|
}
|
|
set {
|
|
this.filesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool FilesSpecified {
|
|
get {
|
|
return this.filesSpecifiedField;
|
|
}
|
|
set {
|
|
this.filesSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Bootable filesystem?
|
|
///</remarks>
|
|
public bool Bootable {
|
|
get {
|
|
return this.bootableField;
|
|
}
|
|
set {
|
|
this.bootableField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Filesystem serial number
|
|
///</remarks>
|
|
public string VolumeSerial {
|
|
get {
|
|
return this.volumeSerialField;
|
|
}
|
|
set {
|
|
this.volumeSerialField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Filesystem volume name
|
|
///</remarks>
|
|
public string VolumeName {
|
|
get {
|
|
return this.volumeNameField;
|
|
}
|
|
set {
|
|
this.volumeNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Free clusters in filesystem
|
|
///</remarks>
|
|
public long FreeClusters {
|
|
get {
|
|
return this.freeClustersField;
|
|
}
|
|
set {
|
|
this.freeClustersField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool FreeClustersSpecified {
|
|
get {
|
|
return this.freeClustersSpecifiedField;
|
|
}
|
|
set {
|
|
this.freeClustersSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Dirty/unclean filesystem
|
|
///</remarks>
|
|
public bool Dirty {
|
|
get {
|
|
return this.dirtyField;
|
|
}
|
|
set {
|
|
this.dirtyField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Filesystem expiration date
|
|
///</remarks>
|
|
public System.DateTime ExpirationDate {
|
|
get {
|
|
return this.expirationDateField;
|
|
}
|
|
set {
|
|
this.expirationDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool ExpirationDateSpecified {
|
|
get {
|
|
return this.expirationDateSpecifiedField;
|
|
}
|
|
set {
|
|
this.expirationDateSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Filesystem effective date
|
|
///</remarks>
|
|
public System.DateTime EffectiveDate {
|
|
get {
|
|
return this.effectiveDateField;
|
|
}
|
|
set {
|
|
this.effectiveDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnore()]
|
|
public virtual bool EffectiveDateSpecified {
|
|
get {
|
|
return this.effectiveDateSpecifiedField;
|
|
}
|
|
set {
|
|
this.effectiveDateSpecifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///System identifier filesystem applies to
|
|
///</remarks>
|
|
public string SystemIdentifier {
|
|
get {
|
|
return this.systemIdentifierField;
|
|
}
|
|
set {
|
|
this.systemIdentifierField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Volume set identifier
|
|
///</remarks>
|
|
public string VolumeSetIdentifier {
|
|
get {
|
|
return this.volumeSetIdentifierField;
|
|
}
|
|
set {
|
|
this.volumeSetIdentifierField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Filesystem publisher identifier
|
|
///</remarks>
|
|
public string PublisherIdentifier {
|
|
get {
|
|
return this.publisherIdentifierField;
|
|
}
|
|
set {
|
|
this.publisherIdentifierField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Filesystem data preparer
|
|
///</remarks>
|
|
public string DataPreparerIdentifier {
|
|
get {
|
|
return this.dataPreparerIdentifierField;
|
|
}
|
|
set {
|
|
this.dataPreparerIdentifierField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Filesystem application preparer
|
|
///</remarks>
|
|
public string ApplicationIdentifier {
|
|
get {
|
|
return this.applicationIdentifierField;
|
|
}
|
|
set {
|
|
this.applicationIdentifierField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class DumpHardwareArrayType {
|
|
|
|
private DumpHardwareType dumpHardwareField;
|
|
|
|
/// <remarks>
|
|
///Array of drives information
|
|
///</remarks>
|
|
public DumpHardwareType DumpHardware {
|
|
get {
|
|
return this.dumpHardwareField;
|
|
}
|
|
set {
|
|
this.dumpHardwareField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class DumpHardwareType {
|
|
|
|
private string manufacturerField1;
|
|
|
|
private string modelField1;
|
|
|
|
private string revisionField;
|
|
|
|
private string firmwareField;
|
|
|
|
private string serialField2;
|
|
|
|
private ExtentType[] extentsField;
|
|
|
|
private SoftwareType softwareField3;
|
|
|
|
/// <remarks>
|
|
///Drive manufacturer
|
|
///</remarks>
|
|
public string Manufacturer {
|
|
get {
|
|
return this.manufacturerField1;
|
|
}
|
|
set {
|
|
this.manufacturerField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Drive model
|
|
///</remarks>
|
|
public string Model {
|
|
get {
|
|
return this.modelField1;
|
|
}
|
|
set {
|
|
this.modelField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Drive revision
|
|
///</remarks>
|
|
public string Revision {
|
|
get {
|
|
return this.revisionField;
|
|
}
|
|
set {
|
|
this.revisionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Drive firmware version
|
|
///</remarks>
|
|
public string Firmware {
|
|
get {
|
|
return this.firmwareField;
|
|
}
|
|
set {
|
|
this.firmwareField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Drive serial number
|
|
///</remarks>
|
|
public string Serial {
|
|
get {
|
|
return this.serialField2;
|
|
}
|
|
set {
|
|
this.serialField2 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItem(ElementName="Extent", IsNullable=false)]
|
|
public ExtentType[] Extents {
|
|
get {
|
|
return this.extentsField;
|
|
}
|
|
set {
|
|
this.extentsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Software used to read with this drive
|
|
///</remarks>
|
|
public SoftwareType Software {
|
|
get {
|
|
return this.softwareField3;
|
|
}
|
|
set {
|
|
this.softwareField3 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class ExtentType {
|
|
|
|
private int startField1;
|
|
|
|
private int endField1;
|
|
|
|
/// <remarks>
|
|
///Starting sector
|
|
///</remarks>
|
|
public int Start {
|
|
get {
|
|
return this.startField1;
|
|
}
|
|
set {
|
|
this.startField1 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Ending sector
|
|
///</remarks>
|
|
public int End {
|
|
get {
|
|
return this.endField1;
|
|
}
|
|
set {
|
|
this.endField1 = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Software used for disc reading
|
|
///</remarks>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17020")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class SoftwareType {
|
|
|
|
private string nameField5;
|
|
|
|
private string versionField2;
|
|
|
|
private string operatingSystemField;
|
|
|
|
/// <remarks>
|
|
///Software name
|
|
///</remarks>
|
|
public string Name {
|
|
get {
|
|
return this.nameField5;
|
|
}
|
|
set {
|
|
this.nameField5 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Software version
|
|
///</remarks>
|
|
public string Version {
|
|
get {
|
|
return this.versionField2;
|
|
}
|
|
set {
|
|
this.versionField2 = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks>
|
|
///Operating system name and version where the software was run
|
|
///</remarks>
|
|
public string OperatingSystem {
|
|
get {
|
|
return this.operatingSystemField;
|
|
}
|
|
set {
|
|
this.operatingSystemField = value;
|
|
}
|
|
}
|
|
}
|
|
}
|