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

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

package io.legaldocml.akn.group;


import io.legaldocml.akn.element.RefItem;

/**
 * The group TLCs is a list of types of Top Level classes of the Akoma Ntoso ontology.
 * 
 * 
 *   <xsd:group name="TLCs">
 * 	   <xsd:choice>
 * 	     <xsd:element ref="TLCPerson"/>
 * 		 <xsd:element ref="TLCOrganization"/>
 * 		 <xsd:element ref="TLCConcept"/>
 * 		 <xsd:element ref="TLCObject"/>
 * 		 <xsd:element ref="TLCEvent"/>
 * 		 <xsd:element ref="TLCLocation"/>
 * 		 <xsd:element ref="TLCProcess"/>
 * 		 <xsd:element ref="TLCRole"/>
 * 		 <xsd:element ref="TLCTerm"/>
 * 		 <xsd:element ref="TLCReference"/>
 *	   <xsd:choice>
 *   <xsd:group>
 * 
* * @author Jacques Militello */ public interface TLC extends RefItem { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy