OAI_PMH_Metadata_Format Class
Class represents one possible metadata format that can be served
via OAI-PMH, and indicates the class that should be used to create the metadata
for storing in the databaase and subsequently serving via OAI-PMH
Namespace: SobekCM.Core.Configuration.OAIPMHAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("OaiPmhMetadataFormat")]
[DataContractAttribute]
[ProtoContractAttribute]
public class OAI_PMH_Metadata_Format |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| Assembly | Assembly in which this class resdes, if not a standard, included metadata format |
| Class | Class which does the actual metadata format writing |
| Enabled | Flag indicates if OAI-PMH is allowed to be enabled with this format of metadata |
| MetadataNamespace | Metadata namespace associated with this metadata format |
| Namespace | Namspace in which the class used to create the metadata for this format is stored |
| Prefix | Metadata prefix dispayed publicly and used by harvesters to indicate
this type of metadata is requested |
| Schema | Metadata schema associated with this metadata format |
See Also