![JAR search and dependency download from the Maven repository](/logo.png)
org.apache.xmlbeans.impl.xb.xsdschema.Public Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
/*
* 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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy