| Top |  |  |  |  | 
Figure 62. Schema fragment for saml2:ProxyRestriction
<complexType name="ProxyRestrictionType">
  <complexContent>
    <extension base="saml:ConditionAbstractType">
      <sequence>
        <element ref="saml:Audience" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
      <attribute name="Count" type="nonNegativeInteger" use="optional"/>
    </extension>
  </complexContent>
</complexType>
LassoNode *
lasso_saml2_proxy_restriction_new (void);
Creates a new LassoSaml2ProxyRestriction object.