METS_Section_ReaderWriter_Mapping Class
Information about how a METS Section reader/writer maps into a METS file
Namespace: SobekCM.Resource_Object.ConfigurationAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("MetsSectionMapping")]
public class METS_Section_ReaderWriter_Mapping |
Inheritance Hierarchy
System..::..Object SobekCM.Resource_Object.Configuration..::..METS_Section_ReaderWriter_Mapping
Constructors
Methods
Properties
| Name | Description |
---|
| isDefault | Flag indicates if this is the default mapping, which means it would be used when writing
a new METS file |
| Label | Label associated with this METS section within the METS dmdSec/amdSec metadata definition tags |
| MD_Type | Standard metadata type within the METS dmdSec/amdSec metadata definition tags (or OTHER) |
| Other_MD_Type | Other metadata type within the METS dmdSec/amdSec metadata definition tags |
See Also