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

io.legaldocml.akn.group.HTMLinline Maven / Gradle / Ivy

package io.legaldocml.akn.group;

/**
 * The group HTMLinline lists the elements that are inline and were inherited from the HTML vocabulary.
 *
 * 
 *   <xsd:group name="HTMLinline">
 * 	   <xsd:choice>
 * 	     <xsd:element ref="b"/>
 * 		 <xsd:element ref="i"/>
 * 		 <xsd:element ref="a"/>
 * 		 <xsd:element ref="u"/>
 * 		 <xsd:element ref="sub"/>
 * 		 <xsd:element ref="sup"/>
 * 		 <xsd:element ref="abbr"/>
 * 		 <xsd:element ref="span"/>
 * 	   <xsd:choice>
 *   <xsd:group>
 * 
* * @author Jacques Militello */ public interface HTMLinline extends InlineElements { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy