public interface PlaceOfBirthType extends XSString, SAMLObject
PlaceOfBirthType.
<xsd:complexType name="PlaceOfBirthType">
<xsd:annotation>
<xsd:documentation>
Place of birth for a natural person.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Example:
<saml:Attribute
FriendlyName="PlaceOfBirth"
Name="http://eidas.europa.eu/attributes/naturalperson/PlaceOfBirth"
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
<saml:AttributeValue xsi:type="eidas:PlaceOfBirthType">
Peterborough
</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.
|
deregisterValidator, 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.