org.apache.xmlbeans.impl.xb.xsdschema.Public Maven / Gradle / Ivy
/*
* XML Type: public
* Namespace: http://www.w3.org/2001/XMLSchema
* Java type: org.apache.xmlbeans.impl.xb.xsdschema.Public
*
* Automatically generated - do not modify.
*/
package org.apache.xmlbeans.impl.xb.xsdschema;
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 public(@http://www.w3.org/2001/XMLSchema).
*
* This is an atomic type that is a restriction of org.apache.xmlbeans.impl.xb.xsdschema.Public.
*/
public interface Public extends org.apache.xmlbeans.XmlToken {
SimpleTypeFactory Factory = new SimpleTypeFactory<>(org.apache.xmlbeans.metadata.system.sXMLSCHEMA.TypeSystemHolder.typeSystem, "publicf3catype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
}