From: Mary T. <mak...@us...> - 2012-02-23 19:03:26
|
Update of /cvsroot/cfidev/core/schema In directory vz-cvs-4.sog:/tmp/cvs-serv18266 Modified Files: mtrl.xsd Log Message: mtrl.xsd - added enumerations to EProcessingType, and EASTMNumber [for valve material specifications associated with example data requirements] Index: mtrl.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/mtrl.xsd,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** mtrl.xsd 16 Jun 2011 15:06:02 -0000 1.69 --- mtrl.xsd 23 Feb 2012 19:03:21 -0000 1.70 *************** *** 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,32 **** NON-INFRINGEMENT. [...26247 lines suppressed...] ! </xsd:simpleType> ! <xsd:element name="wilsonMolarVolumeType"> ! <xsd:annotation> ! <xsd:documentation>Wilson molar volume type</xsd:documentation> ! <xsd:appinfo> ! <appShortName>Wilson molar vol typ</appShortName> ! <appLongName>Wilson molar volume type</appLongName> ! </xsd:appinfo> ! </xsd:annotation> ! <xsd:complexType> ! <xsd:simpleContent> ! <xsd:extension base="EWilsonMolarVolumeType"> ! <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> ! </xsd:extension> ! </xsd:simpleContent> ! </xsd:complexType> ! </xsd:element> ! <!-- --> ! </xsd:schema> |