md:Organization
Element information
Namespace: urn:oasis:names:tc:SAML:2.0:metadata
Schema document: saml-2.0-os/saml-schema-metadata-2.0.xsd
Type: md:OrganizationType
Properties: Global, Qualified
Content
- Sequence [1..1]
- md:Extensions [0..1]
- md:OrganizationName [1..*]
- md:OrganizationDisplayName [1..*]
- md:OrganizationURL [1..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Type md:AttributeAuthorityDescriptorType via extension of md:RoleDescriptorType (Element md:AttributeAuthorityDescriptor)
- Type md:AuthnAuthorityDescriptorType via extension of md:RoleDescriptorType (Element md:AuthnAuthorityDescriptor)
- Type md:EntityDescriptorType (Element md:EntityDescriptor)
- Type md:IDPSSODescriptorType via extension of md:RoleDescriptorType (Element md:IDPSSODescriptor)
- Type md:PDPDescriptorType via extension of md:RoleDescriptorType (Element md:PDPDescriptor)
- Type md:RoleDescriptorType (Element md:RoleDescriptor)
- Type md:SPSSODescriptorType via extension of md:RoleDescriptorType (Element md:SPSSODescriptor)
- Type md:SSODescriptorType via extension of md:RoleDescriptorType
Sample instance
<md:Organization> <md:Extensions> <!--any element--> </md:Extensions> <md:OrganizationName xml:lang="en-US">string</md:OrganizationName> <md:OrganizationDisplayName xml:lang="en-US">string</md:OrganizationDisplayName> <md:OrganizationURL xml:lang="en-US">http://www.example.com/</md:OrganizationURL> </md:Organization>