
org.purl.dc.terms.RFC4646 Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.03.13 at 02:22:22 PM CDT
//
package org.purl.dc.terms;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
import org.purl.dc.elements._1.SimpleLiteral;
/**
* Java class for RFC4646 complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="RFC4646">
* <simpleContent>
* <restriction base="<http://purl.org/dc/elements/1.1/>SimpleLiteral">
* </restriction>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "RFC4646")
public class RFC4646
extends SimpleLiteral
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy