You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(21) |
Feb
(44) |
Mar
(10) |
Apr
(14) |
May
(13) |
Jun
(5) |
Jul
(21) |
Aug
(23) |
Sep
(7) |
Oct
(8) |
Nov
(9) |
Dec
(19) |
2006 |
Jan
(7) |
Feb
(8) |
Mar
(11) |
Apr
(10) |
May
(1) |
Jun
(5) |
Jul
(1) |
Aug
|
Sep
(15) |
Oct
(13) |
Nov
(26) |
Dec
(8) |
2007 |
Jan
(8) |
Feb
(6) |
Mar
|
Apr
(4) |
May
(5) |
Jun
(8) |
Jul
|
Aug
(2) |
Sep
|
Oct
(3) |
Nov
(4) |
Dec
|
2008 |
Jan
(7) |
Feb
(9) |
Mar
|
Apr
(2) |
May
|
Jun
(11) |
Jul
|
Aug
(6) |
Sep
|
Oct
|
Nov
(5) |
Dec
|
2009 |
Jan
(7) |
Feb
(37) |
Mar
(6) |
Apr
|
May
|
Jun
(13) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(7) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(8) |
May
|
Jun
(12) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2012 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Mary T. <mak...@us...> - 2011-04-05 11:09:16
|
Update of /cvsroot/cfidev/core/schema In directory vz-cvs-2.sog:/tmp/cvs-serv20314 Modified Files: mtrl.xsd Log Message: mtrl.xsd - replaced use of ext:ID with ext:ObjID in componentID and referenceReaction attributes (and all related), materialComponentReference, materialReference and materialSampleReference elements. - Replaced mtrl:formShapeItem with ref etl:shapeItem; annotation updates - EFormShapeType annotation updates Index: mtrl.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/mtrl.xsd,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** mtrl.xsd 24 Feb 2011 21:53:13 -0000 1.67 --- mtrl.xsd 5 Apr 2011 11:09:13 -0000 1.68 *************** *** 1623,1628 **** --- 1623,1649 ---- <!-- --> + <xsd:element name="materialSample" type="MaterialSample"> + <xsd:annotation> + <xsd:documentation>Material sample (substitute with materialPureSample or materialMixtureSample)</xsd:documentation> + <xsd:appinfo> + <appShortName>Material sample item</appShortName> + <appLongName>Material sample item</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> <xsd:complexType name="MaterialSample"> <xsd:annotation> + <xsd:documentation>Common details for material samples (base class)</xsd:documentation> + <xsd:appinfo> + <appShortName>Material sample</appShortName> + <appLongName>Material sample</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:complexContent> + <xsd:extension base="MaterialSampleA"/> + </xsd:complexContent> + </xsd:complexType> + <xsd:complexType name="MaterialSampleA" abstract="true"> + <xsd:annotation> <xsd:documentation>Material sample (abstract)</xsd:documentation> <xsd:appinfo> *************** *** 1654,1664 **** <xsd:complexType> <xsd:sequence> ! <xsd:element name="formShapeItem" type="etl:Shape" minOccurs="0"> <xsd:annotation> - <xsd:documentation>Form Shape details. Derivable to etl:RectangularShape, etl:CylindricalShape.</xsd:documentation> <xsd:appinfo> ! <appShortName>Form Shape</appShortName> ! <appLongName>Form Shape</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> --- 1675,1685 ---- <xsd:complexType> <xsd:sequence> ! <xsd:element ref="etl:shapeItem" minOccurs="0"> <xsd:annotation> <xsd:appinfo> ! <appShortName>Shape item</appShortName> ! <appLongName>Shape item</appLongName> </xsd:appinfo> + <xsd:documentation>Form shape details</xsd:documentation> </xsd:annotation> </xsd:element> *************** *** 1761,1765 **** </xsd:complexContent> </xsd:complexType> ! <xsd:element name="materialPureSample" type="MaterialPureSample"> <xsd:annotation> <xsd:documentation>Pure material sample</xsd:documentation> --- 1782,1786 ---- </xsd:complexContent> </xsd:complexType> ! <xsd:element name="materialPureSample" type="MaterialPureSample" substitutionGroup="materialSample"> <xsd:annotation> <xsd:documentation>Pure material sample</xsd:documentation> *************** *** 1894,1898 **** </xsd:complexContent> </xsd:complexType> ! <xsd:element name="materialMixtureSample" type="MaterialMixtureSample"> <xsd:annotation> <xsd:documentation>Mixture material sample</xsd:documentation> --- 1915,1919 ---- </xsd:complexContent> </xsd:complexType> ! <xsd:element name="materialMixtureSample" type="MaterialMixtureSample" substitutionGroup="materialSample"> <xsd:annotation> <xsd:documentation>Mixture material sample</xsd:documentation> *************** *** 2852,2856 **** <xsd:element name="customAntoineUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentID" type="ext:ID" use="required"/> </xsd:complexType> </xsd:element> --- 2873,2877 ---- <xsd:element name="customAntoineUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentID" type="ext:ObjID" use="required"/> </xsd:complexType> </xsd:element> *************** *** 2885,2889 **** <xsd:element name="customDIPPRUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentID" type="ext:ID" use="required"/> </xsd:complexType> </xsd:element> --- 2906,2910 ---- <xsd:element name="customDIPPRUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentID" type="ext:ObjID" use="required"/> </xsd:complexType> </xsd:element> *************** *** 2977,2982 **** <xsd:element name="customNRTLBinaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="component1ID" type="ext:ID" use="required"/> ! <xsd:attribute name="component2ID" type="ext:ID" use="required"/> </xsd:complexType> </xsd:element> --- 2998,3003 ---- <xsd:element name="customNRTLBinaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="component1ID" type="ext:ObjID" use="required"/> ! <xsd:attribute name="component2ID" type="ext:ObjID" use="required"/> </xsd:complexType> </xsd:element> *************** *** 3087,3091 **** <xsd:element name="customPRUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentID" type="ext:ID" use="required"/> </xsd:complexType> </xsd:element> --- 3108,3112 ---- <xsd:element name="customPRUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentID" type="ext:ObjID" use="required"/> </xsd:complexType> </xsd:element> *************** *** 3125,3130 **** <xsd:element name="customPRBinaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="component1ID" type="ext:ID" use="required"/> ! <xsd:attribute name="component2ID" type="ext:ID" use="required"/> </xsd:complexType> </xsd:element> --- 3146,3151 ---- <xsd:element name="customPRBinaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="component1ID" type="ext:ObjID" use="required"/> ! <xsd:attribute name="component2ID" type="ext:ObjID" use="required"/> </xsd:complexType> </xsd:element> *************** *** 3235,3239 **** <xsd:element name="customSRKUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentID" type="ext:ID" use="required"/> </xsd:complexType> </xsd:element> --- 3256,3260 ---- <xsd:element name="customSRKUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentID" type="ext:ObjID" use="required"/> </xsd:complexType> </xsd:element> *************** *** 3273,3278 **** <xsd:element name="customSRKBinaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="component1ID" type="ext:ID" use="required"/> ! <xsd:attribute name="component2ID" type="ext:ID" use="required"/> </xsd:complexType> </xsd:element> --- 3294,3299 ---- <xsd:element name="customSRKBinaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="component1ID" type="ext:ObjID" use="required"/> ! <xsd:attribute name="component2ID" type="ext:ObjID" use="required"/> </xsd:complexType> </xsd:element> *************** *** 3353,3357 **** <xsd:element name="customUnifacGroupUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentGroupID" type="ext:ID" use="required"/> </xsd:complexType> </xsd:element> --- 3374,3378 ---- <xsd:element name="customUnifacGroupUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentGroupID" type="ext:ObjID" use="required"/> </xsd:complexType> </xsd:element> *************** *** 3395,3400 **** <xsd:element name="customUnifacGroupBinaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentGroup1ID" type="ext:ID" use="required"/> ! <xsd:attribute name="componentGroup2ID" type="ext:ID" use="required"/> </xsd:complexType> </xsd:element> --- 3416,3421 ---- <xsd:element name="customUnifacGroupBinaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentGroup1ID" type="ext:ObjID" use="required"/> ! <xsd:attribute name="componentGroup2ID" type="ext:ObjID" use="required"/> </xsd:complexType> </xsd:element> *************** *** 3412,3416 **** <xsd:simpleContent> <xsd:extension base="ext:DoubleList"> ! <xsd:attribute name="componentGroupID" type="ext:ID" use="required"/> </xsd:extension> </xsd:simpleContent> --- 3433,3437 ---- <xsd:simpleContent> <xsd:extension base="ext:DoubleList"> ! <xsd:attribute name="componentGroupID" type="ext:ObjID" use="required"/> </xsd:extension> </xsd:simpleContent> *************** *** 3439,3443 **** <xsd:simpleContent> <xsd:extension base="ext:DoubleList"> ! <xsd:attribute name="componentGroupID" type="ext:ID" use="required"/> </xsd:extension> </xsd:simpleContent> --- 3460,3464 ---- <xsd:simpleContent> <xsd:extension base="ext:DoubleList"> ! <xsd:attribute name="componentGroupID" type="ext:ObjID" use="required"/> </xsd:extension> </xsd:simpleContent> *************** *** 3446,3450 **** <xsd:element name="customUnifacUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentID" type="ext:ID" use="required"/> </xsd:complexType> </xsd:element> --- 3467,3471 ---- <xsd:element name="customUnifacUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentID" type="ext:ObjID" use="required"/> </xsd:complexType> </xsd:element> *************** *** 3527,3531 **** <xsd:element name="customUniquacUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentID" type="ext:ID" use="required"/> </xsd:complexType> </xsd:element> --- 3548,3552 ---- <xsd:element name="customUniquacUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentID" type="ext:ObjID" use="required"/> </xsd:complexType> </xsd:element> *************** *** 3565,3570 **** <xsd:element name="customUniquacBinaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="component1ID" type="ext:ID" use="required"/> ! <xsd:attribute name="component2ID" type="ext:ID" use="required"/> </xsd:complexType> </xsd:element> --- 3586,3591 ---- <xsd:element name="customUniquacBinaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="component1ID" type="ext:ObjID" use="required"/> ! <xsd:attribute name="component2ID" type="ext:ObjID" use="required"/> </xsd:complexType> </xsd:element> *************** *** 3597,3601 **** <xsd:element name="customVanLaarUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentID" type="ext:ID" use="required"/> </xsd:complexType> </xsd:element> --- 3618,3622 ---- <xsd:element name="customVanLaarUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentID" type="ext:ObjID" use="required"/> </xsd:complexType> </xsd:element> *************** *** 3653,3657 **** <xsd:element name="customWilsonUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentID" type="ext:ID" use="required"/> </xsd:complexType> </xsd:element> --- 3674,3678 ---- <xsd:element name="customWilsonUnaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="componentID" type="ext:ObjID" use="required"/> </xsd:complexType> </xsd:element> *************** *** 3691,3696 **** <xsd:element name="customWilsonBinaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="component1ID" type="ext:ID" use="required"/> ! <xsd:attribute name="component2ID" type="ext:ID" use="required"/> </xsd:complexType> </xsd:element> --- 3712,3717 ---- <xsd:element name="customWilsonBinaryParameter" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="component1ID" type="ext:ObjID" use="required"/> ! <xsd:attribute name="component2ID" type="ext:ObjID" use="required"/> </xsd:complexType> </xsd:element> *************** *** 3775,3779 **** <xsd:element name="customUnifacComponentGroup" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="parentGroupID" type="ext:ID" use="optional"/> </xsd:extension> </xsd:complexContent> --- 3796,3800 ---- <xsd:element name="customUnifacComponentGroup" type="ext:Custom" minOccurs="0"/> </xsd:sequence> ! <xsd:attribute name="parentGroupID" type="ext:ObjID" use="optional"/> </xsd:extension> </xsd:complexContent> *************** *** 4232,4236 **** <xsd:simpleContent> <xsd:extension base="ext:Double"> ! <xsd:attribute name="referenceReaction" type="ext:ID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="apparentReactionKMoleFraction"> <xsd:annotation> --- 4253,4257 ---- <xsd:simpleContent> <xsd:extension base="ext:Double"> ! <xsd:attribute name="referenceReaction" type="ext:ObjID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="apparentReactionKMoleFraction"> <xsd:annotation> *************** *** 4254,4258 **** <xsd:simpleContent> <xsd:extension base="pq:MolecularWeightReciprocal"> ! <xsd:attribute name="referenceReaction" type="ext:ID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="apparentReactionKMolality"> <xsd:annotation> --- 4275,4279 ---- <xsd:simpleContent> <xsd:extension base="pq:MolecularWeightReciprocal"> ! <xsd:attribute name="referenceReaction" type="ext:ObjID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="apparentReactionKMolality"> <xsd:annotation> *************** *** 4276,4280 **** <xsd:simpleContent> <xsd:extension base="pq:VolumeMole"> ! <xsd:attribute name="referenceReaction" type="ext:ID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="apparentReactionKMolarity"> <xsd:annotation> --- 4297,4301 ---- <xsd:simpleContent> <xsd:extension base="pq:VolumeMole"> ! <xsd:attribute name="referenceReaction" type="ext:ObjID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="apparentReactionKMolarity"> <xsd:annotation> *************** *** 4298,4302 **** <xsd:simpleContent> <xsd:extension base="pq:P"> ! <xsd:attribute name="referenceReaction" type="ext:ID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="apparentReactionKP"> <xsd:annotation> --- 4319,4323 ---- <xsd:simpleContent> <xsd:extension base="pq:P"> ! <xsd:attribute name="referenceReaction" type="ext:ObjID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="apparentReactionKP"> <xsd:annotation> *************** *** 6060,6064 **** <xsd:simpleContent> <xsd:extension base="pq:EnergyMass"> ! <xsd:attribute name="referenceReaction" type="ext:ID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="enthalpyReactionMass"> <xsd:annotation> --- 6081,6085 ---- <xsd:simpleContent> <xsd:extension base="pq:EnergyMass"> ! <xsd:attribute name="referenceReaction" type="ext:ObjID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="enthalpyReactionMass"> <xsd:annotation> *************** *** 6082,6086 **** <xsd:simpleContent> <xsd:extension base="pq:EnergyMole"> ! <xsd:attribute name="referenceReaction" type="ext:ID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="enthalpyReactionMole"> <xsd:annotation> --- 6103,6107 ---- <xsd:simpleContent> <xsd:extension base="pq:EnergyMole"> ! <xsd:attribute name="referenceReaction" type="ext:ObjID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="enthalpyReactionMole"> <xsd:annotation> *************** *** 6949,6953 **** <xsd:simpleContent> <xsd:extension base="pq:EnergyMass"> ! <xsd:attribute name="referenceReaction" type="ext:ID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="internalEnergyReactionMass"> <xsd:annotation> --- 6970,6974 ---- <xsd:simpleContent> <xsd:extension base="pq:EnergyMass"> ! <xsd:attribute name="referenceReaction" type="ext:ObjID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="internalEnergyReactionMass"> <xsd:annotation> *************** *** 6971,6975 **** <xsd:simpleContent> <xsd:extension base="pq:EnergyMole"> ! <xsd:attribute name="referenceReaction" type="ext:ID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="internalEnergyReactionMole"> <xsd:annotation> --- 6992,6996 ---- <xsd:simpleContent> <xsd:extension base="pq:EnergyMole"> ! <xsd:attribute name="referenceReaction" type="ext:ObjID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="internalEnergyReactionMole"> <xsd:annotation> *************** *** 7900,7904 **** <xsd:simpleContent> <xsd:extension base="ext:Double"> ! <xsd:attribute name="referenceReaction" type="ext:ID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="reactionK"> <xsd:annotation> --- 7921,7925 ---- <xsd:simpleContent> <xsd:extension base="ext:Double"> ! <xsd:attribute name="referenceReaction" type="ext:ObjID" use="required"/> <xsd:attribute name="propertyName" type="xsd:Name" fixed="reactionK"> <xsd:annotation> *************** *** 9748,9756 **** <xsd:complexType> <xsd:sequence> ! <xsd:element name="materialSampleItem" type="MaterialSample" minOccurs="0"> ! <xsd:annotation> ! <xsd:documentation>Material sample (element). Set xsi:type to MaterialMixtureSample or MaterialPureSample to match materialSampleType value.</xsd:documentation> ! </xsd:annotation> ! </xsd:element> <xsd:element ref="materialSampleType" minOccurs="0"/> </xsd:sequence> --- 9769,9773 ---- <xsd:complexType> <xsd:sequence> ! <xsd:element ref="materialSample" minOccurs="0"/> <xsd:element ref="materialSampleType" minOccurs="0"/> </xsd:sequence> *************** *** 9905,9909 **** </xsd:element> <!-- A ref not used in the following as is makes the schema non-deterministic in MSXML4 --> ! <xsd:element name="materialComponentReference" type="ext:ID" minOccurs="0"> <xsd:annotation> <xsd:documentation>Component associated with a scalar component property.</xsd:documentation> --- 9922,9926 ---- </xsd:element> <!-- A ref not used in the following as is makes the schema non-deterministic in MSXML4 --> ! <xsd:element name="materialComponentReference" type="ext:ObjID" minOccurs="0"> <xsd:annotation> <xsd:documentation>Component associated with a scalar component property.</xsd:documentation> *************** *** 10120,10124 **** </xsd:annotation> </xsd:element> ! <xsd:element name="materialReference" type="ext:ID" minOccurs="0"> <xsd:annotation> <xsd:documentation>Material used for data reported in this current row of data entries. ObjID of one of the materials in the material list in the table.</xsd:documentation> --- 10137,10141 ---- </xsd:annotation> </xsd:element> ! <xsd:element name="materialReference" type="ext:ObjID" minOccurs="0"> <xsd:annotation> <xsd:documentation>Material used for data reported in this current row of data entries. ObjID of one of the materials in the material list in the table.</xsd:documentation> *************** *** 10129,10133 **** </xsd:annotation> </xsd:element> ! <xsd:element name="materialSampleReference" type="ext:ID" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>Material sample(s) used for data reported in this current row of data entries. ObjID(s) of material samples contained in the mtrlSampleList in this table.</xsd:documentation> --- 10146,10150 ---- </xsd:annotation> </xsd:element> ! <xsd:element name="materialSampleReference" type="ext:ObjID" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>Material sample(s) used for data reported in this current row of data entries. ObjID(s) of material samples contained in the mtrlSampleList in this table.</xsd:documentation> *************** *** 11349,11353 **** <xsd:simpleType name="EFormShapeType"> <xsd:annotation> ! <xsd:documentation>Form Shape Type</xsd:documentation> <xsd:appinfo> <appShortName>Form Shape Type</appShortName> --- 11366,11370 ---- <xsd:simpleType name="EFormShapeType"> <xsd:annotation> ! <xsd:documentation>Form Shape Type. Use xsiTypeNS for the namespace</xsd:documentation> <xsd:appinfo> <appShortName>Form Shape Type</appShortName> *************** *** 11356,11359 **** --- 11373,11377 ---- </xsd:annotation> <xsd:restriction base="xsd:string"> + <xsd:enumeration value="ConeShape"/> <xsd:enumeration value="CylindricalShape"/> <xsd:enumeration value="RectangularShape"/> *************** *** 11363,11367 **** <xsd:element name="formShapeType"> <xsd:annotation> ! <xsd:documentation>Form Shape Type. Used in xsi:type on FormShapeItem. Use xsiTypeNS for the namespace.</xsd:documentation> <xsd:appinfo> <appShortName>Form Shape</appShortName> --- 11381,11385 ---- <xsd:element name="formShapeType"> <xsd:annotation> ! <xsd:documentation>Form Shape Type.</xsd:documentation> <xsd:appinfo> <appShortName>Form Shape</appShortName> *************** *** 11545,11549 **** </xsd:element> <!-- ! --> <xsd:simpleType name="EMaterialSampleType"> --- 11563,11567 ---- </xsd:element> <!-- ! --> <xsd:simpleType name="EMaterialSampleType"> |
From: Mary T. <mak...@us...> - 2011-04-05 11:07:53
|
Update of /cvsroot/cfidev/core/schema In directory vz-cvs-2.sog:/tmp/cvs-serv20102 Modified Files: ext.xsd Log Message: ext.xsd - created ObjID type xsd:string - to distinguish when used as an objectID - altered commentReference x 3 type ID to ObjID Index: ext.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/ext.xsd,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** ext.xsd 24 Feb 2011 21:52:22 -0000 1.27 --- ext.xsd 5 Apr 2011 11:07:51 -0000 1.28 *************** *** 294,298 **** <!-- *********************************************************************************************** --> <!-- ! ID - Unique identifier within the scope of an object. This id can accept the ":" colon character, so can include namespace prefixes for identifying the type of an --- 294,299 ---- <!-- *********************************************************************************************** --> <!-- ! Full cfiXML schema should use the following pattern for objectIDs, as defined in schema guidelines. ! ID is no longer used in schema for objectIDs to enable schema Light (LT) requirements. ID - Unique identifier within the scope of an object. This id can accept the ":" colon character, so can include namespace prefixes for identifying the type of an *************** *** 304,307 **** --- 305,315 ---- </xsd:simpleType> <!-- GUID pattern: (\{[0-9|A-F]{8,8}-[0-9|A-F]{4,4}-[0-9|A-F]{4,4}-[0-9|A-F]{4,4}-[0-9|A-F]{12,12}\}) --> + <!-- + ObjID is an open string ID for objectIDs. If the user is following full cfiXML schema requirements, the + pattern used in ID and detailed in schema guidelines should be used for objectIDs. + --> + <xsd:simpleType name="ObjID" id="ObjID"> + <xsd:restriction base="xsd:string"/> + </xsd:simpleType> <!-- *************** *** 413,417 **** </xsd:annotation> </xsd:attribute> ! <xsd:attribute name="commentReference" type="ID" use="optional"/> <xsd:attribute name="changed" type="xsd:boolean" use="optional"/> <xsd:attribute name="recipientToProvide" type="xsd:boolean" use="optional"> --- 421,425 ---- </xsd:annotation> </xsd:attribute> ! <xsd:attribute name="commentReference" type="ObjID" use="optional"/> <xsd:attribute name="changed" type="xsd:boolean" use="optional"/> <xsd:attribute name="recipientToProvide" type="xsd:boolean" use="optional"> *************** *** 441,445 **** </xsd:annotation> </xsd:attribute> ! <xsd:attribute name="commentReference" type="ID" use="optional"/> <xsd:attribute name="changed" type="xsd:boolean" use="optional"/> <xsd:attribute name="revChanged" type="xsd:boolean" use="optional"> --- 449,453 ---- </xsd:annotation> </xsd:attribute> ! <xsd:attribute name="commentReference" type="ObjID" use="optional"/> <xsd:attribute name="changed" type="xsd:boolean" use="optional"/> <xsd:attribute name="revChanged" type="xsd:boolean" use="optional"> *************** *** 485,492 **** </xsd:annotation> </xsd:attribute> ! <xsd:attribute name="commentReference" type="ID" use="optional"/> <xsd:attribute name="changed" type="xsd:boolean" use="optional"> <xsd:annotation> ! <xsd:documentation>Changed flag indicating that this data item has changed since the previous version indicated by the version number in the objID.</xsd:documentation> </xsd:annotation> </xsd:attribute> --- 493,500 ---- </xsd:annotation> </xsd:attribute> ! <xsd:attribute name="commentReference" type="ObjID" use="optional"/> <xsd:attribute name="changed" type="xsd:boolean" use="optional"> <xsd:annotation> ! <xsd:documentation>Changed flag indicating that this data item has changed since the previous version indicated by the version number in the objectID.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
From: Mary T. <mak...@us...> - 2011-04-05 11:07:17
|
Update of /cvsroot/cfidev/core/schema In directory vz-cvs-2.sog:/tmp/cvs-serv19999 Modified Files: etl.xsd Log Message: etl.xsd - type etl:Shape renamed etl:ShapeA, with attribute abstract='true'; - new etl:shapeItem element, type etl:ShapeItem ext base of ShapeA, created to form head element for substitution; annotation updated. - RectangularShape, ConeShape, CylindricalShape ext base altered to ShapeItem and attribute of substitutionGroup="shapeItem" added to elements (and alpha order of types corrected); - moved EShapeType from eqBase into etl; updated annotation Index: etl.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/etl.xsd,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** etl.xsd 29 Jul 2010 21:07:20 -0000 1.46 --- etl.xsd 5 Apr 2011 11:07:15 -0000 1.47 *************** *** 1,4 **** <?xml version="1.0" encoding="utf-8"?> ! <!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Rurik Turton (Alar Engineering Software Inc.) --> <!-- See "cfiXML Process Document.doc" on schema development based on W3C consortium process. --> <!-- C O P Y R I G H T N O T I C E --- 1,4 ---- <?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. --> <!-- C O P Y R I G H T N O T I C E *************** *** 37,43 **** <!-- G E O M E T R Y--> <!--**************************************************************************************************** --> ! <xsd:complexType name="Shape"> <xsd:annotation> ! <xsd:documentation>Shape</xsd:documentation> </xsd:annotation> <xsd:sequence> --- 37,68 ---- <!-- G E O M E T R Y--> <!--**************************************************************************************************** --> ! <xsd:element name="shapeItem" type="ShapeItem"> <xsd:annotation> ! <xsd:documentation>Common item shape dimensions</xsd:documentation> ! <xsd:appinfo> ! <appShortName>Shape Item</appShortName> ! <appLongName>Shape Item</appLongName> ! </xsd:appinfo> ! </xsd:annotation> ! </xsd:element> ! <xsd:complexType name="ShapeItem"> ! <xsd:annotation> ! <xsd:documentation>Common item shape dimensions (base class)</xsd:documentation> ! <xsd:appinfo> ! <appShortName>Shape Item</appShortName> ! <appLongName>Shape Item</appLongName> ! </xsd:appinfo> ! </xsd:annotation> ! <xsd:complexContent> ! <xsd:extension base="ShapeA"/> ! </xsd:complexContent> ! </xsd:complexType> ! <xsd:complexType name="ShapeA" abstract="true"> ! <xsd:annotation> ! <xsd:documentation>ShapeA (abstract type for substitution group elements)</xsd:documentation> ! <xsd:appinfo> ! <appShortName>ShapeA</appShortName> ! <appLongName>ShapeA</appLongName> ! </xsd:appinfo> </xsd:annotation> <xsd:sequence> *************** *** 80,122 **** </xsd:complexType> <!-- - --> ! <xsd:element name="rectangularShape" type="RectangularShape"> ! <xsd:annotation> ! <xsd:documentation>Rectangular shape</xsd:documentation> ! <xsd:appinfo> ! <appShortName>Rectangular shape</appShortName> ! <appLongName>Rectangular shape</appLongName> ! </xsd:appinfo> ! </xsd:annotation> ! </xsd:element> ! <xsd:complexType name="RectangularShape"> ! <xsd:annotation> ! <xsd:documentation>Rectangular shape</xsd:documentation> ! <xsd:appinfo> ! <appShortName>Rectangular shape</appShortName> ! <appLongName>Rectangular shape</appLongName> ! </xsd:appinfo> ! </xsd:annotation> ! <xsd:complexContent> ! <xsd:extension base="Shape"> ! <xsd:sequence> ! <xsd:element name="width" type="pq:Length" minOccurs="0"> ! <xsd:annotation> ! <xsd:documentation>Shortest measurement in the horizontal direction (width)</xsd:documentation> ! <xsd:appinfo> ! <appShortName>Width</appShortName> ! <appLongName>Width</appLongName> ! </xsd:appinfo> ! </xsd:annotation> ! </xsd:element> ! <xsd:element name="customRectangularShape" type="ext:Custom" minOccurs="0"/> ! </xsd:sequence> ! </xsd:extension> ! </xsd:complexContent> ! </xsd:complexType> ! <!-- ! --> ! <xsd:element name="coneShape" type="ConeShape"> <xsd:annotation> <xsd:documentation>Cone shape</xsd:documentation> --- 105,110 ---- </xsd:complexType> <!-- --> ! <xsd:element name="coneShape" type="ConeShape" substitutionGroup="shapeItem"> <xsd:annotation> <xsd:documentation>Cone shape</xsd:documentation> *************** *** 136,140 **** </xsd:annotation> <xsd:complexContent> ! <xsd:extension base="Shape"> <xsd:sequence> <xsd:element name="largeDiameter" minOccurs="0" maxOccurs="unbounded"> --- 124,128 ---- </xsd:annotation> <xsd:complexContent> ! <xsd:extension base="ShapeItem"> <xsd:sequence> <xsd:element name="largeDiameter" minOccurs="0" maxOccurs="unbounded"> *************** *** 177,181 **** <!-- --> ! <xsd:element name="cylindricalShape" type="CylindricalShape"> <xsd:annotation> <xsd:documentation>Cylindrical shape</xsd:documentation> --- 165,169 ---- <!-- --> ! <xsd:element name="cylindricalShape" type="CylindricalShape" substitutionGroup="shapeItem"> <xsd:annotation> <xsd:documentation>Cylindrical shape</xsd:documentation> *************** *** 195,199 **** </xsd:annotation> <xsd:complexContent> ! <xsd:extension base="Shape"> <xsd:sequence> <xsd:element name="diameter" minOccurs="0" maxOccurs="unbounded"> --- 183,187 ---- </xsd:annotation> <xsd:complexContent> ! <xsd:extension base="ShapeItem"> <xsd:sequence> <xsd:element name="diameter" minOccurs="0" maxOccurs="unbounded"> *************** *** 220,223 **** --- 208,247 ---- <!-- --> + <xsd:element name="rectangularShape" type="RectangularShape" substitutionGroup="shapeItem"> + <xsd:annotation> + <xsd:documentation>Rectangular shape</xsd:documentation> + <xsd:appinfo> + <appShortName>Rectangular shape</appShortName> + <appLongName>Rectangular shape</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:complexType name="RectangularShape"> + <xsd:annotation> + <xsd:documentation>Rectangular shape</xsd:documentation> + <xsd:appinfo> + <appShortName>Rectangular shape</appShortName> + <appLongName>Rectangular shape</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:complexContent> + <xsd:extension base="ShapeItem"> + <xsd:sequence> + <xsd:element name="width" type="pq:Length" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Shortest measurement in the horizontal direction (width)</xsd:documentation> + <xsd:appinfo> + <appShortName>Width</appShortName> + <appLongName>Width</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="customRectangularShape" type="ext:Custom" minOccurs="0"/> + </xsd:sequence> + </xsd:extension> + </xsd:complexContent> + </xsd:complexType> + <!-- + --> <xsd:complexType name="Coordinate"> <xsd:annotation> *************** *** 243,246 **** --- 267,307 ---- </xsd:sequence> </xsd:complexType> + <!-- + --> + <xsd:simpleType name="EShapeType"> + <xsd:annotation> + <xsd:documentation>Shape type. Can use xsiTypeNS for the namespace</xsd:documentation> + <xsd:appinfo> + <appShortName>Shape type</appShortName> + <appLongName>Shape type</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:restriction base="xsd:string"> + <xsd:enumeration value="ConeShape"/> + <xsd:enumeration value="CylindricalShape"/> + <xsd:enumeration value="RectangularShape"/> + <xsd:enumeration value="Other"/> + <xsd:enumeration value="Unspecified"/> + <xsd:enumeration value="Nil"/> + <xsd:enumeration value="custom"/> + </xsd:restriction> + </xsd:simpleType> + <xsd:element name="shapeType"> + <xsd:annotation> + <xsd:documentation>Shape type</xsd:documentation> + <xsd:appinfo> + <appShortName>Shape type</appShortName> + <appLongName>Shape type</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:complexType> + <xsd:simpleContent> + <xsd:extension base="EShapeType"> + <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> + <xsd:attribute name="xsiTypeNS" type="xsd:string" use="optional"/> + </xsd:extension> + </xsd:simpleContent> + </xsd:complexType> + </xsd:element> <!--****************************************************************************************************--> <!-- E L E C T R I C I T Y--> |
From: Mary T. <mak...@us...> - 2011-04-05 11:06:20
|
Update of /cvsroot/cfidev/core/schema In directory vz-cvs-2.sog:/tmp/cvs-serv19903 Modified Files: dx.xsd Log Message: dx.xsd - dx:AssociatedDocumentID (and element) renamed to AlternativeDocumentID and all child elements deleted except for documentType, id, ctx:organizationContext and custom element. Annotation added. - dx:DataSheet element reference changed from associated- to alternativeDocumentID. - dx:documentID annotation updated to 'Primary data sheet identifiers, including organization-specific'. - AssociatedDocumentID renamed AssociatedDocument and altered to extension base of obj:Object. New elements added: fileName (String), isProvided (Boolean), isRequired (Boolean), issueDate (Date), documentVersion (String), documentStatus (String), ctx:contact, documentLocation/locationDescription, custom and moved webSiteURL into documentLocation. Removed element ref to documentEquipmentType, documentType and cfiXMLDocument (latter is available via object and fileType qualifier). Annotation updated. - created associatedDataSheet with ext base AssociatedDocument; added documentEquipmentType, dataSheetType (=documentType) and custom element. Annotation added. - dx:DataSheetHeader/dx:associatedDataSheet added - ECertification and EDataOrReport moved from eqBase to dx - created supportDocument with ext base AssociatedDocument; added certification, dataOrReport element refs and documentDescription string. - created global dx:EquipmentDocument of ext base dx:SupportDocument and including elements from eq:requirement/eq:document (from eqBase.xsd), but excluding eq:document/certification, dataOrReport, isRequired, id, remark, documentDescription and eq:document/manufacturerDocumentReference (now available via ctx:organizationContext identifiers) deleted as available from dx:SupportDocument base. - copy of EProvidedBy and EVerificationType copied from eqBase to dx; the latter renamed to EDataVerificationType; - EFileType enumeration html added - Added Reference drawing, Pressure-Temperature curve, Reference specification to EDataOrReport Index: dx.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/dx.xsd,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** dx.xsd 29 Jul 2010 21:07:20 -0000 1.36 --- dx.xsd 5 Apr 2011 11:06:18 -0000 1.37 *************** *** 1,4 **** <?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. --> <!-- C O P Y R I G H T N O T I C E --- 1,4 ---- <?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. --> <!-- C O P Y R I G H T N O T I C E *************** *** 39,73 **** <!-- --> ! <xsd:element name="associatedDocumentID" type="AssociatedDocumentID"> <xsd:annotation> ! <xsd:documentation>Associated document IDs or numbers</xsd:documentation> <xsd:appinfo> ! <appShortName>Associated Doc ID</appShortName> ! <appLongName>Associated Document ID</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> ! <xsd:complexType name="AssociatedDocumentID"> <xsd:annotation> ! <xsd:documentation>Associated document IDs or numbers</xsd:documentation> <xsd:appinfo> ! <appShortName>Associated Doc ID</appShortName> ! <appLongName>Associated Document ID</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:sequence> - <xsd:element name="applicableStandardDescription" type="ext:String" minOccurs="0" maxOccurs="unbounded"> - <xsd:annotation> - <xsd:documentation>Description of applicable document (or overlay) standards</xsd:documentation> - <xsd:appinfo> - <appShortName>Applicable std desc</appShortName> - <appLongName>Applicable standard description</appLongName> - </xsd:appinfo> - </xsd:annotation> - </xsd:element> - <xsd:element ref="cfiXmlDocument" minOccurs="0"/> - <xsd:element ref="documentEquipmentType" minOccurs="0"/> <xsd:element ref="documentType" minOccurs="0"/> - <xsd:element ref="fileType" minOccurs="0"/> <xsd:element name="id" type="ext:String" minOccurs="0"> <xsd:annotation> --- 39,61 ---- <!-- --> ! <xsd:element name="alternativeDocumentID" type="AlternativeDocumentID"> <xsd:annotation> ! <xsd:documentation>Alternative document IDs or numbers, such as Requisition or Inquiry numbers</xsd:documentation> <xsd:appinfo> ! <appShortName>Alternative Doc ID</appShortName> ! <appLongName>Alternative Document ID</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> ! <xsd:complexType name="AlternativeDocumentID"> <xsd:annotation> ! <xsd:documentation>Alternative document IDs or numbers, such as Requisition or Inquiry numbers</xsd:documentation> <xsd:appinfo> ! <appShortName>Alternative Doc ID</appShortName> ! <appLongName>Alternative Document ID</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:sequence> <xsd:element ref="documentType" minOccurs="0"/> <xsd:element name="id" type="ext:String" minOccurs="0"> <xsd:annotation> *************** *** 80,97 **** </xsd:element> <xsd:element ref="ctx:organizationContext" minOccurs="0"/> ! <xsd:element name="webSiteURL" type="ext:URI" minOccurs="0"> ! <xsd:annotation> ! <xsd:documentation>URL to the company web site (to associate wtih particular document types) </xsd:documentation> ! <xsd:appinfo> ! <appShortName>Web Site URL</appShortName> ! <appLongName>Web Site URL</appLongName> ! </xsd:appinfo> ! </xsd:annotation> ! </xsd:element> ! <xsd:element name="customAssociatedDocumentID" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> <!-- --> <xsd:element name="cfiXmlDocument" type="CFIXmlDocument"> <xsd:annotation> --- 68,380 ---- </xsd:element> <xsd:element ref="ctx:organizationContext" minOccurs="0"/> ! <xsd:element name="customAlternativeDocumentID" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> <!-- --> + <xsd:element name="associatedDocument" type="AssociatedDocument"> + <xsd:annotation> + <xsd:documentation>Details for identifying and providing documents associated with the primary data exchange document</xsd:documentation> + <xsd:appinfo> + <appShortName>Associated document</appShortName> + <appLongName>Associated document</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:complexType name="AssociatedDocument"> + <xsd:annotation> + <xsd:documentation>Details for identifying and providing documents associated with the primary data exchange document (base class of common elements for AssociatedDataSheet, SupportDocument)</xsd:documentation> + <xsd:appinfo> + <appShortName>Associated document</appShortName> + <appLongName>Associated document</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:complexContent> + <xsd:extension base="obj:Object"> + <xsd:sequence> + <xsd:element name="applicableStandardDescription" type="ext:String" minOccurs="0" maxOccurs="unbounded"> + <xsd:annotation> + <xsd:documentation>Description of applicable document (or overlay) standards</xsd:documentation> + <xsd:appinfo> + <appShortName>Applicable std desc</appShortName> + <appLongName>Applicable standard description</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element ref="ctx:contact" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Details of the person to contact about the document</xsd:documentation> + <xsd:appinfo> + <appShortName>Contact</appShortName> + <appLongName>Contact</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="documentLocation" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Details of where the document is located or can be accessed</xsd:documentation> + <xsd:appinfo> + <appShortName>Document location</appShortName> + <appLongName>Document location</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="locationDescription" type="ext:String" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Description of where the document is located, e.g. contained within the cfiXML data set or as an email attachment.</xsd:documentation> + <xsd:appinfo> + <appShortName>Location desc</appShortName> + <appLongName>Location description</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="webSiteURL" type="ext:URI" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>URL to the company web site (to associate wtih particular document types) </xsd:documentation> + <xsd:appinfo> + <appShortName>Web Site URL</appShortName> + <appLongName>Web Site URL</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="customLocation" type="ext:Custom" minOccurs="0"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + <xsd:element name="documentStatus" type="ext:String" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Status of the document to describe, for example, whether document has been issued or is coming shortly</xsd:documentation> + <xsd:appinfo> + <appShortName>Document status</appShortName> + <appLongName>Document status</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="documentVersion" type="ext:String" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Version of the document file</xsd:documentation> + <xsd:appinfo> + <appShortName>Document version</appShortName> + <appLongName>Document version</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="fileName" type="ext:String" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Name of the document file</xsd:documentation> + <xsd:appinfo> + <appShortName>File name</appShortName> + <appLongName>File name</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element ref="fileType" minOccurs="0"/> + <xsd:element name="id" type="ext:String" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>General document identifier (go via organizationContext if specific to an organization)</xsd:documentation> + <xsd:appinfo> + <appShortName>ID</appShortName> + <appLongName>Organization's document ID</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="isProvided" type="ext:Boolean" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Has the document been provided?</xsd:documentation> + <xsd:appinfo> + <appShortName>Is provided</appShortName> + <appLongName>Is provided</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="isRequired" type="ext:Boolean" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Is the document required?</xsd:documentation> + <xsd:appinfo> + <appShortName>Is required</appShortName> + <appLongName>Is required</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="issueDate" type="ext:Date" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Date when document issued</xsd:documentation> + <xsd:appinfo> + <appShortName>Document issue date</appShortName> + <appLongName>Document issue date</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element ref="ctx:organizationContext" minOccurs="0"/> + <xsd:element name="customAssociatedDocument" type="ext:Custom" minOccurs="0"/> + </xsd:sequence> + </xsd:extension> + </xsd:complexContent> + </xsd:complexType> + <xsd:element name="associatedDataSheet" type="AssociatedDataSheet"> + <xsd:annotation> + <xsd:documentation>Details for identifying and providing data sheet documents supporting the primary data exchange document, e.g. data sheets with specifications of components of the primary equipment assembly, or other supporting details (a Piping and Instrumentation Diagram)</xsd:documentation> + <xsd:appinfo> + <appShortName>Associated data sht</appShortName> + <appLongName>Associated data sheet</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:complexType name="AssociatedDataSheet"> + <xsd:annotation> + <xsd:documentation>Details for identifying and providing data sheet documents supporting the primary data exchange document, e.g. data sheets with specifications of components of the primary equipment assembly, or other supporting details (a Piping and Instrumentation Diagram)</xsd:documentation> + <xsd:appinfo> + <appShortName>Associated data sheet</appShortName> + <appLongName>Associated data sheet</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:complexContent> + <xsd:extension base="AssociatedDocument"> + <xsd:sequence> + <xsd:element ref="dataSheetType" minOccurs="0"/> + <xsd:element ref="documentEquipmentType" minOccurs="0"/> + <xsd:element name="customAssociatedDataSheet" type="ext:Custom" minOccurs="0"/> + </xsd:sequence> + </xsd:extension> + </xsd:complexContent> + </xsd:complexType> + <xsd:element name="supportDocument" type="SupportDocument"> + <xsd:annotation> + <xsd:documentation>Details for identifying and providing supporting documentation associated with equipment and components described in the primary data document, e.g. material certificates, operation manuals</xsd:documentation> + <xsd:appinfo> + <appShortName>Support document</appShortName> + <appLongName>Support document</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:complexType name="SupportDocument"> + <xsd:annotation> + <xsd:documentation>Details for identifying and providing supporting documentation associated with equipment and components described in the primary data document, e.g. material certificates, operation manuals</xsd:documentation> + <xsd:appinfo> + <appShortName>Support document</appShortName> + <appLongName>Support document</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:complexContent> + <xsd:extension base="AssociatedDocument"> + <xsd:sequence> + <xsd:element ref="certification" minOccurs="0"/> + <xsd:element ref="dataOrReport" minOccurs="0"/> + <xsd:element name="documentDescription" type="ext:String" minOccurs="0" maxOccurs="unbounded"> + <xsd:annotation> + <xsd:documentation>Document description</xsd:documentation> + <xsd:appinfo> + <appShortName>Document description</appShortName> + <appLongName>Document description</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="customSupportDocument" type="ext:Custom" minOccurs="0"/> + </xsd:sequence> + </xsd:extension> + </xsd:complexContent> + </xsd:complexType> + <xsd:element name="equipmentDocument" type="EquipmentDocument"> + <xsd:annotation> + <xsd:documentation>Details to specify requirements, identify and provide supporting documentation for equipment and bulk items, e.g. number and when required, retention times, material certifications, operation manuals</xsd:documentation> + <xsd:appinfo> + <appShortName>Equipment document</appShortName> + <appLongName>Equipment document</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:complexType name="EquipmentDocument"> + <xsd:annotation> + <xsd:documentation>Details to specify requirements, identify and provide supporting documentation for equipment and bulk items, e.g. number and when required, retention times, material certifications, operation manuals</xsd:documentation> + <xsd:appinfo> + <appShortName>Equipment document</appShortName> + <appLongName>Equipment document</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:complexContent> + <xsd:extension base="SupportDocument"> + <xsd:sequence> + <xsd:element name="agencyCertificateRequired" type="ext:Boolean" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Is an agency certificate required?</xsd:documentation> + <xsd:appinfo> + <appShortName>Agency cert required</appShortName> + <appLongName>Agency certificate required </appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element ref="dataVerificationType" minOccurs="0"/> + <xsd:element name="dateRequired" type="ext:Date" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Date when required</xsd:documentation> + <xsd:appinfo> + <appShortName>Date required</appShortName> + <appLongName>Date required</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="isManufacturerStandard" type="ext:Boolean" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Is manufacturer's standard?</xsd:documentation> + <xsd:appinfo> + <appShortName>Is mfer std</appShortName> + <appLongName>Is manufacturer standard</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="isRetained" type="ext:Boolean" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Is document or data to be retained?</xsd:documentation> + <xsd:appinfo> + <appShortName>Is retained</appShortName> + <appLongName>Is retained</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="need24HourResult" type="ext:Boolean" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Is the vendor to submit their test results within 24 hrs of completing the test?</xsd:documentation> + <xsd:appinfo> + <appShortName>Need 24 hr result</appShortName> + <appLongName>Need 24 hour result</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="numberRequired" type="ext:Integer" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Number of documents required</xsd:documentation> + <xsd:appinfo> + <appShortName>Number required</appShortName> + <appLongName>Number required</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="numberYearsRetention" type="ext:Integer" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Number of years document should be retained.</xsd:documentation> + <xsd:appinfo> + <appShortName>No. years retention</appShortName> + <appLongName>Number years retention</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element ref="providedBy" minOccurs="0"/> + <xsd:element name="whenRequired" type="ext:String" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Description of when required e.g. 24 hours, days, weeks.</xsd:documentation> + <xsd:appinfo> + <appShortName>When required</appShortName> + <appLongName>When required</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="customDocument" type="ext:Custom" minOccurs="0"/> + </xsd:sequence> + </xsd:extension> + </xsd:complexContent> + </xsd:complexType> + <!-- + --> <xsd:element name="cfiXmlDocument" type="CFIXmlDocument"> <xsd:annotation> *************** *** 484,495 **** </xsd:annotation> <xsd:sequence> ! <xsd:element ref="associatedDocumentID" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="dataSheetType" minOccurs="0"/> <xsd:element name="documentID" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> ! <xsd:documentation>organization datasheet identifier</xsd:documentation> <xsd:appinfo> ! <appShortName>Organization ID</appShortName> ! <appLongName>Organization-specific identification</appLongName> </xsd:appinfo> </xsd:annotation> --- 767,779 ---- </xsd:annotation> <xsd:sequence> ! <xsd:element ref="alternativeDocumentID" minOccurs="0" maxOccurs="unbounded"/> ! <xsd:element ref="associatedDataSheet" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="dataSheetType" minOccurs="0"/> <xsd:element name="documentID" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> ! <xsd:documentation>Primary data sheet identifiers, including organization-specific</xsd:documentation> <xsd:appinfo> ! <appShortName>Document ID</appShortName> ! <appLongName>Document identification</appLongName> </xsd:appinfo> </xsd:annotation> *************** *** 519,522 **** --- 803,807 ---- </xsd:element> <xsd:element ref="proj:project" minOccurs="0"/> + <xsd:element ref="supportDocument" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="customDataSheetHeader" type="ext:Custom" minOccurs="0"/> </xsd:sequence> *************** *** 965,968 **** --- 1250,1301 ---- </xsd:complexType> <!-- + --> + <xsd:simpleType name="ECertification"> + <xsd:annotation> + <xsd:appinfo> + <appShortName>Certification</appShortName> + <appLongName>Certification</appLongName> + </xsd:appinfo> + <xsd:documentation>Certification requirements</xsd:documentation> + </xsd:annotation> + <xsd:restriction base="xsd:string"> + <xsd:enumeration value="Material - casing"/> + <xsd:enumeration value="Material - cover"/> + <xsd:enumeration value="Material - impeller"/> + <xsd:enumeration value="Material - nozzle"/> + <xsd:enumeration value="Material - other"/> + <xsd:enumeration value="Material - shaft"/> + <xsd:enumeration value="Material - unspecified"/> + <xsd:enumeration value="Test - hydrostatic"/> + <xsd:enumeration value="Test - mechanical run"/> + <xsd:enumeration value="Test - nozzle load"/> + <xsd:enumeration value="Test - NPSHR"/> + <xsd:enumeration value="Test - other"/> + <xsd:enumeration value="Test - performance"/> + <xsd:enumeration value="Test - sound level"/> + <xsd:enumeration value="Test - vibration"/> + <xsd:enumeration value="Other"/> + <xsd:enumeration value="Unspecified"/> + <xsd:enumeration value="Nil"/> + <xsd:enumeration value="custom"/> + </xsd:restriction> + </xsd:simpleType> + <xsd:element name="certification"> + <xsd:annotation> + <xsd:appinfo> + <appShortName>Certification</appShortName> + <appLongName>Certification</appLongName> + </xsd:appinfo> + <xsd:documentation>Certification requirements</xsd:documentation> + </xsd:annotation> + <xsd:complexType> + <xsd:simpleContent> + <xsd:extension base="ECertification"> + <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> + </xsd:extension> + </xsd:simpleContent> + </xsd:complexType> + </xsd:element> + <!-- --> *************** *** 1043,1046 **** --- 1376,1488 ---- <!-- --> + <xsd:simpleType name="EDataOrReport"> + <xsd:annotation> + <xsd:appinfo> + <appShortName>Data or Report</appShortName> + <appLongName>Data or Report</appLongName> + </xsd:appinfo> + <xsd:documentation>Data or report</xsd:documentation> + </xsd:annotation> + <xsd:restriction base="xsd:string"> + <xsd:enumeration value="Assembly photographs"/> + <xsd:enumeration value="Bearing system life calculations"> + <xsd:annotation> + <xsd:documentation>Bearing system life is the calculated life of the combined system of bearings in the unit.</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> + <xsd:enumeration value="Casing retirement thickness drawing"/> + <xsd:enumeration value="Crank-effort curve"/> + <xsd:enumeration value="Current and torque load efficiency variation"/> + <xsd:enumeration value="Final assembly running clearances"/> + <xsd:enumeration value="Guaranteed efficiences, and power factor"/> + <xsd:enumeration value="Inspection checklist"/> + <xsd:enumeration value="Inspection test results"/> + <xsd:enumeration value="Installation list in proposal"/> + <xsd:enumeration value="Instruction manual"/> + <xsd:enumeration value="Instruction manual - electronic"/> + <xsd:enumeration value="Lateral analysis"/> + <xsd:enumeration value="Manufacturer standard"/> + <xsd:enumeration value="Optional test outline"/> + <xsd:enumeration value="Power-capacity performance curve"/> + <xsd:enumeration value="Pressure-Temperature curve"/> + <xsd:enumeration value="Progress report"/> + <xsd:enumeration value="Proof of nonsparking, corrosion-resistant fan"/> + <xsd:enumeration value="Purchase specifications from material bills"/> + <xsd:enumeration value="Quality control test results"/> + <xsd:enumeration value="Reference drawing"/> + <xsd:enumeration value="Reference list - casting factors"/> + <xsd:enumeration value="Reference list - material property source"/> + <xsd:enumeration value="Reference list - welding codes and standards"/> + <xsd:enumeration value="Reference specification"/> + <xsd:enumeration value="Repairs"/> + <xsd:enumeration value="Rotor stiffness map"/> + <xsd:enumeration value="Speed-torque load curve - reacceleration"/> + <xsd:enumeration value="Speed-torque load curve - start"/> + <xsd:enumeration value="Test data"/> + <xsd:enumeration value="Test procedure submission"/> + <xsd:enumeration value="Torsional analysis"/> + <xsd:enumeration value="True peak velocity data"/> + <xsd:enumeration value="Vibration spectra"/> + <xsd:enumeration value="Other"/> + <xsd:enumeration value="Unspecified"/> + <xsd:enumeration value="Nil"/> + <xsd:enumeration value="custom"/> + </xsd:restriction> + </xsd:simpleType> + <xsd:element name="dataOrReport"> + <xsd:annotation> + <xsd:documentation>Data or report documents</xsd:documentation> + <xsd:appinfo> + <appShortName>Data or Report</appShortName> + <appLongName>Data or Report</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:complexType> + <xsd:simpleContent> + <xsd:extension base="EDataOrReport"> + <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> + </xsd:extension> + </xsd:simpleContent> + </xsd:complexType> + </xsd:element> + <!-- + --> + <xsd:simpleType name="EDataVerificationType"> + <xsd:annotation> + <xsd:documentation>Required type of verification for documented data</xsd:documentation> + <xsd:appinfo> + <appShortName>Data verification</appShortName> + <appLongName>Data verification type</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:restriction base="xsd:string"> + <xsd:enumeration value="None"/> + <xsd:enumeration value="Non-witnessed"/> + <xsd:enumeration value="Observed"/> + <xsd:enumeration value="Witnessed"/> + <xsd:enumeration value="Other"/> + <xsd:enumeration value="Unspecified"/> + <xsd:enumeration value="Nil"/> + <xsd:enumeration value="custom"/> + </xsd:restriction> + </xsd:simpleType> + <xsd:element name="dataVerificationType"> + <xsd:annotation> + <xsd:documentation>Required type of verification for documented data</xsd:documentation> + <xsd:appinfo> + <appShortName>Data verification</appShortName> + <appLongName>Data verification type</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:complexType> + <xsd:simpleContent> + <xsd:extension base="EDataVerificationType"> + <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> + </xsd:extension> + </xsd:simpleContent> + </xsd:complexType> + </xsd:element> + <!-- + --> <xsd:simpleType name="EDocumentEquipmentType"> <xsd:annotation> *************** *** 1184,1187 **** --- 1626,1630 ---- <xsd:enumeration value="Enhanced Metafile"/> <xsd:enumeration value="Graphics Interchange Format"/> + <xsd:enumeration value="HTML"/> <xsd:enumeration value="IGES"/> <xsd:enumeration value="JPEG"/> *************** *** 1221,1223 **** --- 1664,1702 ---- </xsd:complexType> </xsd:element> + <!-- + --> + <xsd:simpleType name="EProvidedBy"> + <xsd:annotation> + <xsd:documentation>Provided by</xsd:documentation> + <xsd:appinfo> + <appShortName>Provided by</appShortName> + <appLongName>Provided by</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:restriction base="xsd:string"> + <xsd:enumeration value="Manufacturer"/> + <xsd:enumeration value="Purchaser"/> + <xsd:enumeration value="Supplier"/> + <xsd:enumeration value="Other"/> + <xsd:enumeration value="Unspecified"/> + <xsd:enumeration value="Nil"/> + <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> |
From: Mary T. <mak...@us...> - 2010-10-28 22:38:54
|
Update of /cvsroot/cfidev/core/schema In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14781 Modified Files: schemaRelease.xml Log Message: Prior to new cfiXML Review work, WinCVS directories altered and version numbers of eq files reset Index: schemaRelease.xml =================================================================== RCS file: /cvsroot/cfidev/core/schema/schemaRelease.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** schemaRelease.xml 29 Jul 2010 22:06:22 -0000 1.8 --- schemaRelease.xml 28 Oct 2010 22:38:46 -0000 1.9 *************** *** 1 **** ! <?xml version="1.0" encoding="UTF-8"?> <schemaRelease xmlns="http://www.cfixml.org/schemaRelease" xmlns:dx="http://www.cfixml.org/dx" xmlns:eq="http://www.cfixml.org/eq" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:mtrl="http://www.cfixml.org/mtrl" xmlns:obj="http://www.cfixml.org/obj" xmlns:pq="http://www.cfixml.org/pq" xmlns:proj="http://www.cfixml.org/proj" xmlns:site="http://www.cfixml.org/site" xmlns:thmo="http://www.cfixml.org/thmo" xmlns:uo="http://www.cfixml.org/uo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cfixml.org/schemaRelease schemaRelease.xsd"> <dateTime>2004-07-16T12:30:00-05:00</dateTime> <!-- fileSchemaVersion is equivalent of WinCVS revision number which appears as annotation at top of all xsd files--> <!-- For Example, 1.170 is represented as 01.01.0107 --> <schemaFileName fileSchemaVersion="01.01.0016">ctx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0036">dx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqActuator</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqElec</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqElecBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">eqElecMtr</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqHvac</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">eqHvacAhu</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0007">eqHvacBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">eqHvacChiller</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0013">eqHx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0026">eqHxAc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0055">eqHxBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0070">eqHxSt</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0002">eqInstrBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0002">eqPipeFitting</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0002">eqPvfBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqPvfValve</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">eqRot</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0116">eqRotBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0048">eqRotCfan</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0010">eqRotComp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0075">eqRotCpmp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0051">eqRotSeal</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqSld</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqVesl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0046">etl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0026">ext</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">extCur</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">idx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0066">mtrl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0020">obj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0014">objb</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">pq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">proj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">schemaRelease</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0026">site</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0041">uo</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">cfiXml</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">eqDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">eqElecDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">eqHvacDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0022">eqHxDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0027">eqPvfDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0030">eqRotDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0007">mtrlDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0010">procSimDoc</schemaFileName> <schemaReleaseNumber>03.02.0000</schemaReleaseNumber> </schemaRelease> \ No newline at end of file --- 1 ---- ! <?xml version="1.0" encoding="UTF-8"?> <schemaRelease xmlns="http://www.cfixml.org/schemaRelease" xmlns:dx="http://www.cfixml.org/dx" xmlns:eq="http://www.cfixml.org/eq" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:mtrl="http://www.cfixml.org/mtrl" xmlns:obj="http://www.cfixml.org/obj" xmlns:pq="http://www.cfixml.org/pq" xmlns:proj="http://www.cfixml.org/proj" xmlns:site="http://www.cfixml.org/site" xmlns:thmo="http://www.cfixml.org/thmo" xmlns:uo="http://www.cfixml.org/uo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cfixml.org/schemaRelease schemaRelease.xsd"> <dateTime>2004-07-16T12:30:00-05:00</dateTime> <!-- fileSchemaVersion is equivalent of WinCVS revision number which appears as annotation at top of all xsd files--> <!-- For Example, 1.170 is represented as 01.01.0107 --> <schemaFileName fileSchemaVersion="01.01.0016">ctx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0036">dx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqActuator</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqElec</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqElecBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqElecMtr</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqHvac</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqHvacAhu</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqHvacBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqHvacChiller</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqHx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqHxAc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqHxBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqHxSt</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqInstrBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqPipeFitting</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqPvfBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqPvfValve</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqRot</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqRotBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqRotCfan</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqRotComp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqRotCpmp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqRotSeal</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqSld</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqVesl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0046">etl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0026">ext</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">extCur</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">idx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0066">mtrl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0020">obj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0014">objb</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">pq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">proj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">schemaRelease</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0026">site</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0041">uo</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">cfiXml</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqElecDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqHvacDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqHxDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqPvfDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqRotDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">mtrlDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">procSimDoc</schemaFileName> <schemaReleaseNumber>03.03.0000</schemaReleaseNumber> </schemaRelease> \ No newline at end of file |
From: makt <mak...@us...> - 2010-07-29 22:06:33
|
Update of /cvsroot/cfidev/core/schema In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17146 Modified Files: schemaRelease.xml Log Message: Updated version numbers Index: schemaRelease.xml =================================================================== RCS file: /cvsroot/cfidev/core/schema/schemaRelease.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** schemaRelease.xml 10 Nov 2009 17:43:58 -0000 1.7 --- schemaRelease.xml 29 Jul 2010 22:06:22 -0000 1.8 *************** *** 1 **** ! <?xml version="1.0" encoding="UTF-8"?> <schemaRelease xmlns="http://www.cfixml.org/schemaRelease" xmlns:dx="http://www.cfixml.org/dx" xmlns:eq="http://www.cfixml.org/eq" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:mtrl="http://www.cfixml.org/mtrl" xmlns:obj="http://www.cfixml.org/obj" xmlns:pq="http://www.cfixml.org/pq" xmlns:proj="http://www.cfixml.org/proj" xmlns:site="http://www.cfixml.org/site" xmlns:thmo="http://www.cfixml.org/thmo" xmlns:uo="http://www.cfixml.org/uo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cfixml.org/schemaRelease schemaRelease.xsd"> <dateTime>2004-07-16T12:30:00-05:00</dateTime> <!-- fileSchemaVersion is equivalent of WinCVS revision number which appears as annotation at top of all xsd files--> <!-- For Example, 1.170 is represented as 01.01.0107 --> <schemaFileName fileSchemaVersion="01.01.0015">ctx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0035">dx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqActuator</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0002">eqBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqElec</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqElecBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqElecMtr</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqHvac</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">eqHvacAhu</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">eqHvacBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqHvacChiller</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">eqHx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">eqHxAc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0053">eqHxBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0069">eqHxSt</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqInstrBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqPipeFitting</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqPvfBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqPvfValve</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqRot</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0114">eqRotBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0047">eqRotCfan</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">eqRotComp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0074">eqRotCpmp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0050">eqRotSeal</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqSld</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqVesl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0045">etl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0025">ext</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">extCur</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">idx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0064">mtrl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0019">obj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0013">objb</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">pq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">proj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">schemaRelease</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0025">site</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0040">uo</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0002">cfiXml</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqElecDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqHvacDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0021">eqHxDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0026">eqPvfDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0029">eqRotDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">mtrlDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">procSimDoc</schemaFileName> <schemaReleaseNumber>03.01.0000</schemaReleaseNumber> </schemaRelease> \ No newline at end of file --- 1 ---- ! <?xml version="1.0" encoding="UTF-8"?> <schemaRelease xmlns="http://www.cfixml.org/schemaRelease" xmlns:dx="http://www.cfixml.org/dx" xmlns:eq="http://www.cfixml.org/eq" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:mtrl="http://www.cfixml.org/mtrl" xmlns:obj="http://www.cfixml.org/obj" xmlns:pq="http://www.cfixml.org/pq" xmlns:proj="http://www.cfixml.org/proj" xmlns:site="http://www.cfixml.org/site" xmlns:thmo="http://www.cfixml.org/thmo" xmlns:uo="http://www.cfixml.org/uo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cfixml.org/schemaRelease schemaRelease.xsd"> <dateTime>2004-07-16T12:30:00-05:00</dateTime> <!-- fileSchemaVersion is equivalent of WinCVS revision number which appears as annotation at top of all xsd files--> <!-- For Example, 1.170 is represented as 01.01.0107 --> <schemaFileName fileSchemaVersion="01.01.0016">ctx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0036">dx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqActuator</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqElec</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqElecBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">eqElecMtr</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqHvac</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">eqHvacAhu</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0007">eqHvacBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">eqHvacChiller</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0013">eqHx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0026">eqHxAc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0055">eqHxBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0070">eqHxSt</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0002">eqInstrBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0002">eqPipeFitting</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0002">eqPvfBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqPvfValve</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">eqRot</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0116">eqRotBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0048">eqRotCfan</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0010">eqRotComp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0075">eqRotCpmp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0051">eqRotSeal</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqSld</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqVesl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0046">etl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0026">ext</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">extCur</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">idx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0066">mtrl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0020">obj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0014">objb</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">pq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">proj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">schemaRelease</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0026">site</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0041">uo</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">cfiXml</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">eqDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">eqElecDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">eqHvacDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0022">eqHxDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0027">eqPvfDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0030">eqRotDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0007">mtrlDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0010">procSimDoc</schemaFileName> <schemaReleaseNumber>03.02.0000</schemaReleaseNumber> </schemaRelease> \ No newline at end of file |
From: makt <mak...@us...> - 2010-07-29 21:09:58
|
Update of /cvsroot/cfidev/core/schema/document In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8040 Modified Files: cfiXml.xsd eqDoc.xsd eqElecDoc.xsd eqHvacDoc.xsd eqHxDoc.xsd eqPvfDoc.xsd eqRotDoc.xsd mtrlDoc.xsd procSimDoc.xsd Log Message: File validation tests complete; Copyright notes updated Index: eqElecDoc.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/document/eqElecDoc.xsd,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** eqElecDoc.xsd 10 Jun 2009 16:09:37 -0000 1.11 --- eqElecDoc.xsd 29 Jul 2010 21:09:50 -0000 1.12 *************** *** 4,10 **** <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined --- 4,10 ---- <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2010 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2010 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined *************** *** 171,173 **** </xsd:complexType> </xsd:element> ! </xsd:schema> \ No newline at end of file --- 171,173 ---- </xsd:complexType> </xsd:element> ! </xsd:schema> Index: eqHvacDoc.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/document/eqHvacDoc.xsd,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** eqHvacDoc.xsd 10 Jun 2009 16:09:37 -0000 1.5 --- eqHvacDoc.xsd 29 Jul 2010 21:09:50 -0000 1.6 *************** *** 4,10 **** <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined --- 4,10 ---- <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2010 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2010 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined *************** *** 243,245 **** </xsd:complexContent> </xsd:complexType> ! </xsd:schema> \ No newline at end of file --- 243,245 ---- </xsd:complexContent> </xsd:complexType> ! </xsd:schema> Index: eqHxDoc.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/document/eqHxDoc.xsd,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** eqHxDoc.xsd 10 Jun 2009 16:09:37 -0000 1.21 --- eqHxDoc.xsd 29 Jul 2010 21:09:50 -0000 1.22 *************** *** 4,10 **** <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined --- 4,10 ---- <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2010 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2010 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined *************** *** 244,246 **** </xsd:complexContent> </xsd:complexType> ! </xsd:schema> \ No newline at end of file --- 244,246 ---- </xsd:complexContent> </xsd:complexType> ! </xsd:schema> Index: mtrlDoc.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/document/mtrlDoc.xsd,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mtrlDoc.xsd 10 Jun 2009 16:09:37 -0000 1.6 --- mtrlDoc.xsd 29 Jul 2010 21:09:50 -0000 1.7 *************** *** 4,10 **** <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined --- 4,10 ---- <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2010 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2010 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined *************** *** 61,63 **** </xsd:complexContent> </xsd:complexType> ! </xsd:schema> \ No newline at end of file --- 61,63 ---- </xsd:complexContent> </xsd:complexType> ! </xsd:schema> Index: eqRotDoc.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/document/eqRotDoc.xsd,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** eqRotDoc.xsd 10 Nov 2009 17:33:53 -0000 1.29 --- eqRotDoc.xsd 29 Jul 2010 21:09:50 -0000 1.30 *************** *** 4,10 **** <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined --- 4,10 ---- <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2010 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2010 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined Index: procSimDoc.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/document/procSimDoc.xsd,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** procSimDoc.xsd 10 Jun 2009 16:09:37 -0000 1.9 --- procSimDoc.xsd 29 Jul 2010 21:09:50 -0000 1.10 *************** *** 4,10 **** <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined --- 4,10 ---- <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2010 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2010 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined *************** *** 91,93 **** </xsd:complexContent> </xsd:complexType> ! </xsd:schema> \ No newline at end of file --- 91,93 ---- </xsd:complexContent> </xsd:complexType> ! </xsd:schema> Index: cfiXml.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/document/cfiXml.xsd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cfiXml.xsd 10 Jun 2009 16:09:36 -0000 1.2 --- cfiXml.xsd 29 Jul 2010 21:09:50 -0000 1.3 *************** *** 1,10 **** <?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. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined --- 1,10 ---- <?xml version="1.0" encoding="utf-8"?> ! <!-- edited with XMLSpy v2010 (http://www.altova.com) by Alar Engineering Software Inc. --> <!-- See "cfiXML Process Document.doc" on schema development based on W3C consortium process. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2010 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2010 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined *************** *** 39,41 **** </xsd:documentation> </xsd:annotation> ! </xsd:schema> \ No newline at end of file --- 39,41 ---- </xsd:documentation> </xsd:annotation> ! </xsd:schema> Index: eqPvfDoc.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/document/eqPvfDoc.xsd,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** eqPvfDoc.xsd 10 Jun 2009 16:09:37 -0000 1.26 --- eqPvfDoc.xsd 29 Jul 2010 21:09:50 -0000 1.27 *************** *** 4,10 **** <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined --- 4,10 ---- <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2010 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2010 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined Index: eqDoc.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/document/eqDoc.xsd,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** eqDoc.xsd 10 Jun 2009 16:09:36 -0000 1.11 --- eqDoc.xsd 29 Jul 2010 21:09:50 -0000 1.12 *************** *** 4,10 **** <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined --- 4,10 ---- <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2010 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2010 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined *************** *** 178,180 **** </xsd:complexContent> </xsd:complexType> ! </xsd:schema> \ No newline at end of file --- 178,180 ---- </xsd:complexContent> </xsd:complexType> ! </xsd:schema> |
From: makt <mak...@us...> - 2010-07-29 21:09:29
|
Update of /cvsroot/cfidev/core/schema In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7923 Modified Files: pq.xsd schemaRelease.xsd site.xsd Log Message: File validation tests complete; Copyright notes updated Index: pq.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/pq.xsd,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** pq.xsd 10 Jun 2009 16:19:27 -0000 1.24 --- pq.xsd 29 Jul 2010 21:09:18 -0000 1.25 *************** *** 1 **** ! <?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. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined in and that are subject to the DIPPR Public Source License Version 1.0, the ePlantData Public Source License Version 1.0, Alar Engineering Software License Version 1.0 and the FIATECH Public Source License Version 1.0. Copies of these licenses are available at http://www.cfixml.org. You may only use the Contents according to the terms and conditions in these Licenses. The Contents are distributed for use on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED. LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. --> <xsd:schema xmlns="http://www.cfixml.org/pq" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ext="http://www.cfixml.org/ext" xmlns:etl="http://www.cfixml.org/etl" targetNamespace="http://www.cfixml.org/pq" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.0000"> <xsd:import namespace="http://www.cfixml.org/ext" schemaLocation="ext.xsd"/> <xsd:annotation> <xsd:documentation> cfiXML Schema Title: Physical quantity schema $Revision$ $Modtime: 15/03/04 0:41 $ $Author$, Alar Eng Software Inc, Purpose:Support for Measured engineering values $NoKeywords: $ </xsd:documentation> </xsd:annotation> <!-- --> <!-- **************************************************************************************** --> <!-- E N G I N E E R I N G V A R I A B L E D E F I N I T I O N S --> <!-- **************************************************************************************** --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Any Engineering type - allows any string for the symbol. --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <xsd:complexType name="Any"> <xsd:annotation> <xsd:appinfo> <appShortName>Any, engineering type, scalar</appShortName> <appLongName>Any, engineering type, scalar</appLongName> </xsd:appinfo> <xsd:documentation>Any Engineering Variable - Scalar</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="xsd:string" use="optional"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Acceleration --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EAcceleration"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ft/s2"/> <xsd:enumeration value="m/s2"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="AccelerationSymbol"> <xsd:sequence> <xsd:element name="accelerationSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EAcceleration"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Acceleration"> <xsd:annotation> <xsd:appinfo> <appShortName>Acceleration, engineering type</appShortName> <appLongName>Acceleration, engineering type</appLongName> </xsd:appinfo> <xsd:documentation>Acceleration. (length/time squared)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EAcceleration" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Angle--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EAngle"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="deg"/> <xsd:enumeration value="min_angle"/> <xsd:enumeration value="s_angle"/> <xsd:enumeration value="rad"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="AngleSymbol"> <xsd:sequence> <xsd:element name="angleSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EAngle"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Angle"> <xsd:annotation> <xsd:appinfo> <appShortName>Angle</appShortName> <appLongName>Angle</appLongName> </xsd:appinfo> <xsd:documentation>Plane angle.</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EAngle" use="optional"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- AngleSolid--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EAngleSolid"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="sr"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="AngleSolidSymbol"> <xsd:sequence> <xsd:element name="angleSolidSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EAngleSolid"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="AngleSolid"> <xsd:annotation> <xsd:appinfo> <appShortName>Solid angle</appShortName> <appLongName>Solid angle</appLongName> </xsd:appinfo> <xsd:documentation>Solid Angle.</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EAngleSolid" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- AngularMomentum--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EAngularMomentum"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="kg.m2/s"/> <xsd:enumeration value="lb.ft2/s"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="AngularMomentumSymbol"> <xsd:sequence> <xsd:element name="angularMomentumSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EAngularMomentum"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="AngularMomentum"> <xsd:annotation> <xsd:appinfo> <appShortName>Angular momentum</appShortName> <appLongName>Angular momentum</appLongName> </xsd:appinfo> <xsd:documentation>Angular momentum. (mass x velocity x length)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EAngularMomentum" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- AngularVelocity--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EAngularVelocity"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="deg/s"/> <xsd:enumeration value="rad/min"/> <xsd:enumeration value="rad/s"/> <xsd:enumeration value="rev/min"/> <xsd:enumeration value="rev/s"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="AngularVelocitySymbol"> <xsd:sequence> <xsd:element name="angularVelocitySymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EAngularVelocity"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="AngularVelocity"> <xsd:annotation> <xsd:appinfo> <appShortName>Angular velocity</appShortName> <appLongName>Angular velocity</appLongName> </xsd:appinfo> <xsd:documentation>Angular velocity. (angle/time)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EAngularVelocity" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Area--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EArea"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="acre"/> <xsd:enumeration value="ft2"/> <xsd:enumeration value="ha"/> <xsd:enumeration value="in2"/> <xsd:enumeration value="m2"/> <xsd:enumeration value="mile2"/> <xsd:enumeration value="yd2"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="AreaSymbol"> <xsd:sequence> <xsd:element name="areaSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EArea"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Area"> <xsd:annotation> <xsd:appinfo> <appShortName>Area</appShortName> <appLongName>Area</appLongName> </xsd:appinfo> <xsd:documentation>Area. (length squared)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EArea" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- AreaMole--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EAreaMole"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ft2/lbmol"/> <xsd:enumeration value="in2/lbmol"/> <xsd:enumeration value="m2/gmol"/> <xsd:enumeration value="m2/mol"/> <xsd:enumeration value="m2/kmol"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="AreaMoleSymbol"> <xsd:sequence> <xsd:element name="areaMoleSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EAreaMole"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="AreaMole"> <xsd:annotation> <xsd:appinfo> <appShortName>Molar specific area</appShortName> <appLongName>Molar specific area</appLongName> </xsd:appinfo> <xsd:documentation>Molar specific area. (area/mole)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EAreaMole" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Brightness--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EBrightness"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="cd"/> <xsd:enumeration value="cp"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="BrightnessSymbol"> <xsd:sequence> <xsd:element name="brightnessSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EBrightness"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Brightness"> <xsd:annotation> <xsd:appinfo> <appShortName>Luminous intensity</appShortName> <appLongName>Luminous intensity</appLongName> </xsd:appinfo> <xsd:documentation>Luminous intensity</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EBrightness" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- CpMass--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="ECpMass"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU/lb.degF"/> <xsd:enumeration value="ft.lbf/lb.degF"/> <xsd:enumeration value="J/kg.K"/> <xsd:enumeration value="kcal/kg.K"/> <xsd:enumeration value="kgf.m/kg.K"/> <xsd:enumeration value="kJ/kg.degC"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="CpMassSymbol"> <xsd:sequence> <xsd:element name="cpMassSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="ECpMass"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="CpMass"> <xsd:annotation> <xsd:appinfo> <appShortName>Specific heat capacity - mass basis</appShortName> <appLongName>Specific heat capacity - mass basis</appLongName> </xsd:appinfo> <xsd:documentation>Specific heat capacity. (heat/(mass x temperature interval)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="ECpMass" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- CpMole--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="ECpMole"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU/lbmol.degF"/> <xsd:enumeration value="ft.lbf/lbmol.degF"/> <xsd:enumeration value="J/gmol.K"/> <xsd:enumeration value="J/mol.K"/> <xsd:enumeration value="kcal/kmol.K"/> <xsd:enumeration value="kgf.m/kmol.K"/> <xsd:enumeration value="kJ/kmol.degC"/> <xsd:enumeration value="kJ/kmol.K"/> <xsd:enumeration value="J/kmol.K"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="CpMoleSymbol"> <xsd:sequence> <xsd:element name="cpMoleSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="ECpMole"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="CpMole"> <xsd:annotation> <xsd:appinfo> <appShortName>Specific heat capacity - molar basis</appShortName> <appLongName>Specific heat capacity - molar basis</appLongName> </xsd:appinfo> <xsd:documentation>Molar specific heat capacity</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="ECpMole" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- CpVolume--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="ECpVolume"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU/ft3.degF"/> <xsd:enumeration value="J/m3.K"/> <xsd:enumeration value="kcal/m3.K"/> <xsd:enumeration value="kJ/m3.degC"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="CpVolumeSymbol"> <xsd:sequence> <xsd:element name="cpVolumeSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="ECpVolume"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="CpVolume"> <xsd:annotation> <xsd:appinfo> <appShortName>Specific heat capacity - volume basis</appShortName> <appLongName>Specific heat capacity - volume basis</appLongName> </xsd:appinfo> <xsd:documentation>Heat capacity, volume basis. (heat/(volume x temperature interval))</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="ECpVolume" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- DensityLength--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EDensityLength"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="kg/m"/> <xsd:enumeration value="lb/ft"/> <xsd:enumeration value="lb/in"/> <xsd:enumeration value="lb/mile"/> <xsd:enumeration value="lb/yd"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="DensityLengthSymbol"> <xsd:sequence> <xsd:element name="densityLengthSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EDensityLength"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="DensityLength"> <xsd:annotation> <xsd:appinfo> <appShortName>Linear density</appShortName> <appLongName>Linear density</appLongName> </xsd:appinfo> <xsd:documentation>Linear density or mass per unit length. (mass/length)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EDensityLength" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- DensityMass--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EDensityMass"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="degApi"/> <xsd:enumeration value="g/cm3"/> <xsd:enumeration value="g/dm3"/> <xsd:enumeration value="g/l"/> <xsd:enumeration value="g/ml"/> <xsd:enumeration value="kg/m3"/> <xsd:enumeration value="lb/ft3"/> <xsd:enumeration value="lb/in3"/> <xsd:enumeration value="lb/UK_gal"/> <xsd:enumeration value="lb/US_gal"/> <xsd:enumeration value="oz/UK_gal"/> <xsd:enumeration value="oz/US_gal"/> <xsd:enumeration value="sg"/> <xsd:enumeration value="UK_ton/yd3"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="DensityMassSymbol"> <xsd:sequence> <xsd:element name="densityMassSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EDensityMass"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="DensityMass"> <xsd:annotation> <xsd:appinfo> <appShortName>Density</appShortName> <appLongName>Density</appLongName> </xsd:appinfo> <xsd:documentation>Density. (mass/volume)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EDensityMass" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- DensityMole--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EDensityMole"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="kmol/m3"/> <xsd:enumeration value="lbmol/ft3"/> <xsd:enumeration value="lbmol/in3"/> <xsd:enumeration value="lbmol/UK_gal"/> <xsd:enumeration value="lbmol/US_gal"/> <xsd:enumeration value="mol/cm3"/> <xsd:enumeration value="mol/dm3"/> <xsd:enumeration value="mol/l"/> <xsd:enumeration value="mol/m3"/> <xsd:enumeration value="mol/ml"/> <xsd:enumeration value="gmol/cm3"/> <xsd:enumeration value="gmol/dm3"/> <xsd:enumeration value="gmol/l"/> <xsd:enumeration value="gmol/m3"/> <xsd:enumeration value="gmol/ml"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="DensityMoleSymbol"> <xsd:sequence> <xsd:element name="densityMoleSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EDensityMole"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="DensityMole"> <xsd:annotation> <xsd:appinfo> <appShortName>Molar density</appShortName> <appLongName>Molar density</appLongName> </xsd:appinfo> <xsd:documentation>Molar Density. (mole/volume)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EDensityMole" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Duration (time or timeDifference) --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EDuration"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="s"/> <xsd:enumeration value="min"/> <xsd:enumeration value="h"/> <xsd:enumeration value="d"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="DurationSymbol"> <xsd:sequence> <xsd:element name="durationSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EDuration"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Duration"> <xsd:annotation> <xsd:appinfo> <appShortName>Duration</appShortName> <appLongName>Duration</appLongName> </xsd:appinfo> <xsd:documentation>Duration (timeDifference)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EDuration" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ElectricalCapacitance --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EElectricalCapacitance"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="C/V"/> <xsd:enumeration value="F"/> <xsd:enumeration value="micro_F"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ElectricalCapacitanceSymbol"> <xsd:sequence> <xsd:element name="electricalCapacitanceSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EElectricalCapacitance"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="ElectricalCapacitance"> <xsd:annotation> <xsd:appinfo> <appShortName>Electric capacitance</appShortName> <appLongName>Electric capacitance</appLongName> </xsd:appinfo> <xsd:documentation>Electric capacitance (charge/voltage)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EElectricalCapacitance" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ElectricalCharge--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EElectricalCharge"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="A.s"/> <xsd:enumeration value="C"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ElectricalChargeSymbol"> <xsd:sequence> <xsd:element name="electricalChargeSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EElectricalCharge"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="ElectricalCharge"> <xsd:annotation> <xsd:appinfo> <appShortName>Electrical charge</appShortName> <appLongName>Electrical charge</appLongName> </xsd:appinfo> <xsd:documentation>Electrical charge</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EElectricalCharge" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ElectricalChargeMoment--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EElectricalChargeMoment"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="C.m"/> <xsd:enumeration value="A.s.m"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ElectricalChargeMomentSymbol"> <xsd:sequence> <xsd:element name="electricalChargeMomentSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EElectricalChargeMoment"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="ElectricalChargeMoment"> <xsd:annotation> <xsd:appinfo> <appShortName>Electrical charge moment</appShortName> <appLongName>Electrical charge moment</appLongName> </xsd:appinfo> <xsd:documentation>Electrical charge moment</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EElectricalChargeMoment" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ElectricalCurrent--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EElectricalCurrent"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="A"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ElectricalCurrentSymbol"> <xsd:sequence> <xsd:element name="electricalCurrentSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EElectricalCurrent"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="ElectricalCurrent"> <xsd:annotation> <xsd:appinfo> <appShortName>Electrical current</appShortName> <appLongName>Electrical current</appLongName> </xsd:appinfo> <xsd:documentation>Electrical current</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EElectricalCurrent" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ElectricalFieldStrength--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EElectricalFieldStrength"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="V/m"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ElectricalFieldStrengthSymbol"> <xsd:sequence> <xsd:element name="electricalFieldStrengthSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EElectricalFieldStrength"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="ElectricalFieldStrength"> <xsd:annotation> <xsd:appinfo> <appShortName>Electric fld str</appShortName> <appLongName>Electric field strength</appLongName> </xsd:appinfo> <xsd:documentation>Electric field strength</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EElectricalFieldStrength" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ElectricalLetThroughEnergy--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EElectricalLetThroughEnergy"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="A2.s"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ElectricalLetThroughEnergySymbol"> <xsd:sequence> <xsd:element name="electricalLetThroughEnergySymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EElectricalLetThroughEnergy"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="ElectricalLetThroughEnergy"> <xsd:annotation> <xsd:appinfo> <appShortName>Electrical let through energy</appShortName> <appLongName>Electrical let through energy</appLongName> </xsd:appinfo> <xsd:documentation>Electrical let through energy (l2t)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EElectricalLetThroughEnergy" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ElectricalResistance--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EElectricalResistance"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="kOhm"/> <xsd:enumeration value="mOhm"/> <xsd:enumeration value="MOhm"/> <xsd:enumeration value="ohm"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ElectricalResistanceSymbol"> <xsd:sequence> <xsd:element name="electricalResistanceSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EElectricalResistance"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="ElectricalResistance"> <xsd:annotation> <xsd:appinfo> <appShortName>Electrical resistance</appShortName> <appLongName>Electrical resistance</appLongName> </xsd:appinfo> <xsd:documentation>Electrical resistance</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EElectricalResistance" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Energy--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EEnergy"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU"/> <xsd:enumeration value="cal"/> <xsd:enumeration value="cal_15"/> <xsd:enumeration value="cal_th"/> <xsd:enumeration value="ft.lbf"/> <xsd:enumeration value="ft.pdl"/> <xsd:enumeration value="hp.h"/> <xsd:enumeration value="J"/> <xsd:enumeration value="kgf.m"/> <xsd:enumeration value="kJ"/> <xsd:enumeration value="kW.h"/> <xsd:enumeration value="lbf.ft"/> <xsd:enumeration value="lbf.in"/> <xsd:enumeration value="MJ"/> <xsd:enumeration value="N.m"/> <xsd:enumeration value="ozf.in"/> <xsd:enumeration value="pdl.ft"/> <xsd:enumeration value="tonf.ft"/> <xsd:enumeration value="W.s"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="EnergySymbol"> <xsd:sequence> <xsd:element name="energySymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EEnergy"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Energy"> <xsd:annotation> <xsd:appinfo> <appShortName>Energy</appShortName> <appLongName>Energy</appLongName> </xsd:appinfo> <xsd:documentation>Energy - work, heat, etc.</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EEnergy" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- EnergyMass--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EEnergyMass"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU/lb"/> <xsd:enumeration value="ft.lbf/lb"/> <xsd:enumeration value="J/kg"/> <xsd:enumeration value="kcal/kg"/> <xsd:enumeration value="kgf.m/kg"/> <xsd:enumeration value="kJ/kg"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="EnergyMassSymbol"> <xsd:sequence> <xsd:element name="energyMassSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EEnergyMass"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="EnergyMass"> <xsd:annotation> <xsd:appinfo> <appShortName>Specific energy - mass basis</appShortName> <appLongName>Specific energy - mass basis</appLongName> </xsd:appinfo> <xsd:documentation>Mass Specific Energy. (energy or heat/mass)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EEnergyMass" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- EnergyMole--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EEnergyMole"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU/lbmol"/> <xsd:enumeration value="ft.lbf/lbmol"/> <xsd:enumeration value="J/kmol"/> <xsd:enumeration value="J/gmol"/> <xsd:enumeration value="J/mol"/> <xsd:enumeration value="kcal/kmol"/> <xsd:enumeration value="kgf.m/kmol"/> <xsd:enumeration value="kJ/kmol"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="EnergyMoleSymbol"> <xsd:sequence> <xsd:element name="energyMoleSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EEnergyMole"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="EnergyMole"> <xsd:annotation> <xsd:appinfo> <appShortName>Specific energy - molar basis</appShortName> <appLongName>Specific energy - molar basis</appLongName> </xsd:appinfo> <xsd:documentation>Molar specific energy. (energy/quantity)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EEnergyMole" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- EnergyP Coef --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EEnergyPressureCoef"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU/psi"/> <xsd:enumeration value="ft.lbf/psi"/> <xsd:enumeration value="J/Pa"/> <xsd:enumeration value="J/kPa"/> <xsd:enumeration value="kcal/kPa"/> <xsd:enumeration value="kgf.m/kPa"/> <xsd:enumeration value="kJ/kPa"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="EnergyPressureCoefSymbol"> <xsd:sequence> <xsd:element name="energyPressureCoefSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EEnergyPressureCoef"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="EnergyPressureCoef"> <xsd:annotation> <xsd:appinfo> <appShortName>Energy pressure coefficient</appShortName> <appLongName>Energy pressure coefficient</appLongName> </xsd:appinfo> <xsd:documentation>Energy pressure coefficient (energy/pressure)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EEnergyPressureCoef" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- FlowMass--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EFlowMass"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="kg/h"/> <xsd:enumeration value="kg/s"/> <xsd:enumeration value="lb/d"/> <xsd:enumeration value="lb/h"/> <xsd:enumeration value="lb/s"/> <xsd:enumeration value="UK_ton/h"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="FlowMassSymbol"> <xsd:sequence> <xsd:element name="flowMassSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EFlowMass"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="FlowMass"> <xsd:annotation> <xsd:appinfo> <appShortName>Flow rate - mass</appShortName> <appLongName>Flow rate - mass</appLongName> </xsd:appinfo> <xsd:documentation>Mass rate of flow. (mass/time)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EFlowMass" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- FlowMole--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EFlowMole"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="kmol/h"/> <xsd:enumeration value="kmol/s"/> <xsd:enumeration value="lbmol/d"/> <xsd:enumeration value="lbmol/h"/> <xsd:enumeration value="lbmol/s"/> <xsd:enumeration value="mol/s"/> <xsd:enumeration value="gmol/s"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="FlowMoleSymbol"> <xsd:sequence> <xsd:element name="flowMoleSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EFlowMole"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="FlowMole"> <xsd:annotation> <xsd:appinfo> <appShortName>Flow rate - molar</appShortName> <appLongName>Flow rate - molar</appLongName> </xsd:appinfo> <xsd:documentation>Molar flow rate. (quantity/time)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EFlowMole" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- FlowVolume--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EFlowVolume"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ft3/d"/> <xsd:enumeration value="ft3/h"/> <xsd:enumeration value="ft3/min"/> <xsd:enumeration value="ft3/s"/> <xsd:enumeration value="l/h"/> <xsd:enumeration value="l/min"/> <xsd:enumeration value="l/s"/> <xsd:enumeration value="m3/h"/> <xsd:enumeration value="m3/min"/> <xsd:enumeration value="m3/s"/> <xsd:enumeration value="UK_gal/h"/> <xsd:enumeration value="UK_gal/min"/> <xsd:enumeration value="UK_gal/s"/> <xsd:enumeration value="US_gal/h"/> <xsd:enumeration value="US_gal/min"/> <xsd:enumeration value="US_gal/s"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="FlowVolumeSymbol"> <xsd:sequence> <xsd:element name="flowVolumeSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EFlowVolume"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="FlowVolume"> <xsd:annotation> <xsd:appinfo> <appShortName>Flow rate - volume</appShortName> <appLongName>Flow rate - volume</appLongName> </xsd:appinfo> <xsd:documentation>Volume rate of flow. (volume/time)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EFlowVolume" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Fluidity--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EFluidity"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="per_cP"/> <xsd:enumeration value="m2/kgf.s"/> <xsd:enumeration value="ft2/lbf.h"/> <xsd:enumeration value="ft2/lbf.s"/> <xsd:enumeration value="per_Pa.s"/> <xsd:enumeration value="m2/N.s"/> <xsd:enumeration value="ft2/pdl.s"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="FluiditySymbol"> <xsd:sequence> <xsd:element name="fluiditySymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EFluidity"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Fluidity"> <xsd:annotation> <xsd:appinfo> <appShortName>Fluidity</appShortName> <appLongName>Fluidity</appLongName> </xsd:appinfo> <xsd:documentation>Fluidity, reciprocal dynamic viscosity. (velocity gradient/stress)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EFluidity" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Force--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EForce"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="dyn"/> <xsd:enumeration value="kgf"/> <xsd:enumeration value="lbf"/> <xsd:enumeration value="N"/> <xsd:enumeration value="ozf"/> <xsd:enumeration value="pdl"/> <xsd:enumeration value="tonf"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ForceSymbol"> <xsd:sequence> <xsd:element name="forceSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EForce"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Force"> <xsd:annotation> <xsd:appinfo> <appShortName>Force</appShortName> <appLongName>Force</appLongName> </xsd:appinfo> <xsd:documentation>Force. (mass x acceleration)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EForce" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ThermalResistance--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EThermalResistance"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="cm2.s.K/cal"/> <xsd:enumeration value="ft2.h.degF/BTU"/> <xsd:enumeration value="m2.degC/kW"/> <xsd:enumeration value="m2.h.K/kcal"/> <xsd:enumeration value="m2.K/W"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ThermalResistanceSymbol"> <xsd:sequence> <xsd:element name="thermalResistanceSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EThermalResistance"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="ThermalResistance"> <xsd:annotation> <xsd:appinfo> <appShortName>Fouling resistance</appShortName> <appLongName>Fouling resistance</appLongName> </xsd:appinfo> <xsd:documentation>Fouling resistence (area x temp. difference / power)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EThermalResistance" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Frequency--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EFrequency"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Hz"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="FrequencySymbol"> <xsd:sequence> <xsd:element name="frequencySymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EFrequency"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Frequency"> <xsd:annotation> <xsd:appinfo> <appShortName>Frequency</appShortName> <appLongName>Frequency</appLongName> </xsd:appinfo> <xsd:documentation>Frequency. (number/time)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EFrequency" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- HenryConstantMolality--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EHenryConstantMolality"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Pa.kg/kmol"/> <xsd:enumeration value="Pa.kg/mol"/> <xsd:enumeration value="kPa.kg/kmol"/> <xsd:enumeration value="psi.lb/lbmol"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="HenryConstantMolalitySymbol"> <xsd:sequence> <xsd:element name="henryConstantMolalitySymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EHenryConstantMolality"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="HenryConstantMolality"> <xsd:annotation> <xsd:appinfo> <appShortName>Henry's law constant - Molality</appShortName> <appLongName>Henry's law constant - Molality</appLongName> </xsd:appinfo> <xsd:documentation>Henry's law constant - Molality. (pressure x molar density)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EHenryConstantMolality" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- HenryConstantMolarity--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EHenryConstantMolarity"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Pa.m3/kmol"/> <xsd:enumeration value="Pa.m3/mol"/> <xsd:enumeration value="kPa.l/kmol"/> <xsd:enumeration value="psi.US_gal/lbmol"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="HenryConstantMolaritySymbol"> <xsd:sequence> <xsd:element name="henryConstantMolaritySymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EHenryConstantMolarity"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="HenryConstantMolarity"> <xsd:annotation> <xsd:appinfo> <appShortName>Henry's law constant - Molarity</appShortName> <appLongName>Henry's law constant - Molarity</appLongName> </xsd:appinfo> <xsd:documentation>Henry's law constant - Molarity. (pressure x molar volume)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EHenryConstantMolarity" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- HeatFlux--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EHeatFlux"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU/ft2.h"/> <xsd:enumeration value="cal/cm2.s"/> <xsd:enumeration value="kcal/m2.h"/> <xsd:enumeration value="kW/m2"/> <xsd:enumeration value="W/in2"/> <xsd:enumeration value="W/m2"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="HeatFluxSymbol"> <xsd:sequence> <xsd:element name="heatFluxSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EHeatFlux"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="HeatFlux"> <xsd:annotation> <xsd:appinfo> <appShortName>Heat flux density</appShortName> <appLongName>Heat flux density</appLongName> </xsd:appinfo> <xsd:documentation>Heat flux density. (heat/(area x time))</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EHeatFlux" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- HeatReleaseRate--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EHeatReleaseRate"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU/ft3.h"/> <xsd:enumeration value="cal/cm3.s"/> <xsd:enumeration value="kcal/m3.h"/> <xsd:enumeration value="kW/m3"/> <xsd:enumeration value="W/m3"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="HeatReleaseRateSymbol"> <xsd:sequence> <xsd:elem... [truncated message content] |
From: makt <mak...@us...> - 2010-07-29 21:08:09
|
Update of /cvsroot/cfidev/core/schema In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7683 Modified Files: mtrl.xsd Log Message: File validation tests complete; Copyright notes updated Index: mtrl.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/mtrl.xsd,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** mtrl.xsd 19 Jul 2010 19:27:44 -0000 1.65 --- mtrl.xsd 29 Jul 2010 21:08:02 -0000 1.66 *************** *** 4,10 **** <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined --- 4,10 ---- <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2010 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2010 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined |
From: makt <mak...@us...> - 2010-07-29 21:07:49
|
Update of /cvsroot/cfidev/core/schema In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7644 Modified Files: idx.xsd obj.xsd objb.xsd proj.xsd uo.xsd Log Message: File validation tests complete; Copyright notes updated Index: obj.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/obj.xsd,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** obj.xsd 10 Nov 2009 17:27:12 -0000 1.19 --- obj.xsd 29 Jul 2010 21:07:41 -0000 1.20 *************** *** 1 **** ! <?xml version="1.0" encoding="utf-8"?> <!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Rurik Turton (Alar Engineering Software Inc.) --> <!-- See "cfiXML Process Document.doc" on schema development based on W3C consortium process. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined in and that are subject to the DIPPR Public Source License Version 1.0, the ePlantData Public Source License Version 1.0, Alar Engineering Software License Version 1.0 and the FIATECH Public Source License Version 1.0. Copies of these licenses are available at http://www.cfixml.org. You may only use the Contents according to the terms and conditions in these Licenses. The Contents are distributed for use on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED. LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. --> <xsd:schema xmlns="http://www.cfixml.org/obj" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ctx="http://www.cfixml.org/ctx" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:objb="http://www.cfixml.org/objb" xmlns:pq="http://www.cfixml.org/pq" targetNamespace="http://www.cfixml.org/obj" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.0000"> <xsd:import namespace="http://www.cfixml.org/ext" schemaLocation="ext.xsd"/> <xsd:import namespace="http://www.cfixml.org/objb" schemaLocation="objb.xsd"/> <xsd:import namespace="http://www.cfixml.org/ctx" schemaLocation="ctx.xsd"/> <xsd:annotation> <xsd:documentation> cfiXML Schema Title: Engineering Objects. $Revision$ $Modtime: 3/31/04 2:24p $ $Author$, Alar Eng Software Inc, Purpose: Provide common features for all engineering data throughout the cfiXML and provide a base for collections. $NoKeywords: $ </xsd:documentation> </xsd:annotation> <!-- *********************************************************************************************** --> <!-- Objects --> <!-- *********************************************************************************************** --> <!-- --> <xsd:element name="object" type="Object"> <xsd:annotation> <xsd:documentation>object (element)</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:complexType name="Object" id="Object"> <xsd:annotation> <xsd:documentation>cfiXML object base type with engineering meta-data.</xsd:documentation> <xsd:appinfo> <appShortName>Object</appShortName> <appLongName>Object base type with meta data.</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexContent> <xsd:extension base="objb:BaseObject"> <xsd:sequence> <xsd:element ref="comment" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="function" type="ext:String" id="func" minOccurs="0"> <xsd:annotation> <xsd:documentation>Function or purpose of the object.</xsd:documentation> <xsd:appinfo> <appShortName>Function</appShortName> <appLongName>Function</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="generatingSoftware" minOccurs="0"> <xsd:annotation> <xsd:documentation>software information for the software that generated the object</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="name" type="ext:String" id="genSw" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Software</appShortName> <appLongName>Generation software, name</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="supplier" type="ext:String" id="genSwCo" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>S/w co.</appShortName> <appLongName>Generation software, company</appLongName> </xsd:appinfo> <xsd:documentation>Supplier organization (string only)</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="run" minOccurs="0"> <xsd:annotation> <xsd:documentation>Run details</xsd:documentation> <xsd:appinfo> <appShortName>Run</appShortName> <appLongName>Run</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="case" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Case description or name</xsd:documentation> <xsd:appinfo> <appShortName>Case</appShortName> <appLongName>Case</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="message" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Run message</xsd:documentation> <xsd:appinfo> <appShortName>Message</appShortName> <appLongName>Message</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="problem" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Problem description or name</xsd:documentation> <xsd:appinfo> <appShortName>Problem</appShortName> <appLongName>Problem</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="status" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Status</xsd:documentation> <xsd:appinfo> <appShortName>Status</appShortName> <appLongName>Status</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="result" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Result</xsd:documentation> <xsd:appinfo> <appShortName>Result</appShortName> <appLongName>Result</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customRun" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="servicePack" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Service pack name</xsd:documentation> <xsd:appinfo> <appShortName>Service pack</appShortName> <appLongName>Service pack</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="version" type="ext:String" id="genSwVer" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Version</appShortName> <appLongName>Generation software, version</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customGeneratingSoftware" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element ref="lifeCycleStage" minOccurs="0"/> <xsd:element name="previousVersion" type="Object" minOccurs="0"/> <xsd:element name="remark" type="ext:String" id="remarks" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>User notes, annotations or remarks about the object or changes to the object.</xsd:documentation> <xsd:appinfo> <appShortName>Remarks</appShortName> <appLongName>Remarks</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="status" type="ext:String" id="status" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Status</appShortName> <appLongName>Status</appLongName> </xsd:appinfo> <xsd:documentation>User supplied status of object, string. The values of this status element are not constrainted in any way by cfiXML.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="transaction" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>Transaction table for the object.</xsd:documentation> <xsd:appinfo> <appShortName>Transxn</appShortName> <appLongName>Transaction history</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customObject" type="ext:Custom" id="customObject" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Custom</appShortName> <appLongName>Custom Object data</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <!-- Transaction --> <xsd:element name="transaction" type="Transaction"/> <xsd:complexType name="Transaction" id="Transaction"> <xsd:annotation> <xsd:appinfo> <appShortName>Transaction</appShortName> <appLongName>Transaction</appLongName> </xsd:appinfo> <xsd:documentation>Transaction</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="completedBy" type="ctx:EOrganizationRole" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Completed by</appShortName> <appLongName>Completed by</appLongName> </xsd:appinfo> <xsd:documentation>The role of the person who is completing this transaction and is responsible for any changes and this version of the object.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="dateTime" type="ext:DateTime" id="dateTime" minOccurs="0"> <xsd:annotation> <xsd:documentation>Date/time when transaction is completed.</xsd:documentation> <xsd:appinfo> <appShortName>Date/Time</appShortName> <appLongName>Date and Time</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="order" type="ext:Base1IndexAtt"> <xsd:annotation> <xsd:documentation>Transaction order as a consecutive number starting from 1.</xsd:documentation> <xsd:appinfo> <appShortName>Transaction Order</appShortName> <appLongName>Transaction Order</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element ref="ctx:person" id="person" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Person</appShortName> <appLongName>Person making transaction</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="remark" type="ext:String" id="TransactionRemarks" minOccurs="0"> <xsd:annotation> <xsd:documentation>Remarks about the transaction itself, such as why the object was created. NOT for general comments, feedback or other information on the object.</xsd:documentation> <xsd:appinfo> <appShortName>Remarks</appShortName> <appLongName>Remarks (about transaction)</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="revision" type="ext:String" id="transactionRev" minOccurs="0"> <xsd:annotation> <xsd:documentation>User supplied revision string. The values of this element are not constrained in any way by cfiXML.</xsd:documentation> <xsd:appinfo> <appShortName>Revision</appShortName> <appLongName>Revision data</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element ref="transactionType"> <xsd:annotation> <xsd:appinfo> <appShortName>Transaction Type</appShortName> <appLongName>Transaction Type</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="version" type="ext:CRCVersion" minOccurs="0"> <xsd:annotation> <xsd:documentation>Unique identifier of the specific version of the object associated with the transaction</xsd:documentation> <xsd:appinfo> <appShortName>Version</appShortName> <appLongName>Version</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="versionIndex" type="ext:Base1Index" minOccurs="0"> <xsd:annotation> <xsd:documentation>Version index as a consecutive number starting from 1.</xsd:documentation> <xsd:appinfo> <appShortName>Version index</appShortName> <appLongName>Version index</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> <!-- --> <xsd:element name="comment" type="TextObject"> <xsd:annotation> <xsd:documentation>User comments that correspond to the commentReference attribute that can be associated with any data item in the schema. (See base attribute group in ext.)</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="note" type="TextObject"/> <xsd:element name="textObject" type="TextObject"/> <xsd:complexType name="TextObject" id="TextObject"> <xsd:annotation> <xsd:documentation>Referenceable and change controlled text object.</xsd:documentation> <xsd:appinfo> <appShortName>Text obj</appShortName> <appLongName>Text object</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexContent> <xsd:extension base="Object"> <xsd:sequence> <xsd:element name="text" type="ext:String" id="text" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:appinfo> <appShortName>Text</appShortName> <appLongName>Text</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <!-- --> <!-- *********************************************************************************************** --> <!-- Object support enumeration types --> <!-- *********************************************************************************************** --> <!-- --> <xsd:simpleType name="ELifeCycleStage" id="ELifeCycleStage"> <xsd:annotation> <xsd:documentation>The stage in the plant life cycle of the object.</xsd:documentation> <xsd:appinfo> <appShortName>Life Cycle Status</appShortName> <appLongName>Life Cycle Status</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Commissioning"/> <xsd:enumeration value="Construction"/> <xsd:enumeration value="Construction and precommissioning"/> <xsd:enumeration value="Decommissioning"/> <xsd:enumeration value="Detailed design"/> <xsd:enumeration value="Feasibility"/> <xsd:enumeration value="Front End Engineering Design (FEED)"/> <xsd:enumeration value="Operation and maintenance"/> <xsd:enumeration value="Precommissioning"/> <xsd:enumeration value="Procurement"/> <xsd:enumeration value="Upgrading"/> <xsd:enumeration value="Nil"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:element name="lifeCycleStage"> <xsd:annotation> <xsd:documentation>The stage in the plant life cycle of the object.</xsd:documentation> <xsd:appinfo> <appShortName>Life Cycle Stage</appShortName> <appLongName>Life Cycle Stage</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="ELifeCycleStage"> <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <!-- Transaction type enumeration - Types of transaction. --> <xsd:simpleType name="ETransactionType" id="ETransactionType"> <xsd:annotation> <xsd:documentation>Type of transaction (e.g. Created, Modified, Issued)</xsd:documentation> <xsd:appinfo> <appShortName>Transaction type</appShortName> <appLongName>Transaction type</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Approved"/> <xsd:enumeration value="Archived"/> <xsd:enumeration value="Checked"/> <xsd:enumeration value="Created"/> <xsd:enumeration value="Deleted"/> <xsd:enumeration value="Issued"/> <xsd:enumeration value="Modified"/> <xsd:enumeration value="Modified copy"/> <xsd:enumeration value="New revision"/> <xsd:enumeration value="Ownership changed"/> <xsd:enumeration value="Published"/> <xsd:enumeration value="Nil"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:element name="transactionType"> <xsd:annotation> <xsd:documentation>Type of transaction (e.g. Created, Modified, Issued)</xsd:documentation> <xsd:appinfo> <appShortName>Transaction type</appShortName> <appLongName>Transaction type</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="ETransactionType"> <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <!-- --> </xsd:schema> \ No newline at end of file --- 1 ---- ! <?xml version="1.0" encoding="utf-8"?> <!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Rurik Turton (Alar Engineering Software Inc.) --> <!-- See "cfiXML Process Document.doc" on schema development based on W3C consortium process. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. "Portions Copyright (C) 2004-2010 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. "Portions Copyright (C) 2002-2010 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined in and that are subject to the DIPPR Public Source License Version 1.0, the ePlantData Public Source License Version 1.0, Alar Engineering Software License Version 1.0 and the FIATECH Public Source License Version 1.0. Copies of these licenses are available at http://www.cfixml.org. You may only use the Contents according to the terms and conditions in these Licenses. The Contents are distributed for use on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED. LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. --> <xsd:schema xmlns="http://www.cfixml.org/obj" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ctx="http://www.cfixml.org/ctx" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:objb="http://www.cfixml.org/objb" xmlns:pq="http://www.cfixml.org/pq" targetNamespace="http://www.cfixml.org/obj" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.0000"> <xsd:import namespace="http://www.cfixml.org/ext" schemaLocation="ext.xsd"/> <xsd:import namespace="http://www.cfixml.org/objb" schemaLocation="objb.xsd"/> <xsd:import namespace="http://www.cfixml.org/ctx" schemaLocation="ctx.xsd"/> <xsd:annotation> <xsd:documentation> cfiXML Schema Title: Engineering Objects. $Revision$ $Modtime: 3/31/04 2:24p $ $Author$, Alar Eng Software Inc, Purpose: Provide common features for all engineering data throughout the cfiXML and provide a base for collections. $NoKeywords: $ </xsd:documentation> </xsd:annotation> <!-- *********************************************************************************************** --> <!-- Objects --> <!-- *********************************************************************************************** --> <!-- --> <xsd:element name="object" type="Object"> <xsd:annotation> <xsd:documentation>object (element)</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:complexType name="Object" id="Object"> <xsd:annotation> <xsd:documentation>cfiXML object base type with engineering meta-data.</xsd:documentation> <xsd:appinfo> <appShortName>Object</appShortName> <appLongName>Object base type with meta data.</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexContent> <xsd:extension base="objb:BaseObject"> <xsd:sequence> <xsd:element ref="comment" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="function" type="ext:String" id="func" minOccurs="0"> <xsd:annotation> <xsd:documentation>Function or purpose of the object.</xsd:documentation> <xsd:appinfo> <appShortName>Function</appShortName> <appLongName>Function</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="generatingSoftware" minOccurs="0"> <xsd:annotation> <xsd:documentation>software information for the software that generated the object</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="name" type="ext:String" id="genSw" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Software</appShortName> <appLongName>Generation software, name</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="supplier" type="ext:String" id="genSwCo" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>S/w co.</appShortName> <appLongName>Generation software, company</appLongName> </xsd:appinfo> <xsd:documentation>Supplier organization (string only)</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="run" minOccurs="0"> <xsd:annotation> <xsd:documentation>Run details</xsd:documentation> <xsd:appinfo> <appShortName>Run</appShortName> <appLongName>Run</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="case" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Case description or name</xsd:documentation> <xsd:appinfo> <appShortName>Case</appShortName> <appLongName>Case</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="message" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Run message</xsd:documentation> <xsd:appinfo> <appShortName>Message</appShortName> <appLongName>Message</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="problem" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Problem description or name</xsd:documentation> <xsd:appinfo> <appShortName>Problem</appShortName> <appLongName>Problem</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="status" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Status</xsd:documentation> <xsd:appinfo> <appShortName>Status</appShortName> <appLongName>Status</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="result" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Result</xsd:documentation> <xsd:appinfo> <appShortName>Result</appShortName> <appLongName>Result</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customRun" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="servicePack" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Service pack name</xsd:documentation> <xsd:appinfo> <appShortName>Service pack</appShortName> <appLongName>Service pack</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="version" type="ext:String" id="genSwVer" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Version</appShortName> <appLongName>Generation software, version</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customGeneratingSoftware" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element ref="lifeCycleStage" minOccurs="0"/> <xsd:element name="previousVersion" type="Object" minOccurs="0"/> <xsd:element name="remark" type="ext:String" id="remarks" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>User notes, annotations or remarks about the object or changes to the object.</xsd:documentation> <xsd:appinfo> <appShortName>Remarks</appShortName> <appLongName>Remarks</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="status" type="ext:String" id="status" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Status</appShortName> <appLongName>Status</appLongName> </xsd:appinfo> <xsd:documentation>User supplied status of object, string. The values of this status element are not constrainted in any way by cfiXML.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="transaction" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>Transaction table for the object.</xsd:documentation> <xsd:appinfo> <appShortName>Transxn</appShortName> <appLongName>Transaction history</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customObject" type="ext:Custom" id="customObject" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Custom</appShortName> <appLongName>Custom Object data</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <!-- Transaction --> <xsd:element name="transaction" type="Transaction"/> <xsd:complexType name="Transaction" id="Transaction"> <xsd:annotation> <xsd:appinfo> <appShortName>Transaction</appShortName> <appLongName>Transaction</appLongName> </xsd:appinfo> <xsd:documentation>Transaction</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="completedBy" type="ctx:EOrganizationRole" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Completed by</appShortName> <appLongName>Completed by</appLongName> </xsd:appinfo> <xsd:documentation>The role of the person who is completing this transaction and is responsible for any changes and this version of the object.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="dateTime" type="ext:DateTime" id="dateTime" minOccurs="0"> <xsd:annotation> <xsd:documentation>Date/time when transaction is completed.</xsd:documentation> <xsd:appinfo> <appShortName>Date/Time</appShortName> <appLongName>Date and Time</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="order" type="ext:Base1IndexAtt"> <xsd:annotation> <xsd:documentation>Transaction order as a consecutive number starting from 1.</xsd:documentation> <xsd:appinfo> <appShortName>Transaction Order</appShortName> <appLongName>Transaction Order</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element ref="ctx:person" id="person" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Person</appShortName> <appLongName>Person making transaction</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="remark" type="ext:String" id="TransactionRemarks" minOccurs="0"> <xsd:annotation> <xsd:documentation>Remarks about the transaction itself, such as why the object was created. NOT for general comments, feedback or other information on the object.</xsd:documentation> <xsd:appinfo> <appShortName>Remarks</appShortName> <appLongName>Remarks (about transaction)</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="revision" type="ext:String" id="transactionRev" minOccurs="0"> <xsd:annotation> <xsd:documentation>User supplied revision string. The values of this element are not constrained in any way by cfiXML.</xsd:documentation> <xsd:appinfo> <appShortName>Revision</appShortName> <appLongName>Revision data</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element ref="transactionType"> <xsd:annotation> <xsd:appinfo> <appShortName>Transaction Type</appShortName> <appLongName>Transaction Type</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="version" type="ext:CRCVersion" minOccurs="0"> <xsd:annotation> <xsd:documentation>Unique identifier of the specific version of the object associated with the transaction</xsd:documentation> <xsd:appinfo> <appShortName>Version</appShortName> <appLongName>Version</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="versionIndex" type="ext:Base1Index" minOccurs="0"> <xsd:annotation> <xsd:documentation>Version index as a consecutive number starting from 1.</xsd:documentation> <xsd:appinfo> <appShortName>Version index</appShortName> <appLongName>Version index</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> <!-- --> <xsd:element name="comment" type="TextObject"> <xsd:annotation> <xsd:documentation>User comments that correspond to the commentReference attribute that can be associated with any data item in the schema. (See base attribute group in ext.)</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="note" type="TextObject"/> <xsd:element name="textObject" type="TextObject"/> <xsd:complexType name="TextObject" id="TextObject"> <xsd:annotation> <xsd:documentation>Referenceable and change controlled text object.</xsd:documentation> <xsd:appinfo> <appShortName>Text obj</appShortName> <appLongName>Text object</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexContent> <xsd:extension base="Object"> <xsd:sequence> <xsd:element name="text" type="ext:String" id="text" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:appinfo> <appShortName>Text</appShortName> <appLongName>Text</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <!-- --> <!-- *********************************************************************************************** --> <!-- Object support enumeration types --> <!-- *********************************************************************************************** --> <!-- --> <xsd:simpleType name="ELifeCycleStage" id="ELifeCycleStage"> <xsd:annotation> <xsd:documentation>The stage in the plant life cycle of the object.</xsd:documentation> <xsd:appinfo> <appShortName>Life Cycle Status</appShortName> <appLongName>Life Cycle Status</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Commissioning"/> <xsd:enumeration value="Construction"/> <xsd:enumeration value="Construction and precommissioning"/> <xsd:enumeration value="Decommissioning"/> <xsd:enumeration value="Detailed design"/> <xsd:enumeration value="Feasibility"/> <xsd:enumeration value="Front End Engineering Design (FEED)"/> <xsd:enumeration value="Operation and maintenance"/> <xsd:enumeration value="Precommissioning"/> <xsd:enumeration value="Procurement"/> <xsd:enumeration value="Upgrading"/> <xsd:enumeration value="Nil"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:element name="lifeCycleStage"> <xsd:annotation> <xsd:documentation>The stage in the plant life cycle of the object.</xsd:documentation> <xsd:appinfo> <appShortName>Life Cycle Stage</appShortName> <appLongName>Life Cycle Stage</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="ELifeCycleStage"> <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <!-- Transaction type enumeration - Types of transaction. --> <xsd:simpleType name="ETransactionType" id="ETransactionType"> <xsd:annotation> <xsd:documentation>Type of transaction (e.g. Created, Modified, Issued)</xsd:documentation> <xsd:appinfo> <appShortName>Transaction type</appShortName> <appLongName>Transaction type</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Approved"/> <xsd:enumeration value="Archived"/> <xsd:enumeration value="Checked"/> <xsd:enumeration value="Created"/> <xsd:enumeration value="Deleted"/> <xsd:enumeration value="Issued"/> <xsd:enumeration value="Modified"/> <xsd:enumeration value="Modified copy"/> <xsd:enumeration value="New revision"/> <xsd:enumeration value="Ownership changed"/> <xsd:enumeration value="Published"/> <xsd:enumeration value="Nil"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:element name="transactionType"> <xsd:annotation> <xsd:documentation>Type of transaction (e.g. Created, Modified, Issued)</xsd:documentation> <xsd:appinfo> <appShortName>Transaction type</appShortName> <appLongName>Transaction type</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="ETransactionType"> <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <!-- --> </xsd:schema> \ No newline at end of file Index: objb.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/objb.xsd,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** objb.xsd 10 Jun 2009 16:20:51 -0000 1.13 --- objb.xsd 29 Jul 2010 21:07:41 -0000 1.14 *************** *** 4,10 **** <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined --- 4,10 ---- <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2010 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2010 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined Index: uo.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/uo.xsd,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** uo.xsd 10 Jun 2009 16:20:51 -0000 1.40 --- uo.xsd 29 Jul 2010 21:07:41 -0000 1.41 *************** *** 4,10 **** <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined --- 4,10 ---- <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. ! "Portions Copyright (C) 2004-2010 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. ! "Portions Copyright (C) 2002-2010 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined *************** *** 19,23 **** NON-INFRINGEMENT. --> ! <xsd:schema xmlns="http://www.cfixml.org/uo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ctx="http://www.cfixml.org/ctx" xmlns:dx="http://www.cfixml.org/dx" xmlns:eq="http://www.cfixml.org/eq" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:mtrl="http://www.cfixml.org/mtrl" xmlns:obj="http://www.cfixml.org/obj" xmlns:pq="http://www.cfixml.org/pq" xmlns:proj="http://www.cfixml.org/proj" xmlns:site="http://www.cfixml.org/site" targetNamespace="http://www.cfixml.org/uo" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.0000"> <xsd:import namespace="http://www.cfixml.org/etl" schemaLocation="etl.xsd"/> <xsd:import namespace="http://www.cfixml.org/ext" schemaLocation="ext.xsd"/> --- 19,23 ---- NON-INFRINGEMENT. --> ! <xsd:schema xmlns="http://www.cfixml.org/uo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ctx="http://www.cfixml.org/ctx" xmlns:dx="http://www.cfixml.org/dx" xmlns:eq="http://www.cfixml.org/eq" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:mtrl="http://www.cfixml.org/mtrl" xmlns:obj="http://www.cfixml.org/obj" xmlns:pq="http://www.cfixml.org/pq" xmlns:proj="http://www.cfixml.org/proj" xmlns:site="http://www.cfixml.org/site" targetNamespace="http://www.cfixml.org/uo" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.0000"> <xsd:import namespace="http://www.cfixml.org/etl" schemaLocation="etl.xsd"/> <xsd:import namespace="http://www.cfixml.org/ext" schemaLocation="ext.xsd"/> *************** *** 557,559 **** <!-- --> ! </xsd:schema> \ No newline at end of file --- 557,559 ---- <!-- --> ! </xsd:schema> Index: proj.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/proj.xsd,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** proj.xsd 10 Jun 2009 16:20:51 -0000 1.11 --- proj.xsd 29 Jul 2010 21:07:41 -0000 1.12 *************** *** 1 **** ! <?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. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined in and that are subject to the DIPPR Public Source License Version 1.0, the ePlantData Public Source License Version 1.0, Alar Engineering Software License Version 1.0 and the FIATECH Public Source License Version 1.0. Copies of these licenses are available at http://www.cfixml.org. You may only use the Contents according to the terms and conditions in these Licenses. The Contents are distributed for use on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED. LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. --> <xsd:schema xmlns="http://www.cfixml.org/proj" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ctx="http://www.cfixml.org/ctx" xmlns:dx="http://www.cfixml.org/dx" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:obj="http://www.cfixml.org/obj" xmlns:objb="http://www.cfixml.org/objb" xmlns:pq="http://www.cfixml.org/pq" targetNamespace="http://www.cfixml.org/proj" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.0000"> <xsd:import namespace="http://www.cfixml.org/ctx" schemaLocation="ctx.xsd"/> <xsd:import namespace="http://www.cfixml.org/ext" schemaLocation="ext.xsd"/> <xsd:import namespace="http://www.cfixml.org/pq" schemaLocation="pq.xsd"/> <xsd:import namespace="http://www.cfixml.org/objb" schemaLocation="objb.xsd"/> <xsd:import namespace="http://www.cfixml.org/obj" schemaLocation="obj.xsd"/> <xsd:annotation> <xsd:documentation> cfiXML Schema Title: Projects and Activities $Revision$ $Modtime: 15/03/04 0:41 $ $Author$ , Alar Eng Software Inc, Purpose: Definition of the base project and activity data types in proj namespace. $NoKeywords: $ </xsd:documentation> </xsd:annotation> <!-- --> <xsd:element name="project" type="Project"> <xsd:annotation> <xsd:appinfo> <appShortName>Project</appShortName> <appLongName>Project</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="associatedProject" type="Project"> <xsd:annotation> <xsd:documentation>Projects which are associated with or contained within this project, e.g. a master project may contain several associated projects, potentially one for each participating organization in a cross-organizational collaboration, or an organization may break a project down into several sub-projects</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:complexType name="Project"> <xsd:annotation> <xsd:documentation>Project Information - specific to a particular organization and identified by the ID used within that organization. A project can contain other projects through the assocProject element. These can be parts of the main project or can associate projects between collaborating organizations.</xsd:documentation> <xsd:appinfo> <appShortName>Project</appShortName> <appLongName>Project</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexContent> <xsd:extension base="objb:BaseObject"> <xsd:sequence> <xsd:element ref="associatedActivity" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:appinfo> <appShortName>AssocActivity</appShortName> <appLongName>AssocActivity</appLongName> </xsd:appinfo> <xsd:documentation>associated work activities for the project</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="associatedProject" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="ctx:contact" minOccurs="0"> <xsd:annotation> <xsd:documentation>Key contact for this project from this organization.</xsd:documentation> <xsd:appinfo> <appShortName>Contact</appShortName> <appLongName>Contact</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="id" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Project identification number used independently of organization. Often used as Job number.</xsd:documentation> <xsd:appinfo> <appShortName>Project number</appShortName> <appLongName>Project number</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="location" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Location of the project (simple description only)</xsd:documentation> <xsd:appinfo> <appShortName>Location</appShortName> <appLongName>Location</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element ref="ctx:organizationContext" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="customProject" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <!-- --> <xsd:element name="associatedActivity" type="Activity"/> <xsd:element name="activity" type="Activity"/> <xsd:complexType name="Activity"> <xsd:annotation> <xsd:documentation>work activity</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="obj:Object"> <xsd:sequence> <xsd:element name="current" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>CurrentStatus</appShortName> <appLongName>CurrentStatus</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element ref="activityStatus" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Status</appShortName> <appLongName>Status</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="completionPercent" type="ext:Double" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>PctComplete</appShortName> <appLongName>PctComplete</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="cost" type="ext:Currency" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Cost</appShortName> <appLongName>Cost</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="date" type="ext:Date" minOccurs="0"/> <xsd:element name="startDate" type="ext:Date" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>StartDate</appShortName> <appLongName>StartDate</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="endDate" type="ext:Date" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>EndDate</appShortName> <appLongName>EndDate</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="duration" type="ext:Duration" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Duration</appShortName> <appLongName>Duration</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customCurrentActivity" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="planned" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Plan</appShortName> <appLongName>Plan</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="cost" type="ext:Currency" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Cost</appShortName> <appLongName>Cost</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="startDate" type="ext:Date" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>StartDate</appShortName> <appLongName>StartDate</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="endDate" type="ext:Date" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>EndDate</appShortName> <appLongName>EndDate</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="duration" type="ext:Duration" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Duration</appShortName> <appLongName>Duration</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customPlannedActivity" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="customActivity" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <!-- --> <xsd:simpleType name="EActivityStatus"> <xsd:annotation> <xsd:documentation>Project activity status</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Not started"/> <xsd:enumeration value="In progress"/> <xsd:enumeration value="Waiting"/> <xsd:enumeration value="Completed"/> <xsd:enumeration value="Deferred"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:element name="activityStatus"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EActivityStatus"> <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> </xsd:schema> \ No newline at end of file --- 1 ---- ! <?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. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. "Portions Copyright (C) 2004-2010 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. "Portions Copyright (C) 2002-2010 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined in and that are subject to the DIPPR Public Source License Version 1.0, the ePlantData Public Source License Version 1.0, Alar Engineering Software License Version 1.0 and the FIATECH Public Source License Version 1.0. Copies of these licenses are available at http://www.cfixml.org. You may only use the Contents according to the terms and conditions in these Licenses. The Contents are distributed for use on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED. LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. --> <xsd:schema xmlns="http://www.cfixml.org/proj" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ctx="http://www.cfixml.org/ctx" xmlns:dx="http://www.cfixml.org/dx" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:obj="http://www.cfixml.org/obj" xmlns:objb="http://www.cfixml.org/objb" xmlns:pq="http://www.cfixml.org/pq" targetNamespace="http://www.cfixml.org/proj" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.0000"> <xsd:import namespace="http://www.cfixml.org/ctx" schemaLocation="ctx.xsd"/> <xsd:import namespace="http://www.cfixml.org/ext" schemaLocation="ext.xsd"/> <xsd:import namespace="http://www.cfixml.org/pq" schemaLocation="pq.xsd"/> <xsd:import namespace="http://www.cfixml.org/objb" schemaLocation="objb.xsd"/> <xsd:import namespace="http://www.cfixml.org/obj" schemaLocation="obj.xsd"/> <xsd:annotation> <xsd:documentation> cfiXML Schema Title: Projects and Activities $Revision$ $Modtime: 15/03/04 0:41 $ $Author$ , Alar Eng Software Inc, Purpose: Definition of the base project and activity data types in proj namespace. $NoKeywords: $ </xsd:documentation> </xsd:annotation> <!-- --> <xsd:element name="project" type="Project"> <xsd:annotation> <xsd:appinfo> <appShortName>Project</appShortName> <appLongName>Project</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="associatedProject" type="Project"> <xsd:annotation> <xsd:documentation>Projects which are associated with or contained within this project, e.g. a master project may contain several associated projects, potentially one for each participating organization in a cross-organizational collaboration, or an organization may break a project down into several sub-projects</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:complexType name="Project"> <xsd:annotation> <xsd:documentation>Project Information - specific to a particular organization and identified by the ID used within that organization. A project can contain other projects through the assocProject element. These can be parts of the main project or can associate projects between collaborating organizations.</xsd:documentation> <xsd:appinfo> <appShortName>Project</appShortName> <appLongName>Project</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexContent> <xsd:extension base="objb:BaseObject"> <xsd:sequence> <xsd:element ref="associatedActivity" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:appinfo> <appShortName>AssocActivity</appShortName> <appLongName>AssocActivity</appLongName> </xsd:appinfo> <xsd:documentation>associated work activities for the project</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="associatedProject" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="ctx:contact" minOccurs="0"> <xsd:annotation> <xsd:documentation>Key contact for this project from this organization.</xsd:documentation> <xsd:appinfo> <appShortName>Contact</appShortName> <appLongName>Contact</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="id" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Project identification number used independently of organization. Often used as Job number.</xsd:documentation> <xsd:appinfo> <appShortName>Project number</appShortName> <appLongName>Project number</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="location" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Location of the project (simple description only)</xsd:documentation> <xsd:appinfo> <appShortName>Location</appShortName> <appLongName>Location</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element ref="ctx:organizationContext" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="customProject" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <!-- --> <xsd:element name="associatedActivity" type="Activity"/> <xsd:element name="activity" type="Activity"/> <xsd:complexType name="Activity"> <xsd:annotation> <xsd:documentation>work activity</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="obj:Object"> <xsd:sequence> <xsd:element name="current" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>CurrentStatus</appShortName> <appLongName>CurrentStatus</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element ref="activityStatus" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Status</appShortName> <appLongName>Status</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="completionPercent" type="ext:Double" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>PctComplete</appShortName> <appLongName>PctComplete</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="cost" type="ext:Currency" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Cost</appShortName> <appLongName>Cost</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="date" type="ext:Date" minOccurs="0"/> <xsd:element name="startDate" type="ext:Date" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>StartDate</appShortName> <appLongName>StartDate</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="endDate" type="ext:Date" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>EndDate</appShortName> <appLongName>EndDate</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="duration" type="ext:Duration" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Duration</appShortName> <appLongName>Duration</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customCurrentActivity" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="planned" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Plan</appShortName> <appLongName>Plan</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="cost" type="ext:Currency" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Cost</appShortName> <appLongName>Cost</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="startDate" type="ext:Date" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>StartDate</appShortName> <appLongName>StartDate</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="endDate" type="ext:Date" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>EndDate</appShortName> <appLongName>EndDate</appLongName> </xsd:appinfo> </xsd:annotation> ... [truncated message content] |
From: makt <mak...@us...> - 2010-07-29 21:07:29
|
Update of /cvsroot/cfidev/core/schema In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7487 Modified Files: ctx.xsd dx.xsd etl.xsd ext.xsd extCur.xsd Log Message: File validation tests complete; Copyright notes updated Index: extCur.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/extCur.xsd,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** extCur.xsd 10 Jun 2009 16:17:19 -0000 1.8 --- extCur.xsd 29 Jul 2010 21:07:20 -0000 1.9 *************** *** 1 **** ! <?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. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined in and that are subject to the DIPPR Public Source License Version 1.0, the ePlantData Public Source License Version 1.0, Alar Engineering Software License Version 1.0 and the FIATECH Public Source License Version 1.0. Copies of these licenses are available at http://www.cfixml.org. You may only use the Contents according to the terms and conditions in these Licenses. The Contents are distributed for use on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED. LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. --> <xsd:schema xmlns="http://www.cfixml.org/ext" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:etl="http://www.cfixml.org/etl" targetNamespace="http://www.cfixml.org/ext" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.0000"> <xsd:annotation> <xsd:documentation> cfiXML Schema Title: Currency base data type definitions $Revision$ $Modtime: 15/03/04 0:41 $ $Author$, Alar Eng Software Inc, Purpose: Provide common currency data for throughout cfiXML. $NoKeywords: $ </xsd:documentation> </xsd:annotation> <!-- Currency codes --> <xsd:simpleType name="ECurrencyCode" id="ECurrencyCode"> <xsd:annotation> <xsd:documentation>Currency codes, ISO4217, 3 uppercase letters.</xsd:documentation> <xsd:appinfo> <appShortName>Currency codes, ISO4217</appShortName> <appLongName>Currency codes, ISO4217</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:Name"> <xsd:enumeration value="AED"> <xsd:annotation> <xsd:appinfo> <appShortName>UAE dirham</appShortName> <appLongName>UAE dirham</appLongName> </xsd:appinfo> <xsd:documentation>UAE dirham, United Arab Emirates</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="AFA"> <xsd:annotation> <xsd:appinfo> <appShortName>afghani</appShortName> <appLongName>afghani</appLongName> </xsd:appinfo> <xsd:documentation>afghani, Islamic State of Afghanistan</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ALL"> <xsd:annotation> <xsd:appinfo> <appShortName>lek</appShortName> <appLongName>lek</appLongName> </xsd:appinfo> <xsd:documentation>lek, Republic of Albania</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="AMD"> <xsd:annotation> <xsd:appinfo> <appShortName>dram</appShortName> <appLongName>dram</appLongName> </xsd:appinfo> <xsd:documentation>dram, Republic of Armenia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ANG"> <xsd:annotation> <xsd:appinfo> <appShortName>Netherlands Antillean guilder</appShortName> <appLongName>Netherlands Antillean guilder</appLongName> </xsd:appinfo> <xsd:documentation>Netherlands Antillean guilder, Netherlands Antilles</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="AON"> <xsd:annotation> <xsd:appinfo> <appShortName>readjusted kwanza</appShortName> <appLongName>readjusted kwanza</appLongName> </xsd:appinfo> <xsd:documentation>readjusted kwanza, Republic of Angola</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ARS"> <xsd:annotation> <xsd:appinfo> <appShortName>Argentine peso</appShortName> <appLongName>Argentine peso</appLongName> </xsd:appinfo> <xsd:documentation>Argentine peso, Argentine Republic</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ATS"> <xsd:annotation> <xsd:appinfo> <appShortName>Austrian schilling</appShortName> <appLongName>Austrian schilling</appLongName> </xsd:appinfo> <xsd:documentation>Austrian schilling, Republic of Austria</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="AUD"> <xsd:annotation> <xsd:appinfo> <appShortName>Australian dollar</appShortName> <appLongName>Australian dollar</appLongName> </xsd:appinfo> <xsd:documentation>Australian dollar, Tuvalu, Republic of Nauru, Republic of Kiribati, Commonwealth of Australia, Christmas Island Territory, Territory of Norfolk Island, Territory of Cocos (Keeling) Islands</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="AWG"> <xsd:annotation> <xsd:appinfo> <appShortName>Aruban guilder</appShortName> <appLongName>Aruban guilder</appLongName> </xsd:appinfo> <xsd:documentation>Aruban guilder, Aruba</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="AZM"> <xsd:annotation> <xsd:appinfo> <appShortName>Azerbaijani manat</appShortName> <appLongName>Azerbaijani manat</appLongName> </xsd:appinfo> <xsd:documentation>Azerbaijani manat, Azerbaijani Republic</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BAD"> <xsd:annotation> <xsd:appinfo> <appShortName>Bosnian dinar</appShortName> <appLongName>Bosnian dinar</appLongName> </xsd:appinfo> <xsd:documentation>Bosnian dinar, Bosnia and Herzegovina</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BAM"> <xsd:annotation> <xsd:appinfo> <appShortName>Bosnian convertible mark</appShortName> <appLongName>Bosnian convertible mark</appLongName> </xsd:appinfo> <xsd:documentation>Bosnian convertible mark, Bosnia and Herzegovina</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BBD"> <xsd:annotation> <xsd:appinfo> <appShortName>Barbados dollar</appShortName> <appLongName>Barbados dollar</appLongName> </xsd:appinfo> <xsd:documentation>Barbados dollar, Barbados</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BDT"> <xsd:annotation> <xsd:appinfo> <appShortName>taka</appShortName> <appLongName>taka</appLongName> </xsd:appinfo> <xsd:documentation>taka, People's Republic of Bangladesh</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BEF"> <xsd:annotation> <xsd:appinfo> <appShortName>Belgian franc</appShortName> <appLongName>Belgian franc</appLongName> </xsd:appinfo> <xsd:documentation>Belgian franc, Kingdom of Belgium</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BGL"> <xsd:annotation> <xsd:appinfo> <appShortName>lev</appShortName> <appLongName>lev</appLongName> </xsd:appinfo> <xsd:documentation>lev, Republic of Bulgaria</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BHD"> <xsd:annotation> <xsd:appinfo> <appShortName>Bahraini dinar</appShortName> <appLongName>Bahraini dinar</appLongName> </xsd:appinfo> <xsd:documentation>Bahraini dinar, State of Bahrain</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BIF"> <xsd:annotation> <xsd:appinfo> <appShortName>Burundi franc</appShortName> <appLongName>Burundi franc</appLongName> </xsd:appinfo> <xsd:documentation>Burundi franc, Republic of Burundi</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BMD"> <xsd:annotation> <xsd:appinfo> <appShortName>Bermuda dollar</appShortName> <appLongName>Bermuda dollar</appLongName> </xsd:appinfo> <xsd:documentation>Bermuda dollar, Bermuda</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BND"> <xsd:annotation> <xsd:appinfo> <appShortName>Brunei dollar</appShortName> <appLongName>Brunei dollar</appLongName> </xsd:appinfo> <xsd:documentation>Brunei dollar, Negara Brunei Darussalam</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BOB"> <xsd:annotation> <xsd:appinfo> <appShortName>boliviano</appShortName> <appLongName>boliviano</appLongName> </xsd:appinfo> <xsd:documentation>boliviano, Republic of Bolivia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BRL"> <xsd:annotation> <xsd:appinfo> <appShortName>Brazilian real</appShortName> <appLongName>Brazilian real</appLongName> </xsd:appinfo> <xsd:documentation>Brazilian real, Federative Republic of Brazil</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BSD"> <xsd:annotation> <xsd:appinfo> <appShortName>Bahamian dollar</appShortName> <appLongName>Bahamian dollar</appLongName> </xsd:appinfo> <xsd:documentation>Bahamian dollar, Commonwealth of The Bahamas</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BTN"> <xsd:annotation> <xsd:appinfo> <appShortName>ngultrum</appShortName> <appLongName>ngultrum</appLongName> </xsd:appinfo> <xsd:documentation>ngultrum, Kingdom of Bhutan</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BWP"> <xsd:annotation> <xsd:appinfo> <appShortName>pula</appShortName> <appLongName>pula</appLongName> </xsd:appinfo> <xsd:documentation>pula, Republic of Botswana</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BYB"> <xsd:annotation> <xsd:appinfo> <appShortName>Belarusian rouble</appShortName> <appLongName>Belarusian rouble</appLongName> </xsd:appinfo> <xsd:documentation>Belarusian rouble, Republic of Belarus</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="BZD"> <xsd:annotation> <xsd:appinfo> <appShortName>Belize dollar</appShortName> <appLongName>Belize dollar</appLongName> </xsd:appinfo> <xsd:documentation>Belize dollar, Belize</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="CAD"> <xsd:annotation> <xsd:appinfo> <appShortName>Canadian dollar</appShortName> <appLongName>Canadian dollar</appLongName> </xsd:appinfo> <xsd:documentation>Canadian dollar, Canada</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="CHF"> <xsd:annotation> <xsd:appinfo> <appShortName>Swiss franc</appShortName> <appLongName>Swiss franc</appLongName> </xsd:appinfo> <xsd:documentation>Swiss franc, Swiss Confederation, Principality of Liechtenstein</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="CLP"> <xsd:annotation> <xsd:appinfo> <appShortName>Chilean peso</appShortName> <appLongName>Chilean peso</appLongName> </xsd:appinfo> <xsd:documentation>Chilean peso, Republic of Chile</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="CNY"> <xsd:annotation> <xsd:appinfo> <appShortName>renminbi-yuan</appShortName> <appLongName>renminbi-yuan</appLongName> </xsd:appinfo> <xsd:documentation>renminbi-yuan, People's Republic of China</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="COP"> <xsd:annotation> <xsd:appinfo> <appShortName>Colombian peso</appShortName> <appLongName>Colombian peso</appLongName> </xsd:appinfo> <xsd:documentation>Colombian peso, Republic of Colombia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="CRC"> <xsd:annotation> <xsd:appinfo> <appShortName>Costa Rican colon</appShortName> <appLongName>Costa Rican colon</appLongName> </xsd:appinfo> <xsd:documentation>Costa Rican colon, Republic of Costa Rica</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="CUP"> <xsd:annotation> <xsd:appinfo> <appShortName>Cuban peso</appShortName> <appLongName>Cuban peso</appLongName> </xsd:appinfo> <xsd:documentation>Cuban peso, Republic of Cuba</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="CVE"> <xsd:annotation> <xsd:appinfo> <appShortName>Cape Verde escudo</appShortName> <appLongName>Cape Verde escudo</appLongName> </xsd:appinfo> <xsd:documentation>Cape Verde escudo, Republic of Cape Verde</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="CYP"> <xsd:annotation> <xsd:appinfo> <appShortName>Cyprus pound</appShortName> <appLongName>Cyprus pound</appLongName> </xsd:appinfo> <xsd:documentation>Cyprus pound, Republic of Cyprus</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="CZK"> <xsd:annotation> <xsd:appinfo> <appShortName>Czech koruna</appShortName> <appLongName>Czech koruna</appLongName> </xsd:appinfo> <xsd:documentation>Czech koruna, Czech Republic</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="DEM"> <xsd:annotation> <xsd:appinfo> <appShortName>German mark</appShortName> <appLongName>German mark</appLongName> </xsd:appinfo> <xsd:documentation>German mark, Federal Republic of Germany</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="DJF"> <xsd:annotation> <xsd:appinfo> <appShortName>Djibouti franc</appShortName> <appLongName>Djibouti franc</appLongName> </xsd:appinfo> <xsd:documentation>Djibouti franc, Republic of Djibouti</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="DKK"> <xsd:annotation> <xsd:appinfo> <appShortName>Danish krone</appShortName> <appLongName>Danish krone</appLongName> </xsd:appinfo> <xsd:documentation>Danish krone, Greenland, Faeroe Islands, Kingdom of Denmark</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="DOP"> <xsd:annotation> <xsd:appinfo> <appShortName>Dominican peso</appShortName> <appLongName>Dominican peso</appLongName> </xsd:appinfo> <xsd:documentation>Dominican peso, Dominican Republic</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="DZD"> <xsd:annotation> <xsd:appinfo> <appShortName>Algerian dinar</appShortName> <appLongName>Algerian dinar</appLongName> </xsd:appinfo> <xsd:documentation>Algerian dinar, People's Democratic Republic of Algeria</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ECS"> <xsd:annotation> <xsd:appinfo> <appShortName>sucre</appShortName> <appLongName>sucre</appLongName> </xsd:appinfo> <xsd:documentation>sucre, Republic of Ecuador</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="EEK"> <xsd:annotation> <xsd:appinfo> <appShortName>Estonian kroon</appShortName> <appLongName>Estonian kroon</appLongName> </xsd:appinfo> <xsd:documentation>Estonian kroon, Republic of Estonia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="EGP"> <xsd:annotation> <xsd:appinfo> <appShortName>Egyptian pound</appShortName> <appLongName>Egyptian pound</appLongName> </xsd:appinfo> <xsd:documentation>Egyptian pound, Arab Republic of Egypt</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ERN"> <xsd:annotation> <xsd:appinfo> <appShortName>nakfa</appShortName> <appLongName>nakfa</appLongName> </xsd:appinfo> <xsd:documentation>nakfa, State of Eritrea</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ESP"> <xsd:annotation> <xsd:appinfo> <appShortName>Spanish peseta</appShortName> <appLongName>Spanish peseta</appLongName> </xsd:appinfo> <xsd:documentation>Spanish peseta, Kingdom of Spain, Principality of Andorra</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ETB"> <xsd:annotation> <xsd:appinfo> <appShortName>Ethiopian birr</appShortName> <appLongName>Ethiopian birr</appLongName> </xsd:appinfo> <xsd:documentation>Ethiopian birr, Federal Democratic Republic of Ethiopia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="EUR"> <xsd:annotation> <xsd:appinfo> <appShortName>euro</appShortName> <appLongName>euro</appLongName> </xsd:appinfo> <xsd:documentation>euro, European Union</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="FIM"> <xsd:annotation> <xsd:appinfo> <appShortName>Finnish markka</appShortName> <appLongName>Finnish markka</appLongName> </xsd:appinfo> <xsd:documentation>Finnish markka, Republic of Finland</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="FJD"> <xsd:annotation> <xsd:appinfo> <appShortName>Fiji dollar</appShortName> <appLongName>Fiji dollar</appLongName> </xsd:appinfo> <xsd:documentation>Fiji dollar, Republic of Fiji</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="FKP"> <xsd:annotation> <xsd:appinfo> <appShortName>Falkland Islands pound</appShortName> <appLongName>Falkland Islands pound</appLongName> </xsd:appinfo> <xsd:documentation>Falkland Islands pound, Falkland Islands</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="FRF"> <xsd:annotation> <xsd:appinfo> <appShortName>French franc</appShortName> <appLongName>French franc</appLongName> </xsd:appinfo> <xsd:documentation>French franc, French Republic, Department of Reunion, Principality of Monaco, Andorra, Department of Guadeloupe, Department of Martinique, Department of French Guiana, Territorial collectivity of Mayotte, Territorial collectivity of Saint Pierre and Miquelon</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="GBP"> <xsd:annotation> <xsd:appinfo> <appShortName>pound sterling</appShortName> <appLongName>pound sterling</appLongName> </xsd:appinfo> <xsd:documentation>pound sterling, United Kingdom of Great Britain and Northern Ireland</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="GEL"> <xsd:annotation> <xsd:appinfo> <appShortName>lari</appShortName> <appLongName>lari</appLongName> </xsd:appinfo> <xsd:documentation>lari, Georgia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="GHC"> <xsd:annotation> <xsd:appinfo> <appShortName>cedi</appShortName> <appLongName>cedi</appLongName> </xsd:appinfo> <xsd:documentation>cedi, Republic of Ghana</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="GIP"> <xsd:annotation> <xsd:appinfo> <appShortName>Gibraltar pound</appShortName> <appLongName>Gibraltar pound</appLongName> </xsd:appinfo> <xsd:documentation>Gibraltar pound, Gibraltar</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="GMD"> <xsd:annotation> <xsd:appinfo> <appShortName>dalasi</appShortName> <appLongName>dalasi</appLongName> </xsd:appinfo> <xsd:documentation>dalasi, Republic of The Gambia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="GNF"> <xsd:annotation> <xsd:appinfo> <appShortName>Guinean franc</appShortName> <appLongName>Guinean franc</appLongName> </xsd:appinfo> <xsd:documentation>Guinean franc, Republic of Guinea</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="GRD"> <xsd:annotation> <xsd:appinfo> <appShortName>Greek drachma</appShortName> <appLongName>Greek drachma</appLongName> </xsd:appinfo> <xsd:documentation>Greek drachma, Hellenic Republic</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="GTQ"> <xsd:annotation> <xsd:appinfo> <appShortName>Guatemalan quetzal</appShortName> <appLongName>Guatemalan quetzal</appLongName> </xsd:appinfo> <xsd:documentation>Guatemalan quetzal, Republic of Guatemala</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="GYD"> <xsd:annotation> <xsd:appinfo> <appShortName>Guyanese dollar</appShortName> <appLongName>Guyanese dollar</appLongName> </xsd:appinfo> <xsd:documentation>Guyanese dollar, Cooperative Republic of Guyana</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="HKD"> <xsd:annotation> <xsd:appinfo> <appShortName>Hong Kong dollar</appShortName> <appLongName>Hong Kong dollar</appLongName> </xsd:appinfo> <xsd:documentation>Hong Kong dollar, Hong Kong Special Administrative Region (HKSAR)</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="HNL"> <xsd:annotation> <xsd:appinfo> <appShortName>lempira</appShortName> <appLongName>lempira</appLongName> </xsd:appinfo> <xsd:documentation>lempira, Republic of Honduras</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="HRK"> <xsd:annotation> <xsd:appinfo> <appShortName>kuna</appShortName> <appLongName>kuna</appLongName> </xsd:appinfo> <xsd:documentation>kuna, Republic of Croatia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="HTG"> <xsd:annotation> <xsd:appinfo> <appShortName>gourde</appShortName> <appLongName>gourde</appLongName> </xsd:appinfo> <xsd:documentation>gourde, Republic of Haiti</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="HUF"> <xsd:annotation> <xsd:appinfo> <appShortName>forint</appShortName> <appLongName>forint</appLongName> </xsd:appinfo> <xsd:documentation>forint, Republic of Hungary</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="IDR"> <xsd:annotation> <xsd:appinfo> <appShortName>Indonesian rupiah</appShortName> <appLongName>Indonesian rupiah</appLongName> </xsd:appinfo> <xsd:documentation>Indonesian rupiah, East Timor, Republic of Indonesia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="IEP"> <xsd:annotation> <xsd:appinfo> <appShortName>Irish pound</appShortName> <appLongName>Irish pound</appLongName> </xsd:appinfo> <xsd:documentation>Irish pound, Ireland</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ILS"> <xsd:annotation> <xsd:appinfo> <appShortName>new shekel</appShortName> <appLongName>new shekel</appLongName> </xsd:appinfo> <xsd:documentation>new shekel, State of Israel</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="INR"> <xsd:annotation> <xsd:appinfo> <appShortName>Indian rupee</appShortName> <appLongName>Indian rupee</appLongName> </xsd:appinfo> <xsd:documentation>Indian rupee, Republic of India</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="IQD"> <xsd:annotation> <xsd:appinfo> <appShortName>Iraqi dinar</appShortName> <appLongName>Iraqi dinar</appLongName> </xsd:appinfo> <xsd:documentation>Iraqi dinar, Republic of Iraq</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="IRR"> <xsd:annotation> <xsd:appinfo> <appShortName>Iranian rial</appShortName> <appLongName>Iranian rial</appLongName> </xsd:appinfo> <xsd:documentation>Iranian rial, Islamic Republic of Iran</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ISK"> <xsd:annotation> <xsd:appinfo> <appShortName>Icelandic krona</appShortName> <appLongName>Icelandic krona</appLongName> </xsd:appinfo> <xsd:documentation>Icelandic krona, Republic of Iceland</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ITL"> <xsd:annotation> <xsd:appinfo> <appShortName>Italian lira</appShortName> <appLongName>Italian lira</appLongName> </xsd:appinfo> <xsd:documentation>Italian lira, The Holy see, Italian Republic, Republic of San Marino</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="JMD"> <xsd:annotation> <xsd:appinfo> <appShortName>Jamaica dollar</appShortName> <appLongName>Jamaica dollar</appLongName> </xsd:appinfo> <xsd:documentation>Jamaica dollar, Jamaica</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="JOD"> <xsd:annotation> <xsd:appinfo> <appShortName>Jordanian dinar</appShortName> <appLongName>Jordanian dinar</appLongName> </xsd:appinfo> <xsd:documentation>Jordanian dinar, Hashemite Kingdom of Jordan</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="JPY"> <xsd:annotation> <xsd:appinfo> <appShortName>yen</appShortName> <appLongName>yen</appLongName> </xsd:appinfo> <xsd:documentation>yen, Japan</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="KES"> <xsd:annotation> <xsd:appinfo> <appShortName>Kenyan shilling</appShortName> <appLongName>Kenyan shilling</appLongName> </xsd:appinfo> <xsd:documentation>Kenyan shilling, Republic of Kenya</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="KGS"> <xsd:annotation> <xsd:appinfo> <appShortName>som</appShortName> <appLongName>som</appLongName> </xsd:appinfo> <xsd:documentation>som, Kyrgyz Republic</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="KHR"> <xsd:annotation> <xsd:appinfo> <appShortName>riel</appShortName> <appLongName>riel</appLongName> </xsd:appinfo> <xsd:documentation>riel, Kingdom of Cambodia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="KMF"> <xsd:annotation> <xsd:appinfo> <appShortName>Comorian franc</appShortName> <appLongName>Comorian franc</appLongName> </xsd:appinfo> <xsd:documentation>Comorian franc, Islamic Federal Republic of The Comoros</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="KPW"> <xsd:annotation> <xsd:appinfo> <appShortName>North Korean won</appShortName> <appLongName>North Korean won</appLongName> </xsd:appinfo> <xsd:documentation>North Korean won, Democratic People's Republic of Korea</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="KRW"> <xsd:annotation> <xsd:appinfo> <appShortName>South Korean won</appShortName> <appLongName>South Korean won</appLongName> </xsd:appinfo> <xsd:documentation>South Korean won, Republic of Korea</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="KWD"> <xsd:annotation> <xsd:appinfo> <appShortName>Kuwaiti dinar</appShortName> <appLongName>Kuwaiti dinar</appLongName> </xsd:appinfo> <xsd:documentation>Kuwaiti dinar, State of Kuwait</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="KYD"> <xsd:annotation> <xsd:appinfo> <appShortName>Cayman Islands dollar</appShortName> <appLongName>Cayman Islands dollar</appLongName> </xsd:appinfo> <xsd:documentation>Cayman Islands dollar, Cayman Islands</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="KZT"> <xsd:annotation> <xsd:appinfo> <appShortName>tenge</appShortName> <appLongName>tenge</appLongName> </xsd:appinfo> <xsd:documentation>tenge, Republic of Kazakhstan</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LAK"> <xsd:annotation> <xsd:appinfo> <appShortName>kip</appShortName> <appLongName>kip</appLongName> </xsd:appinfo> <xsd:documentation>kip, Lao People's Democratic Republic</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LBP"> <xsd:annotation> <xsd:appinfo> <appShortName>Lebanese pound</appShortName> <appLongName>Lebanese pound</appLongName> </xsd:appinfo> <xsd:documentation>Lebanese pound, Lebanese Republic</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LKR"> <xsd:annotation> <xsd:appinfo> <appShortName>Sri Lanka rupee</appShortName> <appLongName>Sri Lanka rupee</appLongName> </xsd:appinfo> <xsd:documentation>Sri Lanka rupee, Democratic Socialist Republic of Sri Lanka</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LRD"> <xsd:annotation> <xsd:appinfo> <appShortName>Liberian dollar</appShortName> <appLongName>Liberian dollar</appLongName> </xsd:appinfo> <xsd:documentation>Liberian dollar, Republic of Liberia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LSL"> <xsd:annotation> <xsd:appinfo> <appShortName>loti</appShortName> <appLongName>loti</appLongName> </xsd:appinfo> <xsd:documentation>loti, Kingdom of Lesotho</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LTL"> <xsd:annotation> <xsd:appinfo> <appShortName>litas</appShortName> <appLongName>litas</appLongName> </xsd:appinfo> <xsd:documentation>litas, Republic of Lithuania</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LUF"> <xsd:annotation> <xsd:appinfo> <appShortName>Luxembourg franc</appShortName> <appLongName>Luxembourg franc</appLongName> </xsd:appinfo> <xsd:documentation>Luxembourg franc, Grand Duchy of Luxembourg</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LVL"> <xsd:annotation> <xsd:appinfo> <appShortName>lats</appShortName> <appLongName>lats</appLongName> </xsd:appinfo> <xsd:documentation>lats, Republic of Latvia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LYD"> <xsd:annotation> <xsd:appinfo> <appShortName>Libyan dinar</appShortName> <appLongName>Libyan dinar</appLongName> </xsd:appinfo> <xsd:documentation>Libyan dinar, Socialist People's Libyan Arab Jamahiriya</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="MAD"> <xsd:annotation> <xsd:appinfo> <appShortName>Moroccan dirham</appShortName> <appLongName>Moroccan dirham</appLongName> </xsd:appinfo> <xsd:documentation>Moroccan dirham, Kingdom of Morocco</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="MDL"> <xsd:annotation> <xsd:appinfo> <appShortName>Moldovan leu</appShortName> <appLongName>Moldovan leu</appLongName> </xsd:appinfo> <xsd:documentation>Moldovan leu, Republic of Moldova</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="MGF"> <xsd:annotation> <xsd:appinfo> <appShortName>Malagasy franc</appShortName> <appLongName>Malagasy franc</appLongName> </xsd:appinfo> <xsd:documentation>Malagasy franc, Republic of Madagascar</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="MKD"> <xsd:annotation> <xsd:appinfo> <appShortName>denar</appShortName> <appLongName>denar</appLongName> </xsd:appinfo> <xsd:documentation>denar, Former Yugoslav Republic of Macedonia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="MMK"> <xsd:annotation> <xsd:appinfo> <appShortName>kyat</appShortName> <appLongName>kyat</appLongName> </xsd:appinfo> <xsd:documentation>kyat, Union of Myanmar</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="MNT"> <xsd:annotation> <xsd:appinfo> <appShortName>tugrik</appShortName> <appLongName>tugrik</appLongName> </xsd:appinfo> <xsd:documentation>tugrik, Mongolia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="MOP"> <xsd:annotation> <xsd:appinfo> <appShortName>pataca</appShortName> <appLongName>pataca</appLongName> </xsd:appinfo> <xsd:documentation>pataca, Macao</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="MRO"> <xsd:annotation> <xsd:appinfo> <appShortName>Mauritanian ouguiya</appShortName> <appLongName>Mauritanian ouguiya</appLongName> </xsd:appinfo> <xsd:documentation>Mauritanian ouguiya, Islamic Republic of Mauritania</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="MTL"> <xsd:annotation> <xsd:appinfo> <appShortName>Maltese lira</appShortName> <appLongName>Maltese lira</appLongName> </xsd:appinfo> <xsd:documentation>Maltese lira, Republic of Malta</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="MUR"> <xsd:annotation> <xsd:appinfo> <appShortName>Mauritian rupee</appShortName> <appLongName>Mauritian rupee</appLongName> </xsd:appinfo> <xsd:documentation>Mauritian rupee, Republic of Mauritius</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="MVR"> <xsd:annotation> <xsd:appinfo> <appShortName>rufiyaa</appShortName> <appLongName>rufiyaa</appLongName> </xsd:appinfo> <xsd:documentation>rufiyaa, Republic of Maldives</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="MWK"> <xsd:annotation> <xsd:appinfo> <appShortName>Malawi kwacha</appShortName> <appLongName>Malawi kwacha</appLongName> </xsd:appinfo> <xsd:documentation>Malawi kwacha, Republic of Malawi</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="MXN"> <xsd:annotation> <xsd:appinfo> <appShortName>Mexican peso</appShortName> <appLongName>Mexican peso</appLongName> </xsd:appinfo> <xsd:documentation>Mexican peso, United Mexican States</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="MYR"> <xsd:annotation> <xsd:appinfo> <appShortName>Malaysian ringgit</appShortName> <appLongName>Malaysian ringgit</appLongName> </xsd:appinfo> <xsd:documentation>Malaysian ringgit, Malaysia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="MZM"> <xsd:annotation> <xsd:appinfo> <appShortName>metical</appShortName> <appLongName>metical</appLongName> </xsd:appinfo> <xsd:documentation>metical, Republic of Mozambique</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="NAD"> <xsd:annotation> <xsd:appinfo> <appShortName>Namibian dollar</appShortName> <appLongName>Namibian dollar</appLongName> </xsd:appinfo> <xsd:documentation>Namibian dollar, Republic of Namibia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="NGN"> <xsd:annotation> <xsd:appinfo> <appShortName>naira</appShortName> <appLongName>naira</appLongName> </xsd:appinfo> <xsd:documentation>naira, Federal Republic of Nigeria</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="NIO"> <xsd:annotation> <xsd:appinfo> <appShortName>cordoba</appShortName> <appLongName>cordoba</appLongName> </xsd:appinfo> <xsd:documentation>cordoba, Republic of Nicaragua</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="NLG"> <xsd:annotation> <xsd:appinfo> <appShortName>Dutch guilder</appShortName> <appLongName>Dutch guilder</appLongName> </xsd:appinfo> <xsd:documentation>Dutch guilder, Kingdom of the Netherlands</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="NOK"> <xsd:annotation> <xsd:appinfo> <appShortName>Norwegian krone</appShortName> <appLongName>Norwegian krone</appLongName> </xsd:appinfo> <xsd:documentation>Norwegian krone, Kingdom of Norway, Svalbard and Jan Mayen Islands</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="NPR"> <xsd:annotation> <xsd:appinfo> <appShortName>Nepalese rupee</appShortName> <appLongName>Nepalese rupee</appLongName> </xsd:appinfo> <xsd:documentation>Nepalese rupee, Kingdom of Nepal</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="NZD"> <xsd:annotation> <xsd:appinfo> <appShortName>New Zealand dollar</appShortName> <appLongName>New Zealand dollar</appLongName> </xsd:appinfo> <xsd:documentation>New Zealand dollar, Niue, Tokelau, New Zealand, Cook Islands, Pitcairn Islands</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="OMR"> <xsd:annotation> <xsd:appinfo> <appShortName>Omani rial</appShortName> <appLongName>Omani rial</appLongName> </xsd:appinfo> <xsd:documentation>Omani rial, Sultanate of Oman</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="PAB"> <xsd:annotation> <xsd:appinfo> <appShortName>balboa</appShortName> <appLongName>balboa</appLongName> </xsd:appinfo> <xsd:documentation>balboa, Republic of Panama</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="PEN"> <xsd:annotation> <xsd:appinfo> <appShortName>new sol</appShortName> <appLongName>new sol</appLongName> </xsd:appinfo> <xsd:documentation>new sol, Republic of Peru</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="PGK"> <xsd:annotation> <xsd:appinfo> <appShortName>kina</appShortName> <appLongName>kina</appLongName> </xsd:appinfo> <xsd:documentation>kina, Independent State of Papua New Guinea</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="PHP"> <xsd:annotation> <xsd:appinfo> <appShortName>Philippine peso</appShortName> <appLongName>Philippine peso</appLongName> </xsd:appinfo> <xsd:documentation>Philippine peso, Republic of the Philippines</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="PKR"> <xsd:annotation> <xsd:appinfo> <appShortName>Pakistani rupee</appShortName> <appLongName>Pakistani rupee</appLongName> </xsd:appinfo> <xsd:documentation>Pakistani rupee, Islamic Republic of Pakistan</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="PLZ"> <xsd:annotation> <xsd:appinfo> <appShortName>zloty</appShortName> <appLongName>zloty</appLongName> </xsd:appinfo> <xsd:documentation>zloty, Republic of Poland</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="PTE"> <xsd:annotation> <xsd:appinfo> <appShortName>Portuguese escudo</appShortName> <appLongName>Portuguese escudo</appLongName> </xsd:appinfo> <xsd:documentation>Portuguese escudo, Portuguese Republic</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="PYG"> <xsd:annotation> <xsd:appinfo> <appShortName>guarani</appShortName> <appLongName>guarani</appLongName> </xsd:appinfo> <xsd:documentation>guarani, Republic of Paraguay</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="QAR"> <xsd:annotation> <xsd:appinfo> <appShortName>Qatari riyal</appShortName> <appLongName>Qatari riyal</appLongName> </xsd:appinfo> <xsd:documentation>Qatari riyal, State of Qatar</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ROL"> <xsd:annotation> <xsd:appinfo> <appShortName>Romanian leu</appShortName> <appLongName>Romanian leu</appLongName> </xsd:appinfo> <xsd:documentation>Romanian leu, Romania</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="RUB"> <xsd:annotation> <xsd:appinfo> <appShortName>new rouble</appShortName> <appLongName>new rouble</appLongName> </xsd:appinfo> <xsd:documentation>new rouble, Russian Federation</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="RWF"> <xsd:annotation> <xsd:appinfo> <appShortName>Rwandese franc</appShortName> <appLongName>Rwandese franc</appLongName> </xsd:appinfo> <xsd:documentation>Rwandese franc, Rwandese Republic</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SAR"> <xsd:annotation> <xsd:appinfo> <appShortName>Saudi riyal</appShortName> <appLongName>Saudi riyal</appLongName> </xsd:appinfo> <xsd:documentation>Saudi riyal, Kingdom of Saudi Arabia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SBD"> <xsd:annotation> <xsd:appinfo> <appShortName>Solomon Islands dollar</appShortName> <appLongName>Solomon Islands dollar</appLongName> </xsd:appinfo> <xsd:documentation>Solomon Islands dollar, Solomon Islands</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SCR"> <xsd:annotation> <xsd:appinfo> <appShortName>Seychelles rupee</appShortName> <appLongName>Seychelles rupee</appLongName> </xsd:appinfo> <xsd:documentation>Seychelles rupee, Republic of Seychelles</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SDD"> <xsd:annotation> <xsd:appinfo> <appShortName>Sudanese pound</appShortName> <appLongName>Sudanese pound</appLongName> </xsd:appinfo> <xsd:documentation>Sudanese pound, Republic of Sudan</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SEK"> <xsd:annotation> <xsd:appinfo> <appShortName>Swedish krona</appShortName> <appLongName>Swedish krona</appLongName> </xsd:appinfo> <xsd:documentation>Swedish krona, Kingdom of Sweden</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SGD"> <xsd:annotation> <xsd:appinfo> <appShortName>Singapore dollar</appShortName> <appLongName>Singapore dollar</appLongName> </xsd:appinfo> <xsd:documentation>Singapore dollar, Republic of Singapore</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SHP"> <xsd:annotation> <xsd:appinfo> <appShortName>Saint Helena pound</appShortName> <appLongName>Saint Helena pound</appLongName> </xsd:appinfo> <xsd:documentation>Saint Helena pound, Saint Helena and Dependencies</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SIT"> <xsd:annotation> <xsd:appinfo> <appShortName>tolar</appShortName> <appLongName>tolar</appLongName> </xsd:appinfo> <xsd:documentation>tolar, Republic of Slovenia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SKK"> <xsd:annotation> <xsd:appinfo> <appShortName>Slovak koruna</appShortName> <appLongName>Slovak koruna</appLongName> </xsd:appinfo> <xsd:documentation>Slovak koruna, Slovak Republic</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SLL"> <xsd:annotation> <xsd:appinfo> <appShortName>leone</appShortName> <appLongName>leone</appLongName> </xsd:appinfo> <xsd:documentation>leone, Republic of Sierra Leone</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SOS"> <xsd:annotation> <xsd:appinfo> <appShortName>Somali shilling</appShortName> <appLongName>Somali shilling</appLongName> </xsd:appinfo> <xsd:documentation>Somali shilling, Somali Democratic Republic</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SRG"> <xsd:annotation> <xsd:appinfo> <appShortName>Suriname guilder</appShortName> <appLongName>Suriname guilder</appLongName> </xsd:appinfo> <xsd:documentation>Suriname guilder, Republic of Suriname</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="STD"> <xsd:annotation> <xsd:appinfo> <appShortName>dobra</appShortName> <appLongName>dobra</appLongName> </xsd:appinfo> <xsd:documentation>dobra, Democratic Republic of Sao Tome and Principe</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SVC"> <xsd:annotation> <xsd:appinfo> <appShortName>El Salvador colon</appShortName> <appLongName>El Salvador colon</appLongName> </xsd:appinfo> <xsd:documentation>El Salvador colon, Republic of El Salvador</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SYP"> <xsd:annotation> <xsd:appinfo> <appShortName>Syrian pound</appShortName> <appLongName>Syrian pound</appLongName> </xsd:appinfo> <xsd:documentation>Syrian pound, Syrian Arab Republic</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SZL"> <xsd:annotation> <xsd:appinfo> <appShortName>lilangeni</appShortName> <appLongName>lilangeni</appLongName> </xsd:appinfo> <xsd:documentation>lilangeni, Kingdom of Swaziland</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="THB"> <xsd:annotation> <xsd:appinfo> <appShortName>baht</appShortName> <appLongName>baht</appLongName> </xsd:appinfo> <xsd:documentation>baht, Kingdom of Thailand</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="TJR"> <xsd:annotation> <xsd:appinfo> <appShortName>Tajik rouble</appShortName> <appLongName>Tajik rouble</appLongName> </xsd:appinfo> <xsd:documentation>Tajik rouble, Republic of Tajikistan</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="TMM"> <xsd:annotation> <xsd:appinfo> <appShortName>Turkmen manat</appShortName> <appLongName>Turkmen manat</appLongName> </xsd:appinfo> <xsd:documentation>Turkmen manat, Turkmenistan</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="TND"> <xsd:annotation> <xsd:appinfo> <appShortName>Tunisian dinar</appShortName> <appLongName>Tunisian dinar</appLongName> </xsd:appinfo> <xsd:documentation>Tunisian dinar, Republic of Tunisia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="TOP"> <xsd:annotation> <xsd:appinfo> <appShortName>pa'anga</appShortName> <appLongName>pa'anga</appLongName> </xsd:appinfo> <xsd:documentation>pa'anga, Kingdom of Tonga</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="TRL"> <xsd:annotation> <xsd:appinfo> <appShortName>Turkish lira</appShortName> <appLongName>Turkish lira</appLongName> </xsd:appinfo> <xsd:documentation>Turkish lira, Republic of Turkey</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="TTD"> <xsd:annotation> <xsd:appinfo> <appShortName>Trinidad and Tobago dollar</appShortName> <appLongName>Trinidad and Tobago dollar</appLongName> </xsd:appinfo> <xsd:documentation>Trinidad and Tobago dollar, Republic of Trinidad and Tobago</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="TWD"> <xsd:annotation> <xsd:appinfo> <appShortName>new Taiwan dollar</appShortName> <appLongName>new Taiwan dollar</appLongName> </xsd:appinfo> <xsd:documentation>new Taiwan dollar, Republic of China</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="TZS"> <xsd:annotation> <xsd:appinfo> <appShortName>Tanzanian shilling</appShortName> <appLongName>Tanzanian shilling</appLongName> </xsd:appinfo> <xsd:documentation>Tanzanian shilling, United Republic of Tanzania</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="UGX"> <xsd:annotation> <xsd:appinfo> <appShortName>Uganda shilling</appShortName> <appLongName>Uganda shilling</appLongName> </xsd:appinfo> <xsd:documentation>Uganda shilling, Republic of Uganda</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="UKH"> <xsd:annotation> <xsd:appinfo> <appShortName>hryvnia</appShortName> <appLongName>hryvnia</appLongName> </xsd:appinfo> <xsd:documentation>hryvnia, Ukraine</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="USD"> <xsd:annotation> <xsd:appinfo> <appShortName>US dollar</appShortName> <appLongName>US dollar</appLongName> </xsd:appinfo> <xsd:documentation>US dollar, Republic of Palau, Territory of Guam, British Virgin Islands, Turks and Caicos Islands, United States of America, Commonwealth of Puerto Rico, Territory of American Samoa, Federated States of Micronesia, Republic of the Marshall Islands, Virgin Islands of the United States, United States Minor Outlying Islands, Commonwealth of the Northern Mariana Islands</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="UYU"> <xsd:annotation> <xsd:appinfo> <appShortName>Uruguayan peso</appShortName> <appLongName>Uruguayan peso</appLongName> </xsd:appinfo> <xsd:documentation>Uruguayan peso, Eastern Republic of Uruguay</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="UZS"> <xsd:annotation> <xsd:appinfo> <appShortName>sum</appShortName> <appLongName>sum</appLongName> </xsd:appinfo> <xsd:documentation>sum, Republic of Uzbekistan</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="VEB"> <xsd:annotation> <xsd:appinfo> <appShortName>bolivar</appShortName> <appLongName>bolivar</appLongName> </xsd:appinfo> <xsd:documentation>bolivar, Republic of Venezuela</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="VND"> <xsd:annotation> <xsd:appinfo> <appShortName>dong</appShortName> <appLongName>dong</appLongName> </xsd:appinfo> <xsd:documentation>dong, Socialist Republic of Viet Nam</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="VUV"> <xsd:annotation> <xsd:appinfo> <appShortName>vatu</appShortName> <appLongName>vatu</appLongName> </xsd:appinfo> <xsd:documentation>vatu, Republic of Vanuatu</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="WST"> <xsd:annotation> <xsd:appinfo> <appShortName>tala</appShortName> <appLongName>tala</appLongName> </xsd:appinfo> <xsd:documentation>tala, Independent State of Samoa</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="XAF"> <xsd:annotation> <xsd:appinfo> <appShortName>CFA franc</appShortName> <appLongName>CFA franc</appLongName> </xsd:appinfo> <xsd:documentation>CFA franc, Republic of Chad, Gabonese Republic, Republic of Cameroon, Republic of the Congo, Central African Republic, Republic of Equatorial Guinea</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="XCD"> <xsd:annotation> <xsd:appinfo> <appShortName>Eastern Caribbean dollar</appShortName> <appLongName>Eastern Caribbean dollar</appLongName> </xsd:appinfo> <xsd:documentation>Eastern Caribbean dollar, Grenada, XCD Eastern Caribbean dollar Montserrat, Saint Lucia, XCD Eastern Caribbean dollar Commonwealth of Dominica, Saint Vincent and the Grenadines, Federation of Saint Kitts and Nevis</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="XOF"> <xsd:annotation> <xsd:appinfo> <appShortName>CFA franc</appShortName> <appLongName>CFA franc</appLongName> </xsd:appinfo> <xsd:documentation>CFA franc, Burkina Faso, Republic of Mali, Republic of Niger, Republic of Benin, Togolese Republic, Republic of Senegal, Republic of Cote d'Ivoire, Republic of Guinea-Bissau</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="XPF"> <xsd:annotation> <xsd:appinfo> <appShortName>CFP franc</appShortName> <appLongName>CFP franc</appLongName> </xsd:appinfo> <xsd:documentation>CFP franc, Territory of French Polynesia, Territory of the Wallis and Futuna Islands, Territory of New Caledonia and Dependencies</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="YER"> <xsd:annotation> <xsd:appinfo> <appShortName>Yemeni rial</appShortName> <appLongName>Yemeni rial</appLongName> </xsd:appinfo> <xsd:documentation>Yemeni rial, Republic of Yemen</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="YUD"> <xsd:annotation> <xsd:appinfo> <appShortName>Yugoslav new dinar</appShortName> <appLongName>Yugoslav new dinar</appLongName> </xsd:appinfo> <xsd:documentation>Yugoslav new dinar, Federal Republic of Yugoslavia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="YUM"> <xsd:annotation> <xsd:appinfo> <appShortName>Yugoslav dinar</appShortName> <appLongName>Yugoslav dinar</appLongName> </xsd:appinfo> <xsd:documentation>Yugoslav dinar, Federal Republic of Yugoslavia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ZAR"> <xsd:annotation> <xsd:appinfo> <appShortName>rand</appShortName> <appLongName>rand</appLongName> </xsd:appinfo> <xsd:documentation>rand, Republic of South Africa</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ZMK"> <xsd:annotation> <xsd:appinfo> <appShortName>Zambian kwacha</appShortName> <appLongName>Zambian kwacha</appLongName> </xsd:appinfo> <xsd:documentation>Zambian kwacha, Republic of Zambia</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ZRN"> <xsd:annotation> <xsd:appinfo> <appShortName>new zaire</appShortName> <appLongName>new zaire</appLongName> </xsd:appinfo> <xsd:documentation>new zaire, Democratic Republic of the Congo</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ZWD"> <xsd:annotation> <xsd:appinfo> <appShortName>Zimbabwe dollar</appShortName> <appLongName>Zimbabwe dollar</appLongName> </xsd:appinfo> <xsd:documentation>Zimbabwe dollar, Republic of Zimbabwe</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Nil"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:element name="currencyCode"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="ECurrencyCode"> <xsd:attribute name="comment" type="xsd:string" use="optional"> <xsd:annotation> <xsd:documentation>Comments on an individual data item. These comments are version independent and may have additional comments appended.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="changed" type="xsd:boolean" use="optional"> <xsd:annotation> <xsd:documentation>Changed flag indicating that this data item has changed since the previous version indicated by the version number in the objID.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="revChanged" type="xsd:boolean" use="optional"> <xsd:annotation> <xsd:documentation>Changed flag indicating that this data item has changed in one or more previous versions of the object in the current revision.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="otherValue" type="xsd:string" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> </xsd:schema> \ No newline at end of file --- 1 ---- ! <?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 developm... [truncated message content] |
From: makt <mak...@us...> - 2010-07-19 19:28:11
|
Update of /cvsroot/cfidev/core/schema In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14890 Modified Files: mtrl.xsd Log Message: mtrl.xsd materialStreamTable - a few updates on key ref Xpaths - enum added to EMaterialType (Composite - Polymer - Epoxy Acrylate (Vinyl Ester) - Graphite Fiber Reinforced) - enum added to EMaterialApplication Index: mtrl.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/mtrl.xsd,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** mtrl.xsd 10 Nov 2009 17:26:33 -0000 1.64 --- mtrl.xsd 19 Jul 2010 19:27:44 -0000 1.65 *************** *** 9491,9495 **** </xsd:key> <xsd:key name="thmoStreamMaterialComponentKey"> ! <xsd:selector xpath="citedMaterial/material/materialComponentList/orderedComponent/materialComponent"/> <xsd:field xpath="@objectID"/> </xsd:key> --- 9491,9495 ---- </xsd:key> <xsd:key name="thmoStreamMaterialComponentKey"> ! <xsd:selector xpath="citedMaterial/material/materialComposition/materialComponentList/orderedComponent/materialComponent"/> <xsd:field xpath="@objectID"/> </xsd:key> *************** *** 9692,9700 **** </xsd:key> <xsd:key name="thmoMaterialSampleKey"> ! <xsd:selector xpath="materialSampleList/*"/> <xsd:field xpath="@objectID"/> </xsd:key> <xsd:key name="thmoMaterialComponentKey"> ! <xsd:selector xpath="citedMaterial/material/materialComponentList/orderedComponent/materialComponent"/> <xsd:field xpath="@objectID"/> </xsd:key> --- 9692,9700 ---- </xsd:key> <xsd:key name="thmoMaterialSampleKey"> ! <xsd:selector xpath="materialSample/*"/> <xsd:field xpath="@objectID"/> </xsd:key> <xsd:key name="thmoMaterialComponentKey"> ! <xsd:selector xpath="citedMaterial/material/materialComposition/materialComponentList/orderedComponent/materialComponent"/> <xsd:field xpath="@objectID"/> </xsd:key> *************** *** 11520,11523 **** --- 11520,11524 ---- <xsd:enumeration value="Hard facing"/> <xsd:enumeration value="Lining"/> + <xsd:enumeration value="Molding"/> <xsd:enumeration value="Overlay"/> <xsd:enumeration value="Other"/> *************** *** 11675,11678 **** --- 11676,11680 ---- <xsd:enumeration value="Composite - Polymer - Acrylonitrile Butadiene - Nitrile (NBR, Buna N) - Dacron(R) Reinforced"/> <xsd:enumeration value="Composite - Polymer - Epoxy - Fiber Reinforced (BA - Black Amalgon(R))"/> + <xsd:enumeration value="Composite - Polymer - Epoxy Acrylate (Vinyl Ester) - Graphite Fiber Reinforced"/> <xsd:enumeration value="Composite - Polymer - Fiber Reinforced"/> <xsd:enumeration value="Composite - Polymer - Polypropylene (PP) - Fiber Reinforced"/> *************** *** 11792,11796 **** <xsd:enumeration value="Polymer - Polyamide (PA) - Nylon 612"/> <xsd:enumeration value="Polymer - Polyamide (PA) - Nylon 66"/> ! <xsd:enumeration value="Polymer - Polyamide (PA) - Nylon Zytel(R) resin"/> <xsd:enumeration value="Polymer - Polyamideimide (PAI)"/> <xsd:enumeration value="Polymer - Polyarylamide"/> --- 11794,11802 ---- <xsd:enumeration value="Polymer - Polyamide (PA) - Nylon 612"/> <xsd:enumeration value="Polymer - Polyamide (PA) - Nylon 66"/> ! <xsd:enumeration value="Polymer - Polyamide (PA) - Nylon Zytel(R) resin"> ! <xsd:annotation> ! <xsd:documentation>Zytel(R) is a registered trademark of DuPont for its acetal resins</xsd:documentation> ! </xsd:annotation> ! </xsd:enumeration> <xsd:enumeration value="Polymer - Polyamideimide (PAI)"/> <xsd:enumeration value="Polymer - Polyarylamide"/> *************** *** 11822,11826 **** <xsd:enumeration value="Polymer - Polyisobutylene (Butyl rubber)"/> <xsd:enumeration value="Polymer - Polyketone"/> ! <xsd:enumeration value="Polymer - Polyoxymethylene (POM, acetal resin, polytrioxane, polyformaldehyde, Delrin(R))"/> <xsd:enumeration value="Polymer - Polyphenylene Ether (PPO)"/> <xsd:enumeration value="Polymer - Polyphenylene Sulfide (PPS)"/> --- 11828,11836 ---- <xsd:enumeration value="Polymer - Polyisobutylene (Butyl rubber)"/> <xsd:enumeration value="Polymer - Polyketone"/> ! <xsd:enumeration value="Polymer - Polyoxymethylene (POM, acetal resin, polytrioxane, polyformaldehyde, Delrin(R))"> ! <xsd:annotation> ! <xsd:documentation>Delrin(R) is a registered trademark of DuPont for its acetal resins</xsd:documentation> ! </xsd:annotation> ! </xsd:enumeration> <xsd:enumeration value="Polymer - Polyphenylene Ether (PPO)"/> <xsd:enumeration value="Polymer - Polyphenylene Sulfide (PPS)"/> |
From: makt <mak...@us...> - 2009-11-10 17:44:08
|
Update of /cvsroot/cfidev/core/schema In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10805 Modified Files: schemaRelease.xml Log Message: Updated for working release 3.1 Index: schemaRelease.xml =================================================================== RCS file: /cvsroot/cfidev/core/schema/schemaRelease.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** schemaRelease.xml 16 Jun 2009 17:57:42 -0000 1.6 --- schemaRelease.xml 10 Nov 2009 17:43:58 -0000 1.7 *************** *** 1 **** ! <?xml version="1.0" encoding="UTF-8"?> <schemaRelease xmlns="http://www.cfixml.org/schemaRelease" xmlns:dx="http://www.cfixml.org/dx" xmlns:eq="http://www.cfixml.org/eq" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:mtrl="http://www.cfixml.org/mtrl" xmlns:obj="http://www.cfixml.org/obj" xmlns:pq="http://www.cfixml.org/pq" xmlns:proj="http://www.cfixml.org/proj" xmlns:site="http://www.cfixml.org/site" xmlns:thmo="http://www.cfixml.org/thmo" xmlns:uo="http://www.cfixml.org/uo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cfixml.org/schemaRelease schemaRelease.xsd"> <dateTime>2004-07-16T12:30:00-05:00</dateTime> <!-- fileSchemaVersion is equivalent of WinCVS revision number which appears as annotation at top of all xsd files--> <!-- For Example, 1.170 is represented as 01.01.0107 --> <schemaFileName fileSchemaVersion="01.01.0015">ctx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0034">dx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqActuator</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqElec</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqElecBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqElecMtr</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqHvac</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">eqHvacAhu</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">eqHvacBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqHvacChiller</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">eqHx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">eqHxAc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0053">eqHxBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0069">eqHxSt</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqInstrBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqPipeFitting</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqPvfBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqPvfValve</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqRot</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0113">eqRotBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0047">eqRotCfan</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">eqRotComp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0073">eqRotCpmp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0050">eqRotSeal</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqSld</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqVesl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0044">etl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0025">ext</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">extCur</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">idx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0063">mtrl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0018">obj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0013">objb</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">pq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">proj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">schemaRelease</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0025">site</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0040">uo</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0002">cfiXml</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqElecDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqHvacDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0021">eqHxDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0026">eqPvfDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0028">eqRotDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">mtrlDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">procSimDoc</schemaFileName> <schemaReleaseNumber>03.00.0000</schemaReleaseNumber> </schemaRelease> \ No newline at end of file --- 1 ---- ! <?xml version="1.0" encoding="UTF-8"?> <schemaRelease xmlns="http://www.cfixml.org/schemaRelease" xmlns:dx="http://www.cfixml.org/dx" xmlns:eq="http://www.cfixml.org/eq" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:mtrl="http://www.cfixml.org/mtrl" xmlns:obj="http://www.cfixml.org/obj" xmlns:pq="http://www.cfixml.org/pq" xmlns:proj="http://www.cfixml.org/proj" xmlns:site="http://www.cfixml.org/site" xmlns:thmo="http://www.cfixml.org/thmo" xmlns:uo="http://www.cfixml.org/uo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cfixml.org/schemaRelease schemaRelease.xsd"> <dateTime>2004-07-16T12:30:00-05:00</dateTime> <!-- fileSchemaVersion is equivalent of WinCVS revision number which appears as annotation at top of all xsd files--> <!-- For Example, 1.170 is represented as 01.01.0107 --> <schemaFileName fileSchemaVersion="01.01.0015">ctx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0035">dx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqActuator</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0002">eqBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqElec</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqElecBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqElecMtr</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqHvac</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">eqHvacAhu</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">eqHvacBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqHvacChiller</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">eqHx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">eqHxAc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0053">eqHxBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0069">eqHxSt</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqInstrBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqPipeFitting</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqPvfBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqPvfValve</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqRot</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0114">eqRotBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0047">eqRotCfan</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">eqRotComp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0074">eqRotCpmp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0050">eqRotSeal</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqSld</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqVesl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0045">etl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0025">ext</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">extCur</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">idx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0064">mtrl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0019">obj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0013">objb</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">pq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">proj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">schemaRelease</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0025">site</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0040">uo</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0002">cfiXml</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqElecDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqHvacDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0021">eqHxDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0026">eqPvfDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0029">eqRotDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">mtrlDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">procSimDoc</schemaFileName> <schemaReleaseNumber>03.01.0000</schemaReleaseNumber> </schemaRelease> \ No newline at end of file |
From: makt <mak...@us...> - 2009-11-10 17:34:04
|
Update of /cvsroot/cfidev/core/schema/document In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9382 Modified Files: eqRotDoc.xsd Log Message: eqRotDoc.xsd (no change - Altova save) Index: eqRotDoc.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/document/eqRotDoc.xsd,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** eqRotDoc.xsd 10 Jun 2009 16:09:37 -0000 1.28 --- eqRotDoc.xsd 10 Nov 2009 17:33:53 -0000 1.29 *************** *** 1,4 **** <?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. --> <!-- C O P Y R I G H T N O T I C E --- 1,4 ---- <?xml version="1.0" encoding="utf-8"?> ! <!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Rurik Turton (Alar Engineering Software Inc.) --> <!-- See "cfiXML Process Document.doc" on schema development based on W3C consortium process. --> <!-- C O P Y R I G H T N O T I C E |
From: makt <mak...@us...> - 2009-11-10 17:27:35
|
Update of /cvsroot/cfidev/core/schema In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8673 Modified Files: obj.xsd Log Message: obj.xsd - annotation edit Index: obj.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/obj.xsd,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** obj.xsd 10 Jun 2009 16:18:50 -0000 1.18 --- obj.xsd 10 Nov 2009 17:27:12 -0000 1.19 *************** *** 1 **** ! <?xml version="1.0" encoding="utf-8"?> <!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Rurik Turton (Alar Engineering Software Inc.) --> <!-- See "cfiXML Process Document.doc" on schema development based on W3C consortium process. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined in and that are subject to the DIPPR Public Source License Version 1.0, the ePlantData Public Source License Version 1.0, Alar Engineering Software License Version 1.0 and the FIATECH Public Source License Version 1.0. Copies of these licenses are available at http://www.cfixml.org. You may only use the Contents according to the terms and conditions in these Licenses. The Contents are distributed for use on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED. LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. --> <xsd:schema xmlns="http://www.cfixml.org/obj" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ctx="http://www.cfixml.org/ctx" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:objb="http://www.cfixml.org/objb" xmlns:pq="http://www.cfixml.org/pq" targetNamespace="http://www.cfixml.org/obj" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.0000"> <xsd:import namespace="http://www.cfixml.org/ext" schemaLocation="ext.xsd"/> <xsd:import namespace="http://www.cfixml.org/objb" schemaLocation="objb.xsd"/> <xsd:import namespace="http://www.cfixml.org/ctx" schemaLocation="ctx.xsd"/> <xsd:annotation> <xsd:documentation> cfiXML Schema Title: Engineering Objects. $Revision$ $Modtime: 3/31/04 2:24p $ $Author$, Alar Eng Software Inc, Purpose: Provide common features for all engineering data throughout the cfiXML and provide a base for collections. $NoKeywords: $ </xsd:documentation> </xsd:annotation> <!-- *********************************************************************************************** --> <!-- Objects --> <!-- *********************************************************************************************** --> <!-- --> <xsd:element name="object" type="Object"> <xsd:annotation> <xsd:documentation>object (element)</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:complexType name="Object" id="Object"> <xsd:annotation> <xsd:documentation>cfiXML object base type with engineering meta-data.</xsd:documentation> <xsd:appinfo> <appShortName>Object</appShortName> <appLongName>Object base type with meta data.</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexContent> <xsd:extension base="objb:BaseObject"> <xsd:sequence> <xsd:element ref="comment" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="function" type="ext:String" id="func" minOccurs="0"> <xsd:annotation> <xsd:documentation>Function or purpose of the object.</xsd:documentation> <xsd:appinfo> <appShortName>Function</appShortName> <appLongName>Function</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="generatingSoftware" minOccurs="0"> <xsd:annotation> <xsd:documentation>software information for the software that generated the object</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="name" type="ext:String" id="genSw" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Software</appShortName> <appLongName>Generation software, name</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="supplier" type="ext:String" id="genSwCo" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>S/w co.</appShortName> <appLongName>Generation software, company</appLongName> </xsd:appinfo> <xsd:documentation>Supplier organization (string only)</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="run" minOccurs="0"> <xsd:annotation> <xsd:documentation>Run details</xsd:documentation> <xsd:appinfo> <appShortName>Run</appShortName> <appLongName>Run</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="case" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Case description or name</xsd:documentation> <xsd:appinfo> <appShortName>Case</appShortName> <appLongName>Case</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="message" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Run message</xsd:documentation> <xsd:appinfo> <appShortName>Message</appShortName> <appLongName>Message</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="problem" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Problem description or name</xsd:documentation> <xsd:appinfo> <appShortName>Problem</appShortName> <appLongName>Problem</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="status" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Status</xsd:documentation> <xsd:appinfo> <appShortName>Status</appShortName> <appLongName>Status</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="result" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Result</xsd:documentation> <xsd:appinfo> <appShortName>Result</appShortName> <appLongName>Result</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customRun" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="servicePack" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Service pack name</xsd:documentation> <xsd:appinfo> <appShortName>Service pack</appShortName> <appLongName>Service pack</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="version" type="ext:String" id="genSwVer" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Version</appShortName> <appLongName>Generation software, version</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customGeneratingSoftware" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element ref="lifeCycleStage" minOccurs="0"/> <xsd:element name="previousVersion" type="Object" minOccurs="0"/> <xsd:element name="remark" type="ext:String" id="remarks" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>User notes, annotations or remarks about the object or changes to the object.</xsd:documentation> <xsd:appinfo> <appShortName>Remarks</appShortName> <appLongName>Remarks</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="status" type="ext:String" id="status" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Status</appShortName> <appLongName>Status</appLongName> </xsd:appinfo> <xsd:documentation>User supplied status of object, string. The values of this status element are not constrainted in any way by cfiXML.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="transaction" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>Transaction table for the object.</xsd:documentation> <xsd:appinfo> <appShortName>Transxn</appShortName> <appLongName>Transaction history</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customObject" type="ext:Custom" id="customObject" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Custom</appShortName> <appLongName>Custom Object data</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <!-- Transaction --> <xsd:element name="transaction" type="Transaction"/> <xsd:complexType name="Transaction" id="Transaction"> <xsd:annotation> <xsd:appinfo> <appShortName>Transaction</appShortName> <appLongName>Transaction</appLongName> </xsd:appinfo> <xsd:documentation>Transaction</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="completedBy" type="ctx:EOrganizationRole" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Completed by</appShortName> <appLongName>Completed by</appLongName> </xsd:appinfo> <xsd:documentation>The role of the person who is completing this transaction and is responsible for any changes and this version of the object.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="dateTime" type="ext:DateTime" id="dateTime" minOccurs="0"> <xsd:annotation> <xsd:documentation>Date/time when transaction is completed.</xsd:documentation> <xsd:appinfo> <appShortName>Date/Time</appShortName> <appLongName>Date and Time</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="order" type="ext:Base1IndexAtt"> <xsd:annotation> <xsd:documentation>Transaction order as a consecutive number starting from 1.</xsd:documentation> <xsd:appinfo> <appShortName>Transaction Order</appShortName> <appLongName>Transaction Order</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element ref="ctx:person" id="person" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Person</appShortName> <appLongName>Person making transaction</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="remark" type="ext:String" id="TransactionRemarks" minOccurs="0"> <xsd:annotation> <xsd:documentation>Remarks about the transaction itself, such as why the object was created. NOT for general comments, feedback or other information on the object.</xsd:documentation> <xsd:appinfo> <appShortName>Remarks</appShortName> <appLongName>Remarks (about transaction)</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="revision" type="ext:String" id="transactionRev" minOccurs="0"> <xsd:annotation> <xsd:documentation>User supplied revision string. The values of this element are not constrained in any way be cfiXML.</xsd:documentation> <xsd:appinfo> <appShortName>Revision</appShortName> <appLongName>Revision data</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element ref="transactionType"> <xsd:annotation> <xsd:appinfo> <appShortName>Transaction Type</appShortName> <appLongName>Transaction Type</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="version" type="ext:CRCVersion" minOccurs="0"> <xsd:annotation> <xsd:documentation>Unique identifier of the specific version of the object associated with the transaction</xsd:documentation> <xsd:appinfo> <appShortName>Version</appShortName> <appLongName>Version</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="versionIndex" type="ext:Base1Index" minOccurs="0"> <xsd:annotation> <xsd:documentation>Version index as a consecutive number starting from 1.</xsd:documentation> <xsd:appinfo> <appShortName>Version index</appShortName> <appLongName>Version index</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> <!-- --> <xsd:element name="comment" type="TextObject"> <xsd:annotation> <xsd:documentation>User comments that correspond to the commentReference attribute that can be associated with any data item in the schema. (See base attribute group in ext.)</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="note" type="TextObject"/> <xsd:element name="textObject" type="TextObject"/> <xsd:complexType name="TextObject" id="TextObject"> <xsd:annotation> <xsd:documentation>Referenceable and change controlled text object.</xsd:documentation> <xsd:appinfo> <appShortName>Text obj</appShortName> <appLongName>Text object</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexContent> <xsd:extension base="Object"> <xsd:sequence> <xsd:element name="text" type="ext:String" id="text" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:appinfo> <appShortName>Text</appShortName> <appLongName>Text</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <!-- --> <!-- *********************************************************************************************** --> <!-- Object support enumeration types --> <!-- *********************************************************************************************** --> <!-- --> <xsd:simpleType name="ELifeCycleStage" id="ELifeCycleStage"> <xsd:annotation> <xsd:documentation>The stage in the plant life cycle of the object.</xsd:documentation> <xsd:appinfo> <appShortName>Life Cycle Status</appShortName> <appLongName>Life Cycle Status</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Commissioning"/> <xsd:enumeration value="Construction"/> <xsd:enumeration value="Construction and precommissioning"/> <xsd:enumeration value="Decommissioning"/> <xsd:enumeration value="Detailed design"/> <xsd:enumeration value="Feasibility"/> <xsd:enumeration value="Front End Engineering Design (FEED)"/> <xsd:enumeration value="Operation and maintenance"/> <xsd:enumeration value="Precommissioning"/> <xsd:enumeration value="Procurement"/> <xsd:enumeration value="Upgrading"/> <xsd:enumeration value="Nil"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:element name="lifeCycleStage"> <xsd:annotation> <xsd:documentation>The stage in the plant life cycle of the object.</xsd:documentation> <xsd:appinfo> <appShortName>Life Cycle Stage</appShortName> <appLongName>Life Cycle Stage</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="ELifeCycleStage"> <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <!-- Transaction type enumeration - Types of transaction. --> <xsd:simpleType name="ETransactionType" id="ETransactionType"> <xsd:annotation> <xsd:documentation>Type of transaction (e.g. Created, Modified, Issued)</xsd:documentation> <xsd:appinfo> <appShortName>Transaction type</appShortName> <appLongName>Transaction type</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Approved"/> <xsd:enumeration value="Archived"/> <xsd:enumeration value="Checked"/> <xsd:enumeration value="Created"/> <xsd:enumeration value="Deleted"/> <xsd:enumeration value="Issued"/> <xsd:enumeration value="Modified"/> <xsd:enumeration value="Modified copy"/> <xsd:enumeration value="New revision"/> <xsd:enumeration value="Ownership changed"/> <xsd:enumeration value="Published"/> <xsd:enumeration value="Nil"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:element name="transactionType"> <xsd:annotation> <xsd:documentation>Type of transaction (e.g. Created, Modified, Issued)</xsd:documentation> <xsd:appinfo> <appShortName>Transaction type</appShortName> <appLongName>Transaction type</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="ETransactionType"> <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <!-- --> </xsd:schema> \ No newline at end of file --- 1 ---- ! <?xml version="1.0" encoding="utf-8"?> <!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Rurik Turton (Alar Engineering Software Inc.) --> <!-- See "cfiXML Process Document.doc" on schema development based on W3C consortium process. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined in and that are subject to the DIPPR Public Source License Version 1.0, the ePlantData Public Source License Version 1.0, Alar Engineering Software License Version 1.0 and the FIATECH Public Source License Version 1.0. Copies of these licenses are available at http://www.cfixml.org. You may only use the Contents according to the terms and conditions in these Licenses. The Contents are distributed for use on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED. LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. --> <xsd:schema xmlns="http://www.cfixml.org/obj" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ctx="http://www.cfixml.org/ctx" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:objb="http://www.cfixml.org/objb" xmlns:pq="http://www.cfixml.org/pq" targetNamespace="http://www.cfixml.org/obj" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.0000"> <xsd:import namespace="http://www.cfixml.org/ext" schemaLocation="ext.xsd"/> <xsd:import namespace="http://www.cfixml.org/objb" schemaLocation="objb.xsd"/> <xsd:import namespace="http://www.cfixml.org/ctx" schemaLocation="ctx.xsd"/> <xsd:annotation> <xsd:documentation> cfiXML Schema Title: Engineering Objects. $Revision$ $Modtime: 3/31/04 2:24p $ $Author$, Alar Eng Software Inc, Purpose: Provide common features for all engineering data throughout the cfiXML and provide a base for collections. $NoKeywords: $ </xsd:documentation> </xsd:annotation> <!-- *********************************************************************************************** --> <!-- Objects --> <!-- *********************************************************************************************** --> <!-- --> <xsd:element name="object" type="Object"> <xsd:annotation> <xsd:documentation>object (element)</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:complexType name="Object" id="Object"> <xsd:annotation> <xsd:documentation>cfiXML object base type with engineering meta-data.</xsd:documentation> <xsd:appinfo> <appShortName>Object</appShortName> <appLongName>Object base type with meta data.</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexContent> <xsd:extension base="objb:BaseObject"> <xsd:sequence> <xsd:element ref="comment" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="function" type="ext:String" id="func" minOccurs="0"> <xsd:annotation> <xsd:documentation>Function or purpose of the object.</xsd:documentation> <xsd:appinfo> <appShortName>Function</appShortName> <appLongName>Function</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="generatingSoftware" minOccurs="0"> <xsd:annotation> <xsd:documentation>software information for the software that generated the object</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="name" type="ext:String" id="genSw" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Software</appShortName> <appLongName>Generation software, name</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="supplier" type="ext:String" id="genSwCo" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>S/w co.</appShortName> <appLongName>Generation software, company</appLongName> </xsd:appinfo> <xsd:documentation>Supplier organization (string only)</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="run" minOccurs="0"> <xsd:annotation> <xsd:documentation>Run details</xsd:documentation> <xsd:appinfo> <appShortName>Run</appShortName> <appLongName>Run</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="case" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Case description or name</xsd:documentation> <xsd:appinfo> <appShortName>Case</appShortName> <appLongName>Case</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="message" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Run message</xsd:documentation> <xsd:appinfo> <appShortName>Message</appShortName> <appLongName>Message</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="problem" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Problem description or name</xsd:documentation> <xsd:appinfo> <appShortName>Problem</appShortName> <appLongName>Problem</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="status" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Status</xsd:documentation> <xsd:appinfo> <appShortName>Status</appShortName> <appLongName>Status</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="result" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Result</xsd:documentation> <xsd:appinfo> <appShortName>Result</appShortName> <appLongName>Result</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customRun" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="servicePack" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Service pack name</xsd:documentation> <xsd:appinfo> <appShortName>Service pack</appShortName> <appLongName>Service pack</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="version" type="ext:String" id="genSwVer" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Version</appShortName> <appLongName>Generation software, version</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customGeneratingSoftware" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element ref="lifeCycleStage" minOccurs="0"/> <xsd:element name="previousVersion" type="Object" minOccurs="0"/> <xsd:element name="remark" type="ext:String" id="remarks" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>User notes, annotations or remarks about the object or changes to the object.</xsd:documentation> <xsd:appinfo> <appShortName>Remarks</appShortName> <appLongName>Remarks</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="status" type="ext:String" id="status" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Status</appShortName> <appLongName>Status</appLongName> </xsd:appinfo> <xsd:documentation>User supplied status of object, string. The values of this status element are not constrainted in any way by cfiXML.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="transaction" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>Transaction table for the object.</xsd:documentation> <xsd:appinfo> <appShortName>Transxn</appShortName> <appLongName>Transaction history</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customObject" type="ext:Custom" id="customObject" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Custom</appShortName> <appLongName>Custom Object data</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <!-- Transaction --> <xsd:element name="transaction" type="Transaction"/> <xsd:complexType name="Transaction" id="Transaction"> <xsd:annotation> <xsd:appinfo> <appShortName>Transaction</appShortName> <appLongName>Transaction</appLongName> </xsd:appinfo> <xsd:documentation>Transaction</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="completedBy" type="ctx:EOrganizationRole" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Completed by</appShortName> <appLongName>Completed by</appLongName> </xsd:appinfo> <xsd:documentation>The role of the person who is completing this transaction and is responsible for any changes and this version of the object.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="dateTime" type="ext:DateTime" id="dateTime" minOccurs="0"> <xsd:annotation> <xsd:documentation>Date/time when transaction is completed.</xsd:documentation> <xsd:appinfo> <appShortName>Date/Time</appShortName> <appLongName>Date and Time</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="order" type="ext:Base1IndexAtt"> <xsd:annotation> <xsd:documentation>Transaction order as a consecutive number starting from 1.</xsd:documentation> <xsd:appinfo> <appShortName>Transaction Order</appShortName> <appLongName>Transaction Order</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element ref="ctx:person" id="person" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Person</appShortName> <appLongName>Person making transaction</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="remark" type="ext:String" id="TransactionRemarks" minOccurs="0"> <xsd:annotation> <xsd:documentation>Remarks about the transaction itself, such as why the object was created. NOT for general comments, feedback or other information on the object.</xsd:documentation> <xsd:appinfo> <appShortName>Remarks</appShortName> <appLongName>Remarks (about transaction)</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="revision" type="ext:String" id="transactionRev" minOccurs="0"> <xsd:annotation> <xsd:documentation>User supplied revision string. The values of this element are not constrained in any way by cfiXML.</xsd:documentation> <xsd:appinfo> <appShortName>Revision</appShortName> <appLongName>Revision data</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element ref="transactionType"> <xsd:annotation> <xsd:appinfo> <appShortName>Transaction Type</appShortName> <appLongName>Transaction Type</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="version" type="ext:CRCVersion" minOccurs="0"> <xsd:annotation> <xsd:documentation>Unique identifier of the specific version of the object associated with the transaction</xsd:documentation> <xsd:appinfo> <appShortName>Version</appShortName> <appLongName>Version</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="versionIndex" type="ext:Base1Index" minOccurs="0"> <xsd:annotation> <xsd:documentation>Version index as a consecutive number starting from 1.</xsd:documentation> <xsd:appinfo> <appShortName>Version index</appShortName> <appLongName>Version index</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> <!-- --> <xsd:element name="comment" type="TextObject"> <xsd:annotation> <xsd:documentation>User comments that correspond to the commentReference attribute that can be associated with any data item in the schema. (See base attribute group in ext.)</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="note" type="TextObject"/> <xsd:element name="textObject" type="TextObject"/> <xsd:complexType name="TextObject" id="TextObject"> <xsd:annotation> <xsd:documentation>Referenceable and change controlled text object.</xsd:documentation> <xsd:appinfo> <appShortName>Text obj</appShortName> <appLongName>Text object</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexContent> <xsd:extension base="Object"> <xsd:sequence> <xsd:element name="text" type="ext:String" id="text" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:appinfo> <appShortName>Text</appShortName> <appLongName>Text</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <!-- --> <!-- *********************************************************************************************** --> <!-- Object support enumeration types --> <!-- *********************************************************************************************** --> <!-- --> <xsd:simpleType name="ELifeCycleStage" id="ELifeCycleStage"> <xsd:annotation> <xsd:documentation>The stage in the plant life cycle of the object.</xsd:documentation> <xsd:appinfo> <appShortName>Life Cycle Status</appShortName> <appLongName>Life Cycle Status</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Commissioning"/> <xsd:enumeration value="Construction"/> <xsd:enumeration value="Construction and precommissioning"/> <xsd:enumeration value="Decommissioning"/> <xsd:enumeration value="Detailed design"/> <xsd:enumeration value="Feasibility"/> <xsd:enumeration value="Front End Engineering Design (FEED)"/> <xsd:enumeration value="Operation and maintenance"/> <xsd:enumeration value="Precommissioning"/> <xsd:enumeration value="Procurement"/> <xsd:enumeration value="Upgrading"/> <xsd:enumeration value="Nil"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:element name="lifeCycleStage"> <xsd:annotation> <xsd:documentation>The stage in the plant life cycle of the object.</xsd:documentation> <xsd:appinfo> <appShortName>Life Cycle Stage</appShortName> <appLongName>Life Cycle Stage</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="ELifeCycleStage"> <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <!-- Transaction type enumeration - Types of transaction. --> <xsd:simpleType name="ETransactionType" id="ETransactionType"> <xsd:annotation> <xsd:documentation>Type of transaction (e.g. Created, Modified, Issued)</xsd:documentation> <xsd:appinfo> <appShortName>Transaction type</appShortName> <appLongName>Transaction type</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Approved"/> <xsd:enumeration value="Archived"/> <xsd:enumeration value="Checked"/> <xsd:enumeration value="Created"/> <xsd:enumeration value="Deleted"/> <xsd:enumeration value="Issued"/> <xsd:enumeration value="Modified"/> <xsd:enumeration value="Modified copy"/> <xsd:enumeration value="New revision"/> <xsd:enumeration value="Ownership changed"/> <xsd:enumeration value="Published"/> <xsd:enumeration value="Nil"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:element name="transactionType"> <xsd:annotation> <xsd:documentation>Type of transaction (e.g. Created, Modified, Issued)</xsd:documentation> <xsd:appinfo> <appShortName>Transaction type</appShortName> <appLongName>Transaction type</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="ETransactionType"> <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <!-- --> </xsd:schema> \ No newline at end of file |
From: makt <mak...@us...> - 2009-11-10 17:26:42
|
Update of /cvsroot/cfidev/core/schema In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8592 Modified Files: mtrl.xsd Log Message: mtrl.xsd - added property/particulatePPM - annotation edits & element order fix - multiplicity put on mtrl:property/mtrl:description - enum added to EASTMName - enum added to EMaterialType Index: mtrl.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/mtrl.xsd,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** mtrl.xsd 10 Jun 2009 16:18:02 -0000 1.63 --- mtrl.xsd 10 Nov 2009 17:26:33 -0000 1.64 *************** *** 5742,5746 **** </xsd:complexType> </xsd:element> ! <xsd:element name="description" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Description</xsd:documentation> --- 5742,5746 ---- </xsd:complexType> </xsd:element> ! <xsd:element name="description" type="ext:String" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>Description</xsd:documentation> *************** *** 7616,7625 **** </xsd:complexType> </xsd:element> ! <xsd:element name="particulateVolumePercent" id="particulateVolumePercent" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> ! <xsd:documentation>particulate contamination in volume percent</xsd:documentation> <xsd:appinfo> ! <appShortName>Particulate contamination, volume percent</appShortName> ! <appLongName>Particulate contamination, volume percent</appLongName> </xsd:appinfo> </xsd:annotation> --- 7616,7646 ---- </xsd:complexType> </xsd:element> ! <xsd:element name="particleDiameter" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> ! <xsd:documentation>particle diameter</xsd:documentation> <xsd:appinfo> ! <appShortName>particle diameter</appShortName> ! <appLongName>particle diameter</appLongName> ! </xsd:appinfo> ! </xsd:annotation> ! <xsd:complexType> ! <xsd:simpleContent> ! <xsd:extension base="pq:VerySmallLength"> ! <xsd:attribute name="propertyName" type="xsd:Name" fixed="particleDiameter"> ! <xsd:annotation> ! <xsd:documentation>Use to define columns in tables</xsd:documentation> ! </xsd:annotation> ! </xsd:attribute> ! <xsd:attributeGroup ref="ext:OrderAttributeGroup"/> ! </xsd:extension> ! </xsd:simpleContent> ! </xsd:complexType> ! </xsd:element> ! <xsd:element name="particulatePPM" id="particulatePPM" minOccurs="0" maxOccurs="unbounded"> ! <xsd:annotation> ! <xsd:documentation>Concentration of particulate contamination in ppm by wt (this is the equivalent of mg/kg)</xsd:documentation> ! <xsd:appinfo> ! <appShortName>Particulate ppm</appShortName> ! <appLongName>Particulate contamination, ppm</appLongName> </xsd:appinfo> </xsd:annotation> *************** *** 7627,7631 **** <xsd:simpleContent> <xsd:extension base="ext:Double"> ! <xsd:attribute name="propertyName" type="xsd:Name" fixed="particulateVolumePercent"> <xsd:annotation> <xsd:documentation>Use to define columns in tables</xsd:documentation> --- 7648,7652 ---- <xsd:simpleContent> <xsd:extension base="ext:Double"> ! <xsd:attribute name="propertyName" type="xsd:Name" fixed="particulatePPM"> <xsd:annotation> <xsd:documentation>Use to define columns in tables</xsd:documentation> *************** *** 7637,7646 **** </xsd:complexType> </xsd:element> ! <xsd:element name="particulateWeightPercent" id="particulateWeightPercent" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> ! <xsd:documentation>particulate contamination in weight percent</xsd:documentation> <xsd:appinfo> ! <appShortName>Particulate contamination, weight percent</appShortName> ! <appLongName>Particulate contamination, weight percent</appLongName> </xsd:appinfo> </xsd:annotation> --- 7658,7667 ---- </xsd:complexType> </xsd:element> ! <xsd:element name="particulateVolumePercent" id="particulateVolumePercent" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> ! <xsd:documentation>particulate contamination in volume percent</xsd:documentation> <xsd:appinfo> ! <appShortName>Particulate vol pct</appShortName> ! <appLongName>Particulate contamination, volume percent</appLongName> </xsd:appinfo> </xsd:annotation> *************** *** 7648,7652 **** <xsd:simpleContent> <xsd:extension base="ext:Double"> ! <xsd:attribute name="propertyName" type="xsd:Name" fixed="particulateWeightPercent"> <xsd:annotation> <xsd:documentation>Use to define columns in tables</xsd:documentation> --- 7669,7673 ---- <xsd:simpleContent> <xsd:extension base="ext:Double"> ! <xsd:attribute name="propertyName" type="xsd:Name" fixed="particulateVolumePercent"> <xsd:annotation> <xsd:documentation>Use to define columns in tables</xsd:documentation> *************** *** 7658,7669 **** </xsd:complexType> </xsd:element> ! <xsd:element name="particleDiameter" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> ! <xsd:documentation>particle diameter</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:simpleContent> ! <xsd:extension base="pq:VerySmallLength"> ! <xsd:attribute name="propertyName" type="xsd:Name" fixed="particleDiameter"> <xsd:annotation> <xsd:documentation>Use to define columns in tables</xsd:documentation> --- 7679,7694 ---- </xsd:complexType> </xsd:element> ! <xsd:element name="particulateWeightPercent" id="particulateWeightPercent" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> ! <xsd:documentation>particulate contamination in weight percent</xsd:documentation> ! <xsd:appinfo> ! <appShortName>Particulate wt pct</appShortName> ! <appLongName>Particulate contamination, weight percent</appLongName> ! </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:simpleContent> ! <xsd:extension base="ext:Double"> ! <xsd:attribute name="propertyName" type="xsd:Name" fixed="particulateWeightPercent"> <xsd:annotation> <xsd:documentation>Use to define columns in tables</xsd:documentation> *************** *** 10442,10446 **** <xsd:enumeration value="A216 - WCB"> <xsd:annotation> ! <xsd:documentation>Carbon Steel</xsd:documentation> </xsd:annotation> </xsd:enumeration> --- 10467,10471 ---- <xsd:enumeration value="A216 - WCB"> <xsd:annotation> ! <xsd:documentation>A216 Grade WCB, Carbon Steel</xsd:documentation> </xsd:annotation> </xsd:enumeration> *************** *** 10560,10563 **** --- 10585,10593 ---- </xsd:annotation> </xsd:enumeration> + <xsd:enumeration value="A995 - 1B"> + <xsd:annotation> + <xsd:documentation>A995 Grade 1B, CD4MCuN Stainless Steel</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> <xsd:enumeration value="B148"> <xsd:annotation> *************** *** 11882,11885 **** --- 11912,11916 ---- <xsd:enumeration value="Steel - Stainless - Carpenter - 20 Mo 6"/> <xsd:enumeration value="Steel - Stainless - CD4MCu"/> + <xsd:enumeration value="Steel - Stainless - CD4MCuN"/> <xsd:enumeration value="Steel - Stainless - CK3MCuN"/> <xsd:enumeration value="Steel - Stainless - Cr Mo"/> |
From: makt <mak...@us...> - 2009-11-10 17:26:00
|
Update of /cvsroot/cfidev/core/schema In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8524 Modified Files: etl.xsd Log Message: etl.xsd - updated annotation associated with ETemperatureCode and new enumerations added. - enum added to EValueSourceType - enum edit for ESignalDirection - created EExplosiveAtmosphereCode and added to ElectricalAreaClassification Index: etl.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/etl.xsd,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** etl.xsd 10 Jun 2009 16:16:31 -0000 1.44 --- etl.xsd 10 Nov 2009 17:25:45 -0000 1.45 *************** *** 263,266 **** --- 263,267 ---- <xsd:element ref="electricalGroup" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="electricalZone" minOccurs="0"/> + <xsd:element ref="explosiveAtmosphereCode" minOccurs="0"/> <xsd:element name="isUnclassified" type="ext:Boolean" minOccurs="0"> <xsd:annotation> *************** *** 616,620 **** <xsd:simpleType name="EElectricalZone"> <xsd:annotation> ! <xsd:documentation>Electrical Area Zone classification of explosive atmospheres (defined by USA National Electrical Code and IEC-defined etc. Internationally used with Class and Group as an alternative to Class, Group and Division)</xsd:documentation> <xsd:appinfo> <appShortName>Electrical Area Zone</appShortName> --- 617,621 ---- <xsd:simpleType name="EElectricalZone"> <xsd:annotation> ! <xsd:documentation>Electrical Area Zone classification of explosive atmospheres (defined by US National Electrical Code and IEC-defined etc. Internationally used with Class and Group as an alternative to Class, Group and Division)</xsd:documentation> <xsd:appinfo> <appShortName>Electrical Area Zone</appShortName> *************** *** 644,648 **** <xsd:element name="electricalZone"> <xsd:annotation> ! <xsd:documentation>Electrical Area Zone classification of explosive atmospheres (USA National Electrical Code and IEC etc. defined. Internationally used with Class and Group as an alternative to Class, Group and Division)</xsd:documentation> <xsd:appinfo> <appShortName>Electrical Area Zone</appShortName> --- 645,649 ---- <xsd:element name="electricalZone"> <xsd:annotation> ! <xsd:documentation>Electrical Area Zone classification of explosive atmospheres (US National Electrical Code and IEC etc. defined. Internationally used with Class and Group as an alternative to Class, Group and Division)</xsd:documentation> <xsd:appinfo> <appShortName>Electrical Area Zone</appShortName> *************** *** 661,664 **** --- 662,702 ---- --> + <xsd:simpleType name="EExplosiveAtmosphereCode"> + <xsd:annotation> + <xsd:documentation>Codes for equipment intended for use in potentially explosive atmospheres (EU ATEX code)</xsd:documentation> + <xsd:appinfo> + <appShortName>Explosive atmos</appShortName> + <appLongName>Explosive atmosphere</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:restriction base="xsd:string"> + <xsd:enumeration value="0"/> + <xsd:enumeration value="1"/> + <xsd:enumeration value="2"/> + <xsd:enumeration value="Safe"/> + <xsd:enumeration value="Unspecified"/> + <xsd:enumeration value="Nil"/> + <xsd:enumeration value="custom"/> + </xsd:restriction> + </xsd:simpleType> + <xsd:element name="explosiveAtmosphereCode"> + <xsd:annotation> + <xsd:documentation>Codes for equipment intended for use in potentially explosive atmospheres (EU ATEX code)</xsd:documentation> + <xsd:appinfo> + <appShortName>Explosive atmos</appShortName> + <appLongName>Explosive atmosphere</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:complexType> + <xsd:simpleContent> + <xsd:extension base="EExplosiveAtmosphereCode"> + <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> + </xsd:extension> + </xsd:simpleContent> + </xsd:complexType> + </xsd:element> + <!-- + + --> <xsd:simpleType name="EVoltageRatingNumber"> <xsd:annotation> *************** *** 709,713 **** <xsd:simpleType name="ETemperatureCode"> <xsd:annotation> ! <xsd:documentation>Temperature code (may be included in area definition for Division or Zone 2 use).</xsd:documentation> <xsd:appinfo> <appShortName>Temp code</appShortName> --- 747,751 ---- <xsd:simpleType name="ETemperatureCode"> <xsd:annotation> ! <xsd:documentation>Temperature Code. US National Electrical Code (NEC) T code is an index for describing maximum allowable temperature for equipment in hazardous locations, for all operating conditions. Also known as Code Number.</xsd:documentation> <xsd:appinfo> <appShortName>Temp code</appShortName> *************** *** 718,723 **** --- 756,769 ---- <xsd:enumeration value="T1"/> <xsd:enumeration value="T2"/> + <xsd:enumeration value="T2A"/> + <xsd:enumeration value="T2B"/> + <xsd:enumeration value="T2C"/> + <xsd:enumeration value="T2D"/> <xsd:enumeration value="T3"/> + <xsd:enumeration value="T3A"/> + <xsd:enumeration value="T3B"/> + <xsd:enumeration value="T3C"/> <xsd:enumeration value="T4"/> + <xsd:enumeration value="T4A"/> <xsd:enumeration value="T5"/> <xsd:enumeration value="T6"/> *************** *** 728,732 **** <xsd:element name="temperatureCode"> <xsd:annotation> ! <xsd:documentation>Temperature code (may be included in area definition for Division or Zone 2 use).</xsd:documentation> <xsd:appinfo> <appShortName>Temp code</appShortName> --- 774,778 ---- <xsd:element name="temperatureCode"> <xsd:annotation> ! <xsd:documentation>Temperature Code. US National Electrical Code (NEC) T code is an index for describing maximum allowable temperature for equipment in hazardous locations, for all operating conditions. Also known as Code Number.</xsd:documentation> <xsd:appinfo> <appShortName>Temp code</appShortName> *************** *** 874,879 **** <xsd:restriction base="xsd:string"> <xsd:enumeration value="Input"/> - <xsd:enumeration value="Nil"/> <xsd:enumeration value="Output"/> </xsd:restriction> </xsd:simpleType> --- 920,925 ---- <xsd:restriction base="xsd:string"> <xsd:enumeration value="Input"/> <xsd:enumeration value="Output"/> + <xsd:enumeration value="Nil"/> </xsd:restriction> </xsd:simpleType> *************** *** 1420,1423 **** --- 1466,1470 ---- <xsd:enumeration value="Calculated"/> <xsd:enumeration value="Estimated"/> + <xsd:enumeration value="Margin"/> <xsd:enumeration value="Measured"/> <xsd:enumeration value="Preferred"/> |
From: makt <mak...@us...> - 2009-11-10 17:24:57
|
Update of /cvsroot/cfidev/core/schema In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8356 Modified Files: dx.xsd Log Message: dx.xsd - Lubrication system added to EDocumentEquipmentType Index: dx.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/dx.xsd,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** dx.xsd 10 Jun 2009 16:14:34 -0000 1.34 --- dx.xsd 10 Nov 2009 17:24:44 -0000 1.35 *************** *** 2,6 **** <!-- 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. --> - <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. --- 2,5 ---- *************** *** 1061,1064 **** --- 1060,1064 ---- <xsd:enumeration value="Heat exchanger"/> <xsd:enumeration value="Instrumentation"/> + <xsd:enumeration value="Lubrication system"/> <xsd:enumeration value="Pump"/> <xsd:enumeration value="Pump - centrifugal"/> |
From: makt <mak...@us...> - 2009-07-15 18:08:59
|
Update of /cvsroot/cfidev/core/schema In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8016 Removed Files: eqBase.xsd Log Message: To simplify schema set up in WinCVS, eqBase.xsd file moved to aexdev for Public Release v3 --- eqBase.xsd DELETED --- |
From: makt <mak...@us...> - 2009-07-15 18:08:33
|
Update of /cvsroot/cfidev/core/schema In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7940 Removed Files: eq.xsd Log Message: To simplify schema set up in WinCVS, eq.xsd file moved to aexdev for Public Release v3 --- eq.xsd DELETED --- |
From: makt <mak...@us...> - 2009-06-16 17:57:45
|
Update of /cvsroot/cfidev/core/schema In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14226 Modified Files: schemaRelease.xml Log Message: Updated to account for moving all eq files from cfidev other and 2 from cfidev core into aexdev for Schema Public Release v3. Note that CVS does not permit moving as such, and the files had to be added into aexdev as if new Index: schemaRelease.xml =================================================================== RCS file: /cvsroot/cfidev/core/schema/schemaRelease.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** schemaRelease.xml 10 Jun 2009 17:13:17 -0000 1.5 --- schemaRelease.xml 16 Jun 2009 17:57:42 -0000 1.6 *************** *** 1 **** ! <?xml version="1.0" encoding="UTF-8"?> <schemaRelease xmlns="http://www.cfixml.org/schemaRelease" xmlns:dx="http://www.cfixml.org/dx" xmlns:eq="http://www.cfixml.org/eq" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:mtrl="http://www.cfixml.org/mtrl" xmlns:obj="http://www.cfixml.org/obj" xmlns:pq="http://www.cfixml.org/pq" xmlns:proj="http://www.cfixml.org/proj" xmlns:site="http://www.cfixml.org/site" xmlns:thmo="http://www.cfixml.org/thmo" xmlns:uo="http://www.cfixml.org/uo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cfixml.org/schemaRelease schemaRelease.xsd"> <dateTime>2004-07-16T12:30:00-05:00</dateTime> <!-- fileSchemaVersion is equivalent of WinCVS revision number which appears as annotation at top of all xsd files--> <!-- For Example, 1.170 is represented as 01.01.0107 --> <schemaFileName fileSchemaVersion="01.01.0015">ctx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0034">dx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0127">eq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0019">eqActuator</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0055">eqBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqElec</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0022">eqElecBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0079">eqElecMtr</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqHvac</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">eqHvacAhu</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">eqHvacBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqHvacChiller</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">eqHx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">eqHxAc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0053">eqHxBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0069">eqHxSt</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0019">eqInstrBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0007">eqPipeFitting</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0016">eqPvfBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">eqPvfValve</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqRot</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0113">eqRotBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0047">eqRotCfan</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">eqRotComp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0073">eqRotCpmp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0050">eqRotSeal</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">eqSld</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0010">eqVesl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0044">etl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0025">ext</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">extCur</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">idx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0063">mtrl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0018">obj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0013">objb</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">pq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">proj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">schemaRelease</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0025">site</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0040">uo</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0002">cfiXml</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqElecDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqHvacDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0021">eqHxDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0026">eqPvfDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0028">eqRotDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">mtrlDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">procSimDoc</schemaFileName> <schemaReleaseNumber>03.00.0000</schemaReleaseNumber> </schemaRelease> \ No newline at end of file --- 1 ---- ! <?xml version="1.0" encoding="UTF-8"?> <schemaRelease xmlns="http://www.cfixml.org/schemaRelease" xmlns:dx="http://www.cfixml.org/dx" xmlns:eq="http://www.cfixml.org/eq" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:mtrl="http://www.cfixml.org/mtrl" xmlns:obj="http://www.cfixml.org/obj" xmlns:pq="http://www.cfixml.org/pq" xmlns:proj="http://www.cfixml.org/proj" xmlns:site="http://www.cfixml.org/site" xmlns:thmo="http://www.cfixml.org/thmo" xmlns:uo="http://www.cfixml.org/uo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cfixml.org/schemaRelease schemaRelease.xsd"> <dateTime>2004-07-16T12:30:00-05:00</dateTime> <!-- fileSchemaVersion is equivalent of WinCVS revision number which appears as annotation at top of all xsd files--> <!-- For Example, 1.170 is represented as 01.01.0107 --> <schemaFileName fileSchemaVersion="01.01.0015">ctx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0034">dx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqActuator</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqElec</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqElecBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqElecMtr</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqHvac</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">eqHvacAhu</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">eqHvacBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqHvacChiller</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">eqHx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">eqHxAc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0053">eqHxBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0069">eqHxSt</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqInstrBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqPipeFitting</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqPvfBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">eqPvfValve</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqRot</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0113">eqRotBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0047">eqRotCfan</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">eqRotComp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0073">eqRotCpmp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0050">eqRotSeal</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqSld</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqVesl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0044">etl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0025">ext</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">extCur</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">idx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0063">mtrl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0018">obj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0013">objb</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">pq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">proj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">schemaRelease</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0025">site</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0040">uo</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0002">cfiXml</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqElecDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqHvacDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0021">eqHxDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0026">eqPvfDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0028">eqRotDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">mtrlDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">procSimDoc</schemaFileName> <schemaReleaseNumber>03.00.0000</schemaReleaseNumber> </schemaRelease> \ No newline at end of file |
From: makt <mak...@us...> - 2009-06-10 17:13:22
|
Update of /cvsroot/cfidev/core/schema In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24837 Modified Files: schemaRelease.xml Log Message: Revision numbers for all schema files updated for Schema Public Release Index: schemaRelease.xml =================================================================== RCS file: /cvsroot/cfidev/core/schema/schemaRelease.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** schemaRelease.xml 16 Feb 2009 21:48:43 -0000 1.4 --- schemaRelease.xml 10 Jun 2009 17:13:17 -0000 1.5 *************** *** 1 **** ! <?xml version="1.0" encoding="UTF-8"?> <schemaRelease xmlns="http://www.cfixml.org/schemaRelease" xmlns:dx="http://www.cfixml.org/dx" xmlns:eq="http://www.cfixml.org/eq" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:mtrl="http://www.cfixml.org/mtrl" xmlns:obj="http://www.cfixml.org/obj" xmlns:pq="http://www.cfixml.org/pq" xmlns:proj="http://www.cfixml.org/proj" xmlns:site="http://www.cfixml.org/site" xmlns:thmo="http://www.cfixml.org/thmo" xmlns:uo="http://www.cfixml.org/uo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cfixml.org/schemaRelease schemaRelease.xsd"> <dateTime>2004-07-16T12:30:00-05:00</dateTime> <!-- fileSchemaVersion is equivalent of WinCVS revision number which appears as annotation at top of all xsd files--> <!-- For Example, 1.170 is represented as 01.01.0107 --> <schemaFileName fileSchemaVersion="01.01.0014">ctx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0033">dx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0126">eq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0018">eqActuator</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0053">eqBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqElec</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0020">eqElecBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0076">eqElecMtr</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0002">eqHvac</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0007">eqHvacAhu</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqHvacBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqHvacChiller</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqHx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0022">eqHxAc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0051">eqHxBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0067">eqHxSt</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0018">eqInstrBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0007">eqPipeFitting</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0015">eqPvfBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqPvfValve</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0010">eqRot</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0110">eqRotBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0045">eqRotCfan</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0007">eqRotComp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0070">eqRotCpmp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0048">eqRotSeal</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">eqSld</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">eqVesl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0042">etl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0023">ext</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0007">extCur</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">idx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0060">mtrl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0017">obj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">objb</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0022">pq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0010">proj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0002">schemaRelease</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">site</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0038">uo</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0001">cfiXml</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0010">eqDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0010">eqElecDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">eqHvacDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0020">eqHxDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">eqPvfDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0026">eqRotDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">mtrlDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">procSimDoc</schemaFileName> <schemaReleaseNumber>03.00.0000</schemaReleaseNumber> </schemaRelease> \ No newline at end of file --- 1 ---- ! <?xml version="1.0" encoding="UTF-8"?> <schemaRelease xmlns="http://www.cfixml.org/schemaRelease" xmlns:dx="http://www.cfixml.org/dx" xmlns:eq="http://www.cfixml.org/eq" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:mtrl="http://www.cfixml.org/mtrl" xmlns:obj="http://www.cfixml.org/obj" xmlns:pq="http://www.cfixml.org/pq" xmlns:proj="http://www.cfixml.org/proj" xmlns:site="http://www.cfixml.org/site" xmlns:thmo="http://www.cfixml.org/thmo" xmlns:uo="http://www.cfixml.org/uo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cfixml.org/schemaRelease schemaRelease.xsd"> <dateTime>2004-07-16T12:30:00-05:00</dateTime> <!-- fileSchemaVersion is equivalent of WinCVS revision number which appears as annotation at top of all xsd files--> <!-- For Example, 1.170 is represented as 01.01.0107 --> <schemaFileName fileSchemaVersion="01.01.0015">ctx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0034">dx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0127">eq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0019">eqActuator</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0055">eqBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqElec</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0022">eqElecBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0079">eqElecMtr</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0003">eqHvac</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">eqHvacAhu</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">eqHvacBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqHvacChiller</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">eqHx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">eqHxAc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0053">eqHxBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0069">eqHxSt</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0019">eqInstrBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0007">eqPipeFitting</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0016">eqPvfBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0012">eqPvfValve</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqRot</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0113">eqRotBase</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0047">eqRotCfan</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">eqRotComp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0073">eqRotCpmp</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0050">eqRotSeal</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">eqSld</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0010">eqVesl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0044">etl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0025">ext</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">extCur</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0008">idx</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0063">mtrl</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0018">obj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0013">objb</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0024">pq</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">proj</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0004">schemaRelease</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0025">site</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0040">uo</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0002">cfiXml</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0011">eqElecDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0005">eqHvacDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0021">eqHxDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0026">eqPvfDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0028">eqRotDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0006">mtrlDoc</schemaFileName> <schemaFileName fileSchemaVersion="01.01.0009">procSimDoc</schemaFileName> <schemaReleaseNumber>03.00.0000</schemaReleaseNumber> </schemaRelease> \ No newline at end of file |
From: makt <mak...@us...> - 2009-06-10 16:21:01
|
Update of /cvsroot/cfidev/core/schema In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13740 Modified Files: objb.xsd proj.xsd schemaRelease.xsd uo.xsd Log Message: Validated for Schema Public Release 3 Index: schemaRelease.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/schemaRelease.xsd,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** schemaRelease.xsd 16 Feb 2009 21:48:09 -0000 1.3 --- schemaRelease.xsd 10 Jun 2009 16:20:51 -0000 1.4 *************** *** 1 **** ! <?xml version="1.0" encoding="utf-8"?> <!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Alar Engineering Software Inc. --> <!-- edited with XMLSPY v5 rel. 2 U (http://www.xmlspy.com) by Tom Teague (Protesoft Corporation) --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined in and that are subject to the DIPPR Public Source License Version 1.0, the ePlantData Public Source License Version 1.0, Alar Engineering Software License Version 1.0 and the FIATECH Public Source License Version 1.0. Copies of these licenses are available at http://www.cfixml.org. You may only use the Contents according to the terms and conditions in these Licenses. The Contents are distributed for use on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED. LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. --> <xsd:schema xmlns="http://www.cfixml.org/schemaRelease" xmlns:ctx="http://www.cfixml.org/schemaRelease" xmlns:dx="http://www.cfixml.org/dx" xmlns:eq="http://www.cfixml.org/eq" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:mtrl="http://www.cfixml.org/mtrl" xmlns:obj="http://www.cfixml.org/obj" xmlns:pq="http://www.cfixml.org/pq" xmlns:proj="http://www.cfixml.org/proj" xmlns:site="http://www.cfixml.org/site" xmlns:uo="http://www.cfixml.org/uo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.cfixml.org/schemaRelease" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.0000"> <xsd:import namespace="http://www.cfixml.org/ext" schemaLocation="ext.xsd"/> <xsd:annotation> <xsd:documentation> cfiXML Schema Title: Information on a cfiXML schema release. $Revision$ $Modtime: 15/03/04 0:41 $ $Author$, Alar Eng Software Inc, Purpose: Machine readable information that is included with a release of the cfiXML schemas in a file schemaRelease.xml that resides in the root schema directory. $NoKeywords: $ </xsd:documentation> </xsd:annotation> <!-- --> <xsd:element name="schemaRelease" type="SchemaRelease"/> <xsd:complexType name="SchemaRelease"> <xsd:annotation> <xsd:documentation>List of all file versions that make up the cfiXML schema release</xsd:documentation> <xsd:appinfo> <appShortName>cfiXML Release</appShortName> <appLongName>cfiXML Release file list</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:sequence> <xsd:element name="dateTime" type="xsd:dateTime"/> <xsd:element name="schemaFileName" maxOccurs="unbounded"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:Name"> <xsd:attribute name="fileSchemaVersion" type="ext:Version" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:element name="schemaReleaseNumber" type="ext:Version"/> <xsd:element name="userSchemaInformation" minOccurs="0"> <xsd:annotation> <xsd:documentation>If the schema is user schema then include this element.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="ownerURI" type="xsd:anyURI"> <xsd:annotation> <xsd:documentation>Owner of the user schema.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="associatedCfiXMLSchemaReleaseNumber" type="ext:Version"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:schema> \ No newline at end of file --- 1 ---- ! <?xml version="1.0" encoding="utf-8"?> <!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Alar Engineering Software Inc. --> <!-- edited with XMLSPY v5 rel. 2 U (http://www.xmlspy.com) by Tom Teague (Protesoft Corporation) --> <!-- See "cfiXML Process Document.doc" on schema development based on W3C consortium process. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined in and that are subject to the DIPPR Public Source License Version 1.0, the ePlantData Public Source License Version 1.0, Alar Engineering Software License Version 1.0 and the FIATECH Public Source License Version 1.0. Copies of these licenses are available at http://www.cfixml.org. You may only use the Contents according to the terms and conditions in these Licenses. The Contents are distributed for use on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED. LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. --> <xsd:schema xmlns="http://www.cfixml.org/schemaRelease" xmlns:ctx="http://www.cfixml.org/schemaRelease" xmlns:dx="http://www.cfixml.org/dx" xmlns:eq="http://www.cfixml.org/eq" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:mtrl="http://www.cfixml.org/mtrl" xmlns:obj="http://www.cfixml.org/obj" xmlns:pq="http://www.cfixml.org/pq" xmlns:proj="http://www.cfixml.org/proj" xmlns:site="http://www.cfixml.org/site" xmlns:uo="http://www.cfixml.org/uo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.cfixml.org/schemaRelease" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.0000"> <xsd:import namespace="http://www.cfixml.org/ext" schemaLocation="ext.xsd"/> <xsd:annotation> <xsd:documentation> cfiXML Schema Title: Information on a cfiXML schema release. $Revision$ $Modtime: 15/03/04 0:41 $ $Author$, Alar Eng Software Inc, Purpose: Machine readable information that is included with a release of the cfiXML schemas in a file schemaRelease.xml that resides in the root schema directory. $NoKeywords: $ </xsd:documentation> </xsd:annotation> <!-- --> <xsd:element name="schemaRelease" type="SchemaRelease"/> <xsd:complexType name="SchemaRelease"> <xsd:annotation> <xsd:documentation>List of all file versions that make up the cfiXML schema release</xsd:documentation> <xsd:appinfo> <appShortName>cfiXML Release</appShortName> <appLongName>cfiXML Release file list</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:sequence> <xsd:element name="dateTime" type="xsd:dateTime"/> <xsd:element name="schemaFileName" maxOccurs="unbounded"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:Name"> <xsd:attribute name="fileSchemaVersion" type="ext:Version" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:element name="schemaReleaseNumber" type="ext:Version"/> <xsd:element name="userSchemaInformation" minOccurs="0"> <xsd:annotation> <xsd:documentation>If the schema is user schema then include this element.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="ownerURI" type="xsd:anyURI"> <xsd:annotation> <xsd:documentation>Owner of the user schema.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="associatedCfiXMLSchemaReleaseNumber" type="ext:Version"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:schema> \ No newline at end of file Index: objb.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/objb.xsd,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** objb.xsd 31 Mar 2009 16:47:12 -0000 1.12 --- objb.xsd 10 Jun 2009 16:20:51 -0000 1.13 *************** *** 1,4 **** --- 1,5 ---- <?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. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. Index: uo.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/uo.xsd,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** uo.xsd 16 Feb 2009 21:49:14 -0000 1.39 --- uo.xsd 10 Jun 2009 16:20:51 -0000 1.40 *************** *** 1,4 **** --- 1,5 ---- <?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. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. Index: proj.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/proj.xsd,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** proj.xsd 6 Feb 2009 20:24:48 -0000 1.10 --- proj.xsd 10 Jun 2009 16:20:51 -0000 1.11 *************** *** 1 **** ! <?xml version="1.0" encoding="utf-8"?> <!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Alar Engineering Software Inc. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined in and that are subject to the DIPPR Public Source License Version 1.0, the ePlantData Public Source License Version 1.0, Alar Engineering Software License Version 1.0 and the FIATECH Public Source License Version 1.0. Copies of these licenses are available at http://www.cfixml.org. You may only use the Contents according to the terms and conditions in these Licenses. The Contents are distributed for use on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED. LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. --> <xsd:schema xmlns="http://www.cfixml.org/proj" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ctx="http://www.cfixml.org/ctx" xmlns:dx="http://www.cfixml.org/dx" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:obj="http://www.cfixml.org/obj" xmlns:objb="http://www.cfixml.org/objb" xmlns:pq="http://www.cfixml.org/pq" targetNamespace="http://www.cfixml.org/proj" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.0000"> <xsd:import namespace="http://www.cfixml.org/ctx" schemaLocation="ctx.xsd"/> <xsd:import namespace="http://www.cfixml.org/ext" schemaLocation="ext.xsd"/> <xsd:import namespace="http://www.cfixml.org/pq" schemaLocation="pq.xsd"/> <xsd:import namespace="http://www.cfixml.org/objb" schemaLocation="objb.xsd"/> <xsd:import namespace="http://www.cfixml.org/obj" schemaLocation="obj.xsd"/> <xsd:annotation> <xsd:documentation> cfiXML Schema Title: Projects and Activities $Revision$ $Modtime: 15/03/04 0:41 $ $Author$ , Alar Eng Software Inc, Purpose: Definition of the base project and activity data types in proj namespace. $NoKeywords: $ </xsd:documentation> </xsd:annotation> <!-- --> <xsd:element name="project" type="Project"> <xsd:annotation> <xsd:appinfo> <appShortName>Project</appShortName> <appLongName>Project</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="associatedProject" type="Project"> <xsd:annotation> <xsd:documentation>Projects which are associated with or contained within this project, e.g. a master project may contain several associated projects, potentially one for each participating organization in a cross-organizational collaboration, or an organization may break a project down into several sub-projects</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:complexType name="Project"> <xsd:annotation> <xsd:documentation>Project Information - specific to a particular organization and identified by the ID used within that organization. A project can contain other projects through the assocProject element. These can be parts of the main project or can associate projects between collaborating organizations.</xsd:documentation> <xsd:appinfo> <appShortName>Project</appShortName> <appLongName>Project</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexContent> <xsd:extension base="objb:BaseObject"> <xsd:sequence> <xsd:element ref="associatedActivity" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:appinfo> <appShortName>AssocActivity</appShortName> <appLongName>AssocActivity</appLongName> </xsd:appinfo> <xsd:documentation>associated work activities for the project</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="associatedProject" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="ctx:contact" minOccurs="0"> <xsd:annotation> <xsd:documentation>Key contact for this project from this organization.</xsd:documentation> <xsd:appinfo> <appShortName>Contact</appShortName> <appLongName>Contact</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="id" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Project identification number used independently of organization. Often used as Job number.</xsd:documentation> <xsd:appinfo> <appShortName>Project number</appShortName> <appLongName>Project number</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="location" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Location of the project (simple description only)</xsd:documentation> <xsd:appinfo> <appShortName>Location</appShortName> <appLongName>Location</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element ref="ctx:organizationContext" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="customProject" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <!-- --> <xsd:element name="associatedActivity" type="Activity"/> <xsd:element name="activity" type="Activity"/> <xsd:complexType name="Activity"> <xsd:annotation> <xsd:documentation>work activity</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="obj:Object"> <xsd:sequence> <xsd:element name="current" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>CurrentStatus</appShortName> <appLongName>CurrentStatus</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element ref="activityStatus" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Status</appShortName> <appLongName>Status</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="completionPercent" type="ext:Double" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>PctComplete</appShortName> <appLongName>PctComplete</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="cost" type="ext:Currency" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Cost</appShortName> <appLongName>Cost</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="date" type="ext:Date" minOccurs="0"/> <xsd:element name="startDate" type="ext:Date" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>StartDate</appShortName> <appLongName>StartDate</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="endDate" type="ext:Date" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>EndDate</appShortName> <appLongName>EndDate</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="duration" type="ext:Duration" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Duration</appShortName> <appLongName>Duration</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customCurrentActivity" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="planned" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Plan</appShortName> <appLongName>Plan</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="cost" type="ext:Currency" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Cost</appShortName> <appLongName>Cost</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="startDate" type="ext:Date" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>StartDate</appShortName> <appLongName>StartDate</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="endDate" type="ext:Date" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>EndDate</appShortName> <appLongName>EndDate</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="duration" type="ext:Duration" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Duration</appShortName> <appLongName>Duration</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customPlannedActivity" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="customActivity" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <!-- --> <xsd:simpleType name="EActivityStatus"> <xsd:annotation> <xsd:documentation>Project activity status</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Not started"/> <xsd:enumeration value="In progress"/> <xsd:enumeration value="Waiting"/> <xsd:enumeration value="Completed"/> <xsd:enumeration value="Deferred"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:element name="activityStatus"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EActivityStatus"> <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> </xsd:schema> \ No newline at end of file --- 1 ---- ! <?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. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined in and that are subject to the DIPPR Public Source License Version 1.0, the ePlantData Public Source License Version 1.0, Alar Engineering Software License Version 1.0 and the FIATECH Public Source License Version 1.0. Copies of these licenses are available at http://www.cfixml.org. You may only use the Contents according to the terms and conditions in these Licenses. The Contents are distributed for use on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED. LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. --> <xsd:schema xmlns="http://www.cfixml.org/proj" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ctx="http://www.cfixml.org/ctx" xmlns:dx="http://www.cfixml.org/dx" xmlns:etl="http://www.cfixml.org/etl" xmlns:ext="http://www.cfixml.org/ext" xmlns:obj="http://www.cfixml.org/obj" xmlns:objb="http://www.cfixml.org/objb" xmlns:pq="http://www.cfixml.org/pq" targetNamespace="http://www.cfixml.org/proj" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.0000"> <xsd:import namespace="http://www.cfixml.org/ctx" schemaLocation="ctx.xsd"/> <xsd:import namespace="http://www.cfixml.org/ext" schemaLocation="ext.xsd"/> <xsd:import namespace="http://www.cfixml.org/pq" schemaLocation="pq.xsd"/> <xsd:import namespace="http://www.cfixml.org/objb" schemaLocation="objb.xsd"/> <xsd:import namespace="http://www.cfixml.org/obj" schemaLocation="obj.xsd"/> <xsd:annotation> <xsd:documentation> cfiXML Schema Title: Projects and Activities $Revision$ $Modtime: 15/03/04 0:41 $ $Author$ , Alar Eng Software Inc, Purpose: Definition of the base project and activity data types in proj namespace. $NoKeywords: $ </xsd:documentation> </xsd:annotation> <!-- --> <xsd:element name="project" type="Project"> <xsd:annotation> <xsd:appinfo> <appShortName>Project</appShortName> <appLongName>Project</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="associatedProject" type="Project"> <xsd:annotation> <xsd:documentation>Projects which are associated with or contained within this project, e.g. a master project may contain several associated projects, potentially one for each participating organization in a cross-organizational collaboration, or an organization may break a project down into several sub-projects</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:complexType name="Project"> <xsd:annotation> <xsd:documentation>Project Information - specific to a particular organization and identified by the ID used within that organization. A project can contain other projects through the assocProject element. These can be parts of the main project or can associate projects between collaborating organizations.</xsd:documentation> <xsd:appinfo> <appShortName>Project</appShortName> <appLongName>Project</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexContent> <xsd:extension base="objb:BaseObject"> <xsd:sequence> <xsd:element ref="associatedActivity" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:appinfo> <appShortName>AssocActivity</appShortName> <appLongName>AssocActivity</appLongName> </xsd:appinfo> <xsd:documentation>associated work activities for the project</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="associatedProject" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="ctx:contact" minOccurs="0"> <xsd:annotation> <xsd:documentation>Key contact for this project from this organization.</xsd:documentation> <xsd:appinfo> <appShortName>Contact</appShortName> <appLongName>Contact</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="id" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Project identification number used independently of organization. Often used as Job number.</xsd:documentation> <xsd:appinfo> <appShortName>Project number</appShortName> <appLongName>Project number</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="location" type="ext:String" minOccurs="0"> <xsd:annotation> <xsd:documentation>Location of the project (simple description only)</xsd:documentation> <xsd:appinfo> <appShortName>Location</appShortName> <appLongName>Location</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element ref="ctx:organizationContext" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="customProject" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <!-- --> <xsd:element name="associatedActivity" type="Activity"/> <xsd:element name="activity" type="Activity"/> <xsd:complexType name="Activity"> <xsd:annotation> <xsd:documentation>work activity</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="obj:Object"> <xsd:sequence> <xsd:element name="current" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>CurrentStatus</appShortName> <appLongName>CurrentStatus</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element ref="activityStatus" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Status</appShortName> <appLongName>Status</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="completionPercent" type="ext:Double" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>PctComplete</appShortName> <appLongName>PctComplete</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="cost" type="ext:Currency" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Cost</appShortName> <appLongName>Cost</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="date" type="ext:Date" minOccurs="0"/> <xsd:element name="startDate" type="ext:Date" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>StartDate</appShortName> <appLongName>StartDate</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="endDate" type="ext:Date" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>EndDate</appShortName> <appLongName>EndDate</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="duration" type="ext:Duration" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Duration</appShortName> <appLongName>Duration</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customCurrentActivity" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="planned" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Plan</appShortName> <appLongName>Plan</appLongName> </xsd:appinfo> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="cost" type="ext:Currency" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Cost</appShortName> <appLongName>Cost</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="startDate" type="ext:Date" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>StartDate</appShortName> <appLongName>StartDate</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="endDate" type="ext:Date" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>EndDate</appShortName> <appLongName>EndDate</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="duration" type="ext:Duration" minOccurs="0"> <xsd:annotation> <xsd:appinfo> <appShortName>Duration</appShortName> <appLongName>Duration</appLongName> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="customPlannedActivity" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="customActivity" type="ext:Custom" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <!-- --> <xsd:simpleType name="EActivityStatus"> <xsd:annotation> <xsd:documentation>Project activity status</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Not started"/> <xsd:enumeration value="In progress"/> <xsd:enumeration value="Waiting"/> <xsd:enumeration value="Completed"/> <xsd:enumeration value="Deferred"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:element name="activityStatus"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EActivityStatus"> <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> </xsd:schema> \ No newline at end of file |
From: makt <mak...@us...> - 2009-06-10 16:20:17
|
Update of /cvsroot/cfidev/core/schema In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13643 Modified Files: site.xsd Log Message: site.xsd Validated for Schema Public Release 3 - SimpleType order fix - annotation update - enumerations (Indoors, Outdoors, Heated and Unheated) taken from EStructureCharacteristic to EOperatingEnvironment Index: site.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/site.xsd,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** site.xsd 6 Feb 2009 20:26:10 -0000 1.24 --- site.xsd 10 Jun 2009 16:20:08 -0000 1.25 *************** *** 1,4 **** <?xml version="1.0" encoding="utf-8"?> ! <!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Alar Engineering Software Inc. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. --- 1,5 ---- <?xml version="1.0" encoding="utf-8"?> ! <!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Rurik Turton (Alar Engineering Software Inc.) --> ! <!-- See "cfiXML Process Document.doc" on schema development based on W3C consortium process. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. *************** *** 433,480 **** --> - <xsd:simpleType name="EStructureCharacteristic"> - <xsd:annotation> - <xsd:documentation>Site sub-area structure characteristics</xsd:documentation> - <xsd:appinfo> - <appShortName>Structure character</appShortName> - <appLongName>Structure characteristic</appLongName> - </xsd:appinfo> - </xsd:annotation> - <xsd:restriction base="xsd:string"> - <xsd:enumeration value="At grade"/> - <xsd:enumeration value="External forces and moments"/> - <xsd:enumeration value="Heated"/> - <xsd:enumeration value="Indoors"/> - <xsd:enumeration value="Non-massive foundation"/> - <xsd:enumeration value="On mezzanine"/> - <xsd:enumeration value="Outdoors"/> - <xsd:enumeration value="Partial side"/> - <xsd:enumeration value="Seismic loading"/> - <xsd:enumeration value="Under roof"/> - <xsd:enumeration value="Unheated"/> - <xsd:enumeration value="Other"/> - <xsd:enumeration value="Unspecified"/> - <xsd:enumeration value="custom"/> - </xsd:restriction> - </xsd:simpleType> - <xsd:element name="structureCharacteristic"> - <xsd:annotation> - <xsd:documentation>Site sub-area structure characteristics</xsd:documentation> - <xsd:appinfo> - <appShortName>Structure character</appShortName> - <appLongName>Structure characteristic</appLongName> - </xsd:appinfo> - </xsd:annotation> - <xsd:complexType> - <xsd:simpleContent> - <xsd:extension base="EStructureCharacteristic"> - <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> - </xsd:extension> - </xsd:simpleContent> - </xsd:complexType> - </xsd:element> - <!-- - - --> <xsd:simpleType name="EOperatingEnvironment"> <xsd:annotation> --- 434,437 ---- *************** *** 492,499 **** --- 449,460 ---- <xsd:enumeration value="Fumes"/> <xsd:enumeration value="Hazardous"/> + <xsd:enumeration value="Heated"/> + <xsd:enumeration value="Indoors"/> <xsd:enumeration value="Non-hazardous"/> + <xsd:enumeration value="Outdoors"/> <xsd:enumeration value="Salt atmosphere"/> <xsd:enumeration value="Subfreezing"/> <xsd:enumeration value="Tropical"/> + <xsd:enumeration value="Unheated"/> <xsd:enumeration value="Washdown"/> <xsd:enumeration value="Other"/> *************** *** 550,552 **** --- 511,553 ---- </xsd:complexType> </xsd:element> + <!-- + + --> + <xsd:simpleType name="EStructureCharacteristic"> + <xsd:annotation> + <xsd:documentation>Site sub-area plant structure and characteristics</xsd:documentation> + <xsd:appinfo> + <appShortName>Structure character</appShortName> + <appLongName>Structure characteristic</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:restriction base="xsd:string"> + <xsd:enumeration value="At grade"/> + <xsd:enumeration value="External forces and moments"/> + <xsd:enumeration value="Non-massive foundation"/> + <xsd:enumeration value="On mezzanine"/> + <xsd:enumeration value="Partial side"/> + <xsd:enumeration value="Seismic loading"/> + <xsd:enumeration value="Under roof"/> + <xsd:enumeration value="Other"/> + <xsd:enumeration value="Unspecified"/> + <xsd:enumeration value="custom"/> + </xsd:restriction> + </xsd:simpleType> + <xsd:element name="structureCharacteristic"> + <xsd:annotation> + <xsd:documentation>Site sub-area plant structure and characteristics</xsd:documentation> + <xsd:appinfo> + <appShortName>Structure character</appShortName> + <appLongName>Structure characteristic</appLongName> + </xsd:appinfo> + </xsd:annotation> + <xsd:complexType> + <xsd:simpleContent> + <xsd:extension base="EStructureCharacteristic"> + <xsd:attributeGroup ref="ext:BaseEnumerationAttributeGroup"/> + </xsd:extension> + </xsd:simpleContent> + </xsd:complexType> + </xsd:element> </xsd:schema> |
From: makt <mak...@us...> - 2009-06-10 16:19:35
|
Update of /cvsroot/cfidev/core/schema In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13521 Modified Files: pq.xsd Log Message: pq.xsd Validated for Schema Public Release 3 - created SmallVolume and added to Unit sets Index: pq.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/pq.xsd,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** pq.xsd 16 Feb 2009 21:47:37 -0000 1.23 --- pq.xsd 10 Jun 2009 16:19:27 -0000 1.24 *************** *** 1 **** ! <?xml version="1.0" encoding="utf-8"?> <!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Alar Engineering Software Inc. --> <!-- C O P Y R I G H T N O T I C E "Portions Copyright (C) 2001-2004 AIChE-DIPPR, All Rights Reserved. "Portions Copyright (C) 2004-2009 Alar Engineering Software, All Rights Reserved. "Portions Copyright (C) 2001-2004 ePlantData, Inc. All Rights Reserved. "Portions Copyright (C) 2002-2009 FIATECH, All Rights Reserved. This file contains Original Code and/or Modifications of Original Code (the "Contents") as defined in and that are subject to the DIPPR Public Source License Version 1.0, the ePlantData Public Source License Version 1.0, Alar Engineering Software License Version 1.0 and the FIATECH Public Source License Version 1.0. Copies of these licenses are available at http://www.cfixml.org. You may only use the Contents according to the terms and conditions in these Licenses. The Contents are distributed for use on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED. LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. --> <xsd:schema xmlns="http://www.cfixml.org/pq" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ext="http://www.cfixml.org/ext" xmlns:etl="http://www.cfixml.org/etl" targetNamespace="http://www.cfixml.org/pq" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.0000"> <xsd:import namespace="http://www.cfixml.org/ext" schemaLocation="ext.xsd"/> <xsd:annotation> <xsd:documentation> cfiXML Schema Title: Physical quantity schema $Revision$ $Modtime: 15/03/04 0:41 $ $Author$, Alar Eng Software Inc, Purpose:Support for Measured engineering values $NoKeywords: $ </xsd:documentation> </xsd:annotation> <!-- --> <!-- **************************************************************************************** --> <!-- E N G I N E E R I N G V A R I A B L E D E F I N I T I O N S --> <!-- **************************************************************************************** --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Any Engineering type - allows any string for the symbol. --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <xsd:complexType name="Any"> <xsd:annotation> <xsd:appinfo> <appShortName>Any, engineering type, scalar</appShortName> <appLongName>Any, engineering type, scalar</appLongName> </xsd:appinfo> <xsd:documentation>Any Engineering Variable - Scalar</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="xsd:string" use="optional"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Acceleration --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EAcceleration"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ft/s2"/> <xsd:enumeration value="m/s2"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="AccelerationSymbol"> <xsd:sequence> <xsd:element name="accelerationSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EAcceleration"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Acceleration"> <xsd:annotation> <xsd:appinfo> <appShortName>Acceleration, engineering type</appShortName> <appLongName>Acceleration, engineering type</appLongName> </xsd:appinfo> <xsd:documentation>Acceleration. (length/time squared)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EAcceleration" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Angle--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EAngle"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="deg"/> <xsd:enumeration value="min_angle"/> <xsd:enumeration value="s_angle"/> <xsd:enumeration value="rad"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="AngleSymbol"> <xsd:sequence> <xsd:element name="angleSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EAngle"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Angle"> <xsd:annotation> <xsd:appinfo> <appShortName>Angle</appShortName> <appLongName>Angle</appLongName> </xsd:appinfo> <xsd:documentation>Plane angle.</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EAngle" use="optional"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- AngleSolid--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EAngleSolid"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="sr"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="AngleSolidSymbol"> <xsd:sequence> <xsd:element name="angleSolidSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EAngleSolid"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="AngleSolid"> <xsd:annotation> <xsd:appinfo> <appShortName>Solid angle</appShortName> <appLongName>Solid angle</appLongName> </xsd:appinfo> <xsd:documentation>Solid Angle.</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EAngleSolid" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- AngularMomentum--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EAngularMomentum"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="kg.m2/s"/> <xsd:enumeration value="lb.ft2/s"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="AngularMomentumSymbol"> <xsd:sequence> <xsd:element name="angularMomentumSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EAngularMomentum"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="AngularMomentum"> <xsd:annotation> <xsd:appinfo> <appShortName>Angular momentum</appShortName> <appLongName>Angular momentum</appLongName> </xsd:appinfo> <xsd:documentation>Angular momentum. (mass x velocity x length)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EAngularMomentum" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- AngularVelocity--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EAngularVelocity"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="deg/s"/> <xsd:enumeration value="rad/min"/> <xsd:enumeration value="rad/s"/> <xsd:enumeration value="rev/min"/> <xsd:enumeration value="rev/s"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="AngularVelocitySymbol"> <xsd:sequence> <xsd:element name="angularVelocitySymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EAngularVelocity"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="AngularVelocity"> <xsd:annotation> <xsd:appinfo> <appShortName>Angular velocity</appShortName> <appLongName>Angular velocity</appLongName> </xsd:appinfo> <xsd:documentation>Angular velocity. (angle/time)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EAngularVelocity" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Area--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EArea"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="acre"/> <xsd:enumeration value="ft2"/> <xsd:enumeration value="ha"/> <xsd:enumeration value="in2"/> <xsd:enumeration value="m2"/> <xsd:enumeration value="mile2"/> <xsd:enumeration value="yd2"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="AreaSymbol"> <xsd:sequence> <xsd:element name="areaSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EArea"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Area"> <xsd:annotation> <xsd:appinfo> <appShortName>Area</appShortName> <appLongName>Area</appLongName> </xsd:appinfo> <xsd:documentation>Area. (length squared)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EArea" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- AreaMole--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EAreaMole"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ft2/lbmol"/> <xsd:enumeration value="in2/lbmol"/> <xsd:enumeration value="m2/gmol"/> <xsd:enumeration value="m2/mol"/> <xsd:enumeration value="m2/kmol"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="AreaMoleSymbol"> <xsd:sequence> <xsd:element name="areaMoleSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EAreaMole"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="AreaMole"> <xsd:annotation> <xsd:appinfo> <appShortName>Molar specific area</appShortName> <appLongName>Molar specific area</appLongName> </xsd:appinfo> <xsd:documentation>Molar specific area. (area/mole)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EAreaMole" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Brightness--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EBrightness"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="cd"/> <xsd:enumeration value="cp"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="BrightnessSymbol"> <xsd:sequence> <xsd:element name="brightnessSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EBrightness"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Brightness"> <xsd:annotation> <xsd:appinfo> <appShortName>Luminous intensity</appShortName> <appLongName>Luminous intensity</appLongName> </xsd:appinfo> <xsd:documentation>Luminous intensity</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EBrightness" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- CpMass--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="ECpMass"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU/lb.degF"/> <xsd:enumeration value="ft.lbf/lb.degF"/> <xsd:enumeration value="J/kg.K"/> <xsd:enumeration value="kcal/kg.K"/> <xsd:enumeration value="kgf.m/kg.K"/> <xsd:enumeration value="kJ/kg.degC"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="CpMassSymbol"> <xsd:sequence> <xsd:element name="cpMassSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="ECpMass"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="CpMass"> <xsd:annotation> <xsd:appinfo> <appShortName>Specific heat capacity - mass basis</appShortName> <appLongName>Specific heat capacity - mass basis</appLongName> </xsd:appinfo> <xsd:documentation>Specific heat capacity. (heat/(mass x temperature interval)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="ECpMass" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- CpMole--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="ECpMole"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU/lbmol.degF"/> <xsd:enumeration value="ft.lbf/lbmol.degF"/> <xsd:enumeration value="J/gmol.K"/> <xsd:enumeration value="J/mol.K"/> <xsd:enumeration value="kcal/kmol.K"/> <xsd:enumeration value="kgf.m/kmol.K"/> <xsd:enumeration value="kJ/kmol.degC"/> <xsd:enumeration value="kJ/kmol.K"/> <xsd:enumeration value="J/kmol.K"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="CpMoleSymbol"> <xsd:sequence> <xsd:element name="cpMoleSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="ECpMole"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="CpMole"> <xsd:annotation> <xsd:appinfo> <appShortName>Specific heat capacity - molar basis</appShortName> <appLongName>Specific heat capacity - molar basis</appLongName> </xsd:appinfo> <xsd:documentation>Molar specific heat capacity</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="ECpMole" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- CpVolume--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="ECpVolume"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU/ft3.degF"/> <xsd:enumeration value="J/m3.K"/> <xsd:enumeration value="kcal/m3.K"/> <xsd:enumeration value="kJ/m3.degC"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="CpVolumeSymbol"> <xsd:sequence> <xsd:element name="cpVolumeSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="ECpVolume"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="CpVolume"> <xsd:annotation> <xsd:appinfo> <appShortName>Specific heat capacity - volume basis</appShortName> <appLongName>Specific heat capacity - volume basis</appLongName> </xsd:appinfo> <xsd:documentation>Heat capacity, volume basis. (heat/(volume x temperature interval))</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="ECpVolume" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- DensityLength--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EDensityLength"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="kg/m"/> <xsd:enumeration value="lb/ft"/> <xsd:enumeration value="lb/in"/> <xsd:enumeration value="lb/mile"/> <xsd:enumeration value="lb/yd"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="DensityLengthSymbol"> <xsd:sequence> <xsd:element name="densityLengthSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EDensityLength"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="DensityLength"> <xsd:annotation> <xsd:appinfo> <appShortName>Linear density</appShortName> <appLongName>Linear density</appLongName> </xsd:appinfo> <xsd:documentation>Linear density or mass per unit length. (mass/length)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EDensityLength" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- DensityMass--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EDensityMass"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="degApi"/> <xsd:enumeration value="g/cm3"/> <xsd:enumeration value="g/dm3"/> <xsd:enumeration value="g/l"/> <xsd:enumeration value="g/ml"/> <xsd:enumeration value="kg/m3"/> <xsd:enumeration value="lb/ft3"/> <xsd:enumeration value="lb/in3"/> <xsd:enumeration value="lb/UK_gal"/> <xsd:enumeration value="lb/US_gal"/> <xsd:enumeration value="oz/UK_gal"/> <xsd:enumeration value="oz/US_gal"/> <xsd:enumeration value="sg"/> <xsd:enumeration value="UK_ton/yd3"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="DensityMassSymbol"> <xsd:sequence> <xsd:element name="densityMassSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EDensityMass"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="DensityMass"> <xsd:annotation> <xsd:appinfo> <appShortName>Density</appShortName> <appLongName>Density</appLongName> </xsd:appinfo> <xsd:documentation>Density. (mass/volume)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EDensityMass" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- DensityMole--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EDensityMole"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="kmol/m3"/> <xsd:enumeration value="lbmol/ft3"/> <xsd:enumeration value="lbmol/in3"/> <xsd:enumeration value="lbmol/UK_gal"/> <xsd:enumeration value="lbmol/US_gal"/> <xsd:enumeration value="mol/cm3"/> <xsd:enumeration value="mol/dm3"/> <xsd:enumeration value="mol/l"/> <xsd:enumeration value="mol/m3"/> <xsd:enumeration value="mol/ml"/> <xsd:enumeration value="gmol/cm3"/> <xsd:enumeration value="gmol/dm3"/> <xsd:enumeration value="gmol/l"/> <xsd:enumeration value="gmol/m3"/> <xsd:enumeration value="gmol/ml"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="DensityMoleSymbol"> <xsd:sequence> <xsd:element name="densityMoleSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EDensityMole"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="DensityMole"> <xsd:annotation> <xsd:appinfo> <appShortName>Molar density</appShortName> <appLongName>Molar density</appLongName> </xsd:appinfo> <xsd:documentation>Molar Density. (mole/volume)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EDensityMole" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Duration (time or timeDifference) --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EDuration"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="s"/> <xsd:enumeration value="min"/> <xsd:enumeration value="h"/> <xsd:enumeration value="d"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="DurationSymbol"> <xsd:sequence> <xsd:element name="durationSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EDuration"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Duration"> <xsd:annotation> <xsd:appinfo> <appShortName>Duration</appShortName> <appLongName>Duration</appLongName> </xsd:appinfo> <xsd:documentation>Duration (timeDifference)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EDuration" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ElectricalCapacitance --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EElectricalCapacitance"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="C/V"/> <xsd:enumeration value="F"/> <xsd:enumeration value="micro_F"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ElectricalCapacitanceSymbol"> <xsd:sequence> <xsd:element name="electricalCapacitanceSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EElectricalCapacitance"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="ElectricalCapacitance"> <xsd:annotation> <xsd:appinfo> <appShortName>Electric capacitance</appShortName> <appLongName>Electric capacitance</appLongName> </xsd:appinfo> <xsd:documentation>Electric capacitance (charge/voltage)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EElectricalCapacitance" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ElectricalCharge--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EElectricalCharge"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="A.s"/> <xsd:enumeration value="C"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ElectricalChargeSymbol"> <xsd:sequence> <xsd:element name="electricalChargeSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EElectricalCharge"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="ElectricalCharge"> <xsd:annotation> <xsd:appinfo> <appShortName>Electrical charge</appShortName> <appLongName>Electrical charge</appLongName> </xsd:appinfo> <xsd:documentation>Electrical charge</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EElectricalCharge" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ElectricalChargeMoment--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EElectricalChargeMoment"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="C.m"/> <xsd:enumeration value="A.s.m"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ElectricalChargeMomentSymbol"> <xsd:sequence> <xsd:element name="electricalChargeMomentSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EElectricalChargeMoment"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="ElectricalChargeMoment"> <xsd:annotation> <xsd:appinfo> <appShortName>Electrical charge moment</appShortName> <appLongName>Electrical charge moment</appLongName> </xsd:appinfo> <xsd:documentation>Electrical charge moment</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EElectricalChargeMoment" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ElectricalCurrent--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EElectricalCurrent"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="A"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ElectricalCurrentSymbol"> <xsd:sequence> <xsd:element name="electricalCurrentSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EElectricalCurrent"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="ElectricalCurrent"> <xsd:annotation> <xsd:appinfo> <appShortName>Electrical current</appShortName> <appLongName>Electrical current</appLongName> </xsd:appinfo> <xsd:documentation>Electrical current</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EElectricalCurrent" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ElectricalFieldStrength--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EElectricalFieldStrength"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="V/m"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ElectricalFieldStrengthSymbol"> <xsd:sequence> <xsd:element name="electricalFieldStrengthSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EElectricalFieldStrength"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="ElectricalFieldStrength"> <xsd:annotation> <xsd:appinfo> <appShortName>Electric fld str</appShortName> <appLongName>Electric field strength</appLongName> </xsd:appinfo> <xsd:documentation>Electric field strength</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EElectricalFieldStrength" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ElectricalLetThroughEnergy--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EElectricalLetThroughEnergy"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="A2.s"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ElectricalLetThroughEnergySymbol"> <xsd:sequence> <xsd:element name="electricalLetThroughEnergySymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EElectricalLetThroughEnergy"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="ElectricalLetThroughEnergy"> <xsd:annotation> <xsd:appinfo> <appShortName>Electrical let through energy</appShortName> <appLongName>Electrical let through energy</appLongName> </xsd:appinfo> <xsd:documentation>Electrical let through energy (l2t)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EElectricalLetThroughEnergy" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ElectricalResistance--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EElectricalResistance"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="kOhm"/> <xsd:enumeration value="mOhm"/> <xsd:enumeration value="MOhm"/> <xsd:enumeration value="ohm"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ElectricalResistanceSymbol"> <xsd:sequence> <xsd:element name="electricalResistanceSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EElectricalResistance"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="ElectricalResistance"> <xsd:annotation> <xsd:appinfo> <appShortName>Electrical resistance</appShortName> <appLongName>Electrical resistance</appLongName> </xsd:appinfo> <xsd:documentation>Electrical resistance</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EElectricalResistance" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Energy--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EEnergy"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU"/> <xsd:enumeration value="cal"/> <xsd:enumeration value="cal_15"/> <xsd:enumeration value="cal_th"/> <xsd:enumeration value="ft.lbf"/> <xsd:enumeration value="ft.pdl"/> <xsd:enumeration value="hp.h"/> <xsd:enumeration value="J"/> <xsd:enumeration value="kgf.m"/> <xsd:enumeration value="kJ"/> <xsd:enumeration value="kW.h"/> <xsd:enumeration value="lbf.ft"/> <xsd:enumeration value="lbf.in"/> <xsd:enumeration value="MJ"/> <xsd:enumeration value="N.m"/> <xsd:enumeration value="ozf.in"/> <xsd:enumeration value="pdl.ft"/> <xsd:enumeration value="tonf.ft"/> <xsd:enumeration value="W.s"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="EnergySymbol"> <xsd:sequence> <xsd:element name="energySymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EEnergy"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Energy"> <xsd:annotation> <xsd:appinfo> <appShortName>Energy</appShortName> <appLongName>Energy</appLongName> </xsd:appinfo> <xsd:documentation>Energy - work, heat, etc.</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EEnergy" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- EnergyMass--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EEnergyMass"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU/lb"/> <xsd:enumeration value="ft.lbf/lb"/> <xsd:enumeration value="J/kg"/> <xsd:enumeration value="kcal/kg"/> <xsd:enumeration value="kgf.m/kg"/> <xsd:enumeration value="kJ/kg"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="EnergyMassSymbol"> <xsd:sequence> <xsd:element name="energyMassSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EEnergyMass"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="EnergyMass"> <xsd:annotation> <xsd:appinfo> <appShortName>Specific energy - mass basis</appShortName> <appLongName>Specific energy - mass basis</appLongName> </xsd:appinfo> <xsd:documentation>Mass Specific Energy. (energy or heat/mass)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EEnergyMass" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- EnergyMole--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EEnergyMole"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU/lbmol"/> <xsd:enumeration value="ft.lbf/lbmol"/> <xsd:enumeration value="J/kmol"/> <xsd:enumeration value="J/gmol"/> <xsd:enumeration value="J/mol"/> <xsd:enumeration value="kcal/kmol"/> <xsd:enumeration value="kgf.m/kmol"/> <xsd:enumeration value="kJ/kmol"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="EnergyMoleSymbol"> <xsd:sequence> <xsd:element name="energyMoleSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EEnergyMole"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="EnergyMole"> <xsd:annotation> <xsd:appinfo> <appShortName>Specific energy - molar basis</appShortName> <appLongName>Specific energy - molar basis</appLongName> </xsd:appinfo> <xsd:documentation>Molar specific energy. (energy/quantity)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EEnergyMole" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- EnergyP Coef --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EEnergyPressureCoef"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU/psi"/> <xsd:enumeration value="ft.lbf/psi"/> <xsd:enumeration value="J/Pa"/> <xsd:enumeration value="J/kPa"/> <xsd:enumeration value="kcal/kPa"/> <xsd:enumeration value="kgf.m/kPa"/> <xsd:enumeration value="kJ/kPa"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="EnergyPressureCoefSymbol"> <xsd:sequence> <xsd:element name="energyPressureCoefSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EEnergyPressureCoef"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="EnergyPressureCoef"> <xsd:annotation> <xsd:appinfo> <appShortName>Energy pressure coefficient</appShortName> <appLongName>Energy pressure coefficient</appLongName> </xsd:appinfo> <xsd:documentation>Energy pressure coefficient (energy/pressure)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EEnergyPressureCoef" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- FlowMass--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EFlowMass"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="kg/h"/> <xsd:enumeration value="kg/s"/> <xsd:enumeration value="lb/d"/> <xsd:enumeration value="lb/h"/> <xsd:enumeration value="lb/s"/> <xsd:enumeration value="UK_ton/h"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="FlowMassSymbol"> <xsd:sequence> <xsd:element name="flowMassSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EFlowMass"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="FlowMass"> <xsd:annotation> <xsd:appinfo> <appShortName>Flow rate - mass</appShortName> <appLongName>Flow rate - mass</appLongName> </xsd:appinfo> <xsd:documentation>Mass rate of flow. (mass/time)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EFlowMass" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- FlowMole--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EFlowMole"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="kmol/h"/> <xsd:enumeration value="kmol/s"/> <xsd:enumeration value="lbmol/d"/> <xsd:enumeration value="lbmol/h"/> <xsd:enumeration value="lbmol/s"/> <xsd:enumeration value="mol/s"/> <xsd:enumeration value="gmol/s"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="FlowMoleSymbol"> <xsd:sequence> <xsd:element name="flowMoleSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EFlowMole"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="FlowMole"> <xsd:annotation> <xsd:appinfo> <appShortName>Flow rate - molar</appShortName> <appLongName>Flow rate - molar</appLongName> </xsd:appinfo> <xsd:documentation>Molar flow rate. (quantity/time)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EFlowMole" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- FlowVolume--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EFlowVolume"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ft3/d"/> <xsd:enumeration value="ft3/h"/> <xsd:enumeration value="ft3/min"/> <xsd:enumeration value="ft3/s"/> <xsd:enumeration value="l/h"/> <xsd:enumeration value="l/min"/> <xsd:enumeration value="l/s"/> <xsd:enumeration value="m3/h"/> <xsd:enumeration value="m3/min"/> <xsd:enumeration value="m3/s"/> <xsd:enumeration value="UK_gal/h"/> <xsd:enumeration value="UK_gal/min"/> <xsd:enumeration value="UK_gal/s"/> <xsd:enumeration value="US_gal/h"/> <xsd:enumeration value="US_gal/min"/> <xsd:enumeration value="US_gal/s"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="FlowVolumeSymbol"> <xsd:sequence> <xsd:element name="flowVolumeSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EFlowVolume"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="FlowVolume"> <xsd:annotation> <xsd:appinfo> <appShortName>Flow rate - volume</appShortName> <appLongName>Flow rate - volume</appLongName> </xsd:appinfo> <xsd:documentation>Volume rate of flow. (volume/time)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EFlowVolume" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Fluidity--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EFluidity"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="per_cP"/> <xsd:enumeration value="m2/kgf.s"/> <xsd:enumeration value="ft2/lbf.h"/> <xsd:enumeration value="ft2/lbf.s"/> <xsd:enumeration value="per_Pa.s"/> <xsd:enumeration value="m2/N.s"/> <xsd:enumeration value="ft2/pdl.s"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="FluiditySymbol"> <xsd:sequence> <xsd:element name="fluiditySymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EFluidity"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Fluidity"> <xsd:annotation> <xsd:appinfo> <appShortName>Fluidity</appShortName> <appLongName>Fluidity</appLongName> </xsd:appinfo> <xsd:documentation>Fluidity, reciprocal dynamic viscosity. (velocity gradient/stress)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EFluidity" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Force--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EForce"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="dyn"/> <xsd:enumeration value="kgf"/> <xsd:enumeration value="lbf"/> <xsd:enumeration value="N"/> <xsd:enumeration value="ozf"/> <xsd:enumeration value="pdl"/> <xsd:enumeration value="tonf"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ForceSymbol"> <xsd:sequence> <xsd:element name="forceSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EForce"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Force"> <xsd:annotation> <xsd:appinfo> <appShortName>Force</appShortName> <appLongName>Force</appLongName> </xsd:appinfo> <xsd:documentation>Force. (mass x acceleration)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EForce" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ThermalResistance--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EThermalResistance"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="cm2.s.K/cal"/> <xsd:enumeration value="ft2.h.degF/BTU"/> <xsd:enumeration value="m2.degC/kW"/> <xsd:enumeration value="m2.h.K/kcal"/> <xsd:enumeration value="m2.K/W"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="ThermalResistanceSymbol"> <xsd:sequence> <xsd:element name="thermalResistanceSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EThermalResistance"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="ThermalResistance"> <xsd:annotation> <xsd:appinfo> <appShortName>Fouling resistance</appShortName> <appLongName>Fouling resistance</appLongName> </xsd:appinfo> <xsd:documentation>Fouling resistence (area x temp. difference / power)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EThermalResistance" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Frequency--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EFrequency"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Hz"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="FrequencySymbol"> <xsd:sequence> <xsd:element name="frequencySymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EFrequency"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="Frequency"> <xsd:annotation> <xsd:appinfo> <appShortName>Frequency</appShortName> <appLongName>Frequency</appLongName> </xsd:appinfo> <xsd:documentation>Frequency. (number/time)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EFrequency" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- HenryConstantMolality--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EHenryConstantMolality"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Pa.kg/kmol"/> <xsd:enumeration value="Pa.kg/mol"/> <xsd:enumeration value="kPa.kg/kmol"/> <xsd:enumeration value="psi.lb/lbmol"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="HenryConstantMolalitySymbol"> <xsd:sequence> <xsd:element name="henryConstantMolalitySymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EHenryConstantMolality"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="HenryConstantMolality"> <xsd:annotation> <xsd:appinfo> <appShortName>Henry's law constant - Molality</appShortName> <appLongName>Henry's law constant - Molality</appLongName> </xsd:appinfo> <xsd:documentation>Henry's law constant - Molality. (pressure x molar density)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EHenryConstantMolality" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- HenryConstantMolarity--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EHenryConstantMolarity"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Pa.m3/kmol"/> <xsd:enumeration value="Pa.m3/mol"/> <xsd:enumeration value="kPa.l/kmol"/> <xsd:enumeration value="psi.US_gal/lbmol"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="HenryConstantMolaritySymbol"> <xsd:sequence> <xsd:element name="henryConstantMolaritySymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EHenryConstantMolarity"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="HenryConstantMolarity"> <xsd:annotation> <xsd:appinfo> <appShortName>Henry's law constant - Molarity</appShortName> <appLongName>Henry's law constant - Molarity</appLongName> </xsd:appinfo> <xsd:documentation>Henry's law constant - Molarity. (pressure x molar volume)</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EHenryConstantMolarity" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- HeatFlux--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EHeatFlux"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU/ft2.h"/> <xsd:enumeration value="cal/cm2.s"/> <xsd:enumeration value="kcal/m2.h"/> <xsd:enumeration value="kW/m2"/> <xsd:enumeration value="W/in2"/> <xsd:enumeration value="W/m2"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="HeatFluxSymbol"> <xsd:sequence> <xsd:element name="heatFluxSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="EHeatFlux"> <xsd:attributeGroup ref="ext:BaseAttributeGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:group> <!-- --> <xsd:complexType name="HeatFlux"> <xsd:annotation> <xsd:appinfo> <appShortName>Heat flux density</appShortName> <appLongName>Heat flux density</appLongName> </xsd:appinfo> <xsd:documentation>Heat flux density. (heat/(area x time))</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="ext:Double"> <xsd:attribute name="symbol" type="EHeatFlux" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <!-- --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- HeatReleaseRate--> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- --> <xsd:simpleType name="EHeatReleaseRate"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BTU/ft3.h"/> <xsd:enumeration value="cal/cm3.s"/> <xsd:enumeration value="kcal/m3.h"/> <xsd:enumeration value="kW/m3"/> <xsd:enumeration value="W/m3"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType> <xsd:group name="HeatReleaseRateSymbol"> <xsd:sequence> <xsd:element name="heatReleaseRateSymbol"> <xsd:complexType> <xsd:simpleContent> <xsd:extensio... [truncated message content] |