All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds (since POI 5.0.0, the 5th edition is used): https://www.ecma-international.org/publications/standards/Ecma-376.htm

There is a newer version: 5.2.5
Show newest version
package org.apache.poi.schemas.ooxml.system.ooxml;

import org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl;

public final class TypeSystemHolder extends SchemaTypeSystemImpl {
    public static final TypeSystemHolder typeSystem = new TypeSystemHolder();

    private TypeSystemHolder() {
        super(TypeSystemHolder.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy