mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00809
[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 325: Cleaned up date time references in schema.
------------------------------------------------------------
revno: 325
committer: timothywayne-cook <tim@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Sat 2013-02-09 21:55:40 -0200
message:
Cleaned up date time references in schema.
modified:
schemas/2_4_1/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
=== modified file 'schemas/2_4_1/mlhim2.xsd'
--- schemas/2_4_1/mlhim2.xsd 2013-02-09 21:22:57 +0000
+++ schemas/2_4_1/mlhim2.xsd 2013-02-09 23:55:40 +0000
@@ -750,7 +750,7 @@
<xs:element name="system-id" type="mlhim2:DvIdentifierType"/>
<xs:element name="provider" type="mlhim2:PartyIdentifiedType"/>
<xs:element name="location" type="mlhim2:ItemType"/>
- <xs:element name="timestamp" type="mlhim2:DvDateTimeType"/>
+ <xs:element name="timestamp" type="xs:dateTime"/>
<xs:element name="subject" type="mlhim2:PartyProxyType"/>
<xs:element name="FeederAuditDetails" type="mlhim2:FeederAuditDetailsType"/>
@@ -837,7 +837,7 @@
<xs:element name="proof" type="mlhim2:DvParsableType"/>
<xs:element name="reason" type="mlhim2:DvCodedStringType"/>
<xs:element name="committer" type="mlhim2:PartyProxyType"/>
- <xs:element name="time-commmitted" type="mlhim2:DvDateTimeType"/>
+ <xs:element name="time-commmitted" type="xs:dateTime"/>
<xs:element name="Attestation" substitutionGroup="mlhim2:Locatable" type="mlhim2:AttestationType"/>
<xs:complexType name="ParticipationType">
@@ -881,8 +881,8 @@
<xs:element name="performer" type="mlhim2:PartyProxyType"/>
<xs:element name="function" type="mlhim2:DvCodedStringType"/>
<xs:element name="mode" type="mlhim2:DvCodedStringType"/>
- <xs:element name="start-time" type="mlhim2:DvDateTimeType"/>
- <xs:element name="end-time" type="mlhim2:DvDateTimeType"/>
+ <xs:element name="start-time" type="xs:dateTime"/>
+ <xs:element name="end-time" type="xs:dateTime"/>
<xs:element name="Participation" type="mlhim2:ParticipationType"/>
<xs:complexType abstract="true" name="PartyProxyType">