no.kith.xmlstds.Oid Maven / Gradle / Ivy
/*
* XML Type: oid
* Namespace: http://www.kith.no/xmlstds
* Java type: no.kith.xmlstds.Oid
*
* Automatically generated - do not modify.
*/
package no.kith.xmlstds;
import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;
/**
* An XML oid(@http://www.kith.no/xmlstds).
*
* This is an atomic type that is a restriction of no.kith.xmlstds.Oid.
*/
public interface Oid extends org.apache.xmlbeans.XmlToken {
SimpleTypeFactory Factory = new SimpleTypeFactory<>(io.github.mjhaugsdal.system.m922.x20131015.TypeSystemHolder.typeSystem, "oidef4btype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
}