public interface BirthNameType extends TransliterationStringType
BirthNameType.
<xsd:complexType name="BirthNameType">
<xsd:annotation>
<xsd:documentation>
First name(s) and family name(s) of the natural person at birth.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute ref="LatinScript" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Example:
<saml:Attribute
FriendlyName="BirthName"
Name="http://eidas.europa.eu/attributes/naturalperson/BirthName"
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
<saml:AttributeValue xsi:type="eidas:BirthNameType">
Sarah Jane Booth
</saml:AttributeValue
</saml:Attribute>
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
LATIN_SCRIPT_ATTRIB_NAMEgetLatinScript, getLatinScriptXSBooleanValue, setLatinScript, setLatinScriptderegisterValidator, getValidators, registerValidator, validateaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
Copyright © 2018 Litsec AB. All rights reserved.