package org.picketlink.identity.federation.saml.v2.ac.classes; /** * <p> * Java class for RestrictedLengthType complex type. * * <p> * The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="RestrictedLengthType"> * <complexContent> * <restriction base="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}LengthType"> * <attribute name="min" use="required"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> * <minInclusive value="3"/> * </restriction> * </simpleType> * </attribute> * <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}integer" /> * </restriction> * </complexContent> * </complexType> * </pre> * * */ public class RestrictedLengthType extends LengthType { }