From 694ed32089263f7d90a0d6a3e5c99e450c50a453 Mon Sep 17 00:00:00 2001 From: jprocter Date: Mon, 28 May 2007 09:57:21 +0000 Subject: [PATCH] castor mapping file schema (for mappings in resources dir) - this is put in for development documentation purposes. --- schemas/castor-mapping.xsd | 297 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 297 insertions(+) create mode 100644 schemas/castor-mapping.xsd diff --git a/schemas/castor-mapping.xsd b/schemas/castor-mapping.xsd new file mode 100644 index 0000000..0955245 --- /dev/null +++ b/schemas/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 "/". + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.7.10.2