com.microsoft.schemas.office.drawing.x2014.chartex.STDataId Maven / Gradle / Ivy
/*
* XML Type: ST_DataId
* Namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
* Java type: com.microsoft.schemas.office.drawing.x2014.chartex.STDataId
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.office.drawing.x2014.chartex;
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 ST_DataId(@http://schemas.microsoft.com/office/drawing/2014/chartex).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.office.drawing.x2014.chartex.STDataId.
*/
public interface STDataId extends org.apache.xmlbeans.XmlUnsignedInt {
SimpleTypeFactory Factory = new SimpleTypeFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "stdataidf8f1type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
}