org.purl.dc.terms.Period Maven / Gradle / Ivy
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.0
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2022.10.13 at 07:41:24 PM UTC
//
package org.purl.dc.terms;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlType;
import org.purl.dc.elements._1.SimpleLiteral;
/**
* Java class for Period complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="Period">
* <simpleContent>
* <restriction base="<http://purl.org/dc/elements/1.1/>SimpleLiteral">
* </restriction>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Period")
public class Period
extends SimpleLiteral
{
}