diff options
Diffstat (limited to 'src/main/java/at/gv/util/xsd/szr/pvp/sec')
-rw-r--r-- | src/main/java/at/gv/util/xsd/szr/pvp/sec/Security.java | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/main/java/at/gv/util/xsd/szr/pvp/sec/Security.java b/src/main/java/at/gv/util/xsd/szr/pvp/sec/Security.java index 42a3d37..04c86ba 100644 --- a/src/main/java/at/gv/util/xsd/szr/pvp/sec/Security.java +++ b/src/main/java/at/gv/util/xsd/szr/pvp/sec/Security.java @@ -15,15 +15,15 @@ import at.gv.util.xsd.szr.pvp.PvpTokenType; * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * * <pre> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element ref="{http://egov.gv.at/pvp1.xsd}pvpToken"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element ref="{http://egov.gv.at/pvp1.xsd}pvpToken"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * |