| rfc8807v2.txt | rfc8807.txt | |||
|---|---|---|---|---|
| skipping to change at line 629 ¶ | skipping to change at line 629 ¶ | |||
| S: </trID> | S: </trID> | |||
| S: </response> | S: </response> | |||
| S:</epp> | S:</epp> | |||
| 5. Formal Syntax | 5. Formal Syntax | |||
| The EPP Login Security Extension schema is presented here. | The EPP Login Security Extension schema is presented here. | |||
| The formal syntax shown here is a complete XML Schema representation | The formal syntax shown here is a complete XML Schema representation | |||
| of the object mapping suitable for automated validation of EPP XML | of the object mapping suitable for automated validation of EPP XML | |||
| instances. The BEGIN and END tags are not part of the XML Schema; | instances. The <CODE BEGINS> and <CODE ENDS> tags are not part of | |||
| they are used to note the beginning and ending of the XML Schema for | the XML Schema; they are used to note the beginning and ending of the | |||
| URI registration purposes. | XML Schema for URI registration purposes. | |||
| 5.1. Login Security Extension Schema | 5.1. Login Security Extension Schema | |||
| BEGIN | <CODE BEGINS> | |||
| <?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | |||
| <schema xmlns="http://www.w3.org/2001/XMLSchema" | <schema xmlns="http://www.w3.org/2001/XMLSchema" | |||
| xmlns:epp="urn:ietf:params:xml:ns:epp-1.0" | xmlns:epp="urn:ietf:params:xml:ns:epp-1.0" | |||
| xmlns:eppcom="urn:ietf:params:xml:ns:eppcom-1.0" | xmlns:eppcom="urn:ietf:params:xml:ns:eppcom-1.0" | |||
| xmlns:loginSec="urn:ietf:params:xml:ns:epp:loginSec-1.0" | xmlns:loginSec="urn:ietf:params:xml:ns:epp:loginSec-1.0" | |||
| targetNamespace="urn:ietf:params:xml:ns:epp:loginSec-1.0" | targetNamespace="urn:ietf:params:xml:ns:epp:loginSec-1.0" | |||
| elementFormDefault="qualified"> | elementFormDefault="qualified"> | |||
| <!-- | <!-- | |||
| Import common element types. | Import common element types. | |||
| --> | --> | |||
| skipping to change at line 750 ¶ | skipping to change at line 750 ¶ | |||
| <simpleType name="levelEnum"> | <simpleType name="levelEnum"> | |||
| <restriction base="token"> | <restriction base="token"> | |||
| <enumeration value="warning" /> | <enumeration value="warning" /> | |||
| <enumeration value="error" /> | <enumeration value="error" /> | |||
| </restriction> | </restriction> | |||
| </simpleType> | </simpleType> | |||
| <!-- | <!-- | |||
| End of schema. | End of schema. | |||
| --> | --> | |||
| </schema> | </schema> | |||
| END | <CODE ENDS> | |||
| 6. IANA Considerations | 6. IANA Considerations | |||
| 6.1. XML Namespace | 6.1. XML Namespace | |||
| This document uses URNs to describe XML namespaces and XML schemas | This document uses URNs to describe XML namespaces and XML schemas | |||
| conforming to a registry mechanism described in [RFC3688]. The | conforming to a registry mechanism described in [RFC3688]. The | |||
| following URI assignment has been made by IANA: | following URI assignment has been made by IANA: | |||
| Registration request for the loginSec namespace: | Registration request for the loginSec namespace: | |||
| End of changes. 3 change blocks. | ||||
| 5 lines changed or deleted | 5 lines changed or added | |||
This html diff was produced by rfcdiff 1.45. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||