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