From 59abe64391d749ea56876a24189973dba7b123fd Mon Sep 17 00:00:00 2001 From: jprocter Date: Mon, 28 May 2007 09:54:09 +0000 Subject: [PATCH] mapping file change for castor-1.1 upgrade --- resources/castor-mapping.xsd | 297 ++++++++++++++++++++++++++++++++++++++++++ resources/embl_mapping.xml | 6 +- 2 files changed, 300 insertions(+), 3 deletions(-) create mode 100644 resources/castor-mapping.xsd diff --git a/resources/castor-mapping.xsd b/resources/castor-mapping.xsd new file mode 100644 index 0000000..0955245 --- /dev/null +++ b/resources/castor-mapping.xsd @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The 'bind-xml' element is used for specifying XML specific databinding + properties and behavior for a specific field. 'bind-xml' may only appear + as a child of a 'field' element. + + + + + + + + + + + + + + An optional attribute used for specifying the XML name for the + field associated with the 'bind-xml' element. + + + + + + + + + + + Allows specifying how Castor should automatically determines + the XML name of this field when no name has been specified. + In most cases the XML name is determined by using the field name, + but in some cases the user may want to use the Class name of + the field type. This attribute allows choosing between the + two approaches. If this attribute is not specified, the field + name is used as the XML name. + + + + + + + + + + + + + + + Allows specifying a nested location path for this field, + the value should just be a simplified XPath like value + where names are separated by "/". + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/embl_mapping.xml b/resources/embl_mapping.xml index 84ed647..61ccc51 100644 --- a/resources/embl_mapping.xml +++ b/resources/embl_mapping.xml @@ -41,15 +41,15 @@ - - - + + + -- 1.7.10.2