From 0ba96b399d70eac60ece03f4e438125736169d5b Mon Sep 17 00:00:00 2001
From: Tobias Kellner The following schema fragment specifies the expected content contained within this class.
*
* The following schema fragment specifies the expected content contained within this class.
*
* The following schema fragment specifies the expected content contained within this class.
*
* The following schema fragment specifies the expected content contained within this class.
*
* The following schema fragment specifies the expected content contained within this class.
*
* The following schema fragment specifies the expected content contained within this class.
*
* The following schema fragment specifies the expected content contained within this class.
*
* The following schema fragment specifies the expected content contained within this class.
*
*
*
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{}Chains"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{}Chains"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Action.java b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Action.java
index 5ecb3997..e99e9b17 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Action.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Action.java
@@ -37,23 +37,23 @@ import javax.xml.bind.annotation.XmlType;
*
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <choice>
- * <element name="ChainRef" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="RuleAction">
- * <simpleType>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- * <enumeration value="allow"/>
- * <enumeration value="deny"/>
- * </restriction>
- * </simpleType>
- * </element>
- * </choice>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <choice>
+ * <element name="ChainRef" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="RuleAction">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="allow"/>
+ * <enumeration value="deny"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * </choice>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Chain.java b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Chain.java
index eff37730..2c44faef 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Chain.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Chain.java
@@ -43,16 +43,16 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
*
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{}Rules" minOccurs="0"/>
- * </sequence>
- * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{}Rules" minOccurs="0"/>
+ * </sequence>
+ * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Chains.java b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Chains.java
index cccc97f6..9a9fb258 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Chains.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Chains.java
@@ -39,15 +39,15 @@ import javax.xml.bind.annotation.XmlType;
*
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{}Chain" maxOccurs="unbounded"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{}Chain" maxOccurs="unbounded"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Command.java b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Command.java
index 8428e432..ad66dac3 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Command.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Command.java
@@ -41,16 +41,16 @@ import javax.xml.bind.annotation.XmlType;
*
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{}Param" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{}Param" maxOccurs="unbounded" minOccurs="0"/>
+ * </sequence>
+ * <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Param.java b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Param.java
index d02fc833..bc163bb2 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Param.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Param.java
@@ -41,13 +41,13 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
*
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>string">
- * <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
- * </extension>
- * </simpleContent>
- * </complexType>
+ * <complexType>
+ * <simpleContent>
+ * <extension base="<http://www.w3.org/2001/XMLSchema>string">
+ * <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
+ * </extension>
+ * </simpleContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Rule.java b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Rule.java
index c1496884..9f49d817 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Rule.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Rule.java
@@ -43,24 +43,24 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
*
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{}AuthClass"/>
- * <choice minOccurs="0">
- * <element name="DomainName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="IPv4Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="URL" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </choice>
- * <element ref="{}Command" minOccurs="0"/>
- * <element ref="{}Action"/>
- * <element ref="{}UserInteraction"/>
- * </sequence>
- * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{}AuthClass"/>
+ * <choice minOccurs="0">
+ * <element name="DomainName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="IPv4Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="URL" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * </choice>
+ * <element ref="{}Command" minOccurs="0"/>
+ * <element ref="{}Action"/>
+ * <element ref="{}UserInteraction"/>
+ * </sequence>
+ * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Rules.java b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Rules.java
index 730cc9cf..4f28c0df 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Rules.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Rules.java
@@ -39,15 +39,15 @@ import javax.xml.bind.annotation.XmlType;
*
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{}Rule" maxOccurs="unbounded"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{}Rule" maxOccurs="unbounded"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/binding/BindingProcessorManager.java b/bkucommon/src/main/java/at/gv/egiz/bku/binding/BindingProcessorManager.java
index c4f535a9..069c23bb 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/binding/BindingProcessorManager.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/binding/BindingProcessorManager.java
@@ -71,13 +71,11 @@ public interface BindingProcessorManager {
/**
* Schedules the given BindingProcessor for processing.
- *
*
- * id.
signature.
*
- * @param document the signature document
+ * @param signature the signature
*
- * @throws NullPointerException if document is null
+ * @throws NullPointerException if signature is null
*/
public CreateCMSSignatureResultImpl(byte[] signature) {
super();
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/DataObjectHashDataInput.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/DataObjectHashDataInput.java
index f1236e60..d0451138 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/DataObjectHashDataInput.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/DataObjectHashDataInput.java
@@ -31,7 +31,7 @@ import java.io.InputStream;
/**
* DataObject-backed HashDataInput
- * If reference caching is enabled,
+ * If reference caching is enabled,
* the hashdata input stream can be obtained repeatedly.
* @author clemens
*/
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusCommandImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusCommandImpl.java
index 731c26af..2737eb2d 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusCommandImpl.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusCommandImpl.java
@@ -42,7 +42,7 @@ import org.slf4j.LoggerFactory;
/**
*
- * @author Clemens Orthacker STALResponses received in
- * {@link SLCommandImpl#transmitSTALRequest(List)}.
+ * {@link transmitSTALRequest(List)}.
*/
protected Iteratorxsd:Id-attribute values of the form
* '<elementName>-<random>-<sequenceNumber>',
* where
+ *
* <elementName> is the name provided at
+ * <elementName>; is the name provided at
* {@link #createIdValue(String)},<random> is a random generated fixed value for an
+ * <random>; is a random generated fixed value for an
* instance of this IdValueFactory and<sequenceNumber> is the sequence number of the value
+ * <sequenceNumber>; is the sequence number of the value
* generated for a given elementName by an instance of this
* IdValueFactory.STALPrivateKey with the given
* stal implementation, signature algorithm,
- * keyboxIdentifier and hashDataInputCallback
- * interface.
+ * keyboxIdentifier and dataObjects.
*
* @param stal
* the STAL implementation
@@ -74,8 +73,8 @@ public class STALPrivateKey implements PrivateKey {
* the signature algorithm
* @param keyboxIdentifier
* the keybox identifier
- * @param hashDataInputCallback
- * the interface for obtaining the has input data
+ * @param dataObjects
+ * the data objects
*/
public STALPrivateKey(STAL stal,
String algorithm, String keyboxIdentifier, ListThe following schema fragment specifies the expected content contained within this class. *
*
- * <simpleType name="AllSignatoriesType">
- * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- * <enumeration value="all"/>
- * </restriction>
- * </simpleType>
+ * <simpleType name="AllSignatoriesType">
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="all"/>
+ * </restriction>
+ * </simpleType>
*
*
*/
diff --git a/bkucommon/src/test/java/moaspss/generated/AnyChildrenType.java b/bkucommon/src/test/java/moaspss/generated/AnyChildrenType.java
index f86ad4da..0fa3cd45 100644
--- a/bkucommon/src/test/java/moaspss/generated/AnyChildrenType.java
+++ b/bkucommon/src/test/java/moaspss/generated/AnyChildrenType.java
@@ -42,15 +42,15 @@ import org.w3c.dom.Element;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="AnyChildrenType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <any/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="AnyChildrenType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <any/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/CMSContentBaseType.java b/bkucommon/src/test/java/moaspss/generated/CMSContentBaseType.java
index d14f9c43..d3be5f6c 100644
--- a/bkucommon/src/test/java/moaspss/generated/CMSContentBaseType.java
+++ b/bkucommon/src/test/java/moaspss/generated/CMSContentBaseType.java
@@ -36,15 +36,15 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="CMSContentBaseType">
- * <complexContent>
- * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType">
- * <choice minOccurs="0">
- * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- * </choice>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="CMSContentBaseType">
+ * <complexContent>
+ * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType">
+ * <choice minOccurs="0">
+ * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
+ * </choice>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/CMSDataObjectOptionalMetaType.java b/bkucommon/src/test/java/moaspss/generated/CMSDataObjectOptionalMetaType.java
index 8787cabf..b846a9b4 100644
--- a/bkucommon/src/test/java/moaspss/generated/CMSDataObjectOptionalMetaType.java
+++ b/bkucommon/src/test/java/moaspss/generated/CMSDataObjectOptionalMetaType.java
@@ -37,16 +37,16 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="CMSDataObjectOptionalMetaType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="MetaInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}MetaInfoType" minOccurs="0"/>
- * <element name="Content" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSContentBaseType"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="CMSDataObjectOptionalMetaType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="MetaInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}MetaInfoType" minOccurs="0"/>
+ * <element name="Content" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSContentBaseType"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/CanonicalizationMethodType.java b/bkucommon/src/test/java/moaspss/generated/CanonicalizationMethodType.java
index dc990d36..2bac2a81 100644
--- a/bkucommon/src/test/java/moaspss/generated/CanonicalizationMethodType.java
+++ b/bkucommon/src/test/java/moaspss/generated/CanonicalizationMethodType.java
@@ -42,16 +42,16 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="CanonicalizationMethodType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <any/>
- * </sequence>
- * <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="CanonicalizationMethodType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <any/>
+ * </sequence>
+ * <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/CheckResultType.java b/bkucommon/src/test/java/moaspss/generated/CheckResultType.java
index fc53ccd6..7334e423 100644
--- a/bkucommon/src/test/java/moaspss/generated/CheckResultType.java
+++ b/bkucommon/src/test/java/moaspss/generated/CheckResultType.java
@@ -40,16 +40,16 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="CheckResultType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
- * <element name="Info" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="CheckResultType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
+ * <element name="Info" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/ContentBaseType.java b/bkucommon/src/test/java/moaspss/generated/ContentBaseType.java
index 6aeb5f70..9ff71450 100644
--- a/bkucommon/src/test/java/moaspss/generated/ContentBaseType.java
+++ b/bkucommon/src/test/java/moaspss/generated/ContentBaseType.java
@@ -39,17 +39,17 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="ContentBaseType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <choice minOccurs="0">
- * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- * <element name="XMLContent" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLContentType"/>
- * <element name="LocRefContent" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
- * </choice>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="ContentBaseType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <choice minOccurs="0">
+ * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
+ * <element name="XMLContent" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLContentType"/>
+ * <element name="LocRefContent" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
+ * </choice>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/ContentExLocRefBaseType.java b/bkucommon/src/test/java/moaspss/generated/ContentExLocRefBaseType.java
index 21ba705f..4f25ac8f 100644
--- a/bkucommon/src/test/java/moaspss/generated/ContentExLocRefBaseType.java
+++ b/bkucommon/src/test/java/moaspss/generated/ContentExLocRefBaseType.java
@@ -37,16 +37,16 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="ContentExLocRefBaseType">
- * <complexContent>
- * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentBaseType">
- * <choice minOccurs="0">
- * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- * <element name="XMLContent" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLContentType"/>
- * </choice>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="ContentExLocRefBaseType">
+ * <complexContent>
+ * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentBaseType">
+ * <choice minOccurs="0">
+ * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
+ * <element name="XMLContent" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLContentType"/>
+ * </choice>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/ContentOptionalRefType.java b/bkucommon/src/test/java/moaspss/generated/ContentOptionalRefType.java
index 457bab02..0f4913a1 100644
--- a/bkucommon/src/test/java/moaspss/generated/ContentOptionalRefType.java
+++ b/bkucommon/src/test/java/moaspss/generated/ContentOptionalRefType.java
@@ -39,13 +39,13 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="ContentOptionalRefType">
- * <complexContent>
- * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentBaseType">
- * <attribute name="Reference" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * </extension>
- * </complexContent>
- * </complexType>
+ * <complexType name="ContentOptionalRefType">
+ * <complexContent>
+ * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentBaseType">
+ * <attribute name="Reference" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
+ * </extension>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/ContentRequiredRefType.java b/bkucommon/src/test/java/moaspss/generated/ContentRequiredRefType.java
index 0c829079..54cefabc 100644
--- a/bkucommon/src/test/java/moaspss/generated/ContentRequiredRefType.java
+++ b/bkucommon/src/test/java/moaspss/generated/ContentRequiredRefType.java
@@ -36,18 +36,18 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="ContentRequiredRefType">
- * <complexContent>
- * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType">
- * <choice minOccurs="0">
- * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- * <element name="XMLContent" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLContentType"/>
- * <element name="LocRefContent" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
- * </choice>
- * <attribute name="Reference" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="ContentRequiredRefType">
+ * <complexContent>
+ * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType">
+ * <choice minOccurs="0">
+ * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
+ * <element name="XMLContent" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLContentType"/>
+ * <element name="LocRefContent" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
+ * </choice>
+ * <attribute name="Reference" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/CreateSignatureEnvironmentProfile.java b/bkucommon/src/test/java/moaspss/generated/CreateSignatureEnvironmentProfile.java
index b5a75f4a..262e26b9 100644
--- a/bkucommon/src/test/java/moaspss/generated/CreateSignatureEnvironmentProfile.java
+++ b/bkucommon/src/test/java/moaspss/generated/CreateSignatureEnvironmentProfile.java
@@ -40,16 +40,16 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="CreateSignatureLocation" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateSignatureLocationType"/>
- * <element name="Supplement" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLDataObjectAssociationType" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="CreateSignatureLocation" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateSignatureLocationType"/>
+ * <element name="Supplement" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}XMLDataObjectAssociationType" maxOccurs="unbounded" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/CreateSignatureLocationType.java b/bkucommon/src/test/java/moaspss/generated/CreateSignatureLocationType.java
index 9b5774f1..dc5cf710 100644
--- a/bkucommon/src/test/java/moaspss/generated/CreateSignatureLocationType.java
+++ b/bkucommon/src/test/java/moaspss/generated/CreateSignatureLocationType.java
@@ -42,13 +42,13 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="CreateSignatureLocationType">
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>token">
- * <attribute name="Index" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
- * </extension>
- * </simpleContent>
- * </complexType>
+ * <complexType name="CreateSignatureLocationType">
+ * <simpleContent>
+ * <extension base="<http://www.w3.org/2001/XMLSchema>token">
+ * <attribute name="Index" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
+ * </extension>
+ * </simpleContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/CreateTransformsInfoProfile.java b/bkucommon/src/test/java/moaspss/generated/CreateTransformsInfoProfile.java
index 99466c45..0115b0ff 100644
--- a/bkucommon/src/test/java/moaspss/generated/CreateTransformsInfoProfile.java
+++ b/bkucommon/src/test/java/moaspss/generated/CreateTransformsInfoProfile.java
@@ -40,16 +40,16 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="CreateTransformsInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}TransformsInfoType"/>
- * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}Supplement" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="CreateTransformsInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}TransformsInfoType"/>
+ * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}Supplement" maxOccurs="unbounded" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/CreateXMLSignatureRequest.java b/bkucommon/src/test/java/moaspss/generated/CreateXMLSignatureRequest.java
index ebf527cc..7f1aa66e 100644
--- a/bkucommon/src/test/java/moaspss/generated/CreateXMLSignatureRequest.java
+++ b/bkucommon/src/test/java/moaspss/generated/CreateXMLSignatureRequest.java
@@ -37,12 +37,12 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType>
- * <complexContent>
- * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateXMLSignatureRequestType">
- * </extension>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateXMLSignatureRequestType">
+ * </extension>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/CreateXMLSignatureRequestType.java b/bkucommon/src/test/java/moaspss/generated/CreateXMLSignatureRequestType.java
index 02afca65..211dc249 100644
--- a/bkucommon/src/test/java/moaspss/generated/CreateXMLSignatureRequestType.java
+++ b/bkucommon/src/test/java/moaspss/generated/CreateXMLSignatureRequestType.java
@@ -43,50 +43,50 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="CreateXMLSignatureRequestType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="KeyIdentifier" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}KeyIdentifierType"/>
- * <element name="SingleSignatureInfo" maxOccurs="unbounded">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="DataObjectInfo" maxOccurs="unbounded">
- * <complexType>
- * <complexContent>
- * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}DataObjectInfoType">
- * <attribute name="ChildOfManifest" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
- * </extension>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="CreateSignatureInfo" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="CreateSignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/>
- * <choice>
- * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateSignatureEnvironmentProfile"/>
- * <element name="CreateSignatureEnvironmentProfileID" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ProfileIdentifierType"/>
- * </choice>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </sequence>
- * <attribute name="SecurityLayerConformity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="CreateXMLSignatureRequestType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="KeyIdentifier" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}KeyIdentifierType"/>
+ * <element name="SingleSignatureInfo" maxOccurs="unbounded">
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="DataObjectInfo" maxOccurs="unbounded">
+ * <complexType>
+ * <complexContent>
+ * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}DataObjectInfoType">
+ * <attribute name="ChildOfManifest" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ * </element>
+ * <element name="CreateSignatureInfo" minOccurs="0">
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="CreateSignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/>
+ * <choice>
+ * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateSignatureEnvironmentProfile"/>
+ * <element name="CreateSignatureEnvironmentProfileID" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ProfileIdentifierType"/>
+ * </choice>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </element>
+ * </sequence>
+ * <attribute name="SecurityLayerConformity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </element>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
@@ -166,39 +166,39 @@ public class CreateXMLSignatureRequestType {
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="DataObjectInfo" maxOccurs="unbounded">
- * <complexType>
- * <complexContent>
- * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}DataObjectInfoType">
- * <attribute name="ChildOfManifest" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
- * </extension>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="CreateSignatureInfo" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="CreateSignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/>
- * <choice>
- * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateSignatureEnvironmentProfile"/>
- * <element name="CreateSignatureEnvironmentProfileID" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ProfileIdentifierType"/>
- * </choice>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </sequence>
- * <attribute name="SecurityLayerConformity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="DataObjectInfo" maxOccurs="unbounded">
+ * <complexType>
+ * <complexContent>
+ * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}DataObjectInfoType">
+ * <attribute name="ChildOfManifest" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ * </element>
+ * <element name="CreateSignatureInfo" minOccurs="0">
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="CreateSignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/>
+ * <choice>
+ * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateSignatureEnvironmentProfile"/>
+ * <element name="CreateSignatureEnvironmentProfileID" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ProfileIdentifierType"/>
+ * </choice>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </element>
+ * </sequence>
+ * <attribute name="SecurityLayerConformity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
@@ -305,19 +305,19 @@ public class CreateXMLSignatureRequestType {
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="CreateSignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/>
- * <choice>
- * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateSignatureEnvironmentProfile"/>
- * <element name="CreateSignatureEnvironmentProfileID" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ProfileIdentifierType"/>
- * </choice>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="CreateSignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/>
+ * <choice>
+ * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateSignatureEnvironmentProfile"/>
+ * <element name="CreateSignatureEnvironmentProfileID" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ProfileIdentifierType"/>
+ * </choice>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
@@ -419,13 +419,13 @@ public class CreateXMLSignatureRequestType {
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType>
- * <complexContent>
- * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}DataObjectInfoType">
- * <attribute name="ChildOfManifest" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
- * </extension>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}DataObjectInfoType">
+ * <attribute name="ChildOfManifest" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
+ * </extension>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/CreateXMLSignatureResponseType.java b/bkucommon/src/test/java/moaspss/generated/CreateXMLSignatureResponseType.java
index db03c36d..7a6399b9 100644
--- a/bkucommon/src/test/java/moaspss/generated/CreateXMLSignatureResponseType.java
+++ b/bkucommon/src/test/java/moaspss/generated/CreateXMLSignatureResponseType.java
@@ -42,26 +42,26 @@ import org.w3c.dom.Element;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="CreateXMLSignatureResponseType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <choice maxOccurs="unbounded">
- * <element name="SignatureEnvironment">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <any/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}ErrorResponse"/>
- * </choice>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="CreateXMLSignatureResponseType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <choice maxOccurs="unbounded">
+ * <element name="SignatureEnvironment">
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <any/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </element>
+ * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}ErrorResponse"/>
+ * </choice>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
@@ -115,15 +115,15 @@ public class CreateXMLSignatureResponseType {
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <any/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <any/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/DSAKeyValueType.java b/bkucommon/src/test/java/moaspss/generated/DSAKeyValueType.java
index 5551cecc..3d0fda2e 100644
--- a/bkucommon/src/test/java/moaspss/generated/DSAKeyValueType.java
+++ b/bkucommon/src/test/java/moaspss/generated/DSAKeyValueType.java
@@ -37,25 +37,25 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="DSAKeyValueType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <sequence minOccurs="0">
- * <element name="P" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * <element name="Q" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * </sequence>
- * <element name="G" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/>
- * <element name="Y" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * <element name="J" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/>
- * <sequence minOccurs="0">
- * <element name="Seed" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * <element name="PgenCounter" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * </sequence>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="DSAKeyValueType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <sequence minOccurs="0">
+ * <element name="P" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
+ * <element name="Q" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
+ * </sequence>
+ * <element name="G" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/>
+ * <element name="Y" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
+ * <element name="J" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/>
+ * <sequence minOccurs="0">
+ * <element name="Seed" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
+ * <element name="PgenCounter" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
+ * </sequence>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/DataObjectInfoType.java b/bkucommon/src/test/java/moaspss/generated/DataObjectInfoType.java
index 463adb8e..9d535077 100644
--- a/bkucommon/src/test/java/moaspss/generated/DataObjectInfoType.java
+++ b/bkucommon/src/test/java/moaspss/generated/DataObjectInfoType.java
@@ -41,34 +41,34 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="DataObjectInfoType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="DataObject">
- * <complexType>
- * <complexContent>
- * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType">
- * </extension>
- * </complexContent>
- * </complexType>
- * </element>
- * <choice>
- * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateTransformsInfoProfile"/>
- * <element name="CreateTransformsInfoProfileID" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ProfileIdentifierType"/>
- * </choice>
- * </sequence>
- * <attribute name="Structure" use="required">
- * <simpleType>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- * <enumeration value="detached"/>
- * <enumeration value="enveloping"/>
- * </restriction>
- * </simpleType>
- * </attribute>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="DataObjectInfoType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="DataObject">
+ * <complexType>
+ * <complexContent>
+ * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType">
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ * </element>
+ * <choice>
+ * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}CreateTransformsInfoProfile"/>
+ * <element name="CreateTransformsInfoProfileID" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ProfileIdentifierType"/>
+ * </choice>
+ * </sequence>
+ * <attribute name="Structure" use="required">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="detached"/>
+ * <enumeration value="enveloping"/>
+ * </restriction>
+ * </simpleType>
+ * </attribute>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
@@ -197,12 +197,12 @@ public class DataObjectInfoType {
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType>
- * <complexContent>
- * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType">
- * </extension>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType">
+ * </extension>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/DigestMethodType.java b/bkucommon/src/test/java/moaspss/generated/DigestMethodType.java
index 1f6af96c..85014cba 100644
--- a/bkucommon/src/test/java/moaspss/generated/DigestMethodType.java
+++ b/bkucommon/src/test/java/moaspss/generated/DigestMethodType.java
@@ -43,16 +43,16 @@ import org.w3c.dom.Element;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="DigestMethodType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <any/>
- * </sequence>
- * <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="DigestMethodType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <any/>
+ * </sequence>
+ * <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/ErrorResponseType.java b/bkucommon/src/test/java/moaspss/generated/ErrorResponseType.java
index 1937f129..0399d4ae 100644
--- a/bkucommon/src/test/java/moaspss/generated/ErrorResponseType.java
+++ b/bkucommon/src/test/java/moaspss/generated/ErrorResponseType.java
@@ -38,16 +38,16 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="ErrorResponseType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}integer"/>
- * <element name="Info" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="ErrorResponseType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}integer"/>
+ * <element name="Info" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/FinalDataMetaInfoType.java b/bkucommon/src/test/java/moaspss/generated/FinalDataMetaInfoType.java
index d482d6df..0be0ad00 100644
--- a/bkucommon/src/test/java/moaspss/generated/FinalDataMetaInfoType.java
+++ b/bkucommon/src/test/java/moaspss/generated/FinalDataMetaInfoType.java
@@ -38,15 +38,15 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="FinalDataMetaInfoType">
- * <complexContent>
- * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}MetaInfoType">
- * <sequence>
- * <element name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
+ * <complexType name="FinalDataMetaInfoType">
+ * <complexContent>
+ * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}MetaInfoType">
+ * <sequence>
+ * <element name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/InputDataType.java b/bkucommon/src/test/java/moaspss/generated/InputDataType.java
index c9c445b5..d59a4426 100644
--- a/bkucommon/src/test/java/moaspss/generated/InputDataType.java
+++ b/bkucommon/src/test/java/moaspss/generated/InputDataType.java
@@ -41,21 +41,21 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="InputDataType">
- * <complexContent>
- * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentExLocRefBaseType">
- * <attribute name="PartOf" default="SignedInfo">
- * <simpleType>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}token">
- * <enumeration value="SignedInfo"/>
- * <enumeration value="XMLDSIGManifest"/>
- * </restriction>
- * </simpleType>
- * </attribute>
- * <attribute name="ReferringSigReference" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
- * </extension>
- * </complexContent>
- * </complexType>
+ * <complexType name="InputDataType">
+ * <complexContent>
+ * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentExLocRefBaseType">
+ * <attribute name="PartOf" default="SignedInfo">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}token">
+ * <enumeration value="SignedInfo"/>
+ * <enumeration value="XMLDSIGManifest"/>
+ * </restriction>
+ * </simpleType>
+ * </attribute>
+ * <attribute name="ReferringSigReference" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
+ * </extension>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/KeyInfoType.java b/bkucommon/src/test/java/moaspss/generated/KeyInfoType.java
index d27beb1a..17600489 100644
--- a/bkucommon/src/test/java/moaspss/generated/KeyInfoType.java
+++ b/bkucommon/src/test/java/moaspss/generated/KeyInfoType.java
@@ -49,23 +49,23 @@ import org.w3c.dom.Element;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="KeyInfoType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <choice maxOccurs="unbounded">
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyName"/>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyValue"/>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}RetrievalMethod"/>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}X509Data"/>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}PGPData"/>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}SPKIData"/>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}MgmtData"/>
- * <any/>
- * </choice>
- * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="KeyInfoType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <choice maxOccurs="unbounded">
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyName"/>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyValue"/>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}RetrievalMethod"/>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}X509Data"/>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}PGPData"/>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}SPKIData"/>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}MgmtData"/>
+ * <any/>
+ * </choice>
+ * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/KeyStorageType.java b/bkucommon/src/test/java/moaspss/generated/KeyStorageType.java
index 3cece983..16a1d642 100644
--- a/bkucommon/src/test/java/moaspss/generated/KeyStorageType.java
+++ b/bkucommon/src/test/java/moaspss/generated/KeyStorageType.java
@@ -36,12 +36,12 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. *
*
- * <simpleType name="KeyStorageType">
- * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- * <enumeration value="Software"/>
- * <enumeration value="Hardware"/>
- * </restriction>
- * </simpleType>
+ * <simpleType name="KeyStorageType">
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="Software"/>
+ * <enumeration value="Hardware"/>
+ * </restriction>
+ * </simpleType>
*
*
*/
diff --git a/bkucommon/src/test/java/moaspss/generated/KeyValueType.java b/bkucommon/src/test/java/moaspss/generated/KeyValueType.java
index 8c94bf61..516ecdb4 100644
--- a/bkucommon/src/test/java/moaspss/generated/KeyValueType.java
+++ b/bkucommon/src/test/java/moaspss/generated/KeyValueType.java
@@ -44,17 +44,17 @@ import org.w3c.dom.Element;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="KeyValueType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <choice>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}DSAKeyValue"/>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}RSAKeyValue"/>
- * <any/>
- * </choice>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="KeyValueType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <choice>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}DSAKeyValue"/>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}RSAKeyValue"/>
+ * <any/>
+ * </choice>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/ManifestRefsCheckResultInfoType.java b/bkucommon/src/test/java/moaspss/generated/ManifestRefsCheckResultInfoType.java
index 67b1a22a..559131d0 100644
--- a/bkucommon/src/test/java/moaspss/generated/ManifestRefsCheckResultInfoType.java
+++ b/bkucommon/src/test/java/moaspss/generated/ManifestRefsCheckResultInfoType.java
@@ -36,17 +36,17 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="ManifestRefsCheckResultInfoType">
- * <complexContent>
- * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType">
- * <sequence>
- * <any/>
- * <element name="FailedReference" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="ReferringSigReference" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="ManifestRefsCheckResultInfoType">
+ * <complexContent>
+ * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType">
+ * <sequence>
+ * <any/>
+ * <element name="FailedReference" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="ReferringSigReference" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/ManifestRefsCheckResultType.java b/bkucommon/src/test/java/moaspss/generated/ManifestRefsCheckResultType.java
index dedad98b..67146547 100644
--- a/bkucommon/src/test/java/moaspss/generated/ManifestRefsCheckResultType.java
+++ b/bkucommon/src/test/java/moaspss/generated/ManifestRefsCheckResultType.java
@@ -36,16 +36,16 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="ManifestRefsCheckResultType">
- * <complexContent>
- * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType">
- * <sequence>
- * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
- * <element name="Info" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ManifestRefsCheckResultInfoType"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="ManifestRefsCheckResultType">
+ * <complexContent>
+ * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType">
+ * <sequence>
+ * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
+ * <element name="Info" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ManifestRefsCheckResultInfoType"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/ManifestType.java b/bkucommon/src/test/java/moaspss/generated/ManifestType.java
index 18116deb..0e79ea33 100644
--- a/bkucommon/src/test/java/moaspss/generated/ManifestType.java
+++ b/bkucommon/src/test/java/moaspss/generated/ManifestType.java
@@ -44,16 +44,16 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="ManifestType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}Reference" maxOccurs="unbounded"/>
- * </sequence>
- * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="ManifestType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}Reference" maxOccurs="unbounded"/>
+ * </sequence>
+ * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/MetaInfoType.java b/bkucommon/src/test/java/moaspss/generated/MetaInfoType.java
index f1b1e6a4..ca347ee6 100644
--- a/bkucommon/src/test/java/moaspss/generated/MetaInfoType.java
+++ b/bkucommon/src/test/java/moaspss/generated/MetaInfoType.java
@@ -44,17 +44,17 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="MetaInfoType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="MimeType" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}MimeTypeType"/>
- * <element name="Description" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
- * <any/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="MetaInfoType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="MimeType" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}MimeTypeType"/>
+ * <element name="Description" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
+ * <any/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/ObjectType.java b/bkucommon/src/test/java/moaspss/generated/ObjectType.java
index 3aed3184..8aab1636 100644
--- a/bkucommon/src/test/java/moaspss/generated/ObjectType.java
+++ b/bkucommon/src/test/java/moaspss/generated/ObjectType.java
@@ -46,18 +46,18 @@ import org.w3c.dom.Element;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="ObjectType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence maxOccurs="unbounded" minOccurs="0">
- * <any/>
- * </sequence>
- * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- * <attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" />
- * <attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="ObjectType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence maxOccurs="unbounded" minOccurs="0">
+ * <any/>
+ * </sequence>
+ * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
+ * <attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" />
+ * <attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/PGPDataType.java b/bkucommon/src/test/java/moaspss/generated/PGPDataType.java
index c3e17d7f..a3acd569 100644
--- a/bkucommon/src/test/java/moaspss/generated/PGPDataType.java
+++ b/bkucommon/src/test/java/moaspss/generated/PGPDataType.java
@@ -43,23 +43,23 @@ import org.w3c.dom.Element;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="PGPDataType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <choice>
- * <sequence>
- * <element name="PGPKeyID" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- * <element name="PGPKeyPacket" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
- * <any/>
- * </sequence>
- * <sequence>
- * <element name="PGPKeyPacket" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- * <any/>
- * </sequence>
- * </choice>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="PGPDataType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <choice>
+ * <sequence>
+ * <element name="PGPKeyID" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
+ * <element name="PGPKeyPacket" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
+ * <any/>
+ * </sequence>
+ * <sequence>
+ * <element name="PGPKeyPacket" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
+ * <any/>
+ * </sequence>
+ * </choice>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/PublicAuthorityType.java b/bkucommon/src/test/java/moaspss/generated/PublicAuthorityType.java
index 655359f8..7fb13354 100644
--- a/bkucommon/src/test/java/moaspss/generated/PublicAuthorityType.java
+++ b/bkucommon/src/test/java/moaspss/generated/PublicAuthorityType.java
@@ -37,15 +37,15 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="PublicAuthorityType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="PublicAuthorityType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/RSAKeyValueType.java b/bkucommon/src/test/java/moaspss/generated/RSAKeyValueType.java
index acf0fc3b..fa00c8a7 100644
--- a/bkucommon/src/test/java/moaspss/generated/RSAKeyValueType.java
+++ b/bkucommon/src/test/java/moaspss/generated/RSAKeyValueType.java
@@ -37,16 +37,16 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="RSAKeyValueType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Modulus" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * <element name="Exponent" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="RSAKeyValueType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="Modulus" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
+ * <element name="Exponent" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/ReferenceType.java b/bkucommon/src/test/java/moaspss/generated/ReferenceType.java
index 263e504d..871aa86f 100644
--- a/bkucommon/src/test/java/moaspss/generated/ReferenceType.java
+++ b/bkucommon/src/test/java/moaspss/generated/ReferenceType.java
@@ -42,20 +42,20 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="ReferenceType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/>
- * </sequence>
- * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- * <attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="ReferenceType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/>
+ * </sequence>
+ * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
+ * <attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
+ * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/ReferencesCheckResultInfoType.java b/bkucommon/src/test/java/moaspss/generated/ReferencesCheckResultInfoType.java
index 0c08e4b3..fa305479 100644
--- a/bkucommon/src/test/java/moaspss/generated/ReferencesCheckResultInfoType.java
+++ b/bkucommon/src/test/java/moaspss/generated/ReferencesCheckResultInfoType.java
@@ -36,16 +36,16 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="ReferencesCheckResultInfoType">
- * <complexContent>
- * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType">
- * <sequence>
- * <any/>
- * <element name="FailedReference" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="ReferencesCheckResultInfoType">
+ * <complexContent>
+ * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType">
+ * <sequence>
+ * <any/>
+ * <element name="FailedReference" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/ReferencesCheckResultType.java b/bkucommon/src/test/java/moaspss/generated/ReferencesCheckResultType.java
index be45e1f7..0b14de02 100644
--- a/bkucommon/src/test/java/moaspss/generated/ReferencesCheckResultType.java
+++ b/bkucommon/src/test/java/moaspss/generated/ReferencesCheckResultType.java
@@ -36,16 +36,16 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="ReferencesCheckResultType">
- * <complexContent>
- * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType">
- * <sequence>
- * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
- * <element name="Info" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultInfoType" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="ReferencesCheckResultType">
+ * <complexContent>
+ * <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType">
+ * <sequence>
+ * <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
+ * <element name="Info" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultInfoType" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/RetrievalMethodType.java b/bkucommon/src/test/java/moaspss/generated/RetrievalMethodType.java
index e0eba597..bb635fb5 100644
--- a/bkucommon/src/test/java/moaspss/generated/RetrievalMethodType.java
+++ b/bkucommon/src/test/java/moaspss/generated/RetrievalMethodType.java
@@ -39,17 +39,17 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="RetrievalMethodType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
- * </sequence>
- * <attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="RetrievalMethodType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
+ * </sequence>
+ * <attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
+ * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/SPKIDataType.java b/bkucommon/src/test/java/moaspss/generated/SPKIDataType.java
index 2d7f50ee..86ba582c 100644
--- a/bkucommon/src/test/java/moaspss/generated/SPKIDataType.java
+++ b/bkucommon/src/test/java/moaspss/generated/SPKIDataType.java
@@ -42,16 +42,16 @@ import org.w3c.dom.Element;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="SPKIDataType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence maxOccurs="unbounded">
- * <element name="SPKISexp" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- * <any/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="SPKIDataType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence maxOccurs="unbounded">
+ * <element name="SPKISexp" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
+ * <any/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/SignatureMethodType.java b/bkucommon/src/test/java/moaspss/generated/SignatureMethodType.java
index 1dd81905..a803f40c 100644
--- a/bkucommon/src/test/java/moaspss/generated/SignatureMethodType.java
+++ b/bkucommon/src/test/java/moaspss/generated/SignatureMethodType.java
@@ -45,17 +45,17 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="SignatureMethodType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="HMACOutputLength" type="{http://www.w3.org/2000/09/xmldsig#}HMACOutputLengthType" minOccurs="0"/>
- * <any/>
- * </sequence>
- * <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="SignatureMethodType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="HMACOutputLength" type="{http://www.w3.org/2000/09/xmldsig#}HMACOutputLengthType" minOccurs="0"/>
+ * <any/>
+ * </sequence>
+ * <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/SignaturePropertiesType.java b/bkucommon/src/test/java/moaspss/generated/SignaturePropertiesType.java
index 62308fde..52cace05 100644
--- a/bkucommon/src/test/java/moaspss/generated/SignaturePropertiesType.java
+++ b/bkucommon/src/test/java/moaspss/generated/SignaturePropertiesType.java
@@ -44,16 +44,16 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="SignaturePropertiesType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureProperty" maxOccurs="unbounded"/>
- * </sequence>
- * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="SignaturePropertiesType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureProperty" maxOccurs="unbounded"/>
+ * </sequence>
+ * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/SignaturePropertyType.java b/bkucommon/src/test/java/moaspss/generated/SignaturePropertyType.java
index 394a5173..d1534e41 100644
--- a/bkucommon/src/test/java/moaspss/generated/SignaturePropertyType.java
+++ b/bkucommon/src/test/java/moaspss/generated/SignaturePropertyType.java
@@ -46,17 +46,17 @@ import org.w3c.dom.Element;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="SignaturePropertyType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <choice maxOccurs="unbounded">
- * <any/>
- * </choice>
- * <attribute name="Target" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="SignaturePropertyType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <choice maxOccurs="unbounded">
+ * <any/>
+ * </choice>
+ * <attribute name="Target" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
+ * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/SignatureType.java b/bkucommon/src/test/java/moaspss/generated/SignatureType.java
index 9e1a30a2..c34ac89d 100644
--- a/bkucommon/src/test/java/moaspss/generated/SignatureType.java
+++ b/bkucommon/src/test/java/moaspss/generated/SignatureType.java
@@ -44,19 +44,19 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="SignatureType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}SignedInfo"/>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureValue"/>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" minOccurs="0"/>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}Object" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="SignatureType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}SignedInfo"/>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureValue"/>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" minOccurs="0"/>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}Object" maxOccurs="unbounded" minOccurs="0"/>
+ * </sequence>
+ * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/SignatureValueType.java b/bkucommon/src/test/java/moaspss/generated/SignatureValueType.java
index 6312a3ab..3e3be465 100644
--- a/bkucommon/src/test/java/moaspss/generated/SignatureValueType.java
+++ b/bkucommon/src/test/java/moaspss/generated/SignatureValueType.java
@@ -42,13 +42,13 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="SignatureValueType">
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
- * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- * </extension>
- * </simpleContent>
- * </complexType>
+ * <complexType name="SignatureValueType">
+ * <simpleContent>
+ * <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
+ * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
+ * </extension>
+ * </simpleContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/SignedInfoType.java b/bkucommon/src/test/java/moaspss/generated/SignedInfoType.java
index df3e15ab..7810c22b 100644
--- a/bkucommon/src/test/java/moaspss/generated/SignedInfoType.java
+++ b/bkucommon/src/test/java/moaspss/generated/SignedInfoType.java
@@ -44,18 +44,18 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="SignedInfoType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}CanonicalizationMethod"/>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureMethod"/>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}Reference" maxOccurs="unbounded"/>
- * </sequence>
- * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="SignedInfoType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}CanonicalizationMethod"/>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureMethod"/>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}Reference" maxOccurs="unbounded"/>
+ * </sequence>
+ * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/TransformParameterType.java b/bkucommon/src/test/java/moaspss/generated/TransformParameterType.java
index e5e5e18a..e5b8bb4a 100644
--- a/bkucommon/src/test/java/moaspss/generated/TransformParameterType.java
+++ b/bkucommon/src/test/java/moaspss/generated/TransformParameterType.java
@@ -39,28 +39,28 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="TransformParameterType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <choice minOccurs="0">
- * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- * <element name="Hash">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </choice>
- * <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="TransformParameterType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <choice minOccurs="0">
+ * <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
+ * <element name="Hash">
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </element>
+ * </choice>
+ * <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
@@ -157,16 +157,16 @@ public class TransformParameterType {
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/TransformType.java b/bkucommon/src/test/java/moaspss/generated/TransformType.java
index 3ba8c404..81b11096 100644
--- a/bkucommon/src/test/java/moaspss/generated/TransformType.java
+++ b/bkucommon/src/test/java/moaspss/generated/TransformType.java
@@ -45,17 +45,17 @@ import org.w3c.dom.Element;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="TransformType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <choice maxOccurs="unbounded" minOccurs="0">
- * <any/>
- * <element name="XPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </choice>
- * <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="TransformType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <choice maxOccurs="unbounded" minOccurs="0">
+ * <any/>
+ * <element name="XPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * </choice>
+ * <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/TransformsInfoType.java b/bkucommon/src/test/java/moaspss/generated/TransformsInfoType.java
index 9dfa9575..0ea46fe1 100644
--- a/bkucommon/src/test/java/moaspss/generated/TransformsInfoType.java
+++ b/bkucommon/src/test/java/moaspss/generated/TransformsInfoType.java
@@ -37,16 +37,16 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="TransformsInfoType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
- * <element name="FinalDataMetaInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}FinalDataMetaInfoType"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="TransformsInfoType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
+ * <element name="FinalDataMetaInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}FinalDataMetaInfoType"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/TransformsType.java b/bkucommon/src/test/java/moaspss/generated/TransformsType.java
index 4959ea7f..a23ecc02 100644
--- a/bkucommon/src/test/java/moaspss/generated/TransformsType.java
+++ b/bkucommon/src/test/java/moaspss/generated/TransformsType.java
@@ -39,15 +39,15 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="TransformsType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transform" maxOccurs="unbounded"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="TransformsType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transform" maxOccurs="unbounded"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/VerifyCMSSignatureRequest.java b/bkucommon/src/test/java/moaspss/generated/VerifyCMSSignatureRequest.java
index 66bfc176..05accdc7 100644
--- a/bkucommon/src/test/java/moaspss/generated/VerifyCMSSignatureRequest.java
+++ b/bkucommon/src/test/java/moaspss/generated/VerifyCMSSignatureRequest.java
@@ -40,13 +40,13 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType>
- * <complexContent>
- * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyCMSSignatureRequestType">
- * <attribute name="Signatories" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}SignatoriesType" default="1" />
- * </extension>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyCMSSignatureRequestType">
+ * <attribute name="Signatories" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}SignatoriesType" default="1" />
+ * </extension>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/VerifyCMSSignatureRequestType.java b/bkucommon/src/test/java/moaspss/generated/VerifyCMSSignatureRequestType.java
index 50eb4dc4..71d884b1 100644
--- a/bkucommon/src/test/java/moaspss/generated/VerifyCMSSignatureRequestType.java
+++ b/bkucommon/src/test/java/moaspss/generated/VerifyCMSSignatureRequestType.java
@@ -42,18 +42,18 @@ import javax.xml.datatype.XMLGregorianCalendar;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="VerifyCMSSignatureRequestType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
- * <element name="CMSSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- * <element name="DataObject" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectOptionalMetaType" minOccurs="0"/>
- * <element name="TrustProfileID" type="{http://www.w3.org/2001/XMLSchema}token"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="VerifyCMSSignatureRequestType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ * <element name="CMSSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
+ * <element name="DataObject" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectOptionalMetaType" minOccurs="0"/>
+ * <element name="TrustProfileID" type="{http://www.w3.org/2001/XMLSchema}token"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/VerifyCMSSignatureResponseType.java b/bkucommon/src/test/java/moaspss/generated/VerifyCMSSignatureResponseType.java
index 16d87207..5d6234e7 100644
--- a/bkucommon/src/test/java/moaspss/generated/VerifyCMSSignatureResponseType.java
+++ b/bkucommon/src/test/java/moaspss/generated/VerifyCMSSignatureResponseType.java
@@ -41,17 +41,17 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="VerifyCMSSignatureResponseType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence maxOccurs="unbounded">
- * <element name="SignerInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType"/>
- * <element name="SignatureCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/>
- * <element name="CertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="VerifyCMSSignatureResponseType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence maxOccurs="unbounded">
+ * <element name="SignerInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType"/>
+ * <element name="SignatureCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/>
+ * <element name="CertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/VerifyTransformsDataType.java b/bkucommon/src/test/java/moaspss/generated/VerifyTransformsDataType.java
index 7bad2ee3..ed0fae54 100644
--- a/bkucommon/src/test/java/moaspss/generated/VerifyTransformsDataType.java
+++ b/bkucommon/src/test/java/moaspss/generated/VerifyTransformsDataType.java
@@ -40,16 +40,16 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="VerifyTransformsDataType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <choice maxOccurs="unbounded">
- * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyTransformsInfoProfile"/>
- * <element name="VerifyTransformsInfoProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </choice>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="VerifyTransformsDataType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <choice maxOccurs="unbounded">
+ * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyTransformsInfoProfile"/>
+ * <element name="VerifyTransformsInfoProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * </choice>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/VerifyTransformsInfoProfile.java b/bkucommon/src/test/java/moaspss/generated/VerifyTransformsInfoProfile.java
index 1405ec34..46f37425 100644
--- a/bkucommon/src/test/java/moaspss/generated/VerifyTransformsInfoProfile.java
+++ b/bkucommon/src/test/java/moaspss/generated/VerifyTransformsInfoProfile.java
@@ -40,16 +40,16 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
- * <element name="TransformParameter" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}TransformParameterType" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
+ * <element name="TransformParameter" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}TransformParameterType" maxOccurs="unbounded" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/VerifyXMLSignatureRequestType.java b/bkucommon/src/test/java/moaspss/generated/VerifyXMLSignatureRequestType.java
index 9a65a93c..efbf8005 100644
--- a/bkucommon/src/test/java/moaspss/generated/VerifyXMLSignatureRequestType.java
+++ b/bkucommon/src/test/java/moaspss/generated/VerifyXMLSignatureRequestType.java
@@ -45,45 +45,45 @@ import javax.xml.datatype.XMLGregorianCalendar;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="VerifyXMLSignatureRequestType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
- * <element name="VerifySignatureInfo">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="VerifySignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/>
- * <element name="VerifySignatureLocation" type="{http://www.w3.org/2001/XMLSchema}token"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <choice maxOccurs="unbounded" minOccurs="0">
- * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}SupplementProfile"/>
- * <element name="SupplementProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </choice>
- * <element name="SignatureManifestCheckParams" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="ReferenceInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyTransformsDataType" maxOccurs="unbounded"/>
- * </sequence>
- * <attribute name="ReturnReferenceInputData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="ReturnHashInputData" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
- * <element name="TrustProfileID" type="{http://www.w3.org/2001/XMLSchema}token"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="VerifyXMLSignatureRequestType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ * <element name="VerifySignatureInfo">
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="VerifySignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/>
+ * <element name="VerifySignatureLocation" type="{http://www.w3.org/2001/XMLSchema}token"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </element>
+ * <choice maxOccurs="unbounded" minOccurs="0">
+ * <element ref="{http://reference.e-government.gv.at/namespace/moa/20020822#}SupplementProfile"/>
+ * <element name="SupplementProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * </choice>
+ * <element name="SignatureManifestCheckParams" minOccurs="0">
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="ReferenceInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyTransformsDataType" maxOccurs="unbounded"/>
+ * </sequence>
+ * <attribute name="ReturnReferenceInputData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </element>
+ * <element name="ReturnHashInputData" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
+ * <element name="TrustProfileID" type="{http://www.w3.org/2001/XMLSchema}token"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
@@ -275,16 +275,16 @@ public class VerifyXMLSignatureRequestType {
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="ReferenceInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyTransformsDataType" maxOccurs="unbounded"/>
- * </sequence>
- * <attribute name="ReturnReferenceInputData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="ReferenceInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}VerifyTransformsDataType" maxOccurs="unbounded"/>
+ * </sequence>
+ * <attribute name="ReturnReferenceInputData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
@@ -366,16 +366,16 @@ public class VerifyXMLSignatureRequestType {
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="VerifySignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/>
- * <element name="VerifySignatureLocation" type="{http://www.w3.org/2001/XMLSchema}token"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="VerifySignatureEnvironment" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentOptionalRefType"/>
+ * <element name="VerifySignatureLocation" type="{http://www.w3.org/2001/XMLSchema}token"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/VerifyXMLSignatureResponseType.java b/bkucommon/src/test/java/moaspss/generated/VerifyXMLSignatureResponseType.java
index a827c705..e0782e13 100644
--- a/bkucommon/src/test/java/moaspss/generated/VerifyXMLSignatureResponseType.java
+++ b/bkucommon/src/test/java/moaspss/generated/VerifyXMLSignatureResponseType.java
@@ -39,21 +39,21 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="VerifyXMLSignatureResponseType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="SignerInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType"/>
- * <element name="HashInputData" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}InputDataType" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="ReferenceInputData" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}InputDataType" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="SignatureCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultType"/>
- * <element name="SignatureManifestCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultType" minOccurs="0"/>
- * <element name="XMLDSIGManifestCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ManifestRefsCheckResultType" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="CertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="VerifyXMLSignatureResponseType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="SignerInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType"/>
+ * <element name="HashInputData" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}InputDataType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="ReferenceInputData" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}InputDataType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="SignatureCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultType"/>
+ * <element name="SignatureManifestCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultType" minOccurs="0"/>
+ * <element name="XMLDSIGManifestCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ManifestRefsCheckResultType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="CertificateCheck" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/X509DataType.java b/bkucommon/src/test/java/moaspss/generated/X509DataType.java
index 140def2d..9add0bb4 100644
--- a/bkucommon/src/test/java/moaspss/generated/X509DataType.java
+++ b/bkucommon/src/test/java/moaspss/generated/X509DataType.java
@@ -43,22 +43,22 @@ import org.w3c.dom.Element;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="X509DataType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence maxOccurs="unbounded">
- * <choice>
- * <element name="X509IssuerSerial" type="{http://www.w3.org/2000/09/xmldsig#}X509IssuerSerialType"/>
- * <element name="X509SKI" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- * <element name="X509SubjectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="X509Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- * <element name="X509CRL" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
- * <any/>
- * </choice>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="X509DataType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence maxOccurs="unbounded">
+ * <choice>
+ * <element name="X509IssuerSerial" type="{http://www.w3.org/2000/09/xmldsig#}X509IssuerSerialType"/>
+ * <element name="X509SKI" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
+ * <element name="X509SubjectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="X509Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
+ * <element name="X509CRL" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
+ * <any/>
+ * </choice>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/X509IssuerSerialType.java b/bkucommon/src/test/java/moaspss/generated/X509IssuerSerialType.java
index fc0c6e76..bdf2f681 100644
--- a/bkucommon/src/test/java/moaspss/generated/X509IssuerSerialType.java
+++ b/bkucommon/src/test/java/moaspss/generated/X509IssuerSerialType.java
@@ -38,16 +38,16 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="X509IssuerSerialType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="X509IssuerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="X509SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="X509IssuerSerialType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="X509IssuerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="X509SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/XMLContentType.java b/bkucommon/src/test/java/moaspss/generated/XMLContentType.java
index cf69f8a0..37b3ad0f 100644
--- a/bkucommon/src/test/java/moaspss/generated/XMLContentType.java
+++ b/bkucommon/src/test/java/moaspss/generated/XMLContentType.java
@@ -39,13 +39,13 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="XMLContentType">
- * <complexContent>
- * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType">
- * <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
- * </extension>
- * </complexContent>
- * </complexType>
+ * <complexType name="XMLContentType">
+ * <complexContent>
+ * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}AnyChildrenType">
+ * <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
+ * </extension>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/test/java/moaspss/generated/XMLDataObjectAssociationType.java b/bkucommon/src/test/java/moaspss/generated/XMLDataObjectAssociationType.java
index bffeef42..6d006f86 100644
--- a/bkucommon/src/test/java/moaspss/generated/XMLDataObjectAssociationType.java
+++ b/bkucommon/src/test/java/moaspss/generated/XMLDataObjectAssociationType.java
@@ -37,16 +37,16 @@ import javax.xml.bind.annotation.XmlType;
* The following schema fragment specifies the expected content contained within this class. * *
- * <complexType name="XMLDataObjectAssociationType">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="MetaInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}MetaInfoType" minOccurs="0"/>
- * <element name="Content" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentRequiredRefType"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType name="XMLDataObjectAssociationType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="MetaInfo" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}MetaInfoType" minOccurs="0"/>
+ * <element name="Content" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ContentRequiredRefType"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
--
cgit v1.2.3