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

fj_doc_lib_autodoc.template.autodoc.ftl Maven / Gradle / Ivy

There is a newer version: 8.11.1
Show newest version
<#import 'autodoc_macro.ftl' as utils>
 	
    
	
		10
		
		autodoc-table-id=Documentation
		true
		false
		
		autodoc-table-id
		
		29.7cm
		21cm
		
		${autodocModel.title}
		en 
		
		https://venusguides.fugerit.org/src/css/default_venus_docs_style.css 
	
	
		
		
    	${autodocModel.title}<#if autodocModel.version??> ${autodocModel.version}

    	    	
    	
    			Elements configuration reference
    		
    			Element
    			Description
    			Children
    		
    		<#list autodocModel.elements as autodocElement>
    		<#assign xsdElement=autodocElement.xsdElement>
    		<#assign autodocType=autodocElement.autodocType>
       		  
     			${xsdElement.rawName}
    			${annotationAsSingleStringFun(autodocElement.xsdAnnotationDeep)}
    			<#if autodocElement.complexType.mixed>mixed  <@utils.handleTypeChildren autodocType/>
    		
<#list autodocModel.elements as autodocElement>
<#assign xsdElement=autodocElement.xsdElement> <#assign complexType=autodocElement.complexType> top Element : ${xsdElement.rawName} ${annotationAsSingleStringFun(autodocElement.xsdAnnotationDeep)} Attribute Description Note <#if autodocElement.autodocAttributes?size gt 0> <#list autodocElement.autodocAttributes as attribute> ${attribute.xsdAttribute.rawName} ${annotationAsSingleStringFun(attribute.xsdAnnotationDeep)} ${attribute.note} <#else> This element does not have attributes




© 2015 - 2024 Weber Informatics LLC | Privacy Policy