Skip to content

Instantly share code, notes, and snippets.

@kenwebb
Last active June 14, 2017 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenwebb/976285e608c6ffeed83a223026dd7683 to your computer and use it in GitHub Desktop.
Save kenwebb/976285e608c6ffeed83a223026dd7683 to your computer and use it in GitHub Desktop.
Categorical Data IDE - AQL - Template
<?xml version="1.0" encoding="UTF-8"?>
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Wed Jun 14 2017 09:24:39 GMT-0400 (EDT)-->
<XholonWorkbook>
<Notes><![CDATA[
Xholon
------
Title: Categorical Data IDE - AQL - Template
Description:
Url: http://www.primordion.com/Xholon/gwt/
InternalName: 976285e608c6ffeed83a223026dd7683
Keywords:
My Notes
--------
June 11, 2017
Use this template to create your own AQL-based workbook and app.
]]></Notes>
<_-.XholonClass>
<PhysicalSystem/>
</_-.XholonClass>
<xholonClassDetails>
</xholonClassDetails>
<PhysicalSystem>
<!--
Put each statement on its own line, where possible.
Add a space before ":" if there is none
-->
<CatAql instances="true" schemas="true" separateSchemaInstance="true" xhcName_System="CattSystem" schemaNodeSuffix="s" schemaRoleNameNoSuffix="true" pointToSchema="true" exportGraphviz="true" exportSql="true" exportXml="true" exportYaml="true"><![CDATA[
// paste your AQL code here
]]></CatAql>
</PhysicalSystem>
<SvgClient><Attribute_String roleName="svgUri"><![CDATA[data:image/svg+xml,
]]></Attribute_String><Attribute_String roleName="setup">${MODELNAME_DEFAULT},${SVGURI_DEFAULT}</Attribute_String></SvgClient>
</XholonWorkbook>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment