← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 86: Initial commit of EMF-less schemas. Lots more work to do.

 

------------------------------------------------------------
revno: 86
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Fri 2011-04-15 15:11:25 -0500
message:
  Initial commit of EMF-less schemas.  Lots more work to do.
added:
  specs/2.0.x/mlhim/schemas/
  specs/2.0.x/mlhim/schemas/common.xsd
  specs/2.0.x/mlhim/schemas/content.xsd
  specs/2.0.x/mlhim/schemas/datatypes.xsd
  specs/2.0.x/mlhim/schemas/entity.xsd
  specs/2.0.x/mlhim/schemas/structures.xsd
  specs/2.0.x/mlhim/schemas/support.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
=== added directory 'specs/2.0.x/mlhim/schemas'
=== added file 'specs/2.0.x/mlhim/schemas/common.xsd'
--- specs/2.0.x/mlhim/schemas/common.xsd	1970-01-01 00:00:00 +0000
+++ specs/2.0.x/mlhim/schemas/common.xsd	2011-04-15 20:11:25 +0000
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2011 Timothy W. Cook and Contributors. See http://www.mlhim.org-->
+<xs:schema elementFormDefault="qualified" id="common" targetNamespace="http://www.mlhim.org/common.xsd"; version="2.0" xmlns:mlhim2="http://www.mlhim.org/mlhim2"; xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+
+
+</xs:schema>

=== added file 'specs/2.0.x/mlhim/schemas/content.xsd'
--- specs/2.0.x/mlhim/schemas/content.xsd	1970-01-01 00:00:00 +0000
+++ specs/2.0.x/mlhim/schemas/content.xsd	2011-04-15 20:11:25 +0000
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2011 Timothy W. Cook and Contributors. See http://www.mlhim.org-->
+<xs:schema elementFormDefault="qualified" id="content" targetNamespace="http://www.mlhim.org/content.xsd"; version="2.0" xmlns:mlhim2="http://www.mlhim.org/mlhim2"; xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+
+
+</xs:schema>

=== added file 'specs/2.0.x/mlhim/schemas/datatypes.xsd'
--- specs/2.0.x/mlhim/schemas/datatypes.xsd	1970-01-01 00:00:00 +0000
+++ specs/2.0.x/mlhim/schemas/datatypes.xsd	2011-04-15 20:11:25 +0000
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2011 Timothy W. Cook and Contributors. See http://www.mlhim.org-->
+<xs:schema elementFormDefault="qualified" id="datatypes" targetNamespace="http://www.mlhim.org/datatypes.xsd"; version="2.0" xmlns:mlhim2="http://www.mlhim.org/mlhim2"; xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+
+
+</xs:schema>

=== added file 'specs/2.0.x/mlhim/schemas/entity.xsd'
--- specs/2.0.x/mlhim/schemas/entity.xsd	1970-01-01 00:00:00 +0000
+++ specs/2.0.x/mlhim/schemas/entity.xsd	2011-04-15 20:11:25 +0000
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2011 Timothy W. Cook and Contributors. See http://www.mlhim.org-->
+<xs:schema elementFormDefault="qualified" id="entity" targetNamespace="http://www.mlhim.org/entity.xsd"; version="2.0" xmlns:mlhim2="http://www.mlhim.org/mlhim2"; xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+
+
+</xs:schema>

=== added file 'specs/2.0.x/mlhim/schemas/structures.xsd'
--- specs/2.0.x/mlhim/schemas/structures.xsd	1970-01-01 00:00:00 +0000
+++ specs/2.0.x/mlhim/schemas/structures.xsd	2011-04-15 20:11:25 +0000
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2011 Timothy W. Cook and Contributors. See http://www.mlhim.org-->
+<xs:schema elementFormDefault="qualified" id="structures" targetNamespace="http://www.mlhim.org/structures.xsd"; version="2.0" xmlns:mlhim2="http://www.mlhim.org/mlhim2"; xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+
+
+</xs:schema>

=== added file 'specs/2.0.x/mlhim/schemas/support.xsd'
--- specs/2.0.x/mlhim/schemas/support.xsd	1970-01-01 00:00:00 +0000
+++ specs/2.0.x/mlhim/schemas/support.xsd	2011-04-15 20:11:25 +0000
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2011 Timothy W. Cook and Contributors. See http://www.mlhim.org-->
+<xs:schema elementFormDefault="qualified" id="support" targetNamespace="http://www.mlhim.org/support.xsd"; version="2.0" xmlns:mlhim2="http://www.mlhim.org/mlhim2"; xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+	<xs:complexType abstract="true" name="ExceptionalValue">
+		<xs:sequence>
+			<xs:element maxOccurs="1" minOccurs="1" name="ev_name" type="xs:string"/>
+			<xs:element maxOccurs="1" minOccurs="1" name="ev_meaning" type="xs:string"/>
+		</xs:sequence>
+	</xs:complexType>
+	<xs:complexType base="ExceptionalValue" name="NI"/>
+	<xs:complexType base="NI" name="MSK"/>
+	<xs:complexType base="NI" name="NA"/>
+	<xs:complexType base="NI" name="UNK"/>
+	<xs:complexType base="NI" name="INV"/>
+	<xs:complexType base="INV" name="DER"/>
+	<xs:complexType base="INV" name="UNC"/>
+	<xs:complexType base="INV" name="OTH"/>
+	<xs:complexType base="UNK" name="ASKU"/>
+	<xs:complexType base="UNK" name="NASK"/>
+	<xs:complexType base="UNK" name="QS"/>
+	<xs:complexType base="UNK" name="TRC"/>
+	<xs:complexType base="OTH" name="NINF"/>
+	<xs:complexType base="OTH" name="PINF"/>
+	<xs:complexType base="ASKU" name="NAV"/>
+	<xs:complexType name="ObjectRef">
+		<xs:sequence>
+			<xs:element name="uuid" maxOccurs="1" minOccurs="1" type="xs:string"></xs:element>
+			<xs:element name="namespace" maxOccurs="1" minOccurs="1" type="xs:string"></xs:element>
+			<xs:element name="obj_type" maxOccurs="1" minOccurs="1" type="xs:string"></xs:element>
+		</xs:sequence>
+	</xs:complexType>
+	<xs:complexType base="ObjectRef" name="EntityRef"/>
+</xs:schema>