org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet Maven / Gradle / Ivy
/*
* XML Type: noFixedFacet
* Namespace: http://www.w3.org/2001/XMLSchema
* Java type: org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet
*
* 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 noFixedFacet(@http://www.w3.org/2001/XMLSchema).
*
* This is a complex type.
*/
public interface NoFixedFacet extends org.apache.xmlbeans.impl.xb.xsdschema.Facet {
DocumentFactory Factory = new DocumentFactory<>(org.apache.xmlbeans.metadata.system.sXMLSCHEMA.TypeSystemHolder.typeSystem, "nofixedfacet250ftype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy