mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00095
[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 90: Started common.xsd.
------------------------------------------------------------
revno: 90
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Sat 2011-04-16 00:54:37 -0500
message:
Started common.xsd.
modified:
specs/2.0.x/mlhim/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 'specs/2.0.x/mlhim/schemas/common.xsd'
--- specs/2.0.x/mlhim/schemas/common.xsd 2011-04-15 23:15:24 +0000
+++ specs/2.0.x/mlhim/schemas/common.xsd 2011-04-16 05:54:37 +0000
@@ -2,5 +2,26 @@
<!-- Copyright 2011 Timothy W. Cook and Contributors. See http://www.mlhim.org-->
<xs:schema elementFormDefault="qualified" id="common" targetNamespace="http://www.mlhim.org/mlhim2" version="2.0" xmlns:mlhim2="http://www.mlhim.org/mlhim2" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <xs:complexType name="FeederAuditDetails" base="mlhim2:DvAny" abstract="false">
+ <xs:sequence>
+ <xs:element name="system_id" maxOccurs="1" minOccurs="0" type="xs:string"></xs:element>
+ <xs:element name="version_id" maxOccurs="1" minOccurs="0" type="xs:string"></xs:element>
+
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:complexType name="FeederAudit" base="mlhim2:DvAny" abstract="false">
+ <xs:sequence>
+ <xs:element name="" maxOccurs="1" minOccurs="0" type="xs:string"></xs:element>
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:complexType name="Locatable" base="mlhim2:DvAny" abstract="true">
+ <xs:sequence>
+ <xs:element name="coefficient_type" maxOccurs="1" minOccurs="0" type="xs:string"></xs:element>
+ </xs:sequence>
+ </xs:complexType>
+
+
</xs:schema>