Lines Matching full:name

31     <simpleType name="entityIDType">
36 <complexType name="localizedNameType">
43 <complexType name="localizedURIType">
51 <element name="Extensions" type="md:ExtensionsType"/>
52 <complexType final="#all" name="ExtensionsType">
58 <complexType name="EndpointType">
62 <attribute name="Binding" type="anyURI" use="required"/>
63 <attribute name="Location" type="anyURI" use="required"/>
64 <attribute name="ResponseLocation" type="anyURI" use="optional"/>
68 <complexType name="IndexedEndpointType">
71 <attribute name="index" type="unsignedShort" use="required"/>
72 <attribute name="isDefault" type="boolean" use="optional"/>
77 <element name="EntitiesDescriptor" type="md:EntitiesDescriptorType"/>
78 <complexType name="EntitiesDescriptorType">
87 <attribute name="validUntil" type="dateTime" use="optional"/>
88 <attribute name="cacheDuration" type="duration" use="optional"/>
89 <attribute name="ID" type="ID" use="optional"/>
90 <attribute name="Name" type="string" use="optional"/>
93 <element name="EntityDescriptor" type="md:EntityDescriptorType"/>
94 <complexType name="EntityDescriptorType">
113 <attribute name="entityID" type="md:entityIDType" use="required"/>
114 <attribute name="validUntil" type="dateTime" use="optional"/>
115 <attribute name="cacheDuration" type="duration" use="optional"/>
116 <attribute name="ID" type="ID" use="optional"/>
120 <element name="Organization" type="md:OrganizationType"/>
121 <complexType name="OrganizationType">
130 <element name="OrganizationName" type="md:localizedNameType"/>
131 <element name="OrganizationDisplayName" type="md:localizedNameType"/>
132 <element name="OrganizationURL" type="md:localizedURIType"/>
133 <element name="ContactPerson" type="md:ContactType"/>
134 <complexType name="ContactType">
143 <attribute name="contactType" type="md:ContactTypeType" use="required"/>
146 <element name="Company" type="string"/>
147 <element name="GivenName" type="string"/>
148 <element name="SurName" type="string"/>
149 <element name="EmailAddress" type="anyURI"/>
150 <element name="TelephoneNumber" type="string"/>
151 <simpleType name="ContactTypeType">
161 <element name="AdditionalMetadataLocation" type="md:AdditionalMetadataLocationType"/>
162 <complexType name="AdditionalMetadataLocationType">
165 <attribute name="namespace" type="anyURI" use="required"/>
170 <element name="RoleDescriptor" type="md:RoleDescriptorType"/>
171 <complexType name="RoleDescriptorType" abstract="true">
179 <attribute name="ID" type="ID" use="optional"/>
180 <attribute name="validUntil" type="dateTime" use="optional"/>
181 <attribute name="cacheDuration" type="duration" use="optional"/>
182 <attribute name="protocolSupportEnumeration" type="md:anyURIListType" use="required"/>
183 <attribute name="errorURL" type="anyURI" use="optional"/>
186 <simpleType name="anyURIListType">
190 <element name="KeyDescriptor" type="md:KeyDescriptorType"/>
191 <complexType name="KeyDescriptorType">
196 <attribute name="use" type="md:KeyTypes" use="optional"/>
198 <simpleType name="KeyTypes">
204 <element name="EncryptionMethod" type="xenc:EncryptionMethodType"/>
206 <complexType name="SSODescriptorType" abstract="true">
218 <element name="ArtifactResolutionService" type="md:IndexedEndpointType"/>
219 <element name="SingleLogoutService" type="md:EndpointType"/>
220 <element name="ManageNameIDService" type="md:EndpointType"/>
221 <element name="NameIDFormat" type="anyURI"/>
223 <element name="IDPSSODescriptor" type="md:IDPSSODescriptorType"/>
224 <complexType name="IDPSSODescriptorType">
234 <attribute name="WantAuthnRequestsSigned" type="boolean" use="optional"/>
238 <element name="SingleSignOnService" type="md:EndpointType"/>
239 <element name="NameIDMappingService" type="md:EndpointType"/>
240 <element name="AssertionIDRequestService" type="md:EndpointType"/>
241 <element name="AttributeProfile" type="anyURI"/>
243 <element name="SPSSODescriptor" type="md:SPSSODescriptorType"/>
244 <complexType name="SPSSODescriptorType">
251 <attribute name="AuthnRequestsSigned" type="boolean" use="optional"/>
252 <attribute name="WantAssertionsSigned" type="boolean" use="optional"/>
256 <element name="AssertionConsumerService" type="md:IndexedEndpointType"/>
257 <element name="AttributeConsumingService" type="md:AttributeConsumingServiceType"/>
258 <complexType name="AttributeConsumingServiceType">
264 <attribute name="index" type="unsignedShort" use="required"/>
265 <attribute name="isDefault" type="boolean" use="optional"/>
267 <element name="ServiceName" type="md:localizedNameType"/>
268 <element name="ServiceDescription" type="md:localizedNameType"/>
269 <element name="RequestedAttribute" type="md:RequestedAttributeType"/>
270 <complexType name="RequestedAttributeType">
273 <attribute name="isRequired" type="boolean" use="optional"/>
278 <element name="AuthnAuthorityDescriptor" type="md:AuthnAuthorityDescriptorType"/>
279 <complexType name="AuthnAuthorityDescriptorType">
290 <element name="AuthnQueryService" type="md:EndpointType"/>
292 <element name="PDPDescriptor" type="md:PDPDescriptorType"/>
293 <complexType name="PDPDescriptorType">
304 <element name="AuthzService" type="md:EndpointType"/>
306 <element name="AttributeAuthorityDescriptor" type="md:AttributeAuthorityDescriptorType"/>
307 <complexType name="AttributeAuthorityDescriptorType">
320 <element name="AttributeService" type="md:EndpointType"/>
322 <element name="AffiliationDescriptor" type="md:AffiliationDescriptorType"/>
323 <complexType name="AffiliationDescriptorType">
329 <attribute name="affiliationOwnerID" type="md:entityIDType" use="required"/>
330 <attribute name="validUntil" type="dateTime" use="optional"/>
331 <attribute name="cacheDuration" type="duration" use="optional"/>
332 <attribute name="ID" type="ID" use="optional"/>
335 <element name="AffiliateMember" type="md:entityIDType"/>