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,8 +7,7 @@
<annotation>
<documentation>
EIS Extensible Provisioning Protocol v1.0
extension schema.
EIS Extensible Provisioning Protocol v1.0 extension schema.
</documentation>
</annotation>
@ -19,8 +18,7 @@
<element name="extdata" type="eis:legalDocAndIdentType"/>
<!--
Child elements supporting either the
dsData or the keyData interface.
Child elements supporting ident and legal documents.
-->
<complexType name="legalDocAndIdentType">
<sequence>
@ -32,6 +30,10 @@
<!--
Child elements of extdata
-->
<!--
Legal document, encoded in base64
-->
<complexType name="legalDocType">
<simpleContent>
<extension base="base64Binary">
@ -53,6 +55,9 @@
</restriction>
</simpleType>
<!--
Ident with type and country code
-->
<complexType name="identType">
<simpleContent>
<extension base="normalizedString">