io.legaldocml.akn.attribute.NormalizedAtt Maven / Gradle / Ivy
package io.legaldocml.akn.attribute;
import io.legaldocml.akn.AknObject;
/**
* The attribute normalized is used in the inline element quantity to provide a normalized value of the number, if
* appropriate.
*
*
* <xsd:attributeGroup name="normalizedAtt">
* <xsd:attribute name="normalized" type="xsd:string"/>
* <xsd:attributeGroup>
*
*
* @author Jacques Militello
*/
public interface NormalizedAtt extends AknObject {
/**
* Attribute name "normalized".
*/
String ATTRIBUTE = "normalized";
String getNormalized();
void setNormalized(String normalized);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy