mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00495
[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 248: Removed mlhim2.* XSDs generated by EMF.
------------------------------------------------------------
revno: 248
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Sat 2012-05-26 07:44:23 -0300
message:
Removed mlhim2.* XSDs generated by EMF.
removed:
schemas/XMLType.xsd
schemas/mlhim2.ccd.xsd
schemas/mlhim2.common.xsd
schemas/mlhim2.content.xsd
schemas/mlhim2.datatypes.xsd
schemas/mlhim2.metadata.xsd
schemas/mlhim2.structures.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
=== removed file 'schemas/XMLType.xsd'
--- schemas/XMLType.xsd 2012-05-25 14:20:08 +0000
+++ schemas/XMLType.xsd 1970-01-01 00:00:00 +0000
@@ -1,243 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<xsd:schema xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:ecore.xml.type="http://www.eclipse.org/emf/2003/XMLType" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ecore:documentRoot="XMLTypeDocumentRoot" ecore:nsPrefix="ecore.xml.type" ecore:package="type" targetNamespace="http://www.eclipse.org/emf/2003/XMLType">
- <xsd:import namespace="http://www.eclipse.org/emf/2002/Ecore" schemaLocation="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.xsd"/>
- <xsd:element name="cDATA" type="xsd:string"/>
- <xsd:element name="comment" type="xsd:string"/>
- <xsd:element name="processingInstruction" type="xsd:processingInstruction_._type"/>
- <xsd:element name="text" type="xsd:string"/>
- <xsd:simpleType ecore:instanceClass="java.lang.Object" ecore:name="AnySimpleType" name="anySimpleType">
- <xsd:restriction base="xsd:string"/>
- </xsd:simpleType>
- <xsd:complexType ecore:name="AnyType" mixed="true" name="anyType">
- <xsd:sequence>
- <xsd:any ecore:name="any" maxOccurs="unbounded" minOccurs="0" namespace="##any"/>
- </xsd:sequence>
- <xsd:anyAttribute ecore:name="anyAttribute" namespace="##any"/>
- </xsd:complexType>
- <xsd:simpleType ecore:instanceClass="java.lang.String" ecore:name="AnyURI" name="anyURI">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="byte[]" ecore:name="Base64Binary" name="base64Binary">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="boolean" ecore:name="Boolean" name="boolean">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="byte" ecore:name="Byte" name="byte">
- <xsd:restriction base="xsd:string"/>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="javax.xml.datatype.XMLGregorianCalendar" ecore:name="Date" name="date">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="javax.xml.datatype.XMLGregorianCalendar" ecore:name="DateTime" name="dateTime">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="java.math.BigDecimal" ecore:name="Decimal" name="decimal">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="double" ecore:name="Double" name="double">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="javax.xml.datatype.Duration" ecore:name="Duration" name="duration">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType name="ENTITIES">
- <xsd:restriction base="xsd:ENTITIES_._base">
- <xsd:minLength value="1"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:name="ENTITIESBase" name="ENTITIES_._base">
- <xsd:list itemType="xsd:ENTITY"/>
- </xsd:simpleType>
- <xsd:simpleType name="ENTITY">
- <xsd:restriction base="xsd:NCName"/>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="float" ecore:name="Float" name="float">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="javax.xml.datatype.XMLGregorianCalendar" ecore:name="GDay" name="gDay">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="javax.xml.datatype.XMLGregorianCalendar" ecore:name="GMonth" name="gMonth">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="javax.xml.datatype.XMLGregorianCalendar" ecore:name="GMonthDay" name="gMonthDay">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="javax.xml.datatype.XMLGregorianCalendar" ecore:name="GYear" name="gYear">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="javax.xml.datatype.XMLGregorianCalendar" ecore:name="GYearMonth" name="gYearMonth">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="byte[]" ecore:name="HexBinary" name="hexBinary">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType name="ID">
- <xsd:restriction base="xsd:NCName"/>
- </xsd:simpleType>
- <xsd:simpleType name="IDREF">
- <xsd:restriction base="xsd:NCName"/>
- </xsd:simpleType>
- <xsd:simpleType name="IDREFS">
- <xsd:restriction base="xsd:IDREFS_._base">
- <xsd:minLength value="1"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:name="IDREFSBase" name="IDREFS_._base">
- <xsd:list itemType="xsd:IDREF"/>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="int" ecore:name="Int" name="int">
- <xsd:restriction base="xsd:string"/>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="java.math.BigInteger" ecore:name="Integer" name="integer">
- <xsd:restriction base="xsd:string"/>
- </xsd:simpleType>
- <xsd:simpleType ecore:name="Language" name="language">
- <xsd:restriction base="xsd:token">
- <xsd:pattern value="[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="long" ecore:name="Long" name="long">
- <xsd:restriction base="xsd:string"/>
- </xsd:simpleType>
- <xsd:simpleType name="Name">
- <xsd:restriction base="xsd:token">
- <xsd:pattern value="\i\c*"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType name="NCName">
- <xsd:restriction base="xsd:Name">
- <xsd:pattern value="[\i-[:]][\c-[:]]*"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:name="NegativeInteger" name="negativeInteger">
- <xsd:restriction base="xsd:nonPositiveInteger">
- <xsd:maxInclusive value="-1"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType name="NMTOKEN">
- <xsd:restriction base="xsd:token">
- <xsd:pattern value="\c+"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType name="NMTOKENS">
- <xsd:restriction base="xsd:NMTOKENS_._base">
- <xsd:minLength value="1"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:name="NMTOKENSBase" name="NMTOKENS_._base">
- <xsd:list itemType="xsd:NMTOKEN"/>
- </xsd:simpleType>
- <xsd:simpleType ecore:name="NonNegativeInteger" name="nonNegativeInteger">
- <xsd:restriction base="xsd:integer">
- <xsd:minInclusive value="0"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:name="NonPositiveInteger" name="nonPositiveInteger">
- <xsd:restriction base="xsd:integer">
- <xsd:maxInclusive value="0"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:name="NormalizedString" name="normalizedString">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="replace"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="javax.xml.namespace.QName" name="NOTATION">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:name="PositiveInteger" name="positiveInteger">
- <xsd:restriction base="xsd:nonNegativeInteger">
- <xsd:minInclusive value="1"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:complexType ecore:name="ProcessingInstruction" name="processingInstruction_._type">
- <xsd:attribute name="data" type="xsd:string"/>
- <xsd:attribute name="target" type="xsd:string" use="required"/>
- </xsd:complexType>
- <xsd:simpleType ecore:instanceClass="javax.xml.namespace.QName" name="QName">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="short" ecore:name="Short" name="short">
- <xsd:restriction base="xsd:string"/>
- </xsd:simpleType>
- <xsd:complexType ecore:name="SimpleAnyType" name="simpleAnyType">
- <xsd:simpleContent ecore:lowerBound="1" ecore:name="instanceType" ecore:reference="ecore:EDataType">
- <xsd:extension base="xsd:IDREF"/>
- </xsd:simpleContent>
- </xsd:complexType>
- <xsd:simpleType ecore:instanceClass="java.lang.String" ecore:name="String" name="string">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="preserve"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="javax.xml.datatype.XMLGregorianCalendar" ecore:name="Time" name="time">
- <xsd:restriction base="xsd:string">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:name="Token" name="token">
- <xsd:restriction base="xsd:normalizedString">
- <xsd:whiteSpace value="collapse"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="short" ecore:name="UnsignedByte" name="unsignedByte">
- <xsd:restriction base="xsd:string">
- <xsd:minInclusive value="0"/>
- <xsd:maxInclusive value="255"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="long" ecore:name="UnsignedInt" name="unsignedInt">
- <xsd:restriction base="xsd:string">
- <xsd:minInclusive value="0"/>
- <xsd:maxInclusive value="4294967295"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:name="UnsignedLong" name="unsignedLong">
- <xsd:restriction base="xsd:nonNegativeInteger">
- <xsd:minInclusive value="0"/>
- <xsd:maxInclusive value="18446744073709551615"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType ecore:instanceClass="int" ecore:name="UnsignedShort" name="unsignedShort">
- <xsd:restriction base="xsd:string">
- <xsd:minInclusive value="0"/>
- <xsd:maxInclusive value="65535"/>
- </xsd:restriction>
- </xsd:simpleType>
-</xsd:schema>
=== removed file 'schemas/mlhim2.ccd.xsd'
--- schemas/mlhim2.ccd.xsd 2012-05-25 14:20:08 +0000
+++ schemas/mlhim2.ccd.xsd 1970-01-01 00:00:00 +0000
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<xsd:schema xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:mlhim2="http://www.mlhim.org/mlhim2/ccd" xmlns:mlhim2_0="http://www.mlhim.org/mlhim2/common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ecore:nsPrefix="mlhim2" ecore:package="mlhim2.ccd" targetNamespace="http://www.mlhim.org/mlhim2/ccd">
- <xsd:import namespace="http://www.mlhim.org/mlhim2/common" schemaLocation="mlhim2.common.xsd"/>
- <xsd:element ecore:ignore="true" name="CCD" type="mlhim2:CCD"/>
- <xsd:complexType name="CCD">
- <xsd:complexContent>
- <xsd:extension base="xsd:simpleAnyType">
- <xsd:attribute ecore:reference="mlhim2_0:Locatable" name="definition" type="xsd:anyURI" use="required"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
-</xsd:schema>
=== removed file 'schemas/mlhim2.common.xsd'
--- schemas/mlhim2.common.xsd 2012-05-25 14:20:08 +0000
+++ schemas/mlhim2.common.xsd 1970-01-01 00:00:00 +0000
@@ -1,206 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<xsd:schema xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:mlhim2="http://www.mlhim.org/mlhim2/common" xmlns:mlhim2_0="http://www.mlhim.org/mlhim2/datatypes" xmlns:mlhim2_1="http://www.mlhim.org/mlhim2/structures" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ecore:nsPrefix="mlhim2" ecore:package="mlhim2.common" targetNamespace="http://www.mlhim.org/mlhim2/common">
- <xsd:import namespace="http://www.mlhim.org/mlhim2/structures" schemaLocation="mlhim2.structures.xsd"/>
- <xsd:import namespace="http://www.mlhim.org/mlhim2/datatypes" schemaLocation="mlhim2.datatypes.xsd"/>
- <xsd:element ecore:ignore="true" name="Locatable" type="mlhim2:Locatable"/>
- <xsd:element ecore:ignore="true" name="Attestation" type="mlhim2:Attestation"/>
- <xsd:element ecore:ignore="true" name="Participation" type="mlhim2:Participation"/>
- <xsd:element ecore:ignore="true" name="FeederAudit" type="mlhim2:FeederAudit"/>
- <xsd:element ecore:ignore="true" name="FeederAuditDetails" type="mlhim2:FeederAuditDetails"/>
- <xsd:element ecore:ignore="true" name="PartyProxy" type="mlhim2:PartyProxy"/>
- <xsd:element ecore:ignore="true" name="PartyIdentified" type="mlhim2:PartyIdentified"/>
- <xsd:element ecore:ignore="true" name="PartySelf" type="mlhim2:PartySelf"/>
- <xsd:element ecore:ignore="true" name="ExceptionalValue" type="mlhim2:ExceptionalValue"/>
- <xsd:element ecore:ignore="true" name="NI" type="mlhim2:NI"/>
- <xsd:element ecore:ignore="true" name="MSK" type="mlhim2:MSK"/>
- <xsd:element ecore:ignore="true" name="INV" type="mlhim2:INV"/>
- <xsd:element ecore:ignore="true" name="DER" type="mlhim2:DER"/>
- <xsd:element ecore:ignore="true" name="UNC" type="mlhim2:UNC"/>
- <xsd:element ecore:ignore="true" name="OTH" type="mlhim2:OTH"/>
- <xsd:element ecore:ignore="true" name="NINF" type="mlhim2:NINF"/>
- <xsd:element ecore:ignore="true" name="PINF" type="mlhim2:PINF"/>
- <xsd:element ecore:ignore="true" name="UNK" type="mlhim2:UNK"/>
- <xsd:element ecore:ignore="true" name="ASKR" type="mlhim2:ASKR"/>
- <xsd:element ecore:ignore="true" name="NASK" type="mlhim2:NASK"/>
- <xsd:element ecore:ignore="true" name="QS" type="mlhim2:QS"/>
- <xsd:element ecore:ignore="true" name="TRC" type="mlhim2:TRC"/>
- <xsd:element ecore:ignore="true" name="ASKU" type="mlhim2:ASKU"/>
- <xsd:element ecore:ignore="true" name="NAV" type="mlhim2:NAV"/>
- <xsd:element ecore:ignore="true" name="NA" type="mlhim2:NA"/>
- <xsd:complexType abstract="true" name="Locatable">
- <xsd:complexContent>
- <xsd:extension base="xsd:simpleAnyType">
- <xsd:attribute name="name" type="xsd:string" use="required"/>
- <xsd:attribute name="parent" type="xsd:string"/>
- <xsd:attribute name="uuid" type="xsd:string" use="required"/>
- <xsd:attribute ecore:name="feeder_audit" ecore:reference="mlhim2:FeederAudit" name="feeder_audit" type="xsd:anyURI"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="Attestation">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:Locatable">
- <xsd:attribute ecore:name="attested_view" ecore:reference="mlhim2_0:DvMedia" name="attested_view" type="xsd:anyURI"/>
- <xsd:attribute ecore:reference="mlhim2_0:DvParsable" name="proof" type="xsd:anyURI"/>
- <xsd:attribute ecore:reference="mlhim2_0:DvCodedString" name="reason" type="xsd:anyURI"/>
- <xsd:attribute ecore:reference="mlhim2:PartyProxy" name="committer" type="xsd:anyURI" use="required"/>
- <xsd:attribute ecore:name="time_commmitted" ecore:reference="mlhim2_0:DvDateTime" name="time_commmitted" type="xsd:anyURI" use="required"/>
- <xsd:attribute ecore:name="is_pending" ecore:unsettable="false" name="is_pending" type="xsd:boolean"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="Participation">
- <xsd:complexContent>
- <xsd:extension base="xsd:simpleAnyType">
- <xsd:attribute ecore:reference="mlhim2:PartyProxy" name="performer" type="xsd:anyURI" use="required"/>
- <xsd:attribute ecore:reference="mlhim2_0:DvCodedString" name="function" type="xsd:anyURI" use="required"/>
- <xsd:attribute ecore:reference="mlhim2_0:DvCodedString" name="mode" type="xsd:anyURI" use="required"/>
- <xsd:attribute ecore:name="start_time" ecore:reference="mlhim2_0:DvDateTime" name="start_time" type="xsd:anyURI"/>
- <xsd:attribute ecore:name="end_time" ecore:reference="mlhim2_0:DvDateTime" name="end_time" type="xsd:anyURI"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="FeederAudit">
- <xsd:complexContent>
- <xsd:extension base="xsd:simpleAnyType">
- <xsd:attribute ecore:name="originating_system_audit" ecore:reference="mlhim2:FeederAuditDetails" name="originating_system_audit" type="xsd:anyURI" use="required"/>
- <xsd:attribute ecore:name="originating_system_ids" ecore:reference="mlhim2_0:DvIdentifier" name="originating_system_ids" use="required">
- <xsd:simpleType>
- <xsd:list itemType="xsd:anyURI"/>
- </xsd:simpleType>
- </xsd:attribute>
- <xsd:attribute ecore:name="feeder_system_audit" ecore:reference="mlhim2:FeederAuditDetails" name="feeder_system_audit" type="xsd:anyURI"/>
- <xsd:attribute ecore:name="feeder_system_ids" ecore:reference="mlhim2_0:DvIdentifier" name="feeder_system_ids">
- <xsd:simpleType>
- <xsd:list itemType="xsd:anyURI"/>
- </xsd:simpleType>
- </xsd:attribute>
- <xsd:attribute ecore:name="original_content" ecore:reference="mlhim2_0:DvParsable" name="original_content" type="xsd:anyURI" use="required"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="FeederAuditDetails">
- <xsd:complexContent>
- <xsd:extension base="xsd:simpleAnyType">
- <xsd:attribute ecore:name="system_id" ecore:reference="mlhim2_0:DvIdentifier" name="system_id" type="xsd:anyURI"/>
- <xsd:attribute ecore:reference="mlhim2:PartyIdentified" name="provider" type="xsd:anyURI"/>
- <xsd:attribute ecore:reference="mlhim2_1:Slot" name="location" type="xsd:anyURI"/>
- <xsd:attribute ecore:reference="mlhim2_0:DvDateTime" name="time" type="xsd:anyURI"/>
- <xsd:attribute ecore:reference="mlhim2:PartyProxy" name="subject" type="xsd:anyURI"/>
- <xsd:attribute ecore:name="version_id" name="version_id" type="xsd:string"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType abstract="true" name="PartyProxy">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:Locatable">
- <xsd:attribute ecore:name="external_ref" name="external_ref" type="xsd:string"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="PartyIdentified">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:PartyProxy">
- <xsd:attribute ecore:name="party_name" name="party_name" type="xsd:string"/>
- <xsd:attribute ecore:reference="mlhim2_0:DvIdentifier" name="identities">
- <xsd:simpleType>
- <xsd:list itemType="xsd:anyURI"/>
- </xsd:simpleType>
- </xsd:attribute>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="PartySelf">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:PartyProxy"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType abstract="true" name="ExceptionalValue">
- <xsd:complexContent>
- <xsd:extension base="xsd:simpleAnyType">
- <xsd:attribute ecore:name="ev_name" name="ev_name" type="xsd:string"/>
- <xsd:attribute ecore:name="ev_meaning" name="ev_meaning" type="xsd:string"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="NI">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:ExceptionalValue"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="MSK">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:NI"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="INV">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:NI"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DER">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:INV"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="UNC">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:INV"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="OTH">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:INV"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="NINF">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:OTH"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="PINF">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:OTH"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="UNK">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:NI"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="ASKR">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:UNK"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="NASK">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:UNK"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="QS">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:UNK"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="TRC">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:UNK"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="ASKU">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:UNK"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="NAV">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:ASKU"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="NA">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:NI"/>
- </xsd:complexContent>
- </xsd:complexType>
-</xsd:schema>
=== removed file 'schemas/mlhim2.content.xsd'
--- schemas/mlhim2.content.xsd 2012-05-25 14:20:08 +0000
+++ schemas/mlhim2.content.xsd 1970-01-01 00:00:00 +0000
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<xsd:schema xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:mlhim2="http://www.mlhim.org/mlhim2/content" xmlns:mlhim2_0="http://www.mlhim.org/mlhim2/common" xmlns:mlhim2_1="http://www.mlhim.org/mlhim2/datatypes" xmlns:mlhim2_2="http://www.mlhim.org/mlhim2/structures" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ecore:nsPrefix="mlhim2" ecore:package="mlhim2.content" targetNamespace="http://www.mlhim.org/mlhim2/content">
- <xsd:import namespace="http://www.mlhim.org/mlhim2/structures" schemaLocation="mlhim2.structures.xsd"/>
- <xsd:import namespace="http://www.mlhim.org/mlhim2/datatypes" schemaLocation="mlhim2.datatypes.xsd"/>
- <xsd:import namespace="http://www.mlhim.org/mlhim2/common" schemaLocation="mlhim2.common.xsd"/>
- <xsd:element ecore:ignore="true" name="Entry" type="mlhim2:Entry"/>
- <xsd:element ecore:ignore="true" name="CareEntry" type="mlhim2:CareEntry"/>
- <xsd:element ecore:ignore="true" name="AdminEntry" type="mlhim2:AdminEntry"/>
- <xsd:element ecore:ignore="true" name="DemographicEntry" type="mlhim2:DemographicEntry"/>
- <xsd:complexType abstract="true" name="Entry">
- <xsd:complexContent>
- <xsd:extension base="mlhim2_0:Locatable">
- <xsd:attribute ecore:reference="mlhim2_1:DvCodedString" name="language" type="xsd:anyURI" use="required"/>
- <xsd:attribute ecore:reference="mlhim2_1:DvCodedString" name="encoding" type="xsd:anyURI"/>
- <xsd:attribute ecore:reference="mlhim2_0:PartyProxy" name="subject" type="xsd:anyURI" use="required"/>
- <xsd:attribute ecore:reference="mlhim2_0:PartyProxy" name="provider" type="xsd:anyURI"/>
- <xsd:attribute ecore:name="other_participations" ecore:reference="mlhim2_0:Participation" name="other_participations">
- <xsd:simpleType>
- <xsd:list itemType="xsd:anyURI"/>
- </xsd:simpleType>
- </xsd:attribute>
- <xsd:attribute ecore:name="protocol_id" ecore:reference="mlhim2_1:DvIdentifier" name="protocol_id" type="xsd:anyURI"/>
- <xsd:attribute ecore:name="current_state" name="current_state" type="xsd:string"/>
- <xsd:attribute ecore:name="workflow_id" ecore:reference="mlhim2_1:DvURI" name="workflow_id" type="xsd:anyURI"/>
- <xsd:attribute ecore:reference="mlhim2_1:DvURI" name="links">
- <xsd:simpleType>
- <xsd:list itemType="xsd:anyURI"/>
- </xsd:simpleType>
- </xsd:attribute>
- <xsd:attribute ecore:reference="mlhim2_0:Attestation" name="attestation" type="xsd:anyURI"/>
- <xsd:attribute ecore:reference="mlhim2_2:Item" name="data" type="xsd:anyURI"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="CareEntry">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:Entry"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="AdminEntry">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:Entry"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DemographicEntry">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:Entry"/>
- </xsd:complexContent>
- </xsd:complexType>
-</xsd:schema>
=== removed file 'schemas/mlhim2.datatypes.xsd'
--- schemas/mlhim2.datatypes.xsd 2012-05-25 14:20:08 +0000
+++ schemas/mlhim2.datatypes.xsd 1970-01-01 00:00:00 +0000
@@ -1,240 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<xsd:schema xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:mlhim2="http://www.mlhim.org/mlhim2/datatypes" xmlns:mlhim2_0="http://www.mlhim.org/mlhim2/common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ecore:nsPrefix="mlhim2" ecore:package="mlhim2.datatypes" targetNamespace="http://www.mlhim.org/mlhim2/datatypes">
- <xsd:import namespace="http://www.mlhim.org/mlhim2/common" schemaLocation="mlhim2.common.xsd"/>
- <xsd:element ecore:ignore="true" name="DvAny" type="mlhim2:DvAny"/>
- <xsd:element ecore:ignore="true" name="DvBoolean" type="mlhim2:DvBoolean"/>
- <xsd:element ecore:ignore="true" name="DvURI" type="mlhim2:DvURI"/>
- <xsd:element ecore:ignore="true" name="DvString" type="mlhim2:DvString"/>
- <xsd:element ecore:ignore="true" name="DvNormalizedString" type="mlhim2:DvNormalizedString"/>
- <xsd:element ecore:ignore="true" name="DvToken" type="mlhim2:DvToken"/>
- <xsd:element ecore:ignore="true" name="DvCodedString" type="mlhim2:DvCodedString"/>
- <xsd:element ecore:ignore="true" name="DvIdentifier" type="mlhim2:DvIdentifier"/>
- <xsd:element ecore:ignore="true" name="DvEncapsulated" type="mlhim2:DvEncapsulated"/>
- <xsd:element ecore:ignore="true" name="DvParsable" type="mlhim2:DvParsable"/>
- <xsd:element ecore:ignore="true" name="DvMedia" type="mlhim2:DvMedia"/>
- <xsd:element ecore:ignore="true" name="DvOrdered" type="mlhim2:DvOrdered"/>
- <xsd:element ecore:ignore="true" name="DvOrdinal" type="mlhim2:DvOrdinal"/>
- <xsd:element ecore:ignore="true" name="DvQuantified" type="mlhim2:DvQuantified"/>
- <xsd:element ecore:ignore="true" name="DvCount" type="mlhim2:DvCount"/>
- <xsd:element ecore:ignore="true" name="DvQuantity" type="mlhim2:DvQuantity"/>
- <xsd:element ecore:ignore="true" name="DvRatio" type="mlhim2:DvRatio"/>
- <xsd:element ecore:ignore="true" name="DvRate" type="mlhim2:DvRate"/>
- <xsd:element ecore:ignore="true" name="DvProportion" type="mlhim2:DvProportion"/>
- <xsd:element ecore:ignore="true" name="DvInterval" type="mlhim2:DvInterval"/>
- <xsd:element ecore:ignore="true" name="ReferenceRange" type="mlhim2:ReferenceRange"/>
- <xsd:element ecore:ignore="true" name="DvTemporal" type="mlhim2:DvTemporal"/>
- <xsd:element ecore:ignore="true" name="DvDuration" type="mlhim2:DvDuration"/>
- <xsd:element ecore:ignore="true" name="DvDateTime" type="mlhim2:DvDateTime"/>
- <xsd:element ecore:ignore="true" name="DvDate" type="mlhim2:DvDate"/>
- <xsd:element ecore:ignore="true" name="DvTime" type="mlhim2:DvTime"/>
- <xsd:complexType abstract="true" name="DvAny">
- <xsd:complexContent>
- <xsd:extension base="xsd:simpleAnyType">
- <xsd:attribute ecore:reference="mlhim2_0:ExceptionalValue" name="ev" type="xsd:anyURI"/>
- <xsd:attribute ecore:name="valid_time_begin" name="valid_time_begin" type="xsd:dateTime"/>
- <xsd:attribute ecore:name="valid_time_end" name="valid_time_end" type="xsd:dateTime"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvBoolean">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvAny">
- <xsd:sequence>
- <xsd:element ecore:name="valid_trues" ecore:unique="true" maxOccurs="unbounded" minOccurs="0" name="valid_trues" nillable="true" type="xsd:string"/>
- <xsd:element ecore:name="valid_falses" ecore:unique="true" maxOccurs="unbounded" minOccurs="0" name="valid_falses" nillable="true" type="xsd:string"/>
- </xsd:sequence>
- <xsd:attribute ecore:name="bool_dv" name="bool_dv" type="xsd:string"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvURI">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvString"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvString">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvAny">
- <xsd:attribute ecore:name="string_dv" name="string_dv" type="xsd:string"/>
- <xsd:attribute name="language" type="xsd:language"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvNormalizedString">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvString"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvToken">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvString"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvCodedString">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvString">
- <xsd:attribute ecore:name="terminology_abbrev" name="terminology_abbrev" type="xsd:string"/>
- <xsd:attribute ecore:name="terminology_name" name="terminology_name" type="xsd:string"/>
- <xsd:attribute ecore:name="terminology_code" name="terminology_code" type="xsd:string"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvIdentifier">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvString">
- <xsd:attribute ecore:name="id_name" name="id_name" type="xsd:string"/>
- <xsd:attribute name="issuer" type="xsd:string"/>
- <xsd:attribute name="assignor" type="xsd:string"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType abstract="true" name="DvEncapsulated">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvAny">
- <xsd:attribute ecore:unsettable="false" name="size" type="xsd:int" use="required"/>
- <xsd:attribute name="charset" type="xsd:string"/>
- <xsd:attribute name="language" type="xsd:language"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvParsable">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvEncapsulated">
- <xsd:attribute ecore:name="parsable_dv" name="parsable_dv" type="xsd:string"/>
- <xsd:attribute name="formalism" type="xsd:string"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType abstract="true" name="DvMedia">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvEncapsulated">
- <xsd:attribute ecore:name="mime_type" name="mime_type" type="xsd:string"/>
- <xsd:attribute ecore:name="compression_type" name="compression_type" type="xsd:string"/>
- <xsd:attribute ecore:name="hash_result" name="hash_result" type="xsd:string"/>
- <xsd:attribute ecore:name="hash_function" name="hash_function" type="xsd:string"/>
- <xsd:attribute ecore:name="alt_txt" name="alt_txt" type="xsd:string"/>
- <xsd:attribute name="uri" type="xsd:string"/>
- <xsd:attribute ecore:name="media_content" name="media_content" type="xsd:base64Binary"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType abstract="true" name="DvOrdered">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvAny">
- <xsd:attribute ecore:name="normal_range" ecore:reference="mlhim2:ReferenceRange" name="normal_range" type="xsd:anyURI"/>
- <xsd:attribute ecore:name="other_reference_ranges" ecore:reference="mlhim2:ReferenceRange" name="other_reference_ranges">
- <xsd:simpleType>
- <xsd:list itemType="xsd:anyURI"/>
- </xsd:simpleType>
- </xsd:attribute>
- <xsd:attribute ecore:name="normal_status" name="normal_status" type="xsd:string"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvOrdinal">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvOrdered">
- <xsd:attribute ecore:name="ordinal_dv" ecore:unsettable="false" name="ordinal_dv" type="xsd:int" use="required"/>
- <xsd:attribute name="symbol" type="xsd:string" use="required"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType abstract="true" name="DvQuantified">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvOrdered">
- <xsd:attribute name="magnitude" type="xsd:decimal" use="required"/>
- <xsd:attribute ecore:name="min_magnitude" name="min_magnitude" type="xsd:decimal"/>
- <xsd:attribute ecore:name="max_magnitude" name="max_magnitude" type="xsd:decimal"/>
- <xsd:attribute ecore:name="magnitude_status" name="magnitude_status" type="xsd:string"/>
- <xsd:attribute ecore:unsettable="false" name="error" type="xsd:int" use="required"/>
- <xsd:attribute default="0" ecore:unsettable="false" name="accuracy" type="xsd:decimal"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvCount">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvQuantified">
- <xsd:attribute name="units" type="xsd:string"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvQuantity">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvQuantified">
- <xsd:attribute ecore:reference="mlhim2:DvCodedString" name="units" type="xsd:anyURI" use="required"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvRatio">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvQuantified">
- <xsd:attribute name="numerator" type="xsd:decimal"/>
- <xsd:attribute name="denominator" type="xsd:decimal"/>
- <xsd:attribute ecore:name="numerator_units" name="numerator_units" type="xsd:string"/>
- <xsd:attribute ecore:name="denominator_units" name="denominator_units" type="xsd:string"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvRate">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvRatio">
- <xsd:attribute ecore:name="rate_type" name="rate_type" type="xsd:string"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvProportion">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvRatio">
- <xsd:attribute ecore:name="proportion_type" name="proportion_type" type="xsd:string"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvInterval">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvAny">
- <xsd:attribute ecore:reference="mlhim2:DvOrdered" name="lower" type="xsd:anyURI"/>
- <xsd:attribute ecore:reference="mlhim2:DvOrdered" name="upper" type="xsd:anyURI"/>
- <xsd:attribute ecore:name="lower_included" ecore:unsettable="false" name="lower_included" type="xsd:boolean"/>
- <xsd:attribute ecore:name="upper_included" ecore:unsettable="false" name="upper_included" type="xsd:boolean"/>
- <xsd:attribute ecore:name="lower_unbounded" ecore:unsettable="false" name="lower_unbounded" type="xsd:boolean"/>
- <xsd:attribute ecore:name="upper_unbounded" ecore:unsettable="false" name="upper_unbounded" type="xsd:boolean"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="ReferenceRange">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvAny">
- <xsd:attribute name="definition" type="xsd:string"/>
- <xsd:attribute ecore:name="data_range" ecore:reference="mlhim2:DvInterval" name="data_range" type="xsd:anyURI"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType abstract="true" name="DvTemporal">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvOrdered">
- <xsd:attribute ecore:name="temporal_dv" name="temporal_dv" type="xsd:string"/>
- <xsd:attribute ecore:default="false" ecore:name="allow_partial" ecore:unsettable="false" name="allow_partial" type="xsd:boolean" use="required"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvDuration">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvTemporal"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvDateTime">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvTemporal"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvDate">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvTemporal"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="DvTime">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:DvTemporal"/>
- </xsd:complexContent>
- </xsd:complexType>
-</xsd:schema>
=== removed file 'schemas/mlhim2.metadata.xsd'
--- schemas/mlhim2.metadata.xsd 2012-04-18 02:03:14 +0000
+++ schemas/mlhim2.metadata.xsd 1970-01-01 00:00:00 +0000
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<xsd:schema xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:mlhim2="http://www.mlhim.org/mlhim2/metadata" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ecore:nsPrefix="mlhim2" ecore:package="mlhim2.metadata" targetNamespace="http://www.mlhim.org/mlhim2/metadata">
- <xsd:element ecore:ignore="true" name="MetadataSet" type="mlhim2:MetadataSet"/>
- <xsd:element ecore:ignore="true" name="MetadataEntry" type="mlhim2:MetadataEntry"/>
- <xsd:element ecore:ignore="true" name="Metadata" type="mlhim2:Metadata"/>
- <xsd:complexType name="MetadataSet">
- <xsd:complexContent>
- <xsd:extension base="xsd:simpleAnyType">
- <xsd:attribute ecore:name="mds_name" name="mds_name" type="xsd:string" use="required"/>
- <xsd:attribute ecore:reference="mlhim2:MetadataEntry" name="entries" use="required">
- <xsd:simpleType>
- <xsd:list itemType="xsd:anyURI"/>
- </xsd:simpleType>
- </xsd:attribute>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="MetadataEntry">
- <xsd:complexContent>
- <xsd:extension base="xsd:simpleAnyType">
- <xsd:attribute name="title" type="xsd:string" use="required"/>
- <xsd:attribute name="contents" type="xsd:string"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="Metadata">
- <xsd:complexContent>
- <xsd:extension base="xsd:simpleAnyType">
- <xsd:attribute ecore:reference="mlhim2:MetadataSet" name="content" use="required">
- <xsd:simpleType>
- <xsd:restriction>
- <xsd:simpleType>
- <xsd:list itemType="xsd:anyURI"/>
- </xsd:simpleType>
- <xsd:minLength value="2"/>
- </xsd:restriction>
- </xsd:simpleType>
- </xsd:attribute>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
-</xsd:schema>
=== removed file 'schemas/mlhim2.structures.xsd'
--- schemas/mlhim2.structures.xsd 2012-04-18 02:03:14 +0000
+++ schemas/mlhim2.structures.xsd 1970-01-01 00:00:00 +0000
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<xsd:schema xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:mlhim2="http://www.mlhim.org/mlhim2/structures" xmlns:mlhim2_0="http://www.mlhim.org/mlhim2/common" xmlns:mlhim2_1="http://www.mlhim.org/mlhim2/datatypes" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ecore:nsPrefix="mlhim2" ecore:package="mlhim2.structures" targetNamespace="http://www.mlhim.org/mlhim2/structures">
- <xsd:import namespace="http://www.mlhim.org/mlhim2/datatypes" schemaLocation="mlhim2.datatypes.xsd"/>
- <xsd:import namespace="http://www.mlhim.org/mlhim2/common" schemaLocation="mlhim2.common.xsd"/>
- <xsd:element ecore:ignore="true" name="Item" type="mlhim2:Item"/>
- <xsd:element ecore:ignore="true" name="Slot" type="mlhim2:Slot"/>
- <xsd:element ecore:ignore="true" name="Cluster" type="mlhim2:Cluster"/>
- <xsd:element ecore:ignore="true" name="Element" type="mlhim2:Element"/>
- <xsd:complexType abstract="true" name="Item">
- <xsd:complexContent>
- <xsd:extension base="mlhim2_0:Locatable"/>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="Slot">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:Item">
- <xsd:sequence>
- <xsd:element ecore:name="allowed_ccds" ecore:unique="true" maxOccurs="unbounded" name="allowed_ccds" nillable="true" type="xsd:string"/>
- </xsd:sequence>
- <xsd:attribute name="ccd" type="xsd:string"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="Cluster">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:Item">
- <xsd:attribute ecore:reference="mlhim2:Item" name="items">
- <xsd:simpleType>
- <xsd:list itemType="xsd:anyURI"/>
- </xsd:simpleType>
- </xsd:attribute>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="Element">
- <xsd:complexContent>
- <xsd:extension base="mlhim2:Item">
- <xsd:attribute ecore:reference="mlhim2_1:DvAny" name="dv" type="xsd:anyURI"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
-</xsd:schema>