Some new work on Postgres, but not yet working and maybe a false start; apart
from that, stuff brought over from Cygnets, getting file upload working on Monorail.
This commit is contained in:
parent
9b4c13178e
commit
8a3daa78d9
19 changed files with 5376 additions and 5754 deletions
|
|
@ -1,124 +0,0 @@
|
|||
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>9.0.21022</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{45578889-14A2-4A53-8391-0596369CCBA5}</ProjectGuid>
|
||||
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>TestApp</RootNamespace>
|
||||
<AssemblyName>TestApp</AssemblyName>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Castle.Core, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
|
||||
<Reference Include="Castle.MonoRail.Framework, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
|
||||
<Reference Include="Castle.MonoRail.Framework.Views.NVelocity, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
|
||||
<Reference Include="Iesi.Collections, Version=1.0.0.3, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>L:\Castle\1.0.3RC3\Iesi.Collections.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="NHibernate, Version=1.2.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Core">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="System.Data.DataSetExtensions">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="System.Web.Extensions">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml.Linq">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Web" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Configuration" />
|
||||
<Reference Include="System.Web.Services" />
|
||||
<Reference Include="System.EnterpriseServices" />
|
||||
<Reference Include="System.Web.Mobile" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Default.aspx" />
|
||||
<Content Include="testapp.adl.xml" />
|
||||
<Content Include="Web.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Auto\address.auto.cs" />
|
||||
<Compile Include="Auto\person.auto.cs" />
|
||||
<Compile Include="Default.aspx.cs">
|
||||
<DependentUpon>Default.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Default.aspx.designer.cs">
|
||||
<DependentUpon>Default.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Web\Controllers\Auto\AbstractadltestappController.auto.cs" />
|
||||
<Compile Include="Web\Controllers\Auto\addressController.auto.cs" />
|
||||
<Compile Include="Web\Controllers\Auto\personController.auto.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Web\Views\Auto\test\address\edit.auto.vm" />
|
||||
<None Include="Web\Views\Auto\test\address\list.auto.vm" />
|
||||
<None Include="Web\Views\Auto\test\address\maybedelete.auto.vm" />
|
||||
<None Include="Web\Views\Auto\test\person\edit.auto.vm" />
|
||||
<None Include="Web\Views\Auto\test\person\maybedelete.auto.vm" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\CygnetToolkit\CygnetToolkit.csproj">
|
||||
<Project>{77FB7DE5-1F33-4DDC-8A2E-79EF4728705E}</Project>
|
||||
<Name>CygnetToolkit</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="App_Data\" />
|
||||
<Folder Include="Web\bin\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
||||
<WebProjectProperties>
|
||||
<UseIIS>False</UseIIS>
|
||||
<AutoAssignPort>True</AutoAssignPort>
|
||||
<DevelopmentServerPort>3627</DevelopmentServerPort>
|
||||
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
||||
<IISUrl>
|
||||
</IISUrl>
|
||||
<NTLMAuthentication>False</NTLMAuthentication>
|
||||
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
||||
</WebProjectProperties>
|
||||
</FlavorProperties>
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
</Project>
|
||||
|
|
@ -1,125 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<configuration>
|
||||
|
||||
|
||||
<configSections>
|
||||
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
||||
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
||||
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
|
||||
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
||||
<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" />
|
||||
<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
|
||||
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
|
||||
<section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
|
||||
</sectionGroup>
|
||||
</sectionGroup>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
|
||||
|
||||
<appSettings/>
|
||||
<connectionStrings/>
|
||||
|
||||
<system.web>
|
||||
<!--
|
||||
Set compilation debug="true" to insert debugging
|
||||
symbols into the compiled page. Because this
|
||||
affects performance, set this value to true only
|
||||
during development.
|
||||
-->
|
||||
<compilation debug="false">
|
||||
|
||||
<assemblies>
|
||||
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
||||
<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
||||
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
||||
</assemblies>
|
||||
|
||||
</compilation>
|
||||
<!--
|
||||
The <authentication> section enables configuration
|
||||
of the security authentication mode used by
|
||||
ASP.NET to identify an incoming user.
|
||||
-->
|
||||
<authentication mode="Windows" />
|
||||
<!--
|
||||
The <customErrors> section enables configuration
|
||||
of what to do if/when an unhandled error occurs
|
||||
during the execution of a request. Specifically,
|
||||
it enables developers to configure html error pages
|
||||
to be displayed in place of a error stack trace.
|
||||
|
||||
<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
|
||||
<error statusCode="403" redirect="NoAccess.htm" />
|
||||
<error statusCode="404" redirect="FileNotFound.htm" />
|
||||
</customErrors>
|
||||
-->
|
||||
|
||||
<pages>
|
||||
<controls>
|
||||
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
</controls>
|
||||
</pages>
|
||||
|
||||
<httpHandlers>
|
||||
<remove verb="*" path="*.asmx"/>
|
||||
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false"/>
|
||||
</httpHandlers>
|
||||
<httpModules>
|
||||
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
</httpModules>
|
||||
|
||||
</system.web>
|
||||
|
||||
<system.codedom>
|
||||
<compilers>
|
||||
<compiler language="c#;cs;csharp" extension=".cs" warningLevel="4"
|
||||
type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<providerOption name="CompilerVersion" value="v3.5"/>
|
||||
<providerOption name="WarnAsError" value="false"/>
|
||||
</compiler>
|
||||
</compilers>
|
||||
</system.codedom>
|
||||
|
||||
<!--
|
||||
The system.webServer section is required for running ASP.NET AJAX under Internet
|
||||
Information Services 7.0. It is not necessary for previous version of IIS.
|
||||
-->
|
||||
<system.webServer>
|
||||
<validation validateIntegratedModeConfiguration="false"/>
|
||||
<modules>
|
||||
<remove name="ScriptModule" />
|
||||
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
</modules>
|
||||
<handlers>
|
||||
<remove name="WebServiceHandlerFactory-Integrated"/>
|
||||
<remove name="ScriptHandlerFactory" />
|
||||
<remove name="ScriptHandlerFactoryAppServices" />
|
||||
<remove name="ScriptResource" />
|
||||
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode"
|
||||
type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode"
|
||||
type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
</handlers>
|
||||
</system.webServer>
|
||||
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
|
||||
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
|
||||
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
|
||||
</configuration>
|
||||
|
|
@ -1,115 +1,82 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- DOCTYPE application PUBLIC "-//CYGNETS//DTD ADL 0.1//EN" "http://www.cygnets.co.uk/schemas/adl-0.1.1.dtd" -->
|
||||
<!-- DOCTYPE application SYSTEM "file:/C:/Projects/ADL/schemas/adl-0.dtd" -->
|
||||
|
||||
<!--
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE application PUBLIC "-//JOURNEYMAN//DTD ADL 1.4//EN"
|
||||
"http://bowyer.journeyman.cc/adl/stable/adl/schemas/adl-1.4.dtd">
|
||||
<!--
|
||||
Application Description Language framework
|
||||
testapp.adl.xml
|
||||
|
||||
the object of this file is to exercise as many aspects of ADL as possible;
|
||||
it isn't expected to describe an application which does anything useful
|
||||
in the first instance, this is an attempt to recreate PRES in ADL
|
||||
|
||||
Copyright (c) 2008 Cygnet Solutions Ltd
|
||||
|
||||
$Author: sb $
|
||||
$Revision: 1.2 $
|
||||
$Date: 2008-07-01 16:08:17 $
|
||||
-->
|
||||
|
||||
<application name="ADLTestApp" xmlns="http://cygnets.co.uk/schemas/adl-1.2">
|
||||
<content>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
<top>
|
||||
|
||||
</top>
|
||||
<foot>
|
||||
|
||||
</foot>
|
||||
</content>
|
||||
<typedef name="postcode" type="string" size="10"
|
||||
pattern="^([A-PR-UWYZ0-9][A-HK-Y0-9][AEHMNPRTVXY0-9]?[ABEHMNPRVWXY0-9]? {1,2}[0-9][ABD-HJLN-UW-Z]{2}|GIR 0AA)$">
|
||||
<documentation>
|
||||
a postcode follows arcane rules; this specification from
|
||||
http://regexlib.com/REDetails.aspx?regexp_id=260.
|
||||
$Author: simon $
|
||||
$Revision: 1.3 $
|
||||
$Date: 2010-07-20 19:53:40 $
|
||||
-->
|
||||
<application name="pres" xmlns="http://bowyer.journeyman.cc/adl/stable/">
|
||||
<specification abbr="regexplib" name="RegexpLib.com" url="http://regexlib.com/"/>
|
||||
<content>
|
||||
<head/>
|
||||
<top/>
|
||||
<foot/>
|
||||
</content>
|
||||
<typedef name="postcode"
|
||||
pattern="^([A-PR-UWYZ0-9][A-HK-Y0-9][AEHMNPRTVXY0-9]?[ABEHMNPRVWXY0-9]? {1,2}[0-9][ABD-HJLN-UW-Z]{2}|GIR 0AA)$"
|
||||
size="10" type="string">
|
||||
<documentation>
|
||||
<reference abbr="regexplib" section="REDetails.aspx?regexp_id=260"/>
|
||||
a postcode follows arcane rules.
|
||||
</documentation>
|
||||
</typedef>
|
||||
<typedef name="age" type="integer" minimum="0" maximum="120">
|
||||
<documentation>
|
||||
</typedef>
|
||||
<typedef maximum="120" minimum="0" name="age" type="integer">
|
||||
<documentation>
|
||||
We don't believe people who claim to be over 120.
|
||||
</documentation>
|
||||
</typedef>
|
||||
<group name="public"/>
|
||||
<group name="admin" parent="public"/>
|
||||
<entity name="Person">
|
||||
<property name="LastName" type="string" required="true" size="100" distinct="user">
|
||||
<prompt locale="en-UK" prompt="Surname"/>
|
||||
</property>
|
||||
<property name="ForeNames" type="string" required="true" size="100" distinct="user">
|
||||
<prompt locale="en-UK" prompt="Fore names"/>
|
||||
</property>
|
||||
<property name="Partner" type="entity" entity="Person"/>
|
||||
<property name="Gender" type="string" size="1" required="true">
|
||||
<option value="M">
|
||||
<prompt locale="en-GB" prompt="Male"/>
|
||||
</option>
|
||||
<option value="F">
|
||||
<prompt locale="en-GB" prompt="Female"/>
|
||||
</option>
|
||||
</property>
|
||||
<property name="age" type="defined" typedef="age"/>
|
||||
<property name="Address" type="entity" entity="Address" distinct="user"/>
|
||||
<property name="Friends" type="link" entity="Person"/>
|
||||
<form name="edit" properties="listed">
|
||||
<fieldgroup name="Personal Data">
|
||||
<documentation>
|
||||
Basic data about the person
|
||||
</documentation>
|
||||
<field property="ForeNames">
|
||||
<prompt locale="en-GB" prompt="Fore names"/>
|
||||
</field>
|
||||
<field property="LastName">
|
||||
<prompt locale="en-GB" prompt="Surname"/>
|
||||
<help locale="en-GB">
|
||||
Family name of this person, conventionally their last name
|
||||
</help>
|
||||
</field>
|
||||
<field property="Partner"/>
|
||||
<field property="Gender"/>
|
||||
<field property="Address"/>
|
||||
</fieldgroup>
|
||||
<fieldgroup name="Community">
|
||||
<field property="Friends"/>
|
||||
</fieldgroup>
|
||||
</form>
|
||||
</entity>
|
||||
<entity name="Address">
|
||||
<key>
|
||||
<property name="Number" type="string" size="8" distinct="all">
|
||||
<prompt locale="en-GB" prompt="House number"/>
|
||||
<help locale="en-GB">
|
||||
House or building number
|
||||
</help>
|
||||
</property>
|
||||
<property name="Postcode" type="defined" typedef="postcode" required="false" distinct="all">
|
||||
<prompt locale="en-UK" prompt="Post code"/>
|
||||
</property>
|
||||
</key>
|
||||
<property name="Address1" type="string" required="true" size="255">
|
||||
<prompt locale="en-UK" prompt="Address"/>
|
||||
</property>
|
||||
<property name="Address2" type="string" required="false" size="255">
|
||||
<prompt locale="en-UK" prompt="Line 2"/>
|
||||
</property>
|
||||
<property name="Address3" type="string" required="false" size="255">
|
||||
<prompt locale="en-UK" prompt="Line 3"/>
|
||||
</property>
|
||||
<property name="City" type="string" required="false" size="255">
|
||||
<prompt locale="en-UK" prompt="Post town"/>
|
||||
</property>
|
||||
<property name="County" type="string" required="false" size="255" />
|
||||
<form name="edit" properties="all"/>
|
||||
<list name="list" properties="user-distinct"/>
|
||||
</entity>
|
||||
</application>
|
||||
</typedef>
|
||||
<typedef name="email"
|
||||
pattern="^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$" size="128">
|
||||
<documentation>
|
||||
<reference abbr="regexplib" section="REDetails.aspx?regexp_id=26"/>
|
||||
</documentation>
|
||||
</typedef>
|
||||
<group name="public"/>
|
||||
<group name="admin" parent="public"/>
|
||||
<entity name="Actor">
|
||||
<documentation>
|
||||
A real (administrative) user of this system with a first-class, database layer login,
|
||||
as opposed to a Subscriber with a second-class, application layer login.
|
||||
</documentation>
|
||||
<property name="Name" size="64" type="string"/>
|
||||
<property name="EMail" type="defined" typedef="email"/>
|
||||
<property name="Approved" type="boolean"/>
|
||||
</entity>
|
||||
<entity name="Article">
|
||||
<property name="Created" type="date"/>
|
||||
<property name="Embargo" type="date"/>
|
||||
<property entity="Category" name="Category" type="entity"/>
|
||||
<property name="Title" size="128" type="string"/>
|
||||
<property entity="Actor" name="Author" type="entity"/>
|
||||
<property name="Location" type="entity" entity="Location"/>
|
||||
</entity>
|
||||
<entity name="Author">
|
||||
<property name="CanonicalName" size="128" type="string"/>
|
||||
<property entity="NomDePlume" name="NomsDePlume" type="list"/>
|
||||
<property name="Disambiguation" size="256" type="string">
|
||||
<documentation>
|
||||
If the canonical name is a common one, or there are known to be two or more authors
|
||||
with the same canonical name, some brief text about the author to disambiguate.
|
||||
</documentation>
|
||||
</property>
|
||||
</entity>
|
||||
<entity name="Book">
|
||||
<property entity="Article" name="Article" type="entity"/>
|
||||
<property name="AuthorAsEntered" size="128" type="string">
|
||||
<documentation>The name of the author as entered by the original user, prior to being resolved against known authors</documentation>
|
||||
</property>
|
||||
<property entity="Author" name="Authors" type="link"/>
|
||||
<property name="Title" size="128" type="string"/>
|
||||
</entity>
|
||||
<entity name="NomDePlume">
|
||||
<property name="Name" size="128" type="string"/>
|
||||
<property entity="Author" name="Author" type="entity"/>
|
||||
</entity>
|
||||
</application>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue