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

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

package io.legaldocml.akn.attribute;


/**
 * This attribute creates a connection between the element and an element of the Akoma Ntoso ontology to which it
 * refers. In elements using this attribute definition the refersTo attribute is required
 *
 * 
 *   <xsd:attributeGroup name="refers">
 * 	   <xsd:attribute name="refersTo" use="required">
 *       <xsd:simpleType>
 *         <xsd:list>
 *           <xsd:simpleType>
 *             <xsd:restriction base="referenceRef"/>
 *           <xsd:simpleType>
 *         <xsd:list>
 *       <xsd:simpleType>
 *     <xsd:attribute>
 *   <xsd:attributeGroup>
 * 
* * @author Jacques Militello */ public interface RefersReq extends Refers { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy