← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 96: Renamed DvCoefficient to DvRate

 

------------------------------------------------------------
revno: 96
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Sun 2011-04-17 23:17:41 -0500
message:
  Renamed DvCoefficient to DvRate
modified:
  specs/2.0.x/mlhim/schemas/datatypes.xsd


--
lp:mlhim-specs
https://code.launchpad.net/~mlhim-specs-dev/mlhim-specs/main

Your team MLHIM Specifications Developers is subscribed to branch lp:mlhim-specs.
To unsubscribe from this branch go to https://code.launchpad.net/~mlhim-specs-dev/mlhim-specs/main/+edit-subscription
=== modified file 'specs/2.0.x/mlhim/schemas/datatypes.xsd'
--- specs/2.0.x/mlhim/schemas/datatypes.xsd	2011-04-16 19:42:33 +0000
+++ specs/2.0.x/mlhim/schemas/datatypes.xsd	2011-04-18 04:17:41 +0000
@@ -173,9 +173,9 @@
              </xs:sequence>
            </xs:complexType>
 
-           <xs:complexType name="DvCoefficient" base="mlhim2:DvRatio" abstract="false">
+           <xs:complexType name="DvRate" base="mlhim2:DvRatio" abstract="false">
              <xs:sequence>
-               <xs:element name="coefficient_type" maxOccurs="1" minOccurs="0" type="xs:string"></xs:element>
+               <xs:element name="rate_type" maxOccurs="1" minOccurs="0" type="xs:string"></xs:element>
              </xs:sequence>
            </xs:complexType>