mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00808
[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 324: Removed unnecessary DvTemporal children.
------------------------------------------------------------
revno: 324
committer: timothywayne-cook <tim@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Sat 2013-02-09 19:22:57 -0200
message:
Removed unnecessary DvTemporal children.
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:19:00 +0000
+++ schemas/2_4_1/mlhim2.xsd 2013-02-09 21:22:57 +0000
@@ -654,176 +654,6 @@
</xs:complexType>
<xs:element name="DvTemporal" substitutionGroup="mlhim2:DvAny" type="mlhim2:DvTemporalType"/>
-
-
- <!-- Commented out in 2.4.1
- <xs:complexType name="DvDurationType">
- <xs:annotation>
- <xs:documentation>The duration data type is used to specify a time interval. The time interval is specified in the
- following form "PnYnMnDTnHnMnS" where: P indicates the period (required) nY indicates the number of years nM indicates
- the number of months nD indicates the number of days T indicates the start of a time section (required if you are going
- to specify hours, minutes, or seconds) nH indicates the number of hours nM indicates the number of minutes nS indicates
- the number of seconds </xs:documentation>
- </xs:annotation>
- <xs:complexContent>
- <xs:extension base="mlhim2:DvTemporalType">
- <xs:sequence>
- <xs:element maxOccurs="1" minOccurs="1" name="DvDuration-dv" type="xs:duration">
- <xs:annotation>
- <xs:documentation>The temporal value expressed as an ISO 8601 compliant string IAW the XML Schema subset.
- </xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:element abstract="true" name="DvDuration" substitutionGroup="mlhim2:DvAny" type="mlhim2:DvDurationType"/>
-
- <xs:complexType name="DvDateTimeType">
- <xs:annotation>
- <xs:documentation>All dates and times representations in MLHIM use this class. Represents an absolute point in time.
- Used for recording a precise point in real world time, and for approximate time stamps which may only be partially
- known. All dates and times are assumed to be in the "current era"; somewhere between 0001-01-01T00:00:00Z and
- 9999-12-31T23:59:59Z AD. </xs:documentation>
- </xs:annotation>
- <xs:complexContent>
- <xs:extension base="mlhim2:DvTemporalType">
- <xs:sequence>
- <xs:element maxOccurs="1" minOccurs="1" name="DvDateTime-dv" type="xs:dateTime">
- <xs:annotation>
- <xs:documentation>The temporal value expressed as an ISO 8601 compliant string IAW the XML Schema subset.
- </xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="DvDateTime" substitutionGroup="mlhim2:DvAny" type="mlhim2:DvDateTimeType"/>
-
- <xs:complexType name="DvDateType">
- <xs:annotation>
- <xs:documentation>The date data type is used to specify a date. The date is specified in the following form "YYYY-MM-DD"
- where: YYYY indicates the year MM indicates the month DD indicates the day </xs:documentation>
- </xs:annotation>
- <xs:complexContent>
- <xs:extension base="mlhim2:DvTemporalType">
- <xs:sequence>
- <xs:element maxOccurs="1" minOccurs="1" name="DvDate-dv" type="xs:date">
- <xs:annotation>
- <xs:documentation>The temporal value expressed as an ISO 8601 compliant string IAW the XML Schema subset.
- </xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="DvDate" substitutionGroup="mlhim2:DvAny" type="mlhim2:DvDateType"/>
-
- <xs:complexType name="DvTimeType">
- <xs:annotation>
- <xs:documentation>The time data type is used to specify a time. The time is specified in the following form "hh:mm:ss"
- where: hh indicates the hour mm indicates the minute ss indicates the second Note: All components are required!
- </xs:documentation>
- </xs:annotation>
- <xs:complexContent>
- <xs:extension base="mlhim2:DvTemporalType">
- <xs:sequence>
- <xs:element maxOccurs="1" minOccurs="1" name="DvTime-dv" type="xs:time">
- <xs:annotation>
- <xs:documentation>The temporal value expressed as an ISO 8601 compliant string IAW the XML Schema subset.
- </xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="DvTime" substitutionGroup="mlhim2:DvAny" type="mlhim2:DvDateTimeType"/>
-
- <xs:complexType name="DvDayType">
- <xs:complexContent>
- <xs:extension base="mlhim2:DvTemporalType">
- <xs:sequence>
- <xs:element maxOccurs="1" minOccurs="1" name="DvDay-dv" type="xs:gDay">
- <xs:annotation>
- <xs:documentation>The temporal value expressed as an ISO 8601 compliant string IAW the XML Schema subset.
- </xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="DvDay" substitutionGroup="mlhim2:DvAny" type="mlhim2:DvDayType"/>
-
- <xs:complexType name="DvMonthType">
- <xs:complexContent>
- <xs:extension base="mlhim2:DvTemporalType">
- <xs:sequence>
- <xs:element maxOccurs="1" minOccurs="1" name="DvMonth-dv" type="xs:gMonth">
- <xs:annotation>
- <xs:documentation>The temporal value expressed as an ISO 8601 compliant string IAW the XML Schema subset.
- </xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="DvMonth" substitutionGroup="mlhim2:DvAny" type="mlhim2:DvMonthType"/>
-
- <xs:complexType name="DvYearType">
- <xs:complexContent>
- <xs:extension base="mlhim2:DvTemporalType">
- <xs:sequence>
- <xs:element maxOccurs="1" minOccurs="1" name="DvYear-dv" type="xs:gYear">
- <xs:annotation>
- <xs:documentation>The temporal value expressed as an ISO 8601 compliant string IAW the XML Schema subset.
- </xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="DvYear" substitutionGroup="mlhim2:DvAny" type="mlhim2:DvYearType"/>
-
- <xs:complexType name="DvYearMonthType">
- <xs:complexContent>
- <xs:extension base="mlhim2:DvTemporalType">
- <xs:sequence>
- <xs:element maxOccurs="1" minOccurs="1" name="DvYearMonth-dv" type="xs:gYearMonth">
- <xs:annotation>
- <xs:documentation>The temporal value expressed as an ISO 8601 compliant string IAW the XML Schema subset.
- </xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="DvYearMonth" substitutionGroup="mlhim2:DvAny" type="mlhim2:DvYearMonthType"/>
-
- <xs:complexType name="DvMonthDayType">
- <xs:complexContent>
- <xs:extension base="mlhim2:DvTemporalType">
- <xs:sequence>
- <xs:element maxOccurs="1" minOccurs="1" name="DvMonthDay-dv" type="xs:gMonthDay">
- <xs:annotation>
- <xs:documentation>The temporal value expressed as an ISO 8601 compliant string IAW the XML Schema subset.
- </xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="DvMonthDay" substitutionGroup="mlhim2:DvAny" type="mlhim2:DvMonthDayType"/>
--->
-
<!--Common package types-->
<xs:complexType name="FeederAuditType">