← Back to team overview

mlhim-specs-dev team mailing list archive

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

 

------------------------------------------------------------
revno: 110
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Wed 2011-04-27 18:37:49 -0500
message:
  Implemented https://bugs.launchpad.net/bugs/771911
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-27 23:36:42 +0000
+++ specs/2.0.x/mlhim/schemas/entity.xsd	2011-04-27 23:37:49 +0000
@@ -95,14 +95,7 @@
            <xs:complexContent>
            <xs:extension base="mlhim2:Party">
              <xs:sequence>
-               <xs:element name="domain" maxOccurs="1" minOccurs="0" type="xs:string"></xs:element>
-               <xs:element name="kingdom" maxOccurs="1" minOccurs="0" type="xs:string"></xs:element>
-               <xs:element name="phylum" maxOccurs="1" minOccurs="0" type="xs:string"></xs:element>
-               <xs:element name="class" maxOccurs="1" minOccurs="0" type="xs:string"></xs:element>
-               <xs:element name="order" maxOccurs="1" minOccurs="0" type="xs:string"></xs:element>
-               <xs:element name="family" maxOccurs="1" minOccurs="0" type="xs:string"></xs:element>
-               <xs:element name="genus" maxOccurs="1" minOccurs="0" type="xs:string"></xs:element>
-               <xs:element name="species" maxOccurs="1" minOccurs="0" type="xs:string"></xs:element>
+               <xs:element name="details" maxOccurs="1" minOccurs="1" type="mlhim2:ItemStructure"></xs:element>
              </xs:sequence>
            	</xs:extension>
            	</xs:complexContent>