mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00519
[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 255: Found some leftover Ecore cruft in common.xsd.
------------------------------------------------------------
revno: 255
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Mon 2012-05-28 14:54:34 -0300
message:
Found some leftover Ecore cruft in common.xsd.
modified:
schemas/common.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 'schemas/common.xsd'
--- schemas/common.xsd 2012-05-28 17:46:03 +0000
+++ schemas/common.xsd 2012-05-28 17:54:34 +0000
@@ -2,6 +2,7 @@
<xs:schema xmlns:mlhim2="http://www.mlhim.org/xmls/mlhim2/2_3_0" xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.mlhim.org/xmls/mlhim2/2_3_0" elementFormDefault="qualified" version="2.3.0">
<xs:include schemaLocation="http://www.mlhim.org/xmls/mlhim2/2_3_0/datatypes.xsd"/>
+ <xs:include schemaLocation="http://www.mlhim.org/xmls/mlhim2/2_3_0/structures.xsd"/>
<xs:complexType name="FeederAudit">
<xs:complexContent>
@@ -11,7 +12,7 @@
<xs:element name="originating_system_ids" type="mlhim2:DvIdentifier" minOccurs="1" maxOccurs="unbounded"/>
<xs:element name="feeder_system_audit" type="mlhim2:FeederAuditDetails"/>
<xs:element name="feeder_system_ids" type="mlhim2:DvIdentifier" minOccurs="1" maxOccurs="unbounded"/>
- <xs:element name="original_content" type="mlhim2_0:DvParsable" minOccurs="1" maxOccurs="1"/>
+ <xs:element name="original_content" type="mlhim2:DvParsable" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
@@ -24,7 +25,7 @@
<xs:element name="system_id" type="mlhim2:DvIdentifier"/>
<xs:element name="provider" type="mlhim2:PartyIdentified"/>
<xs:element name="location" type="mlhim2:Slot"/>
- <xs:element name="time" type="mlhim2_0:DvDateTime"/>
+ <xs:element name="time" type="mlhim2:DvDateTime"/>
<xs:element name="subject" type="mlhim2:PartyProxy"/>
<xs:element name="version_id" type="xs:string"/>
</xs:sequence>
@@ -62,8 +63,8 @@
<xs:extension base="xs:simpleAnyType">
<xs:sequence>
<xs:element name="performer" type="mlhim2:PartyProxy" minOccurs="1" maxOccurs="1"/>
- <xs:element name="function" type="mlhim2_0:DvCodedString" minOccurs="1" maxOccurs="1"/>
- <xs:element name="mode" type="mlhim2_0:DvCodedString" minOccurs="1" maxOccurs="1"/>
+ <xs:element name="function" type="mlhim2:DvCodedString" minOccurs="1" maxOccurs="1"/>
+ <xs:element name="mode" type="mlhim2:DvCodedString" minOccurs="1" maxOccurs="1"/>
<xs:element name="start_time" type="mlhim2:DvDateTime"/>
<xs:element name="end_time" type="mlhim2:DvDateTime"/>
</xs:sequence>