Class AttributeType

java.lang.Object
eu.europa.esig.saml.jaxb.assertion.AttributeType
Direct Known Subclasses:
RequestedAttributeType

public class AttributeType extends Object

Java class for AttributeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AttributeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AttributeValue" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="NameFormat" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="FriendlyName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>