summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/szr/IdentityLinkType.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/szr/IdentityLinkType.java')
-rw-r--r--src/main/java/at/gv/util/xsd/szr/IdentityLinkType.java22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/main/java/at/gv/util/xsd/szr/IdentityLinkType.java b/src/main/java/at/gv/util/xsd/szr/IdentityLinkType.java
index 755bdbd..6226438 100644
--- a/src/main/java/at/gv/util/xsd/szr/IdentityLinkType.java
+++ b/src/main/java/at/gv/util/xsd/szr/IdentityLinkType.java
@@ -13,17 +13,17 @@ import javax.xml.bind.annotation.XmlType;
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
- * &lt;complexType name="IdentityLinkType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
- * &lt;element name="Assertion" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
- * &lt;element name="AdditionalInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="IdentityLinkType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/&gt;
+ * &lt;element name="Assertion" type="{http://www.w3.org/2001/XMLSchema}anyType"/&gt;
+ * &lt;element name="AdditionalInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*