← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 107: Added mlhim2.xsd

 

------------------------------------------------------------
revno: 107
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Thu 2011-04-21 22:38:09 -0500
message:
  Added mlhim2.xsd
added:
  specs/2.0.x/mlhim/schemas/mlhim2.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 file 'specs/2.0.x/mlhim/schemas/mlhim2.xsd'
--- specs/2.0.x/mlhim/schemas/mlhim2.xsd	1970-01-01 00:00:00 +0000
+++ specs/2.0.x/mlhim/schemas/mlhim2.xsd	2011-04-22 03:38:09 +0000
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2011 Timothy W. Cook and Contributors. See http://www.mlhim.org-->
+<xs:schema elementFormDefault="qualified" id="mlhim2" targetNamespace="http://www.mlhim.org/mlhim2"; version="2.0.2" xmlns:mlhim2="http://www.mlhim.org/mlhim2"; xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+           <xs:include schemaLocation="support.xsd"></xs:include>
+           <xs:include schemaLocation="datatypes.xsd"></xs:include>
+           <xs:include schemaLocation="common.xsd"></xs:include>
+           <xs:include schemaLocation="structures.xsd"></xs:include>
+           <xs:include schemaLocation="content.xsd"></xs:include>
+           <xs:include schemaLocation="constraint.xsd"></xs:include>
+           <xs:include schemaLocation="entity.xsd"></xs:include>
+
+
+</xs:schema>