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

io.legaldocml.akn.attribute.IdOpt Maven / Gradle / Ivy

package io.legaldocml.akn.attribute;

/**
 * These attributes identify the element in an absolute manner. In elements using this attribute definition the eId
 * attribute is optional. The wId is used to mark the identifier that the structure used to have in the original
 * version, and is only needed when a renumbering occurred.
 *
 * 
 *   <xsd:attributeGroup name="idopt">
 *     <xsd:attribute name="eId" type="noWhiteSpace"/>
 *     <xsd:attribute name="wId" type="noWhiteSpace"/>
 *     <xsd:attribute name="GUID" type="noWhiteSpace"/>
 *   <xsd:attributeGroup>
 * 
*/ public interface IdOpt extends Id { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy