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

io.legaldocml.akn.element.QuotedStructure Maven / Gradle / Ivy

package io.legaldocml.akn.element;

/**
 * The element quotedStructure is a popup element containing a full structure proposed as an insertion or a replacement.
 * Use attribute for when quotedStructure is used in a mmod or rmod to point to the id of the corresponding refelement.
 *
 * 
 * 	<xsd:element name="quotedStructure">
 * 		<xsd:complexType>
 * 			<xsd:complexContent>
 * 				<xsd:extension base="popupStructure">
 * 					<xsd:attribute name="for" type="xsd:anyURI" />
 * 				<xsd:extension>
 * 			<xsd:complexContent>
 * 		<xsd:complexType>
 * 	<xsd:element>
 * 
* * @author Jacques Militello */ public interface QuotedStructure extends ModTypeItem { /** * XML Tag element name. */ String ELEMENT = "quotedStructure"; /** * {@inheritDoc} */ @Override default String name() { return ELEMENT; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy