Add comments #2682

This commit is contained in:
Martin Lensment 2015-06-08 17:40:34 +03:00
parent e924670dc3
commit 5e545ac027

View file

@ -7,21 +7,19 @@
<annotation> <annotation>
<documentation> <documentation>
EIS Extensible Provisioning Protocol v1.0 EIS Extensible Provisioning Protocol v1.0 extension schema.
extension schema.
</documentation> </documentation>
</annotation> </annotation>
<!-- <!--
Child elements found in EPP commands. Child elements found in EPP commands.
--> -->
<element name="extdata" type="eis:legalDocAndIdentType"/> <element name="extdata" type="eis:legalDocAndIdentType"/>
<!-- <!--
Child elements supporting either the Child elements supporting ident and legal documents.
dsData or the keyData interface. -->
-->
<complexType name="legalDocAndIdentType"> <complexType name="legalDocAndIdentType">
<sequence> <sequence>
<element name="ident" type="eis:identType" minOccurs="0" maxOccurs="1"/> <element name="ident" type="eis:identType" minOccurs="0" maxOccurs="1"/>
@ -29,9 +27,13 @@
</sequence> </sequence>
</complexType> </complexType>
<!-- <!--
Child elements of extdata Child elements of extdata
--> -->
<!--
Legal document, encoded in base64
-->
<complexType name="legalDocType"> <complexType name="legalDocType">
<simpleContent> <simpleContent>
<extension base="base64Binary"> <extension base="base64Binary">
@ -53,6 +55,9 @@
</restriction> </restriction>
</simpleType> </simpleType>
<!--
Ident with type and country code
-->
<complexType name="identType"> <complexType name="identType">
<simpleContent> <simpleContent>
<extension base="normalizedString"> <extension base="normalizedString">