From: Mary T. <mak...@us...> - 2011-12-05 14:46:09
|
Update of /cvsroot/cfidev/core/schema In directory vz-cvs-4.sog:/tmp/cvs-serv16220 Modified Files: etl.xsd Log Message: etl.xsd - annotation (definition) added to serviceFactor Index: etl.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/etl.xsd,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** etl.xsd 16 Jun 2011 15:04:46 -0000 1.48 --- etl.xsd 5 Dec 2011 14:46:07 -0000 1.49 *************** *** 1,3 **** ! <?xml version="1.0" encoding="utf-8"?> <!-- edited with XMLSpy v2011 (http://www.altova.com) by Mary Turton (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 v2011 (http://www.altova.com) by Mary Turton (Alar Engineering Software Inc) --> <!-- See "cfiXML Process Document.doc" on schema development based on W3C consortium process. --> *************** *** 19,27 **** NON-INFRINGEMENT. [...3148 lines suppressed...] ! <xsd:extension base="EValueServiceType"> ! <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> ! </xsd:extension> ! </xsd:simpleContent> ! </xsd:complexType> ! </xsd:element> ! <xsd:attributeGroup name="EValueServiceTypeGroup"> ! <xsd:annotation> ! <xsd:documentation>Service type value</xsd:documentation> ! <xsd:appinfo> ! <appShortName>Value service type</appShortName> ! <appLongName>Value service type</appLongName> ! </xsd:appinfo> ! </xsd:annotation> ! <xsd:attribute name="valueServiceType" type="EValueServiceType" use="optional"/> ! </xsd:attributeGroup> ! <!-- --> ! </xsd:schema> |