saml:ConditionsType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
NotBefore dateTime optional
NotOnOrAfter dateTime optional

Used By

Element saml:Conditions

Source

<complexType name="ConditionsType">
  <choice minOccurs="0" maxOccurs="unbounded">
    <element ref="saml:Condition"/>
    <element ref="saml:AudienceRestriction"/>
    <element ref="saml:OneTimeUse"/>
    <element ref="saml:ProxyRestriction"/>
  </choice>
  <attribute name="NotBefore" type="dateTime" use="optional"/>
  <attribute name="NotOnOrAfter" type="dateTime" use="optional"/>
</complexType>