adding jump attr to the xsd; adding jump to asva
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 31 Jan 2009 20:50:17 +0000 (20:50 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 31 Jan 2009 20:50:17 +0000 (20:50 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12022 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/fm_IDL.xml
Open-ILS/examples/permacrud.xsd

index 8431fa0..e90a6c1 100644 (file)
@@ -672,6 +672,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
                        <field reporter:label="Processing Group Context Field" name="group_field" oils_obj:array_position="13" oils_persist:virtual="false"  reporter:datatype="text"/>
                        <field reporter:label="Template" name="template" oils_obj:array_position="14" oils_persist:virtual="false"  reporter:datatype="text"/>
                        <field reporter:label="Environmet Entries" name="env" oils_obj:array_position="15" oils_persist:virtual="true"  reporter:datatype="link"/>
+                       <field reporter:label="Parameters" name="params" oils_obj:array_position="16" oils_persist:virtual="true"  reporter:datatype="link"/>
                </fields>
                <links>
                        <link field="owner" reltype="has_a" key="id" map="" class="aou"/>
@@ -681,6 +682,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
                        <link field="cleanup_success" reltype="has_a" key="id" map="" class="atclean"/>
                        <link field="cleanup_failure" reltype="has_a" key="id" map="" class="atclean"/>
                        <link field="env" reltype="has_many" key="id" map="" class="atenv"/>
+                       <link field="params" reltype="has_many" key="id" map="" class="atevparam"/>
                </links>
        </class>
 
index d819ae0..451ac4b 100644 (file)
@@ -34,6 +34,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 <xs:element name="context" nillable="true">
  <xs:complexType>
   <xs:attribute name="link"/>
+  <xs:attribute name="jump"/>
   <xs:attribute name="field" use="required"/>
   <xs:attribute name="global_required"/>
  </xs:complexType>