summaryrefslogtreecommitdiff
path: root/STALXService/src/main/java/at/buergerkarte/namespaces/cardchannel/service/AttributeList.java
diff options
context:
space:
mode:
Diffstat (limited to 'STALXService/src/main/java/at/buergerkarte/namespaces/cardchannel/service/AttributeList.java')
-rw-r--r--STALXService/src/main/java/at/buergerkarte/namespaces/cardchannel/service/AttributeList.java18
1 files changed, 9 insertions, 9 deletions
diff --git a/STALXService/src/main/java/at/buergerkarte/namespaces/cardchannel/service/AttributeList.java b/STALXService/src/main/java/at/buergerkarte/namespaces/cardchannel/service/AttributeList.java
index 9270ebaf..a79c5b43 100644
--- a/STALXService/src/main/java/at/buergerkarte/namespaces/cardchannel/service/AttributeList.java
+++ b/STALXService/src/main/java/at/buergerkarte/namespaces/cardchannel/service/AttributeList.java
@@ -41,15 +41,15 @@ import javax.xml.bind.annotation.XmlType;
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
- * &lt;complexType name="AttributeList">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="Attribute" type="{http://www.buergerkarte.at/cardchannel}AttributeType" maxOccurs="unbounded" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="AttributeList"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="Attribute" type="{http://www.buergerkarte.at/cardchannel}AttributeType" maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*