From: Mary T. <mak...@us...> - 2012-02-23 19:31:40
|
Update of /cvsroot/cfidev/core/schema In directory vz-cvs-4.sog:/tmp/cvs-serv22274 Modified Files: ext.xsd Log Message: ext.xsd - Nillable feature is not available in cfiXML LT, so using LT tool: NilBaseA marked for removal; [dataType]NilA types marked to remove 'NilBaseA' from the union from which they are formed. Index: ext.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/ext.xsd,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** ext.xsd 16 Jun 2011 15:04:46 -0000 1.29 --- ext.xsd 23 Feb 2012 19:31:38 -0000 1.30 *************** *** 1,3 **** ! <?xml version="1.0" encoding="utf-8"?> <!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Alar Engineering Software Inc. --> <!-- See "cfiXML Process Document.doc" on schema development based on W3C consortium process. --> --- 1,3 ---- ! <?xml version="1.0" encoding="utf-8"?> <!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Alar Engineering Software Inc. --> <!-- See "cfiXML Process Document.doc" on schema development based on W3C consortium process. --> *************** *** 19,24 **** NON-INFRINGEMENT. [...1391 lines suppressed...] <xsd:simpleContent> <xsd:extension base="DoubleListBaseA"> ! <xsd:attributeGroup ref="BaseAttributeGroup" /> ! <xsd:attributeGroup ref="ListAttributeGroup" /> ! <xsd:attribute name="currencyCode" type="ECurrencyCode" use="optional" default="USD" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> ! </xsd:schema> \ No newline at end of file --- 1508,1516 ---- <xsd:simpleContent> <xsd:extension base="DoubleListBaseA"> ! <xsd:attributeGroup ref="BaseAttributeGroup"/> ! <xsd:attributeGroup ref="ListAttributeGroup"/> ! <xsd:attribute name="currencyCode" type="ECurrencyCode" use="optional" default="USD"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> ! </xsd:schema> |