-- | -- Metadata for the OASIS Security Assertion Markup Language (SAML) V2.0 -- -- module SAML2.Metadata ( -- * ยง2 nsMD , EntityID , Endpoint(..) , IndexedEndpoint(..) , Localized(..) , LocalizedName , LocalizedURI , Metadata(..) , Extensions(..) , Descriptors(..) , Descriptor(..) , Organization(..) , Contact(..) , ContactType(..) , AdditionalMetadataLocation(..) , RoleDescriptor(..) , KeyDescriptor(..) , KeyTypes(..) , SSODescriptor(..) , AttributeConsumingService(..) , RequestedAttribute(..) ) where import SAML2.XML.Types import SAML2.Metadata.Metadata nsMD :: Namespace nsMD = ns