made support test schema domain version 1.2

This commit is contained in:
Oleg Hasjanov 2021-06-28 12:47:24 +03:00
parent ae6bad3e73
commit 4c5e4d7898
41 changed files with 967 additions and 451 deletions

View file

@ -5,12 +5,12 @@ xml.epp_head do
xml.svcMenu do
xml.version '1.0'
xml.lang 'en'
xml.objURI Xsd::Schema.filename(for_prefix: 'domain-ee')
xml.objURI Xsd::Schema.filename(for_prefix: 'contact-ee')
xml.objURI Xsd::Schema.filename(for_prefix: 'domain-ee', for_version: @schema_version)
xml.objURI Xsd::Schema.filename(for_prefix: 'contact-ee', for_version: @schema_version)
xml.objURI 'urn:ietf:params:xml:ns:host-1.0'
xml.svcExtension do
xml.extURI 'urn:ietf:params:xml:ns:secDNS-1.1'
xml.extURI Xsd::Schema.filename(for_prefix: 'eis')
xml.extURI Xsd::Schema.filename(for_prefix: 'eis', for_version: @schema_version)
end
end