Skip to content

Commit f41559f

Browse files
committed
Internationalized email addresses
1 parent 7c55c19 commit f41559f

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

jsonschema-validation.xml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<!ENTITY RFC5322 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5322.xml">
1313
<!ENTITY RFC5890 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5890.xml">
1414
<!ENTITY RFC5891 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5891.xml">
15+
<!ENTITY RFC6531 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6531.xml">
1516
<!ENTITY RFC6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml">
1617
<!ENTITY RFC6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml">
1718
<!ENTITY RFC7159 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7159.xml">
@@ -953,14 +954,23 @@
953954
</t>
954955
</section>
955956

956-
<section title="email">
957+
<section title="Email addresses">
957958
<t>
958-
This attribute applies to string instances.
959+
These attributes apply to string instances.
959960
</t>
960961
<t>
961-
A string instance is valid against this attribute if it is a valid
962-
Internet email address as defined by <xref target="RFC5322">RFC 5322,
963-
section 3.4.1</xref>.
962+
A string instance is valid against these attributes if it is a valid
963+
Internet email address as follows:
964+
<list style="hanging">
965+
<t hangText="email">
966+
As defined by <xref target="RFC5322">RFC 5322, section 3.4.1</xref>.
967+
</t>
968+
<t hangText="idn-email">
969+
As defined by <xref target="RFC6531">RFC 6531</xref>
970+
</t>
971+
</list>
972+
Note that all strings valid against the "email" attribute are also
973+
valid against the "idn-email" attribute.
964974
</t>
965975
</section>
966976
<section title="Host and ___domain names">
@@ -1241,6 +1251,7 @@
12411251
&RFC5890;
12421252
&RFC5891;
12431253
&RFC6570;
1254+
&RFC6531;
12441255
&RFC6901;
12451256
&RFC7159;
12461257
&RFC5322;

0 commit comments

Comments
 (0)