From: Mary T. <mak...@us...> - 2012-02-23 18:59:56
|
Update of /cvsroot/cfidev/core/schema In directory vz-cvs-4.sog:/tmp/cvs-serv18027 Modified Files: dx.xsd Log Message: dx.xsd - Added enumerations to EDataOrReport to cover performance curve document requirements (also altered 1 existing performance curve enumeration format so that all performance curve enumerations occur together). - added enumerations to EDocumentEquipmentType [To provide document references for associated data sheet and drawing] Index: dx.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/dx.xsd,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** dx.xsd 16 Jun 2011 15:03:46 -0000 1.39 --- dx.xsd 23 Feb 2012 18:59:54 -0000 1.40 *************** *** 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,31 **** NON-INFRINGEMENT. [...3361 lines suppressed...] ! <xsd:enumeration value="custom"/> ! </xsd:restriction> ! </xsd:simpleType> ! <xsd:element name="providedBy"> ! <xsd:annotation> ! <xsd:documentation>Provided by</xsd:documentation> ! <xsd:appinfo> ! <appShortName>Provided by</appShortName> ! <appLongName>Provided by</appLongName> ! </xsd:appinfo> ! </xsd:annotation> ! <xsd:complexType> ! <xsd:simpleContent> ! <xsd:extension base="EProvidedBy"> ! <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> ! </xsd:extension> ! </xsd:simpleContent> ! </xsd:complexType> ! </xsd:element> ! </xsd:schema> |