Interface AttributeDesignator

  • All Known Implementing Classes:
    AttributeDesignator

    public interface AttributeDesignator
    The AttributeDesignator element identifies an attribute name within an attribute namespace. The element is used in an attribute query to request that attribute values within a specific namespace be returned.

    The following schema fragment specifies the expected content contained within SAML AttributeDesignator element.

     <complexType name="AttributeDesignatorType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="AttributeName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="AttributeNamespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>