← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 109: Implemented https://bugs.launchpad.net/bugs/771913

 

------------------------------------------------------------
revno: 109
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Wed 2011-04-27 18:36:42 -0500
message:
  Implemented https://bugs.launchpad.net/bugs/771913
modified:
  specs/2.0.x/mlhim/schemas/entity.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/entity.xsd'
--- specs/2.0.x/mlhim/schemas/entity.xsd	2011-04-21 22:30:24 +0000
+++ specs/2.0.x/mlhim/schemas/entity.xsd	2011-04-27 23:36:42 +0000
@@ -85,9 +85,7 @@
            <xs:complexContent>
            <xs:extension base="mlhim2:Party">
              <xs:sequence>
-               <xs:element name="relationships" maxOccurs="unbounded" minOccurs="0" type="mlhim2:Relationship"></xs:element>
-               <xs:element name="dob" maxOccurs="1" minOccurs="0" type="mlhim2:DvDateTime"></xs:element>
-               <xs:element name="dob_accurate" maxOccurs="1" minOccurs="0" type="xs:boolean"></xs:element>
+               <xs:element name="details" maxOccurs="1" minOccurs="1" type="mlhim2:ItemStructure"></xs:element>
              </xs:sequence>
            	</xs:extension>
            	</xs:complexContent>