All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.purl.dc.terms.W3CDTF Maven / Gradle / Ivy

The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2015.08.07 at 06:17:52 PM CEST 
//


package org.purl.dc.terms;

import org.purl.dc.elements._1.SimpleLiteral;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for W3CDTF complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="W3CDTF">
 *   <simpleContent>
 *     <restriction base="<http://purl.org/dc/elements/1.1/>SimpleLiteral">
 *     </restriction>
 *   </simpleContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "W3CDTF") public class W3CDTF extends SimpleLiteral { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy