EmailAddressType
search: boost: 1.0 ---# Type: EmailAddressType
An email address string formatted according to RFC 6531.
URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string)
## Type Properties
| Property | Value |
| --- | --- |
| Base | `str` |
| Type URI | [xsd:string](http://www.w3.org/2001/XMLSchema#string) |
## Value Constraints
| Property | Value |
| --- | --- |
| Regex Pattern | `^.+@.+$` |
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/lmodel/oscal
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | xsd:string |
| native | oscal:EmailAddressType |