
org.purl.dc.terms.RFC3066 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of interfaces2016 Show documentation
Show all versions of interfaces2016 Show documentation
XML schema for FIX Orchestra session configuration
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 RFC3066 complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="RFC3066">
* <simpleContent>
* <restriction base="<http://purl.org/dc/elements/1.1/>SimpleLiteral">
* </restriction>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "RFC3066")
public class RFC3066
extends SimpleLiteral
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy