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

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

The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2019.09.19 at 11:25:31 AM 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 ISO3166 complex type. * *

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy