summaryrefslogtreecommitdiff
path: root/utils/src/main/java/org/etsi/uri/_01903/v1_3/ResponderIDType.java
diff options
context:
space:
mode:
Diffstat (limited to 'utils/src/main/java/org/etsi/uri/_01903/v1_3/ResponderIDType.java')
-rw-r--r--utils/src/main/java/org/etsi/uri/_01903/v1_3/ResponderIDType.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/utils/src/main/java/org/etsi/uri/_01903/v1_3/ResponderIDType.java b/utils/src/main/java/org/etsi/uri/_01903/v1_3/ResponderIDType.java
index ba17b448..0908f489 100644
--- a/utils/src/main/java/org/etsi/uri/_01903/v1_3/ResponderIDType.java
+++ b/utils/src/main/java/org/etsi/uri/_01903/v1_3/ResponderIDType.java
@@ -44,16 +44,16 @@ import javax.xml.bind.annotation.XmlType;
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
- * &lt;complexType name="ResponderIDType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;choice>
- * &lt;element name="ByName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="ByKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- * &lt;/choice>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="ResponderIDType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;choice&gt;
+ * &lt;element name="ByName" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="ByKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/&gt;
+ * &lt;/choice&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*