diff --git a/xep-0082.xml b/xep-0082.xml index 0e2c346f..bc4300a6 100644 --- a/xep-0082.xml +++ b/xep-0082.xml @@ -80,7 +80,7 @@

The following acronyms and characters are used herein to represent time-related concepts:

- + @@ -102,7 +102,7 @@ CCYY-MM-DD -

This profile is equivalent to the 'date' datatype defined in XML Schema The 'date' datatype is defined at <http://www.w3.org/TR/xmlschema-2/#date>.. When an XML schema is used to define an XMPP protocol extension that uses this profile, the datatype MUST be an XML Schema 'date'. If there are differences between the description in this document and those in XML Schema, the latter overrule.

+

This profile is equivalent to the 'date' datatype defined in XML Schema The 'date' datatype is defined at <http://www.w3.org/TR/xmlschema11-2/#date>.. When an XML schema is used to define an XMPP protocol extension that uses this profile, the datatype MUST be an XML Schema 'date'. If there are differences between the description in this document and those in XML Schema, the latter overrule.

1776-07-04 @@ -113,7 +113,7 @@ CCYY-MM-DDThh:mm:ss[.sss]TZD

The Time Zone Definition is mandatory and MUST be either UTC (denoted by addition of the character 'Z' to the end of the string) or some offset from UTC (denoted by addition of '[+|-]' and 'hh:mm' to the end of the string). The fractions of a second are optional and MAY be ignored if included (although an XMPP protocol extension using the DateTime profile MAY require the fractions of a second).

-

This profile is equivalent to the 'dateTime' datatype defined in XML Schema The 'dateTime' datatype is defined at <http://www.w3.org/TR/xmlschema-2/#dateTime>.. When an XML schema is used to define a Jabber protocol that uses this profile, the datatype MUST be an XML Schema 'dateTime'. If there are differences between the description in this document and those in XML Schema, the latter overrule.

+

This profile is equivalent to the 'dateTime' datatype defined in XML Schema The 'dateTime' datatype is defined at <http://www.w3.org/TR/xmlschema11-2/#dateTime>.. When an XML schema is used to define a Jabber protocol that uses this profile, the datatype MUST be an XML Schema 'dateTime'. If there are differences between the description in this document and those in XML Schema, the latter overrule.

1969-07-21T02:56:15Z @@ -127,7 +127,7 @@ hh:mm:ss[.sss][TZD]

The Time Zone Definition is optional; if included, it MUST be either UTC (denoted by addition of the character 'Z' to the end of the string) or some offset from UTC (denoted by addition of '[+|-]' Inclusion of the '+' character means that the time in that zone is ahead of UTC; e.g., a Time Zone Definition of "+07:00" means that if the UTC time is 12:00 then the local time is 19:00 (typically this is true of an area that is east of 0° degrees latitude and west of 180° latitude, such as Bangkok, Thailand). Inclusion of the '-' character means that the time in that zone is behind UTC; e.g., a Time Zone Definition of "-07:00" means that if the UTC time is 12:00 then the local time is 05:00 (typically this is true of an area that is west of 0° degrees latitude and east of 180° latitude, such as Denver, Colorado, USA). and 'hh:mm' to the end of the string). The fractions of a second are optional and MAY be ignored if included (although a Jabber protocol using the DateTime profile MAY require the fractions of a second).

-

This profile is equivalent to the 'time' datatype defined in XML Schema The 'time' datatype is defined at <http://www.w3.org/TR/xmlschema-2/#time>.. When an XML schema is used to define a Jabber protocol that uses this profile, the datatype MUST be an XML Schema 'time'. If there are differences between the description in this document and those in XML Schema, the latter overrule.

+

This profile is equivalent to the 'time' datatype defined in XML Schema The 'time' datatype is defined at <http://www.w3.org/TR/xmlschema11-2/#time>.. When an XML schema is used to define a Jabber protocol that uses this profile, the datatype MUST be an XML Schema 'time'. If there are differences between the description in this document and those in XML Schema, the latter overrule.

16:00:00 diff --git a/xep.ent b/xep.ent index 1094aa4d..9b7c2aaf 100644 --- a/xep.ent +++ b/xep.ent @@ -308,8 +308,8 @@ THE SOFTWARE. XML 1.0Extensible Markup Language (XML) 1.0 (Fourth Edition) <http://www.w3.org/TR/REC-xml/>." > XML EncryptionXML Encryption Syntax and Processing <http://www.w3.org/TR/2002/REC-xmlenc-core-20021210/>." > Namespaces in XMLNamespaces in XML <http://www.w3.org/TR/REC-xml-names/>." > -XML Schema Part 1XML Schema Part 1: Structures <http://www.w3.org/TR/xmlschema-1/>." > -XML Schema Part 2XML Schema Part 2: Datatypes <http://www.w3.org/TR/xmlschema-2/>." > +XML Schema Part 1XML Schema Part 1: Structures <http://www.w3.org/TR/xmlschema11-1/>." > +XML Schema Part 2XML Schema Part 2: Datatypes <http://www.w3.org/TR/xmlschema11-2/>." > XML SignatureXML Signature Syntax and Processing <http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/>." > XML-binary Optimized PackagingXML-binary Optimized Packaging <http://www.w3.org/TR/xop10/>." > XPathXML Path Language <http://www.w3.org/TR/xpath>." >
TermDefinition
CCYYfour-digit year portion of Date
CCYYfour-digit year portion of Date According to the XML schema datatypes specification <http://www.w3.org/TR/xmlschema11-2/#dateTime>, the year portion of a Date can be more than four digits (for years after 9999) and can be preceded by a minus sign (for years before 1 BCE); given that Jabber/XMPP technologies did not exist before 1999, the use of the minus sign is not recommended.
MMtwo-digit month portion of Date
DDtwo-digit day portion of Date
-ISO 8601 separator among Date portions