mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00186
[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 138: Restored accidentally deleted Activity complexType (class). Bug #774996
------------------------------------------------------------
revno: 138
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Sun 2011-05-01 11:59:37 -0500
message:
Restored accidentally deleted Activity complexType (class). Bug #774996
removed:
schemas/mlhim2.0.2-schemas.zip
schemas/mlhim2.0.2-schemas.zip.asc
modified:
schemas/content.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/content.xsd'
--- schemas/content.xsd 2011-04-30 21:03:31 +0000
+++ schemas/content.xsd 2011-05-01 16:59:37 +0000
@@ -2,6 +2,27 @@
<!-- Copyright 2011 Timothy W. Cook and Contributors. See http://www.mlhim.org-->
<xs:schema elementFormDefault="qualified" id="content" targetNamespace="http://www.mlhim.org/mlhim2" version="2.1.0" xmlns:mlhim2="http://www.mlhim.org/mlhim2" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <xs:complexType name="Activity" abstract="false">
+ <xs:annotation><xs:documentation>Defines a single activity within an Instruction, such as a medication administration.</xs:documentation></xs:annotation>
+ <xs:complexContent>
+ <xs:extension base="mlhim2:Locatable">
+ <xs:sequence>
+ <xs:element name="description" maxOccurs="1" minOccurs="1" type="mlhim2:ItemStructure">
+ <xs:annotation><xs:documentation>Description of the activity, in the form of a structure.</xs:documentation></xs:annotation>
+ </xs:element>
+ <xs:element name="timing" maxOccurs="1" minOccurs="1" type="mlhim2:DvParsable">
+ <xs:annotation><xs:documentation>Timing of the activity, in the form of a parsable string, such as an HL7 GTS or ISO8601 string.</xs:documentation></xs:annotation>
+ </xs:element>
+ <xs:element name="actions" maxOccurs="unbounded" minOccurs="1" type="xs:string">
+ <xs:annotation><xs:documentation>List of CCD UUIDs (in order) to be executed for this activity.</xs:documentation></xs:annotation>
+ </xs:element>
+
+ </xs:sequence>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+
<xs:complexType name="EventContext" abstract="false">
<xs:annotation>
<xs:documentation>
=== removed file 'schemas/mlhim2.0.2-schemas.zip'
Binary files schemas/mlhim2.0.2-schemas.zip 2011-04-28 14:58:22 +0000 and schemas/mlhim2.0.2-schemas.zip 1970-01-01 00:00:00 +0000 differ
=== removed file 'schemas/mlhim2.0.2-schemas.zip.asc'
--- schemas/mlhim2.0.2-schemas.zip.asc 2011-04-28 14:58:22 +0000
+++ schemas/mlhim2.0.2-schemas.zip.asc 1970-01-01 00:00:00 +0000
@@ -1,17 +0,0 @@
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.11 (GNU/Linux)
-
-iQIcBAABAgAGBQJNsLGbAAoJEKSBZVAABXIJkP8P/2Nw3llOMk6jTudEZxmhOqtc
-7O1gKkKAf8Vv/uhcLWIbgL/v8663MXnwsc30NrFho0jnKAV7ayW8bB6jaIDjSusE
-eO9ZCPiAqD/j8AwyJeNFJcLKgkwKe5VGbpSafLt9fF3aQeYNY1EqdUMtGBmz1brx
-EM0zb74RJXfdowKmaD78unFjc7pyQzCh4p4BBD6qe/NU7Y7cKXT//LavxJvzuvqZ
-IQooqKWzakbU/TBn1tOAZvct/gbFK+qcssHPEynK88ZGpnjHBqbBfRbVB40Xg547
-SJqfgYEdyqJ+TXqIAppzm725QIXI8hMuxCAWnJwEZMUCoY4Zr5xqrIPd7qGqhrd4
-trLHNWYlZtAORP5riSuoZXajBC5R2UQ0ddfyCSJQXWKjRgpJAon8VfZ7LF+utYxf
-fFv6VyjmBAgnXsYlHJ+1Q/nptICUfPQuPOBeel2YVTL79G8Zb799XI3LhDrPbAjz
-RUdtMRq7G9eRyQx70zKO/9qp4EX/nWhDE7B8YOSXVqwqFSGXN/WHxGoW24O3CaDh
-7mjtmp7L7wznq4EOwlPzrhDVlGFItkW2VIoONmUJpSmYEiueubByicHcl+7+N+bi
-VUvAWv3YVcR7CGEql9FS5yq4J8DFn3e6ceaAAVKO0pnaOLJT6SgL0Q0NC9y259ZY
-PrHpL2VqjqPk0+HjY/ft
-=yexk
------END PGP SIGNATURE-----