From 9c489b384be6d73e66269ae70649a223933fea1a Mon Sep 17 00:00:00 2001 From: jprocter Date: Mon, 28 May 2007 11:14:05 +0000 Subject: [PATCH] moved castor-mapping.xsd to schemas --- resources/castor-mapping.xsd | 297 ------------------------------------------ resources/embl_mapping.xml | 2 +- 2 files changed, 1 insertion(+), 298 deletions(-) delete mode 100644 resources/castor-mapping.xsd diff --git a/resources/castor-mapping.xsd b/resources/castor-mapping.xsd deleted file mode 100644 index 0955245..0000000 --- a/resources/castor-mapping.xsd +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 61ccc51..2f3f046 100644 --- a/resources/embl_mapping.xml +++ b/resources/embl_mapping.xml @@ -5,7 +5,7 @@ --> + xsi:schemaLocation="http://castor.exolab.org/ ../schemas/castor-mapping.xsd"> -- 1.7.10.2