mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02:00
Import allocation token XSD
Retrieved from: https://github.com/james-f-gould/EPP-Allocation-Token-Specification/blob/master/xsd/allocationToken-1.0.xsd ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=180951210
This commit is contained in:
parent
7aa070b0a5
commit
d52a701f50
1 changed files with 30 additions and 0 deletions
30
java/google/registry/xml/xsd/allocationToken-1.0.xsd
Normal file
30
java/google/registry/xml/xsd/allocationToken-1.0.xsd
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<schema targetNamespace="urn:ietf:params:xml:ns:allocationToken-1.0"
|
||||
xmlns:allocationToken="urn:ietf:params:xml:ns:allocationToken-1.0"
|
||||
xmlns="http://www.w3.org/2001/XMLSchema"
|
||||
elementFormDefault="qualified">
|
||||
|
||||
<annotation>
|
||||
<documentation>
|
||||
Extensible Provisioning Protocol v1.0
|
||||
Allocation Token Extension.
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
<!-- Element used in info command to get allocation token. -->
|
||||
<element name="info"/>
|
||||
|
||||
<!-- Allocation Token used in transform
|
||||
commands and info response -->
|
||||
<element name="allocationToken"
|
||||
type="allocationToken:allocationTokenType"/>
|
||||
|
||||
<complexType name="allocationTokenType">
|
||||
<simpleContent>
|
||||
<extension base="token"/>
|
||||
</simpleContent>
|
||||
</complexType>
|
||||
|
||||
<!-- End of schema.-->
|
||||
</schema>
|
Loading…
Add table
Add a link
Reference in a new issue