From: Mary T. <mak...@us...> - 2012-09-25 14:44:28
|
Update of /cvsroot/cfidev/core/schema In directory vz-cvs-4.sog:/tmp/cvs-serv17673 Modified Files: ctx.xsd Log Message: ctx.xsd - validation issue fixed: Organization is extension of objb:BaseObject - both base type and complex type included anyAttribute so there were 2 of same attribute on Organization, but with different namespaces. Index: ctx.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/ctx.xsd,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** ctx.xsd 16 Jun 2011 15:03:46 -0000 1.17 --- ctx.xsd 25 Sep 2012 14:44:26 -0000 1.18 *************** *** 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,29 **** NON-INFRINGEMENT. [...1768 lines suppressed...] ! <xsd:enumeration value="custom"/> ! </xsd:restriction> ! </xsd:simpleType> ! <xsd:element name="phoneType"> ! <xsd:annotation> ! <xsd:documentation>Telephone type</xsd:documentation> ! <xsd:appinfo> ! <appShortName>Telephone type</appShortName> ! <appLongName>Telephone type</appLongName> ! </xsd:appinfo> ! </xsd:annotation> ! <xsd:complexType> ! <xsd:simpleContent> ! <xsd:extension base="EPhoneType"> ! <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> ! </xsd:extension> ! </xsd:simpleContent> ! </xsd:complexType> ! </xsd:element> ! </xsd:schema> |