org.w3._1999.xhtml.GlobalAttributeGroup Maven / Gradle / Ivy
//
// Diese Datei wurde mit der Eclipse Implementation of JAXB, v4.0.2 generiert
// Siehe https://eclipse-ee4j.github.io/jaxb-ri
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
//
package org.w3._1999.xhtml;
import com.kscs.util.jaxb.Buildable;
/**
* Interface-Deklaration generiert aus der group/attributeGroup-Deklaration:
* {http://www.w3.org/1999/xhtml}globalAttributeGroup
* Schema-Dokument "file:/Users/mirko/src/git/jaxb-rich-contract-plugin/test/src/main/resources/xhtml5.xsd", Zeile 1.732, Position 52
* Folgendes Schema-Fragment wird durch dieses Interface repräsentiert:
*
* <attGroup name="globalAttributeGroup">
* <attGroup ref="{http://www.w3.org/1999/xhtml}xmlAttributeGroup"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}coreAttributeGroup"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}commonEventsGroup"/>
* </attGroup>
*
*
*/
public interface GlobalAttributeGroup extends CommonEventsGroup, CoreAttributeGroup, XmlAttributeGroup
{
interface BuildSupport<_B >extends Buildable, CommonEventsGroup.BuildSupport<_B> , CoreAttributeGroup.BuildSupport<_B> , XmlAttributeGroup.BuildSupport<_B>
{
public _B end();
@Override
public GlobalAttributeGroup build();
}
public interface Modifier
extends CommonEventsGroup.Modifier, CoreAttributeGroup.Modifier, XmlAttributeGroup.Modifier
{
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy