no.kith.xmlstds.Base Maven / Gradle / Ivy
/*
* XML Type: base
* Namespace: http://www.kith.no/xmlstds
* Java type: no.kith.xmlstds.Base
*
* 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 base(@http://www.kith.no/xmlstds).
*
* This is a complex type.
*/
public interface Base extends org.apache.xmlbeans.XmlObject {
AbstractDocumentFactory Factory = new AbstractDocumentFactory<>(io.github.mjhaugsdal.system.m96.x20180701.TypeSystemHolder.typeSystem, "base65b2type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
}