[Idrs-commit] CVS: Idrs/dev/xml rmlSchema.xml,1.2,1.3 rmlTrans.xml,1.7,1.8
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2002-09-09 21:27:47
|
Update of /cvsroot/idrs/Idrs/dev/xml In directory usw-pr-cvs1:/tmp/cvs-serv10950/xml Modified Files: rmlSchema.xml rmlTrans.xml Log Message: added transaction support and new form handling Index: rmlSchema.xml =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/xml/rmlSchema.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rmlSchema.xml 23 Mar 2002 04:48:29 -0000 1.2 --- rmlSchema.xml 9 Sep 2002 21:27:44 -0000 1.3 *************** *** 38,41 **** --- 38,42 ---- <xs:all> <xs:element name="text" type="xs:string" /> + <xs:element name="error" type="xs:string" /> <xs:element name="field" type="xs:string" /> <xs:attribute name="format" type="xs:string" /> *************** *** 110,119 **** <xs:complexType> <xs:sequence> ! <xs:element name="direction" minOccurrs="0" maxOccurrs="unbound"> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="INPUT" /> <xs:enumeration value="OUTPUT" /> </xs:restriciton> ! </xs:element> <xs:choice> <xs:sequence> --- 111,126 ---- <xs:complexType> <xs:sequence> ! <xs:element name="direction" minOccurrs="0" maxOccurrs="1"> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="INPUT" /> <xs:enumeration value="OUTPUT" /> </xs:restriciton> ! </xs:element> ! <xs:element name="transaction" minOccurrs="0" maxOccurrs="1"> ! <xs:restriction base="xs:NMTOKEN"> ! <xs:enumeration value="BEGIN" /> ! <xs:enumeration value="COMPLETE" /> ! </xs:restriciton> ! </xs:element> <xs:choice> <xs:sequence> Index: rmlTrans.xml =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/xml/rmlTrans.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** rmlTrans.xml 22 Aug 2002 19:35:01 -0000 1.7 --- rmlTrans.xml 9 Sep 2002 21:27:44 -0000 1.8 *************** *** 14,17 **** --- 14,18 ---- <trans:rml simple="true" ownLine="true">db</trans:rml> <trans:rml simple="true" ownLine="false">dbDriver</trans:rml> + <trans:rml simple="true" ownLine="false">transaction</trans:rml> <trans:rml simple="true" ownLine="false">dbName</trans:rml> <trans:rml simple="true" ownLine="false">dirrection</trans:rml> *************** *** 27,30 **** --- 28,32 ---- <trans:rml simple="true" ownLine="false" parents="repeat,ifchange,yes,no,body">field</trans:rml> <trans:rml simple="true" ownLine="false">src</trans:rml> + <trans:rml simple="true" ownLine="false">error</trans:rml> <trans:rml simple="true" ownLine="true" parents="body">ifResults</trans:rml> <trans:rml simple="false" ownLine="true" >yes</trans:rml> |