org.apache.xmlbeans.impl.xb.xsdschema.SimpleExplicitGroup Maven / Gradle / Ivy
The newest version!
/*
* XML Type: simpleExplicitGroup
* Namespace: http://www.w3.org/2001/XMLSchema
* Java type: org.apache.xmlbeans.impl.xb.xsdschema.SimpleExplicitGroup
*
* 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 simpleExplicitGroup(@http://www.w3.org/2001/XMLSchema).
*
* This is a complex type.
*/
public interface SimpleExplicitGroup extends org.apache.xmlbeans.impl.xb.xsdschema.ExplicitGroup {
DocumentFactory Factory = new DocumentFactory<>(org.apache.xmlbeans.metadata.system.sXMLSCHEMA.TypeSystemHolder.typeSystem, "simpleexplicitgroup428ctype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
}