Interface RequestedAttribute

  • All Superinterfaces:
    Attribute, AttributeExtensibleXMLObject, RequestedAttribute, SAMLObject, XMLObject
    All Known Implementing Classes:
    RequestedAttributeImpl

    public interface RequestedAttribute
    extends RequestedAttribute
    The eIDAS <eidas:RequestedAttribute> element.
    
     <?xml version="1.0" encoding="UTF-8"?>
     <xsd:schema
         xmlns="http://eidas.europa.eu/saml-extensions"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         targetNamespace="http://eidas.europa.eu/saml-extensions"
         elementFormDefault="qualified"
         attributeFormDefault="unqualified"
         version="1">
           
       <complexType name="RequestedAttributeType">
         <sequence>
           <element ref="eidas:AttributeValue" type="anyType" minOccurs="0" maxOccurs="unbounded"/>
         </sequence>
         <attribute name="Name" type="string" use="required"/>
         <attribute name="NameFormat" type="anyURI" use="required"/>
         <attribute name="FriendlyName" type="string" use="optional"/>
         <anyAttribute namespace="##other" processContents="lax"/>
         <attribute name="isRequired" type="boolean" use="optional"/>
       </complexType>
       
     </xsd:schema> 
     
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)
    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.