summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/szr/GetBPK.java
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2021-09-15 12:15:26 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2021-09-15 12:15:26 +0200
commit29c73e94ebabcb66a3d0ce56e75c6634d9b0e918 (patch)
tree51a5e77477b2ea21983eaf7fe8fcc7077db2ee95 /src/main/java/at/gv/util/xsd/szr/GetBPK.java
parent5a8c04fa5ac93b7e5d4a2f2d9be5aeda1ac9e479 (diff)
downloadegovutils-29c73e94ebabcb66a3d0ce56e75c6634d9b0e918.tar.gz
egovutils-29c73e94ebabcb66a3d0ce56e75c6634d9b0e918.tar.bz2
egovutils-29c73e94ebabcb66a3d0ce56e75c6634d9b0e918.zip
debug code to check missing XML namespaces
Diffstat (limited to 'src/main/java/at/gv/util/xsd/szr/GetBPK.java')
-rw-r--r--src/main/java/at/gv/util/xsd/szr/GetBPK.java26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/main/java/at/gv/util/xsd/szr/GetBPK.java b/src/main/java/at/gv/util/xsd/szr/GetBPK.java
index 1c57415..ea1f0c3 100644
--- a/src/main/java/at/gv/util/xsd/szr/GetBPK.java
+++ b/src/main/java/at/gv/util/xsd/szr/GetBPK.java
@@ -16,19 +16,19 @@ import javax.xml.bind.annotation.XmlType;
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
- * &lt;complexType>
- * &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="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="VKZ" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="Target" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/>
- * &lt;element name="ListMultiplePersons" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType&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="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="VKZ" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="Target" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;element name="ListMultiplePersons" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*