Lines Matching full:name

29     <attributeGroup name="IDNameQualifiers">
30 <attribute name="NameQualifier" type="string" use="optional"/>
31 <attribute name="SPNameQualifier" type="string" use="optional"/>
33 <element name="BaseID" type="saml:BaseIDAbstractType"/>
34 <complexType name="BaseIDAbstractType" abstract="true">
37 <element name="NameID" type="saml:NameIDType"/>
38 <complexType name="NameIDType">
42 <attribute name="Format" type="anyURI" use="optional"/>
43 <attribute name="SPProvidedID" type="string" use="optional"/>
47 <complexType name="EncryptedElementType">
53 <element name="EncryptedID" type="saml:EncryptedElementType"/>
54 <element name="Issuer" type="saml:NameIDType"/>
55 <element name="AssertionIDRef" type="NCName"/>
56 <element name="AssertionURIRef" type="anyURI"/>
57 <element name="Assertion" type="saml:AssertionType"/>
58 <complexType name="AssertionType">
72 <attribute name="Version" type="string" use="required"/>
73 <attribute name="ID" type="ID" use="required"/>
74 <attribute name="IssueInstant" type="dateTime" use="required"/>
76 <element name="Subject" type="saml:SubjectType"/>
77 <complexType name="SubjectType">
90 <element name="SubjectConfirmation" type="saml:SubjectConfirmationType"/>
91 <complexType name="SubjectConfirmationType">
100 <attribute name="Method" type="anyURI" use="required"/>
102 <element name="SubjectConfirmationData" type="saml:SubjectConfirmationDataType"/>
103 <complexType name="SubjectConfirmationDataType" mixed="true">
109 <attribute name="NotBefore" type="dateTime" use="optional"/>
110 <attribute name="NotOnOrAfter" type="dateTime" use="optional"/>
111 <attribute name="Recipient" type="anyURI" use="optional"/>
112 <attribute name="InResponseTo" type="NCName" use="optional"/>
113 <attribute name="Address" type="string" use="optional"/>
118 <complexType name="KeyInfoConfirmationDataType" mixed="false">
127 <element name="Conditions" type="saml:ConditionsType"/>
128 <complexType name="ConditionsType">
135 <attribute name="NotBefore" type="dateTime" use="optional"/>
136 <attribute name="NotOnOrAfter" type="dateTime" use="optional"/>
138 <element name="Condition" type="saml:ConditionAbstractType"/>
139 <complexType name="ConditionAbstractType" abstract="true"/>
140 <element name="AudienceRestriction" type="saml:AudienceRestrictionType"/>
141 <complexType name="AudienceRestrictionType">
150 <element name="Audience" type="anyURI"/>
151 <element name="OneTimeUse" type="saml:OneTimeUseType" />
152 <complexType name="OneTimeUseType">
157 <element name="ProxyRestriction" type="saml:ProxyRestrictionType"/>
158 <complexType name="ProxyRestrictionType">
164 <attribute name="Count" type="nonNegativeInteger" use="optional"/>
168 <element name="Advice" type="saml:AdviceType"/>
169 <complexType name="AdviceType">
178 <element name="EncryptedAssertion" type="saml:EncryptedElementType"/>
179 <element name="Statement" type="saml:StatementAbstractType"/>
180 <complexType name="StatementAbstractType" abstract="true"/>
181 <element name="AuthnStatement" type="saml:AuthnStatementType"/>
182 <complexType name="AuthnStatementType">
189 <attribute name="AuthnInstant" type="dateTime" use="required"/>
190 <attribute name="SessionIndex" type="string" use="optional"/>
191 <attribute name="SessionNotOnOrAfter" type="dateTime" use="optional"/>
195 <element name="SubjectLocality" type="saml:SubjectLocalityType"/>
196 <complexType name="SubjectLocalityType">
197 <attribute name="Address" type="string" use="optional"/>
198 <attribute name="DNSName" type="string" use="optional"/>
200 <element name="AuthnContext" type="saml:AuthnContextType"/>
201 <complexType name="AuthnContextType">
219 <element name="AuthnContextClassRef" type="anyURI"/>
220 <element name="AuthnContextDeclRef" type="anyURI"/>
221 <element name="AuthnContextDecl" type="anyType"/>
222 <element name="AuthenticatingAuthority" type="anyURI"/>
223 <element name="AuthzDecisionStatement" type="saml:AuthzDecisionStatementType"/>
224 <complexType name="AuthzDecisionStatementType">
231 <attribute name="Resource" type="anyURI" use="required"/>
232 <attribute name="Decision" type="saml:DecisionType" use="required"/>
236 <simpleType name="DecisionType">
243 <element name="Action" type="saml:ActionType"/>
244 <complexType name="ActionType">
247 <attribute name="Namespace" type="anyURI" use="required"/>
251 <element name="Evidence" type="saml:EvidenceType"/>
252 <complexType name="EvidenceType">
260 <element name="AttributeStatement" type="saml:AttributeStatementType"/>
261 <complexType name="AttributeStatementType">
271 <element name="Attribute" type="saml:AttributeType"/>
272 <complexType name="AttributeType">
276 <attribute name="Name" type="string" use="required"/>
277 <attribute name="NameFormat" type="anyURI" use="optional"/>
278 <attribute name="FriendlyName" type="string" use="optional"/>
281 <element name="AttributeValue" type="anyType" nillable="true"/>
282 <element name="EncryptedAttribute" type="saml:EncryptedElementType"/>